ILNumerics Ultimate VS

ContourLineConfigureLegendVisual Method

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Renders a visual representation 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 ConfigureLegendVisual(
	Group renderArea,
	int subItemID
)

Parameters

renderArea
Type: ILNumerics.DrawingGroup
Root group for output
subItemID
Type: SystemInt32

Implements

ILegendItemDataProviderConfigureLegendVisual(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