ExcelCreateXAxis Method (IExcelChartReader2)
In This Topic
Syntax
'Declaration
Function ExcelCreateXAxis( _
ByVal As Short, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As PlotAreaType, _
ByVal As AxisLocation, _
ByVal As Double, _
ByVal As Boolean, _
ByVal 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