Langue

ChartInstance.SetDpi(Int32, Int32) Méthode

Définition

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.

Implémente

S’applique à