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



Gets or sets a value which indicates whether tick labels are cleared before LabelOverrides are applied.

Syntax

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

Return Value

A boolean value which indicates whether tick labels are cleared before LabelOverrides are applied.

Remarks

Only the tick labels that are not overridden are cleared.

See Also