_Chart.ApplyCustomType(XlChartType, Object) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.