ExcelGetAxisTitle Method (IExcelChartWriter2)
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 TextVerticalType, _
ByRef 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)
bool ExcelGetAxisTitle(
short ,
int ,
AxisType ,
int ,
out string ,
out Font ,
out Color ,
out bool ,
out TextVerticalType ,
out int
)
Parameters
- sheet
- chartIndex
- axisType
- index
- axisTitle
- font
- fontColor
- visible
- textDirection
- textRotationAngle
See Also