[]
Represents the appearance of borders around various elements of a chart, including the chart itself, the chart area, legend, header, footer and labels.
public class ChartBorder : ChartPropertyBagObject, INotifyPropertyChanged, IC1Serializable
| Name | Description |
|---|---|
| ChartBorder() | Initializes a new instance of ChartBorder class. |
| 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. |
| 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. |