[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Chart.Graphics.Line

Line Class

Holds all visual attibutes of line.

Inheritance
Line
Namespace: GrapeCity.ActiveReports.Chart.Graphics
Assembly: MESCIUS.ActiveReports.Chart.dll
Syntax
[TypeConverter(typeof(Line.Converter))]
public sealed class Line : Item, IGraphItem, ICloneable, IGraphXmlSerializable

Constructors

Name Description
Line()

Creates default line

Line(Color)

Creates solid line with thickness of 1 and with specified color

Line(Color, LineStyle)

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

Line(Color, int)

Creates solid line with specified thickness and color

Line(Color, int, LineStyle)

Initializes new instance of the Line class.

Line(string)

For internal use only.

Line(string, GraphXmlSerializationContext)

For internal use only.

Properties

Name Description
Color

Color used to draw line

IsDirty

Overridden

Item.IsDirty
. Specifies whether object should be redrawn.
Style

Style used to draw line

Weight

Line thickness

Methods

Name Description
Equals(object)

Compare the Line object to another System.Object and check if the two are equal.

GetHashCode()

It functions as a hash function for a particular type. It is suitable for use in data structures such as hash algorithm and hash table.