Skip to main content

TcxGridChartLineDiagramValues.LineStyle Property

Specifies the visual style used to paint chart lines connecting value points.

Declaration

property LineStyle: TcxGridChartLineStyle read; write; default clsSolid;

Property Value

Type Default
TcxGridChartLineStyle clsSolid

Remarks

Use this property to switch between chart line painting styles. Refer to the TcxGridChartLineStyle type description for detailed information on all available options.

You can use the LineWidth property to adjust the chart line’s width.

Note

You can handle the OnGetLineStyle event to specify the line style for individual series.

The default value of the LineStyle property is clsSolid.

See Also