FarPoint.Excel アセンブリ > FarPoint.Excel 名前空間 > IExcelChartWriter2 インターフェース : ExcelGetAxisScale メソッド |
'宣言
Function ExcelGetAxisScale( _ ByVal sheet As Short, _ ByVal chartIndex As Integer, _ ByVal index As Integer, _ ByVal plotAreaType As PlotAreaType, _ ByVal axisType As AxisType, _ ByRef reverse As Boolean, _ ByRef tickBetween As Boolean, _ ByRef axisPos As AxisLocation, _ ByRef crossValue As Double _ ) As Boolean
bool ExcelGetAxisScale( short sheet, int chartIndex, int index, PlotAreaType plotAreaType, AxisType axisType, out bool reverse, out bool tickBetween, out AxisLocation axisPos, out double crossValue )