[ILNumerics Visualization Engine]
Namespace: ILNumerics.Drawing.Plotting
Assembly: ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Property Value
Type: LabelThe 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]