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 | 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