[]
        
(Showing Draft Content)

C1.Win.FlexReport.Chart.ChartRounding

ChartRounding Class

Represents the rounding of border corners.

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

Constructors

Name Description
ChartRounding()

Properties

Name Description
All

Gets or sets the rounding radius for all corners of the border, in twips.

LeftBottom

Gets or sets the rounding radius for the left bottom corner of the border, in twips.

LeftTop

Gets or sets the rounding radius for the left top corner of the border, in twips.

RightBottom

Gets or sets the rounding radius for the right bottom corner of the border, in twips.

RightTop

Gets or sets the rounding radius for the right top corner of the border, in twips.

Methods

Name Description
ResetAll()

Resets the All to default state.

ResetLeftBottom()

Resets the LeftBottom to default state.

ResetLeftTop()

Resets the LeftTop to default state.

ResetRightBottom()

Resets the RightBottom to default state.

ResetRightTop()

Resets the RightTop to default state.

ShouldSerializeAll()

Returns false if All is in default state.

ShouldSerializeLeftBottom()

Returns false if LeftBottom is in default state.

ShouldSerializeLeftTop()

Returns false if LeftTop is in default state.

ShouldSerializeRightBottom()

Returns false if RightBottom is in default state.

ShouldSerializeRightTop()

Returns false if RightTop is in default state.

ToString()