'Declaration
Function ExcelGetYAxisScale( _
ByVal As Short, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As PlotAreaType, _
ByVal As AxisType, _
ByRef As Double, _
ByRef As Boolean, _
ByRef As Double, _
ByRef As Boolean, _
ByRef As AxisLocation, _
ByRef As Double, _
ByRef As Boolean _
) As Boolean
'Usage
Dim instance As IExcelChartWriter2
Dim sheet As Short
Dim chartIndex As Integer
Dim index As Integer
Dim plotAreaType As PlotAreaType
Dim axisType As AxisType
Dim logarithmicBase As Double
Dim logarithmis As Boolean
Dim displayUinits As Double
Dim reverse As Boolean
Dim axisPos As AxisLocation
Dim crossValue As Double
Dim fbetween As Boolean
Dim value As Boolean
value = instance.ExcelGetYAxisScale(sheet, chartIndex, index, plotAreaType, axisType, logarithmicBase, logarithmis, displayUinits, reverse, axisPos, crossValue, fbetween)
bool ExcelGetYAxisScale(
short ,
int ,
int ,
PlotAreaType ,
AxisType ,
out double ,
out bool ,
out double ,
out bool ,
out AxisLocation ,
out double ,
out bool
)