Partager via


Chart(Int32, Int32, String, String) Constructeur

Définition

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.

S’applique à