ActiveReports 12
SetDpi Method

GrapeCity.ActiveReports.Extensibility.v12 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart Namespace > IChart Interface : SetDpi Method
The horizontal dots per inch.
The vertical dots per inch.
Sets the dpi on the chart.
Syntax
'Declaration
 
Sub SetDpi( _
   ByVal xDpi As Integer, _
   ByVal yDpi As Integer _
) 
void SetDpi( 
   int xDpi,
   int yDpi
)

Parameters

xDpi
The horizontal dots per inch.
yDpi
The vertical dots per inch.
See Also

Reference

IChart Interface
IChart Members