ILNumerics Ultimate VS

AxisScaleLabelAnchor Property

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

[ILNumerics Visualization Engine]

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

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

Property Value

Type: NullablePointF
Remarks

This value overrides any setting of the ScaleLabel.Anchor property!

Leaving this value to

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

A custom setting of this property aligns the labels anchor point relative to the scale 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. See Label for

Label.Anchor
usage.

[ILNumerics Visualization Engine]

See Also

Reference