FarPoint.Excel アセンブリ > FarPoint.Excel 名前空間 > IExcelChartReader2 インタフェース : ExcelCreateXAxis メソッド |
'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
bool ExcelCreateXAxis( short sheetIndex, int chartIndex, int axisId, PlotAreaType plotAreaType, AxisLocation AxisLocation, double crossvalue, bool isDateAxis, bool isAuto )