Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelChartWriter2 Interface / ExcelGetAxisTitle Method


In This Topic
    ExcelGetAxisTitle Method (IExcelChartWriter2)
    In This Topic
    Syntax
    'Declaration
     
    
    Function ExcelGetAxisTitle( _
       ByVal sheet As Short, _
       ByVal chartIndex As Integer, _
       ByVal axisType As AxisType, _
       ByVal index As Integer, _
       ByRef axisTitle As String, _
       ByRef font As Font, _
       ByRef fontColor As Color, _
       ByRef visible As Boolean, _
       ByRef textDirection As TextVerticalType, _
       ByRef textRotationAngle As Integer _
    ) As Boolean
    'Usage
     
    
    Dim instance As IExcelChartWriter2
    Dim sheet As Short
    Dim chartIndex As Integer
    Dim axisType As AxisType
    Dim index As Integer
    Dim axisTitle As String
    Dim font As Font
    Dim fontColor As Color
    Dim visible As Boolean
    Dim textDirection As TextVerticalType
    Dim textRotationAngle As Integer
    Dim value As Boolean
     
    value = instance.ExcelGetAxisTitle(sheet, chartIndex, axisType, index, axisTitle, font, fontColor, visible, textDirection, textRotationAngle)

    Parameters

    sheet
    chartIndex
    axisType
    index
    axisTitle
    font
    fontColor
    visible
    textDirection
    textRotationAngle
    See Also