'Declaration
Function ExcelCreateXAxis( _ ByVal sheetIndex As Short, _ ByVal chartIndex As Integer, _ ByVal axisId As Integer, _ ByVal plotAreaType As PlotAreaType, _ ByVal AxisLocation As AxisLocation _ ) As Boolean
'Usage
Dim instance As IExcelChartReader Dim sheetIndex As Short Dim chartIndex As Integer Dim axisId As Integer Dim plotAreaType As PlotAreaType Dim AxisLocation As AxisLocation Dim value As Boolean value = instance.ExcelCreateXAxis(sheetIndex, chartIndex, axisId, plotAreaType, AxisLocation)
bool ExcelCreateXAxis( short sheetIndex, int chartIndex, int axisId, PlotAreaType plotAreaType, AxisLocation AxisLocation )
Parameters
- sheetIndex
- chartIndex
- axisId
- plotAreaType
- AxisLocation