ActiveReports 8
SetDpi Method
See Also 
GrapeCity.ActiveReports.Extensibility.v8 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart Namespace > IChart Interface : SetDpi Method

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

Glossary Item Box

Sets the dpi on the chart.

Syntax

Visual Basic (Declaration) 
Sub SetDpi( _
   ByVal xDpi As System.Integer, _
   ByVal yDpi As System.Integer _
) 
C# 
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