FarPoint.Excel アセンブリ > FarPoint.Excel 名前空間 > IExcelChartReader インタフェース : ExcelSetYAxisScale メソッド |
'Declaration
Function ExcelSetYAxisScale( _ ByVal sheet As Short, _ ByVal chartIndex As Integer, _ ByVal plotAreaType As PlotAreaType, _ ByVal axisType As AxisType, _ ByVal index As Integer, _ ByVal logarithmis As Boolean, _ ByVal logarithBase As Double, _ ByVal displayUnits As Double _ ) As Boolean
bool ExcelSetYAxisScale( short sheet, int chartIndex, PlotAreaType plotAreaType, AxisType axisType, int index, bool logarithmis, double logarithBase, double displayUnits )