Share via


_Chart.ApplyLayout Method

Applies the layouts shown in the ribbon.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Sub ApplyLayout ( _
    Layout As Integer, _
    ChartType As Object _
)
'Usage
Dim instance As _Chart
Dim Layout As Integer
Dim ChartType As Object

instance.ApplyLayout(Layout, ChartType)
void ApplyLayout(
    int Layout,
    Object ChartType
)

Parameters

  • Layout
    Type: System.Int32

    Specifies the type of layout. The type of layout is denoted by a number from 1 to 10.

Remarks

When you use a layout on the current chart type, a number from 1 to 10 is applied to the chart type. You can also apply the layout of one chart type on another chart type. For example, you can apply the layouts that are available from a line chart to a column chart. The layout only adds chart elements that are available for that particular chart type.

See Also

Reference

_Chart Interface

_Chart Members

Microsoft.Office.Interop.Excel Namespace