ILNumerics Ultimate VS

AxisLabelAnchor Property

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Anchor for the main axis label, range: (0,0)..(1,1); null: automatic

[ILNumerics Visualization Engine]

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

public Nullable<PointF> LabelAnchor { get; set; }

Property Value

Type: NullablePointF
Remarks

This value overrides any setting of the Label.Anchor property.

Leaving this value to

null
will automatically find a good looking setting according to the current orientation and position of the label.

Custom settings of this property align the labels anchor point relative to the labels size. (0,0) is the upper left corner of the label, (1,1) corresponds to the lower right corner. The anchor point is addressed by the position and used as reference point for any rotation of the label.

[ILNumerics Visualization Engine]

See Also

Reference