Gets or sets the length of the division marker.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
C#
![]() |
---|
public float DivMarkerLength { get; set; } |
Visual Basic
![]() |
---|
Public Property DivMarkerLength As Single |
A float value. Default is 0f.
Division markers are small lines that are drawn at scale divisions at the axis. They are drawn when the LabelType is set to AxisLabelType.AutoScale. Use DivMarkerAlignment to specify the alignment of the division markers.