Xceed Chart for WinForms v4.4 Documentation
AddCustomAxis Method


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace > AxisCollection Class : AddCustomAxis Method
the axis orientation
the initial axis predefined position
Adds a custom axis to the collection.
Syntax
'Declaration
 
Public Function AddCustomAxis( _
   ByVal orientation As AxisOrientation, _
   ByVal pos As AxisPredefinedPosition _
) As Axis
'Usage
 
Dim instance As AxisCollection
Dim orientation As AxisOrientation
Dim pos As AxisPredefinedPosition
Dim value As Axis
 
value = instance.AddCustomAxis(orientation, pos)
public Axis AddCustomAxis( 
   AxisOrientation orientation,
   AxisPredefinedPosition pos
)

Parameters

orientation
the axis orientation
pos
the initial axis predefined position
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