ActiveReports Developer 7
Padding Constructor(Int32,Int32,Int32,Int32)
See Also 
GrapeCity.ActiveReports.Chart.v7 Assembly > GrapeCity.ActiveReports.Chart Namespace > Padding Structure > Padding Constructor : Padding Constructor(Int32,Int32,Int32,Int32)

left
Left
top
Tol
right
Right
bottom
Bottom

Glossary Item Box

Padding Constructor

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal left As System.Integer, _
   ByVal top As System.Integer, _
   ByVal right As System.Integer, _
   ByVal bottom As System.Integer _
)
C# 
public Padding( 
   System.int left,
   System.int top,
   System.int right,
   System.int bottom
)

Parameters

left
Left
top
Tol
right
Right
bottom
Bottom

See Also