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

TdxChartMouseAction Class

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

Declaration

TdxChartMouseAction = class(
    TcxOwnedPersistent
)

Remarks

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

  • Specify if the mouse action is available (Enabled).
  • Select the mouse button that executes the mouse action (MouseButton).
  • Define modifier keys required to execute the mouse action in addition to the mouse button (ModifierKeys).
  • Copy mouse action settings between Chart controls (Assign).

Direct TdxChartMouseAction Class References

The following public API members reference a TdxChartMouseAction object:

TdxChartScrollOptions.PanMouseAction
Specifies how users can pan the plot area of a zoomed-in XY diagram.
TdxChartZoomOptions.MarqueeZoomMouseAction
Specifies how users can zoom a particular part of the plot area in an XY diagram.
TdxChartZoomOptions.ZoomInMouseAction
Specifies how users can zoom an XY diagram in large increments.
TdxChartZoomOptions.ZoomOutMouseAction
Specifies how users can zoom an XY diagram out in large decrements.

Inheritance

See Also