Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelChartWriter2 Interface / ExcelGetAxisScale Method


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

    Parameters

    sheet
    chartIndex
    index
    plotAreaType
    axisType
    reverse
    tickBetween
    axisPos
    crossValue
    See Also