Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelChartWriter Interface / ExcelGetAxisTick Method


In This Topic
ExcelGetAxisTick Method
In This Topic
Syntax
'Declaration
 
Function ExcelGetAxisTick( _
   ByVal sheet As Short, _
   ByVal chartIndex As Integer, _
   ByVal plotAreaType As PlotAreaType, _
   ByVal axisType As AxisType, _
   ByVal index As Integer, _
   ByRef majorTickVisible As Boolean, _
   ByRef minorTickVisible As Boolean, _
   ByRef lableVisible As Boolean _
) As Boolean
 
'Usage
 
Dim instance As IExcelChartWriter
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 lableVisible As Boolean
Dim value As Boolean
 
value = instance.ExcelGetAxisTick(sheet, chartIndex, plotAreaType, axisType, index, majorTickVisible, minorTickVisible, lableVisible)

Parameters

sheet
chartIndex
plotAreaType
axisType
index
majorTickVisible
minorTickVisible
lableVisible
See Also