ActiveReports 8
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 System.Integer, _
   ByVal yDpi As System.Integer _
) 
void SetDpi( 
   System.int xDpi,
   System.int yDpi
)

Parameters

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

Reference

IChart Interface
IChart Members

Support Forum