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;}

Example

See Also

© 2010 All Rights Reserved.