Chart.ToWebImage(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.
public System.Web.Helpers.WebImage ToWebImage (string format = "jpeg");
member this.ToWebImage : string -> System.Web.Helpers.WebImage
Public Function ToWebImage (Optional format As String = "jpeg") As WebImage
Paramètres
- format
- String
Format de l’image sous laquelle enregistrer l’objet WebImage . La valeur par défaut est « jpeg ». Le format
paramètre ne respecte pas la casse.
Retours
Graphique.