Partager via


_Chart.ApplyCustomType(XlChartType, Object) Méthode

Définition

Applique un type de graphique standard ou personnalisé à un graphique.

public void ApplyCustomType (Microsoft.Office.Interop.Excel.XlChartType ChartType, object TypeName);
Public Sub ApplyCustomType (ChartType As XlChartType, Optional TypeName As Object)

Paramètres

ChartType
XlChartType

Obligatoire XlChartType. Type de graphique standard.

TypeName
Object

Objet facultatif (utilisé uniquement avec un Chart objet ). Nom du type de graphique personnalisé si ChartType spécifie une galerie de graphiques personnalisée.

S’applique à