ExcelGetAxisTitle Method (IExcelChartWriter3)
In This Topic
Syntax
'Declaration
Function ExcelGetAxisTitle( _
ByVal As Short, _
ByVal As Integer, _
ByVal As AxisType, _
ByVal As Integer, _
ByRef As String, _
ByRef As Font, _
ByRef As Color, _
ByRef As Boolean, _
ByRef As Single, _
ByRef As Single, _
ByVal As Boolean _
) As Boolean
'Usage
Dim instance As IExcelChartWriter3
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 left As Single
Dim top As Single
Dim isXML As Boolean
Dim value As Boolean
value = instance.ExcelGetAxisTitle(sheet, chartIndex, axisType, index, axisTitle, font, fontColor, visible, left, top, isXML)
bool ExcelGetAxisTitle(
short ,
int ,
AxisType ,
int ,
out string ,
out Font ,
out Color ,
out bool ,
out float ,
out float ,
bool
)
Parameters
- sheet
- chartIndex
- axisType
- index
- axisTitle
- font
- fontColor
- visible
- left
- top
- isXML
See Also