Click or drag to resize
AB4D logo

AxisWithOverlayLabelsVisual3DAdjustFirstLabelPosition Property

When true, then the first label is moved up to prevent overlapping the first label with adjacent axis. The amount of movement is calculated by multiplying font size and LabelXAdjustmentFactor (0.25 by default) or LabelYAdjustmentFactor (0.5 by default). Default value is false.

Namespace: Ab3d.Visuals
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public bool AdjustFirstLabelPosition { get; set; }

Property Value

Boolean
See Also