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


In This Topic
ExcelCreateYAxis Method (IExcelChartReader2)
In This Topic
Syntax
'Declaration
 
Function ExcelCreateYAxis( _
   ByVal sheetIndex As Short, _
   ByVal chartIndex As Integer, _
   ByVal axisId As Integer, _
   ByVal plotAreaType As PlotAreaType, _
   ByVal AxisLocation As AxisLocation, _
   ByVal crossValue 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