ExcelSetAxisOffset Method
In This Topic
Syntax
'Declaration
Function ExcelSetAxisOffset( _
ByVal As Short, _
ByVal As Integer, _
ByVal As PlotAreaType, _
ByVal As AxisType, _
ByVal As Integer, _
ByVal As Short _
) As Boolean
'Usage
Dim instance As IExcelChartReader
Dim sheetIndex As Short
Dim chartIndex As Integer
Dim plotAreaType As PlotAreaType
Dim axisType As AxisType
Dim index As Integer
Dim lableOffset As Short
Dim value As Boolean
value = instance.ExcelSetAxisOffset(sheetIndex, chartIndex, plotAreaType, axisType, index, lableOffset)
Parameters
- sheetIndex
- chartIndex
- plotAreaType
- axisType
- index
- lableOffset
See Also