Back to Devexpress

TdxChartZoomOptions Class

vcl-dxchartcore-f77e4026.md

latest2.2 KB
Original Source

TdxChartZoomOptions Class

Stores Chart control zoom settings.

Declaration

delphi
TdxChartZoomOptions = class(
    TcxOwnedPersistent
)

Remarks

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

Main API Members

The list below outlines key members of the TdxChartZoomOptions class that allow you to configure Chart zoom functionality.

LargeStep | SmallStepAdjust change step values for different zoom operations.MarqueeZoomMouseAction | ZoomInMouseAction | ZoomMouseWheelAction | ZoomOutMouseActionDefine how users can zoom the plot area of an XY diagram in or out using the mouse.AssignCopies zoom settings between Chart controls.

Direct TdxChartZoomOptions Class References

The Chart control’s ZoomOptions property references a TdxChartZoomOptions object.

Inheritance

TObject TPersistent TcxOwnedPersistent TdxChartZoomOptions

See Also

TdxChartScrollOptions Class

TdxChartZoomOptions Members

dxChartCore Unit