TcxGridChartLineDiagramValues.LineStyle Property
In This Article
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 |
---|---|---|
Tcx |
cls |
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 On
#Default Value
The LineStyle
property’s default value is clsSolid.
See Also