Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelChartReader Interface / ExcelSetAxisScale Method / ExcelSetAxisScale(Int16,Int32,PlotAreaType,AxisType,Int32,Boolean,Boolean,Boolean,Double) Method


In This Topic
    ExcelSetAxisScale(Int16,Int32,PlotAreaType,AxisType,Int32,Boolean,Boolean,Boolean,Double) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Overloads Function ExcelSetAxisScale( _
       ByVal sheet As Short, _
       ByVal chartIndex As Integer, _
       ByVal plotAreaType As PlotAreaType, _
       ByVal axisType As AxisType, _
       ByVal index As Integer, _
       ByVal reverse As Boolean, _
       ByVal tickBetween As Boolean, _
       ByVal autoLabelUnit As Boolean, _
       ByVal labelUnit As Double _
    ) As Boolean
    'Usage
     
    
    Dim instance As IExcelChartReader
    Dim sheet As Short
    Dim chartIndex As Integer
    Dim plotAreaType As PlotAreaType
    Dim axisType As AxisType
    Dim index As Integer
    Dim reverse As Boolean
    Dim tickBetween As Boolean
    Dim autoLabelUnit As Boolean
    Dim labelUnit As Double
    Dim value As Boolean
     
    value = instance.ExcelSetAxisScale(sheet, chartIndex, plotAreaType, axisType, index, reverse, tickBetween, autoLabelUnit, labelUnit)

    Parameters

    sheet
    chartIndex
    plotAreaType
    axisType
    index
    reverse
    tickBetween
    autoLabelUnit
    labelUnit
    See Also