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( ILegendItemDataProvider plotSource, int subItemID = 0, string text = null, Object tag = null )
Parameters
- plotSource
- Type: ILNumerics.Drawing.PlottingILegendItemDataProvider
provider object, the source for the new legend item, can not be null - subItemID (Optional)
- Type: SystemInt32
A number 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