ILNumerics Ultimate VS

AxisLabelRotation Property

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Rotation for the main axis label; null: the label follows the axis orientation (default)

[ILNumerics Visualization Engine]

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

public Nullable<float> LabelRotation { get; set; }

Property Value

Type: NullableSingle
Remarks

If this property is null the axis main label will always follow the orientation of this axis (default). Otherwise, the value set to LabelRotation will define the (fixed) rotation value for the main axis label.

This property overrides any value may be configured for the Label.Rotation property.

[ILNumerics Visualization Engine]

See Also

Reference