Chart(Int32, Int32, String, String) Constructeur
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.
Initialise une nouvelle instance de la classe Chart.
public Chart (int width, int height, string theme = default, string themePath = default);
new System.Web.Helpers.Chart : int * int * string * string -> System.Web.Helpers.Chart
Public Sub New (width As Integer, height As Integer, Optional theme As String = null, Optional themePath As String = null)
Paramètres
- width
- Int32
Largeur, en pixels, de l'image de graphique terminée.
- height
- Int32
Hauteur, en pixels, de l'image de graphique terminée.
- theme
- String
(Facultatif) Modèle (thème) à appliquer au graphique.
- themePath
- String
(Facultatif) Chemin d'accès et nom du fichier du modèle (thème) à appliquer au graphique.