ExcelGetAxisScale Method (IExcelChartWriter2)
In This Topic
Syntax
'Declaration
Function ExcelGetAxisScale( _
ByVal As Short, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As PlotAreaType, _
ByVal As AxisType, _
ByRef As Boolean, _
ByRef As Boolean, _
ByRef As AxisLocation, _
ByRef As Double _
) 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 reverse As Boolean
Dim tickBetween As Boolean
Dim axisPos As AxisLocation
Dim crossValue As Double
Dim value As Boolean
value = instance.ExcelGetAxisScale(sheet, chartIndex, index, plotAreaType, axisType, reverse, tickBetween, axisPos, crossValue)
bool ExcelGetAxisScale(
short ,
int ,
int ,
PlotAreaType ,
AxisType ,
out bool ,
out bool ,
out AxisLocation ,
out double
)
Parameters
- sheet
- chartIndex
- index
- plotAreaType
- axisType
- reverse
- tickBetween
- axisPos
- crossValue
See Also