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.LineWidth Property

Specifies the width (in pixels) of chart lines connecting value points.

#Declaration

Delphi
property LineWidth: Integer read; write; default cxGridChartLineDiagramDefaultLineWidth;

#Property Value

Type Default Description
Integer cxGridChartLineDiagramDefaultLineWidth

The chart line width, in pixels.

#Remarks

Use this property to adjust the chart line width. To change the line’s visual style, use the LineStyle property.

Note

The LineWidth property value has no effect if the LineStyle property is set to clsNone.

#Default Value

The LineWidth property’s default value is cxGridChartLineDiagramDefaultLineWidth.

See Also