Defines the geometric shape used for every point value in a point chart ( RSCharts.TRSCustomPointChart). In general, this Style defines the shape of every point in the point chart. However, if the Style is ssImage, in cases where there is no image, the DefaultStyle will be used instead. The shape is drawn as large as possible within the bounding rectangle (defined with Height and Width properties).
Namespace: RSCharts
Delphi |
protected |
Property Value
Type: TRSShapeStyle
The following code initializes the point information for a point chart:
|