Xceed Chart for WinForms v4.4 Documentation
RemoveCustomAxis Method


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace > AxisCollection Class : RemoveCustomAxis Method
the id of the removed axis
Removes a custom axis.
Syntax
'Declaration
 
Public Sub RemoveCustomAxis( _
   ByVal nAxisId As Integer _
) 
'Usage
 
Dim instance As AxisCollection
Dim nAxisId As Integer
 
instance.RemoveCustomAxis(nAxisId)
public void RemoveCustomAxis( 
   int nAxisId
)

Parameters

nAxisId
the id of the removed axis
Exceptions
ExceptionDescription
Thrown if the nAxis id is smaller that 5
Remarks
Indexes from 0 to 4 are reserved for the standard axes. The standard axes cannot be removed.
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

Reference

AxisCollection Class
AxisCollection Members