[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Chart.BorderSizes.-ctor

BorderSizes Constructor

BorderSizes()

Initializes new instance of the BorderSizes class

Declaration
public BorderSizes()

BorderSizes(float, float, float, float)

Initializes new instance of the BorderSizes class

Declaration
public BorderSizes(float left, float right, float top, float bottom)
Parameters
Type Name Description
float left

Left border margin

float right

Right border margin

float top

Top border margin

float bottom

Bottom border margin