MindFusion.Charting Programmer's Guide

AxisSettings.DivMarkerLength Property

See Also
 





Gets or sets the length of the division marker.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public float DivMarkerLength { get; set; }

Visual Basic  Copy Code

Public Property DivMarkerLength As Single

 Property Value

A float value. Default is 0f.

 Remarks

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.

 See Also