Applies the layouts shown in the ribbon.
'Declaration
Sub ApplyLayout( _
ByVal As Integer, _
Optional ByVal As ChartType _
)
'Usage
Dim instance As IChart
Dim layout As Integer
Dim chartType As ChartType
instance.ApplyLayout(layout, chartType)
Parameters
- layout
- Specifies the type of layout. The type of layout is denoted by a number from 1 to 10.
- chartType
- The type of chart.