ChartInstance.SetDpi(Int32, Int32) Method

Definition

Sets the dot-per-inch (DPI) to be used for generating the chart image.

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)

Parameters

xDpi
Int32

The X DPI of the chart image.

yDpi
Int32

The Y DPI of the chart image.

Implements

Applies to