Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelChartWriter Interface / ExcelGetAxisTitle Method


In This Topic
ExcelGetAxisTitle Method (IExcelChartWriter)
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 _
) As Boolean
 
'Usage
 
Dim instance As IExcelChartWriter
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 value As Boolean
 
value = instance.ExcelGetAxisTitle(sheet, chartIndex, axisType, index, axisTitle, font, fontColor, visible)

Parameters

sheet
chartIndex
axisType
index
axisTitle
font
fontColor
visible
See Also