Back to Devexpress

TdxCustomChartControl.ZoomOptions Property

vcl-dxchartcontrol-dot-tdxcustomchartcontrol-56019667.md

latest1.6 KB
Original Source

TdxCustomChartControl.ZoomOptions Property

Provides access to zoom settings.

Declaration

delphi
property ZoomOptions: TdxChartZoomOptions read; write;

Property Value

TypeDescription
TdxChartZoomOptions

Stores Chart control zoom settings.

|

Remarks

Users can zoom, scroll, and pan XY diagrams by the axis of arguments, the axis of values, or both axes.

You can use MarqueeZoomMouseAction, ZoomInMouseAction, ZoomMouseWheelAction, and ZoomOutMouseAction properties to change how users can zoom an XY diagram in or out with the mouse. Refer to the TdxChartZoomOptions class description for detailed information on all available options.

See Also

TdxCustomChartControl.ScrollOptions Property

TdxCustomChartControl Class

TdxCustomChartControl Members

dxChartControl Unit