Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelChartWriter6 Interface / ExcelGetAxisLabelInfo Method


In This Topic
    ExcelGetAxisLabelInfo Method
    In This Topic
    Syntax
    'Declaration
     
    
    Function ExcelGetAxisLabelInfo( _
       ByVal sheetIndex As Short, _
       ByVal chartIndex As Integer, _
       ByVal axisId As Integer, _
       ByVal plotAreaType As PlotAreaType, _
       ByVal axisType As AxisType, _
       ByRef labelOffset As Short, _
       ByRef multiLevelLabel As Boolean _
    ) As Boolean
    'Usage
     
    
    Dim instance As IExcelChartWriter6
    Dim sheetIndex As Short
    Dim chartIndex As Integer
    Dim axisId As Integer
    Dim plotAreaType As PlotAreaType
    Dim axisType As AxisType
    Dim labelOffset As Short
    Dim multiLevelLabel As Boolean
    Dim value As Boolean
     
    value = instance.ExcelGetAxisLabelInfo(sheetIndex, chartIndex, axisId, plotAreaType, axisType, labelOffset, multiLevelLabel)

    Parameters

    sheetIndex
    chartIndex
    axisId
    plotAreaType
    axisType
    labelOffset
    multiLevelLabel
    See Also