Skip to main content

TcxGridChartLineStyle Enum

Enumerates the available line styles in chart 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.

All the possible values are listed in the following table.

Value Meaning Sample
clsNone Points are not connected.
clsSolid Points are connected using solid lines.
clsDash Points are connected using dashed lines.
clsDot Points are connected using dotted lines.
clsDashDot Points are connected using dash-dotted lines.
clsDashDotDot Points are connected using dash-double-dotted lines.
See Also