Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelChartWriter Interface / ExcelGetAxisScale Method / ExcelGetAxisScale(Int16,Int32,Int32,PlotAreaType,AxisType,Boolean,Boolean,AxisLocation) Method


In This Topic
    ExcelGetAxisScale(Int16,Int32,Int32,PlotAreaType,AxisType,Boolean,Boolean,AxisLocation) Method
    In This Topic
    X_IndexAxis or Z_IndexAxis
    Syntax
    'Declaration
     
    
    Overloads 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 IExcelChartWriter
    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