Back to Devexpress

TdxChartMouseWheelAction Class

vcl-dxchartcore-554eb67a.md

latest2.3 KB
Original Source

TdxChartMouseWheelAction Class

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

Declaration

delphi
TdxChartMouseWheelAction = class(
    TcxOwnedPersistent
)

Remarks

Users can rotate the mouse wheel to zoom and scroll diagrams in the Chart control. The TdxChartMouseWheelAction class implements settings required to customize and differentiate mouse wheel actions in XY diagrams.

Main API Members

The list below outlines key members of the TdxChartMouseWheelAction class that allow you to configure the mouse wheel for zoom and scroll operations in XY diagrams.

EnabledSpecifies if the mouse wheel action is enabled in the Chart control.ModifierKeysSpecifies modifier keys required to execute the mouse action in addition to mouse wheel rotation.AssignCopies mouse action settings between Chart controls.

Direct TdxChartMouseWheelAction Class References

The following public API members reference a TdxChartMouseWheelAction object:

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

Inheritance

TObject TPersistent TcxOwnedPersistent TdxChartMouseWheelAction

See Also

TdxChartMouseAction Class

TdxChartMouseWheelAction Members

dxChartCore Unit