ILNumerics Ultimate VS

LinePlotConfigureLegendLabel Method

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Creates textual / label representation for the line

[ILNumerics Visualization Engine]

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

public void ConfigureLegendLabel(
	Group renderArea,
	int subItemID
)

Parameters

renderArea
Type: ILNumerics.DrawingGroup
Root group node for visual output; must provide coord system [0,0,0] -> [1,1,1]
subItemID
Type: SystemInt32

Implements

ILegendItemDataProviderConfigureLegendLabel(Group, Int32)
Remarks

This function is used by legends for rendering

[ILNumerics Visualization Engine]

See Also

Reference