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


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

    Parameters

    sheet
    chartIndex
    plotAreaType
    axisType
    index
    axisTitle
    font
    fontColor
    See Also