ILNumerics Ultimate VS

ContourLineConfigureLegendLabel Method

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Renders a textual representation / label of this countour line into a legend

[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 for output
subItemID
Type: SystemInt32

Implements

ILegendItemDataProviderConfigureLegendLabel(Group, Int32)
Remarks

The renderArea is expected to provide a coordinate system in range [0,0,0] -> [1,1,1]. The function may adds and configures new objects to the group. Properties of the group will not get altered.

[ILNumerics Visualization Engine]

See Also

Reference