Create(TPersistent,TdxModifierKeys) Constructor
Initializes a new instance of the TdxChartMouseWheelAction class with specified settings.
Declaration
constructor Create(AOwner: TPersistent; AModifierKeys: TdxModifierKeys); reintroduce;
Parameters
Name | Type | Description |
---|---|---|
AOwner | TPersistent | The Chart property set to which the created mouse wheel action settings belong. |
AModifierKeys | TdxModifierKeys | The set of modifier keys required to execute the mouse action in addition to mouse wheel rotation. This parameter initializes the ModifierKeys property. |
Remarks
Warning
Do not call this constructor in your code. The Chart control automatically creates TdxChartMouseWheelAction class instances for its settings that define user interaction with diagrams.
See Also