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


Gets or sets the GaugeLabelMode for axis ticks drawn on this axis when using gauges.

Syntax

Visual Basic (Declaration) 
Public Property GaugeLabelMode As GaugeLabelMode
Visual Basic (Usage)Copy Code
Dim instance As Axis
Dim value As GaugeLabelMode
 
instance.GaugeLabelMode = value
 
value = instance.GaugeLabelMode
C# 
public GaugeLabelMode GaugeLabelMode {get; set;}

Example

See Also

© 2010 All Rights Reserved.