Chart::RenderingDpiY Property

.NET Framework (current version)
 

Gets or sets the vertical 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 RenderingDpiY {
	double get();
	void set(double value);
}

Property Value

Type: System::Double

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

.NET Framework
Available since 4.0
Return to top
Show: