[]
Represents the rounding of border corners.
public class ChartRounding : ChartPropertyBagObject, INotifyPropertyChanged, IC1Serializable
| Name | Description |
|---|---|
| ChartRounding() |
| 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. |
| 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() |