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


In This Topic
ExcelGetAxisOffset Method
In This Topic
Syntax
'Declaration
 
Function ExcelGetAxisOffset( _
   ByVal sheetIndex As Short, _
   ByVal chartIndex As Integer, _
   ByVal axisId As Integer, _
   ByVal plotAreaType As PlotAreaType, _
   ByVal axisType As AxisType, _
   ByRef labelOffset As Short _
) As Boolean
 
'Usage
 
Dim instance As IExcelChartWriter
Dim sheetIndex As Short
Dim chartIndex As Integer
Dim axisId As Integer
Dim plotAreaType As PlotAreaType
Dim axisType As AxisType
Dim labelOffset As Short
Dim value As Boolean
 
value = instance.ExcelGetAxisOffset(sheetIndex, chartIndex, axisId, plotAreaType, axisType, labelOffset)

Parameters

sheetIndex
chartIndex
axisId
plotAreaType
axisType
labelOffset
See Also