Unit: |
SDL_rchart
|
Class: |
TRChart |
Declaration: |
property PenStyle:
TPenStyle; |
The property PenStyle specifies the pen style of the data items drawn next. The pen style is stored internally along with the graphics objects so that each graphics object can have a different pen style. See the Delphi documentation for details on the TPenStyle type.
Hint 1: |
Dotted or dashed pen styles are not available when the LineWidth property is greater than 1. |
Hint 2: |
The colors of a dashed or dotted line are controlled by the properties DataColor and FillColor. |
|