The Height and Width properties define the height and width of all points in a point chart ( FMX.RS.Charts.TRSCustomPointChart). The value is in pixels. Use the Height and Width property to specify the point size in pixels for all points in a point chart.
Namespace: FMX.RS.Charts
Delphi |
protected |
Property Value
Type: TCanvasPixel
The following code initializes the point information for a point chart: Delphi |
begin |