ChartInstance.SetDpi(Int32, Int32) 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.
Règle le point par pouce (DPI) à utiliser pour générer l’image du graphique.
public:
override void SetDpi(int xDpi, int yDpi);
public override void SetDpi(int xDpi, int yDpi);
override this.SetDpi : int * int -> unit
Public Overrides Sub SetDpi (xDpi As Integer, yDpi As Integer)
Paramètres
- xDpi
- Int32
Le DPI X de l’image du graphique.
- yDpi
- Int32
Le DPI Y de l’image du graphique.