ActiveReports Developer 7
BorderSizes Constructor(Single,Single,Single,Single)
See Also 
GrapeCity.ActiveReports.Chart.v7 Assembly > GrapeCity.ActiveReports.Chart Namespace > BorderSizes Class > BorderSizes Constructor : BorderSizes Constructor(Single,Single,Single,Single)

left
Specifies the left border margin.
right
Specifies the right border margin.
top
Specifies the top border margin.
bottom
Specifies the bottom border margin.

Glossary Item Box

Initializes a new instance of the BorderSizes class with the border margins specified.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal left As System.Single, _
   ByVal right As System.Single, _
   ByVal top As System.Single, _
   ByVal bottom As System.Single _
)
C# 
public BorderSizes( 
   System.float left,
   System.float right,
   System.float top,
   System.float bottom
)

Parameters

left
Specifies the left border margin.
right
Specifies the right border margin.
top
Specifies the top border margin.
bottom
Specifies the bottom border margin.

See Also