Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelChartReader Interface / ExcelSetAxisOffset Method


In This Topic
    ExcelSetAxisOffset Method (IExcelChartReader)
    In This Topic
    Syntax
    'Declaration
     
    
    Function ExcelSetAxisOffset( _
       ByVal sheetIndex As Short, _
       ByVal chartIndex As Integer, _
       ByVal plotAreaType As PlotAreaType, _
       ByVal axisType As AxisType, _
       ByVal index As Integer, _
       ByVal lableOffset 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