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