Description
A ChartLine object represents a line in a chart.
Signature: C#
Signature: VB.NET
Properties
| Name | Description |
|---|---|
| Color | Sets or returns the color of the line. |
| Style | Sets or returns the line's style. |
| Visible | Sets or returns whether the line is visible or hidden. |
| Weight | Sets or returns the weight of the line. |
Nested Classes
| Name | Description |
|---|---|
| LineStyle | The LineStyle class contains all available chart line styles. |
| LineWeight | A LineWeight value determines how wide the specified line will be. |