Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelChartWriter6 Interface / ExcelGetAxisScale Method


In This Topic
    ExcelGetAxisScale Method (IExcelChartWriter6)
    In This Topic
    X_IndexAxis or Z_IndexAxis
    Syntax
    'Declaration
     
    
    Function ExcelGetAxisScale( _
       ByVal sheet As Short, _
       ByVal chartIndex As Integer, _
       ByVal index As Integer, _
       ByVal plotAreaType As PlotAreaType, _
       ByVal axisType As AxisType, _
       ByRef reverse As Boolean, _
       ByRef tickBetween As Boolean, _
       ByRef axisPos As AxisLocation _
    ) As Boolean
    'Usage
     
    
    Dim instance As IExcelChartWriter6
    Dim sheet As Short
    Dim chartIndex As Integer
    Dim index As Integer
    Dim plotAreaType As PlotAreaType
    Dim axisType As AxisType
    Dim reverse As Boolean
    Dim tickBetween As Boolean
    Dim axisPos As AxisLocation
    Dim value As Boolean
     
    value = instance.ExcelGetAxisScale(sheet, chartIndex, index, plotAreaType, axisType, reverse, tickBetween, axisPos)

    Parameters

    sheet
    chartIndex
    index
    plotAreaType
    axisType
    reverse
    tickBetween
    axisPos
    See Also