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


In This Topic
    ExcelCreateZAxis Method (IExcelChartReader)
    In This Topic
    Syntax
    'Declaration
     
    
    Function ExcelCreateZAxis( _
       ByVal sheetIndex As Short, _
       ByVal chartIndex As Integer, _
       ByVal index 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 index As Integer
    Dim plotAreaType As PlotAreaType
    Dim AxisLocation As AxisLocation
    Dim value As Boolean
     
    value = instance.ExcelCreateZAxis(sheetIndex, chartIndex, index, plotAreaType, AxisLocation)

    Parameters

    sheetIndex
    chartIndex
    index
    plotAreaType
    AxisLocation
    See Also