.netCHARTING v10.5 Documentation


Clear Method (Axis)
Serves as a shortcut to hide this axis.
Syntax
'Declaration
 
Public Sub Clear() 
'Usage
 
Dim instance As Axis
 
instance.Clear()
public void Clear()
Remarks
The axis is cleared by setting the following properties:
                          
            Axis.ClearValues = true;
            Axis.TickLine.Length = 0;
            Axis.Line.Color = Color.Empty;
            Axis.TickLabelPadding = 0;
            Axis.Label.Text = "";
            
                
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also