[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Chart.Border.-ctor

Border Constructor

Border()

Creates default border

Declaration
public Border()

Border(Line)

Initializes new instance of border object.

Declaration
public Border(Line line)
Parameters
Type Name Description
Line line

Border(Line, int)

Initializes new instance of border object with a black shadow.

Declaration
public Border(Line line, int shadowWeight)
Parameters
Type Name Description
Line line

Specifies border line info

int shadowWeight

Specifies shadow weight

Border(Line, int, Color)

Initializes new instance of border object.

Declaration
public Border(Line line, int shadowWeight, Color shadowColor)
Parameters
Type Name Description
Line line

Specifies border line info

int shadowWeight

Specifies shadow weight

Color shadowColor

Specifies shadow color

Border(string)

For internal use only.

Declaration
public Border(string xml)
Parameters
Type Name Description
string xml

Border(string, GraphXmlSerializationContext)

For internal use only.

Declaration
public Border(string xml, GraphXmlSerializationContext context)
Parameters
Type Name Description
string xml
GraphXmlSerializationContext context