ILNumerics Ultimate VS

ILegendItemDataProviderGetItemCount Method

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Gives the number of items this legend item data provider is able to provide.

[ILNumerics Visualization Engine]

Namespace:  ILNumerics.Drawing.Plotting
Assembly:  ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Syntax

int GetItemCount()

Return Value

Type: Int32
Remarks

LinePlot and ContourPlot will always return 1 here. Bar plots are one example of an object which pot. serves more subitems: each group of bars creates its own legend item.

[ILNumerics Visualization Engine]

See Also

Reference