EDragMode

type EDragMode = (dmManual, dmAutomatic);

Type Library
TeeChartx

Description
EDragMode defines the possible values of the TChart.DragMode property.

See note on use of Enum constants in differing development environments.

Possible modes:

dmManual = 'Manual drag'; Value = 0

dmAutomatic = 'Automatic drag'; Value = 1