[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Chart.Border

Border Class

Represents information required to draw borders

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

Constructors

Name Description
Border()

Creates default border

Border(Line)

Initializes new instance of border object.

Border(Line, int)

Initializes new instance of border object with a black shadow.

Border(Line, int, Color)

Initializes new instance of border object.

Border(string)

For internal use only.

Border(string, GraphXmlSerializationContext)

For internal use only.

Properties

Name Description
Line

Line style to draw border

ShadowColor

Color of shadow outlining border

ShadowWeight

Width of shadow outlining border

Methods

Name Description
Clone()

This member overrides

Item.Clone
Equals(object)

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

GetHashCode()

Returns a hash code for this instance.