Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelChartWriter2 Interface / ExcelGetYAxisScale Method


In This Topic
    ExcelGetYAxisScale Method (IExcelChartWriter2)
    In This Topic
    Syntax
    'Declaration
     
    
    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, _
       ByRef crossValue As Double, _
       ByRef fbetween As Boolean _
    ) As Boolean
    'Usage
     
    
    Dim instance As IExcelChartWriter2
    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 crossValue As Double
    Dim fbetween As Boolean
    Dim value As Boolean
     
    value = instance.ExcelGetYAxisScale(sheet, chartIndex, index, plotAreaType, axisType, logarithmicBase, logarithmis, displayUinits, reverse, axisPos, crossValue, fbetween)

    Parameters

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