TChartLineWeight Enumeration
Different widths for chart lines. Since Excel 2007 this isn't used anymore, as you can use arbitrary line widths.
Syntax
Unit: FlexCel.Core
Members
| Name |
Value |
Description |
| Hair |
-1 |
Minimum width.
|
| Narrow |
0 |
Single width.
|
| Medium |
1 |
Double width.
|
| Wide |
2 |
Triple width.
|