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



Gets or sets the label mode that specifies how tick labels behave.

Syntax

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

See Also