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


In This Topic
    ExcelSetAxisScale(Int16,Int32,PlotAreaType,AxisType,Int32,Boolean,Double,Boolean,Double,Boolean,Double,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 autoMin As Boolean, _
       ByVal min As Double, _
       ByVal autoMax As Boolean, _
       ByVal max As Double, _
       ByVal autoMinor As Boolean, _
       ByVal minor As Double, _
       ByVal autoMajor As Boolean, _
       ByVal major 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 autoMin As Boolean
    Dim min As Double
    Dim autoMax As Boolean
    Dim max As Double
    Dim autoMinor As Boolean
    Dim minor As Double
    Dim autoMajor As Boolean
    Dim major As Double
    Dim value As Boolean
     
    value = instance.ExcelSetAxisScale(sheet, chartIndex, plotAreaType, axisType, index, autoMin, min, autoMax, max, autoMinor, minor, autoMajor, major)

    Parameters

    sheet
    chartIndex
    plotAreaType
    axisType
    index
    autoMin
    min
    autoMax
    max
    autoMinor
    minor
    autoMajor
    major
    See Also