GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Charts Namespace / IChart Interface / ShowAxis Method
The axis type. Series axes apply only to 3D charts.
The axis group. 3D charts have only one set of axes.


In This Topic
ShowAxis Method
In This Topic
Displays the axis specified by AxisType and AxisGroup.
Syntax
'Declaration
 
Sub ShowAxis( _
   ByVal axisType As AxisType, _
   Optional ByVal axisGroup As AxisGroup _
) 
 
'Usage
 
Dim instance As IChart
Dim axisType As AxisType
Dim axisGroup As AxisGroup
 
instance.ShowAxis(axisType, axisGroup)

Parameters

axisType
The axis type. Series axes apply only to 3D charts.
axisGroup
The axis group. 3D charts have only one set of axes.
Remarks
This function works with Spread WPF only.
See Also