Chart.Save(String, String) 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.
Enregistre une image de graphique dans le fichier spécifié.
public System.Web.Helpers.Chart Save (string path, string format = "jpeg");
member this.Save : string * string -> System.Web.Helpers.Chart
Public Function Save (path As String, Optional format As String = "jpeg") As Chart
Paramètres
- path
- String
Emplacement et nom du fichier image.
- format
- String
Format du fichier image, tel que « png » ou « jpeg ».
Retours
Graphique.