In This Topic
Syntax
'Declaration
Function ExcelSetAxisTick( _
ByVal As Short, _
ByVal As Integer, _
ByVal As PlotAreaType, _
ByVal As AxisType, _
ByVal As Integer, _
ByVal As Boolean, _
ByVal As Boolean, _
ByVal As Boolean _
) As Boolean
'Usage
Dim instance As IExcelChartReader
Dim sheet As Short
Dim chartIndex As Integer
Dim plotAreaType As PlotAreaType
Dim axisType As AxisType
Dim index As Integer
Dim majorTickVisible As Boolean
Dim minorTickVisible As Boolean
Dim labelVisible As Boolean
Dim value As Boolean
value = instance.ExcelSetAxisTick(sheet, chartIndex, plotAreaType, axisType, index, majorTickVisible, minorTickVisible, labelVisible)
Parameters
- sheet
- chartIndex
- plotAreaType
- axisType
- index
- majorTickVisible
- minorTickVisible
- labelVisible
See Also