dotnetCHARTING Send comments on this topic.
Dpi Property
See Also  Example
dotnetCHARTING Namespace > Chart Class : Dpi Property


Gets or sets the resolution, in dots per inch, of the chart Bitmap.

Syntax

Visual Basic (Declaration) 
Public Property Dpi As Integer
Visual Basic (Usage)Copy Code
Dim instance As Chart
Dim value As Integer
 
instance.Dpi = value
 
value = instance.Dpi
C# 
public int Dpi {get; set;}

Example

C#Copy Code
Chart.Dpi = 300;
    
Visual BasicCopy Code
Chart.Dpi = 300

See Also

© 2010 All Rights Reserved.