FMX.ExtCtrls.TPlotGrid.Frequency
Delphi
property Frequency: Single read FFrequency write SetFrequency;
C++
__property float Frequency = {read=FFrequency, write=SetFrequency};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | FMX.ExtCtrls.pas FMX.ExtCtrls.hpp |
FMX.ExtCtrls | TPlotGrid |
Description
Specifies the distance (in pixels) between two parallel, consecutive lines.
Frequency is used to determine the number of squares that are displayed. Modify the Frequency property to increase or decrease the number of squares that are displayed within the control.
Note: By default, the Frequency value is 5.