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

TdxChartZoomOptions.MarqueeZoomMouseAction Property

Specifies how users can zoom a particular part of the plot area in an XY diagram.

#Declaration

Delphi
property MarqueeZoomMouseAction: TdxChartMouseAction read; write;

#Property Value

Type Description
TdxChartMouseAction

Mouse action settings for marquee zoom operations in an XY diagram.

#Remarks

Users can hold down the right mouse button and draw a rectangle within the visible plot area to zoom the rectangular area in so it occupies an entire plot area.

You can use the MarqueeZoomMouseAction.ModifierKeys property to additionally require users to hold down Alt, Ctrl, and/or Shift modifier keys in any combination to use the Marquee Zoom tool. Refer to the TdxChartMouseAction class description for detailed information on all available options.

#Action Availability

The Marquee Zoom tool is available to users only if the following conditions are met:

See Also