Chart::RenderingDpiX Property

.NET Framework (current version)
 

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets or sets the horizontal resolution of the Chart renderer.

Namespace:   System.Windows.Forms.DataVisualization.Charting
Assembly:  System.Windows.Forms.DataVisualization (in System.Windows.Forms.DataVisualization.dll)

public:
[BrowsableAttribute(false)]
property double RenderingDpiX {
	double get();
	void set(double value);
}

Property Value

Type: System::Double

A double value that represents the horizontal resolution of the chart renderer.

.NET Framework
Available since 4.0
Return to top
Show: