Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxGridChartLineDiagramValues.LineStyle Property

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

#Declaration

Delphi
property LineStyle: TcxGridChartLineStyle read; write; default clsSolid;

#Property Value

Type Default Description
TcxGridChartLineStyle clsSolid

The line style.

#Remarks

Use the LineStyle 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.

#Default Value

The LineStyle property’s default value is clsSolid.

See Also