TcxGridChartLineStyle Enum
Enumerates available line styles in Chart View diagrams.
Declaration
TcxGridChartLineStyle = (
clsNone,
clsSolid,
clsDash,
clsDot,
clsDashDot,
clsDashDotDot
);
Members
Name |
---|
clsNone
|
clsSolid
|
clsDash
|
clsDot
|
clsDashDot
|
clsDashDotDot
|
Remarks
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.
Available Options
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