[]
        
(Showing Draft Content)

C1.Win.FlexReport.Chart.ChartBorder

ChartBorder Class

Represents the appearance of borders around various elements of a chart, including the chart itself, the chart area, legend, header, footer and labels.

Inheritance
ChartBorder
Implements
IC1Serializable
Namespace: C1.Win.FlexReport.Chart
Assembly: C1.Win.FlexReport.8.dll
Syntax
public class ChartBorder : ChartPropertyBagObject, INotifyPropertyChanged, IC1Serializable

Constructors

Name Description
ChartBorder()

Initializes a new instance of ChartBorder class.

Properties

Name Description
BorderStyle

Gets or sets the border style.

Color

Gets or sets the border color.

Rounding

Gets the ChartRounding object that controls the rounding of corners.

Thickness

Gets to sets the thickness of the border, in twips.

Methods

Name Description
AssignFrom(ChartObject)

For internal use only. Assigns (copies) properties from another ChartObject to the current object.

ResetBorderStyle()

Resets the BorderStyle to default state.

ResetColor()

Resets the Color to default state.

ResetRounding()

Resets the Rounding to default state.

ResetThickness()

Resets the Thickness to default state.

ShouldSerializeBorderStyle()

Returns false if BorderStyle is in default state.

ShouldSerializeColor()

Returns false if Color is in default state.

ShouldSerializeRounding()

Returns false if Rounding is in default state.

ShouldSerializeThickness()

Returns false if Thickness is in default state.