Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelChartReader Interface / ExcelCreateYAxis Method


In This Topic
    ExcelCreateYAxis Method (IExcelChartReader)
    In This Topic
    Syntax
    'Declaration
     
    
    Function ExcelCreateYAxis( _
       ByVal sheetIndex As Short, _
       ByVal chartIndex As Integer, _
       ByVal axisId As Integer, _
       ByVal plotAreaType As PlotAreaType, _
       ByVal AxisLocation As AxisLocation _
    ) As Boolean
    'Usage
     
    
    Dim instance As IExcelChartReader
    Dim sheetIndex As Short
    Dim chartIndex As Integer
    Dim axisId As Integer
    Dim plotAreaType As PlotAreaType
    Dim AxisLocation As AxisLocation
    Dim value As Boolean
     
    value = instance.ExcelCreateYAxis(sheetIndex, chartIndex, axisId, plotAreaType, AxisLocation)

    Parameters

    sheetIndex
    chartIndex
    axisId
    plotAreaType
    AxisLocation
    See Also