Skip to main content

TcxGridChartLineDiagramValues.LineWidth Property

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

Declaration

property LineWidth: Integer read; write; default cxGridChartLineDiagramDefaultLineWidth;

Property Value

Type Default
Integer cxGridChartLineDiagramDefaultLineWidth

Remarks

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

The LineWidth property automatically updates by multiplying its current value by the DPI-aware form’s scaling factor every time it changes.

Note

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

The default value of this property is specified by the cxGridChartLineDiagramDefaultLineWidth constant.

See Also