Skip to main content

TdxZoomTrackBarRangeOptions.Frequency Property

Specifies the distance between tick marks in a scale range.

Declaration

property Frequency: Integer read; write; default 10;

Property Value

Type Default
Integer 10

Remarks

This property offers the same functionality as the Properties.Frequency property of a normal track bar editor. The only difference between them is that in the zoom track bar editor, the Frequency property is applied only to one of track bar scale ranges (that which is associated with the current TdxZoomTrackBarRangeOptions class instance). Refer to the TcxCustomTrackBarProperties.Frequency property description to learn more about this property.

The default value of the Frequency property is 10.

See Also