[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.Charts.IChart.ApplyLayout

ApplyLayout Method

ApplyLayout(int, ChartType)

Applies the layouts shown in the ribbon.

Declaration
void ApplyLayout(int layout, ChartType chartType = ChartType.Unspecified)
Sub ApplyLayout(layout As Integer, Optional chartType As ChartType = ChartType.Unspecified)
Parameters
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.