.netCHARTING v10.5 Documentation
Example 


Dpi Property
Gets or sets the resolution, in dots per inch, of the chart Bitmap.
Syntax
'Declaration
 
Public Property Dpi As Integer
'Usage
 
Dim instance As Chart
Dim value As Integer
 
instance.Dpi = value
 
value = instance.Dpi
public int Dpi {get; set;}
Example
Chart.Dpi = 300;
Chart.Dpi = 300
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also