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