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


In This Topic
    ExcelGetYAxisScale(Int16,Int32,Int32,PlotAreaType,AxisType,Double,Boolean,Double,Boolean,AxisLocation) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Overloads Function ExcelGetYAxisScale( _
       ByVal sheet As Short, _
       ByVal chartIndex As Integer, _
       ByVal index As Integer, _
       ByVal plotAreaType As PlotAreaType, _
       ByVal axisType As AxisType, _
       ByRef logarithmicBase As Double, _
       ByRef logarithmis As Boolean, _
       ByRef displayUinits As Double, _
       ByRef reverse 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 logarithmicBase As Double
    Dim logarithmis As Boolean
    Dim displayUinits As Double
    Dim reverse As Boolean
    Dim axisPos As AxisLocation
    Dim value As Boolean
     
    value = instance.ExcelGetYAxisScale(sheet, chartIndex, index, plotAreaType, axisType, logarithmicBase, logarithmis, displayUinits, reverse, axisPos)

    Parameters

    sheet
    chartIndex
    index
    plotAreaType
    axisType
    logarithmicBase
    logarithmis
    displayUinits
    reverse
    axisPos
    See Also