ILNumerics Ultimate VS

LegendDefaultLabelStyle Property

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
The default label used to style the labels for newly created LegendItem items or null.

[ILNumerics Visualization Engine]

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

public Label DefaultLabelStyle { get; set; }

Property Value

Type: Label
Remarks

The label object returned stores the default styling for all new labels within this Legend: Color, Font, Fringe, Position and Rotation.

One may style the label object returned or assign a new label object to the DefaultLabelStyle property. In latter case a copy of the new value will be stored.

If no default label is configured this property returns null. New labels will receive their styling from the default Label constructor. In this case the font used will correspond to DefaultFont.

It is not recommended to use the label object returned from DefaultLabelStyle for rendering text in a scene. This object is intended as property storage only.

[ILNumerics Visualization Engine]

See Also

Reference