ExcelCreateYAxis Method (IExcelChartReader2)
In This Topic
Syntax
'Declaration
Function ExcelCreateYAxis( _
ByVal As Short, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As PlotAreaType, _
ByVal As AxisLocation, _
ByVal As Double _
) 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 value As Boolean
value = instance.ExcelCreateYAxis(sheetIndex, chartIndex, axisId, plotAreaType, AxisLocation, crossValue)
Parameters
- sheetIndex
- chartIndex
- axisId
- plotAreaType
- AxisLocation
- crossValue
See Also