Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxChartScrollOptions.ScrollMouseWheelAction Property

Specifies how users can scroll the plot area of a zoomed-in XY diagram with the mouse wheel.

#Declaration

Delphi
property ScrollMouseWheelAction: TdxChartMouseWheelAction read; write;

#Property Value

Type Description
TdxChartMouseWheelAction

Mouse wheel action settings for scroll operations in a zoomed-in XY diagram.

#Remarks

Users can rotate the mouse wheel to scroll a zoomed-in XY diagram along the axis of arguments or the axis of values if scrolling along these axes is enabled for the diagram. If a user does not hold down any modifier keys while rotating the mouse wheel, the target diagram scrolls along the axis of values. The diagram scrolls along the axis of arguments if a user holds down the Shift key while rotating the mouse wheel.

You can use the ScrollMouseWheelAction.ModifierKeys property to additionally require users to hold down Alt, Ctrl, and/or Shift modifier keys in any combination to scroll the plot area vertically.

Note

The Shift keystroke required to scroll the plot area horizontally is predefined and cannot be changed. If you define only the Shift modifier key in the ScrollMouseWheelAction.ModifierKeys property, the ability to use the mouse wheel to scroll the plot area horizontally will be unavailable.

Refer to the TdxChartMouseWheelAction class description for detailed information on all available options.

#Action Availability

Users can rotate the mouse wheel to scroll a zoomed-in XY diagram only if the following conditions are met:

See Also