[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Chart.Graphics.Line.-ctor

Line Constructor

Line()

Creates default line

Declaration
public Line()

Line(Color)

Creates solid line with thickness of 1 and with specified color

Declaration
public Line(Color color)
Parameters
Type Name Description
Color color

Line(Color, int)

Creates solid line with specified thickness and color

Declaration
public Line(Color color, int weight)
Parameters
Type Name Description
Color color
int weight

Line(Color, LineStyle)

Initializes new instance of the LineInfo class with thickness of 1 and with specified style

Declaration
public Line(Color color, LineStyle style)
Parameters
Type Name Description
Color color
LineStyle style

Line(Color, int, LineStyle)

Initializes new instance of the Line class.

Declaration
public Line(Color color, int weight, LineStyle style)
Parameters
Type Name Description
Color color

The color of the line

int weight

The thickness of the line

LineStyle style

The style of the line

Line(string)

For internal use only.

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

Line(string, GraphXmlSerializationContext)

For internal use only.

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