Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelChartWriter Interface / ExcelGetAxisLabel Method


In This Topic
    ExcelGetAxisLabel Method (IExcelChartWriter)
    In This Topic
    Syntax
    'Declaration
     
    
    Function ExcelGetAxisLabel( _
       ByVal sheet As Short, _
       ByVal chartIndex As Integer, _
       ByVal plotAreaType As PlotAreaType, _
       ByVal axisType As AxisType, _
       ByVal index As Integer, _
       ByRef font As Font, _
       ByRef fontColor As Color _
    ) As Boolean
    'Usage
     
    
    Dim instance As IExcelChartWriter
    Dim sheet As Short
    Dim chartIndex As Integer
    Dim plotAreaType As PlotAreaType
    Dim axisType As AxisType
    Dim index As Integer
    Dim font As Font
    Dim fontColor As Color
    Dim value As Boolean
     
    value = instance.ExcelGetAxisLabel(sheet, chartIndex, plotAreaType, axisType, index, font, fontColor)

    Parameters

    sheet
    chartIndex
    plotAreaType
    axisType
    index
    font
    fontColor
    See Also