Skip to main content
A newer version of this page is available. .

TdxChartMouseWheelAction Class

Stores mouse wheel action settings for a user operation in the Chart control.

Declaration

TdxChartMouseWheelAction = class(
    TcxOwnedPersistent
)

Remarks

The TdxChartMouseWheelAction class has members that allow you to do the following:

  • Specify if the mouse wheel action is available (Enabled).
  • Define modifier keys required to execute the mouse wheel action in addition to mouse wheel rotation (ModifierKeys).
  • Copy mouse action settings between Chart controls (Assign).

Direct TdxChartMouseWheelAction Class References

The following public API members reference a TdxChartMouseWheelAction object:

TdxChartZoomOptions.ZoomMouseWheelAction
Specifies how users can gradually zoom an XY diagram in or out.
TdxChartScrollOptions.ScrollMouseWheelAction
Specifies how users can scroll the plot area of a zoomed-in XY diagram with the mouse wheel.

Inheritance

TObject
TPersistent
TcxOwnedPersistent
TdxChartMouseWheelAction
See Also