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


In This Topic
ExcelCreateXAxis Method (IExcelChartReader2)
In This Topic
Syntax
'Declaration
 
Function ExcelCreateXAxis( _
   ByVal sheetIndex As Short, _
   ByVal chartIndex As Integer, _
   ByVal axisId As Integer, _
   ByVal plotAreaType As PlotAreaType, _
   ByVal AxisLocation As AxisLocation, _
   ByVal crossvalue As Double, _
   ByVal isDateAxis As Boolean, _
   ByVal isAuto As Boolean _
) As Boolean
 
'Usage
 
Dim instance As IExcelChartReader2
Dim sheetIndex As Short
Dim chartIndex As Integer
Dim axisId As Integer
Dim plotAreaType As PlotAreaType
Dim AxisLocation As AxisLocation
Dim crossvalue As Double
Dim isDateAxis As Boolean
Dim isAuto As Boolean
Dim value As Boolean
 
value = instance.ExcelCreateXAxis(sheetIndex, chartIndex, axisId, plotAreaType, AxisLocation, crossvalue, isDateAxis, isAuto)

Parameters

sheetIndex
chartIndex
axisId
plotAreaType
AxisLocation
crossvalue
isDateAxis
isAuto
See Also