SeriesBorder Members
Contains settings the specify the appearance of a series border.Constructors
| Name | Description |
|---|---|
| SeriesBorder() | Initializes a new instance of the SeriesBorder class with default settings. |
Fields
| Name | Description |
|---|---|
| BrushProperty static | Identifies the SeriesBorder.Brush dependency property. |
| LineStyleProperty static | Identifies the SeriesBorder.LineStyle dependency property. |
Properties
| Name | Description |
|---|---|
| Brush | Gets or sets the color of the series border. |
| LineStyle | Specifies the line style settings for the series border. |
| TypeNameSerializable | Gets the string value used to support serialization of the chart dependency object. Inherited from ChartDependencyObject. |
Events
| Name | Description |
|---|---|
| PropertyChanged | Occurs every time any of the ChartDependencyObject class properties has changed its value. Inherited from ChartDependencyObject. |
See Also