[]
Represents the style of chart lines.
public class ChartLineStyle : ChartObject, INotifyPropertyChanged, IC1Serializable
| Name | Description |
|---|---|
| ChartLineStyle() |
| Name | Description |
|---|---|
| Color | Gets or sets the line color. |
| LineJoin | Gets or sets the line join style. |
| MiterLimit | Gets or sets the miter limit of line joins. |
| Pattern | Gets or sets the line pattern. |
| Thickness | Gets or sets the line thickness, in twips. |
| Name | Description |
|---|---|
| AssignFrom(ChartObject) | For internal use only. Assigns (copies) properties from another ChartObject to the current object. |