ChartInstance.SetDpi(Int32, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.