Displays the axis specified by
AxisType and
AxisGroup.
'Declaration
Sub ShowAxis( _
ByVal As AxisType, _
Optional ByVal 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.