[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.Charts.IChart.ShowAxis

ShowAxis Method

ShowAxis(AxisType, AxisGroup)

Displays the axis specified by AxisType and AxisGroup.

Declaration
void ShowAxis(AxisType axisType, AxisGroup axisGroup = AxisGroup.Primary)
Sub ShowAxis(axisType As AxisType, Optional axisGroup As AxisGroup = AxisGroup.Primary)
Parameters
Type Name Description
AxisType axisType

The axis type. Series axes apply only to 3D charts.

AxisGroup axisGroup

The axis group. 3D charts have only one set of axes.

Remarks

This function works with Spread WPF only.