ExcelSetYAxisScale Method
In This Topic
Syntax
'Declaration
Function ExcelSetYAxisScale( _
ByVal As Short, _
ByVal As Integer, _
ByVal As PlotAreaType, _
ByVal As AxisType, _
ByVal As Integer, _
ByVal As Boolean, _
ByVal As Double, _
ByVal As Double _
) As Boolean
'Usage
Dim instance As IExcelChartReader
Dim sheet As Short
Dim chartIndex As Integer
Dim plotAreaType As PlotAreaType
Dim axisType As AxisType
Dim index As Integer
Dim logarithmis As Boolean
Dim logarithBase As Double
Dim displayUnits As Double
Dim value As Boolean
value = instance.ExcelSetYAxisScale(sheet, chartIndex, plotAreaType, axisType, index, logarithmis, logarithBase, displayUnits)
Parameters
- sheet
- chartIndex
- plotAreaType
- axisType
- index
- logarithmis
- logarithBase
- displayUnits
See Also