Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelChart Interface / AdjustAxisLocation Method


In This Topic
AdjustAxisLocation Method
In This Topic
Adjust axis location if the component doesn't support cross axis.
Syntax
'Declaration
 
Sub AdjustAxisLocation( _
   ByVal sheetIndex As Short, _
   ByVal chartIndex As Integer _
) 
 
'Usage
 
Dim instance As IExcelChart
Dim sheetIndex As Short
Dim chartIndex As Integer
 
instance.AdjustAxisLocation(sheetIndex, chartIndex)

Parameters

sheetIndex
chartIndex
See Also