MindFusion WinForms Programmer's Guide
AxisSettings.TickAlignment Property
See Also
 





Gets or sets the alignment of scale division markers.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public StringAlignment TickAlignment { get; set; }

Visual Basic  Copy Code

Public Property TickAlignment As StringAlignment

 Property Value

One of the StringAlignment enumeration values. Default value is StringAlignment.Far.

 Remarks

The TickAlignment property specifies whether major and minor tick marks point from the axis outwards ("Far"), inwards ("Near") or cross the axis ("Center").

 See Also

AxisSettings Members
AxisSettings Class
MindFusion.Charting Namespace