'Declaration
Function ExcelSetAxisTitle( _
ByVal As Short, _
ByVal As Integer, _
ByVal As PlotAreaType, _
ByVal As AxisType, _
ByVal As Integer, _
ByVal As String, _
ByVal As Font, _
ByVal As Color, _
ByVal As TextVerticalType, _
ByVal As Integer, _
ByVal As Single, _
ByVal As Single, _
ByVal As Boolean, _
ByVal As Boolean _
) As Boolean
'Usage
Dim instance As IExcelChartReader6
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 textDirection As TextVerticalType
Dim textRotationAngle As Integer
Dim left As Single
Dim top As Single
Dim isXML As Boolean
Dim isDefaultPosition As Boolean
Dim value As Boolean
value = instance.ExcelSetAxisTitle(sheet, chartIndex, plotAreaType, axisType, index, axisTitle, font, fontColor, textDirection, textRotationAngle, left, top, isXML, isDefaultPosition)
bool ExcelSetAxisTitle(
short ,
int ,
PlotAreaType ,
AxisType ,
int ,
string ,
Font ,
Color ,
TextVerticalType ,
int ,
float ,
float ,
bool ,
bool
)