_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 une galerie de graphiques personnalisée ChartType est spécifiée.

S’applique à