Back to Devexpress

TcxGridChartLineStyle Enum

vcl-cxgridchartview-6967efbf.md

latest1.6 KB
Original Source

TcxGridChartLineStyle Enum

Enumerates available line styles in Chart View diagrams.

Declaration

delphi
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

ValueDescriptionExample
clsNonePoints are not connected.
clsSolidPoints are connected by solid lines.
clsDashPoints are connected by dashed lines.
clsDotPoints are connected by dotted lines.
clsDashDotPoints are connected by dash-dotted lines.
clsDashDotDotPoints are connected by dash-double-dotted lines.

See Also

cxGridChartView Unit