ILNumerics - Technical Application Development
Assembly: ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Create new legend item for manual mode, provide provider reference and [optionally] a label string
[ILNumerics Visualization Engine]
Namespace: ILNumerics.Drawing.Plotting
Assembly: ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Syntax
public LegendItem( int providerID, int providerSubID, string text = null, Object tag = null )
Parameters
- providerID
- Type: SystemInt32
A valid object ID to an provider object for the new legend item - providerSubID
- Type: SystemInt32
A counter identifying the item within a group of similar sub items (as for BarPlot groups). - text (Optional)
- Type: SystemString
[optional] legend item label text, default: the Tag property of the provider object - tag (Optional)
- Type: SystemObject
[optional] a tag identifying the item in the scene
Remarks
[ILNumerics Visualization Engine]
See Also