[]
Applies the layouts shown in the ribbon.
void ApplyLayout(int layout, ChartType chartType = ChartType.Unspecified)
Sub ApplyLayout(layout As Integer, Optional chartType As ChartType = ChartType.Unspecified)
Type | Name | Description |
---|---|---|
int | layout | Specifies the type of layout. The type of layout is denoted by a number from 1 to 10. |
ChartType | chartType | The type of chart. |