ExcelGetAxisLabel Method (IExcelChartWriter)
In This Topic
Syntax
'Declaration
Function ExcelGetAxisLabel( _
ByVal As Short, _
ByVal As Integer, _
ByVal As PlotAreaType, _
ByVal As AxisType, _
ByVal As Integer, _
ByRef As Font, _
ByRef As Color _
) As Boolean
'Usage
Dim instance As IExcelChartWriter
Dim sheet As Short
Dim chartIndex As Integer
Dim plotAreaType As PlotAreaType
Dim axisType As AxisType
Dim index As Integer
Dim font As Font
Dim fontColor As Color
Dim value As Boolean
value = instance.ExcelGetAxisLabel(sheet, chartIndex, plotAreaType, axisType, index, font, fontColor)
bool ExcelGetAxisLabel(
short ,
int ,
PlotAreaType ,
AxisType ,
int ,
out Font ,
out Color
)
Parameters
- sheet
- chartIndex
- plotAreaType
- axisType
- index
- font
- fontColor
See Also