ActiveReports 9
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.
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

Reference

IChart Interface
IChart Members

 

 


Copyright © 2014 GrapeCity, inc. All rights reserved

Support Forum