vcl-cxgridchartview-6967efbf.md
Enumerates available line styles in Chart View diagrams.
TcxGridChartLineStyle = (
clsNone,
clsSolid,
clsDash,
clsDot,
clsDashDot,
clsDashDotDot
);
| Name |
|---|
clsNone |
clsSolid |
clsDash |
clsDot |
clsDashDot |
clsDashDotDot |
Chart diagrams use various line styles to connect points. For instance, you can customize line styles that connect adjacent value points in line and area diagrams.
| Value | Description | Example |
|---|---|---|
clsNone | Points are not connected. | – |
clsSolid | Points are connected by solid lines. | |
clsDash | Points are connected by dashed lines. | |
clsDot | Points are connected by dotted lines. | |
clsDashDot | Points are connected by dash-dotted lines. | |
clsDashDotDot | Points are connected by dash-double-dotted lines. |
See Also