ActiveReports Developer 7
SetDpi Method
See Also 
GrapeCity.ActiveReports.Extensibility.v7 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.

See Also