ILNumerics Ultimate VS

LegendItemGetProvider Method

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Gets the ILegendItemDataProvider associated with this legend item.

[ILNumerics Visualization Engine]

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

public ILegendItemDataProvider GetProvider()

Return Value

Type: ILegendItemDataProvider
The legend item data provider from the _same_ scene graph as this node. Commonly, this is called on a scynchronized scene node, thus returns the data provider from the synchronized scene.
Remarks

[ILNumerics Visualization Engine]

See Also

Reference