MindFusion.Charting Programmer's Guide

AxisSettings.DivMarkerAlignment Property

See Also
 





Gets or sets the alignment of division markers at the chart axis.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public StringAlignment DivMarkerAlignment { get; set; }

Visual Basic  Copy Code

Public Property DivMarkerAlignment As StringAlignment

 Property Value

One of the .NET StringAlignment Enumeration values.

 Remarks

Division markers are drawn when the DivMarkerLength property is set to a value greater than 0.

 See Also