Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelChartReader2 Interface / ExcelSetAxisLabels Method


In This Topic
ExcelSetAxisLabels Method (IExcelChartReader2)
In This Topic
Syntax
'Declaration
 
Function ExcelSetAxisLabels( _
   ByVal sheet As Short, _
   ByVal chartIndex As Integer, _
   ByVal plotAreaType As PlotAreaType, _
   ByVal axisType As AxisType, _
   ByVal index As Integer, _
   ByVal font As Font, _
   ByVal fontColor As Color, _
   ByVal textDirection As TextVerticalType, _
   ByVal textRotationAngle As Integer _
) As Boolean
 
'Usage
 
Dim instance As IExcelChartReader2
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 textDirection As TextVerticalType
Dim textRotationAngle As Integer
Dim value As Boolean
 
value = instance.ExcelSetAxisLabels(sheet, chartIndex, plotAreaType, axisType, index, font, fontColor, textDirection, textRotationAngle)

Parameters

sheet
chartIndex
plotAreaType
axisType
index
font
fontColor
textDirection
textRotationAngle
See Also