dotnetCHARTING Send comments on this topic.
CenterTickMarks Property
See Also 
dotnetCHARTING Namespace > Axis Class : CenterTickMarks Property



Gets or sets a value that indicates whether axis ticks are centered above tick labels or drawn between each label.

Syntax

Visual Basic (Declaration) 
Public Property CenterTickMarks As Boolean
Visual Basic (Usage)Copy Code
Dim instance As Axis
Dim value As Boolean
 
instance.CenterTickMarks = value
 
value = instance.CenterTickMarks
C# 
public bool CenterTickMarks {get; set;}
C++/CLI 
public:
property bool CenterTickMarks {
   bool get();
   void set (bool value);
}

Remarks

When false, Axis.DefaultTick.Line properties are used for all tick lines.

See Also