ILNumerics Ultimate VS

BarPlotConfigureLegendLabel Method

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

[ILNumerics Drawing2 Toolbox]

Namespace:  ILNumerics.Drawing.Plotting
Assembly:  ILNumerics.Toolboxes.Drawing2 (in ILNumerics.Toolboxes.Drawing2.dll) Version: 5.5.0.0 (5.5.7503.3146)
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
Sub item ID corresponding to the bar group ID.

Implements

ILegendItemDataProviderConfigureLegendLabel(Group, Int32)
Remarks

This function is used by legends for rendering.

[ILNumerics Drawing2 Toolbox]

See Also

Reference