TdxChartXYDiagramZoomOptions Class
Stores XY diagram zoom settings.
Declaration
TdxChartXYDiagramZoomOptions = class(
TcxOwnedPersistent
)
Remarks
The TdxChartXYDiagramZoomOptions
class has members that allow you to do the following:
- Enable or disable zoom operations for the axis of arguments and the axis of values (AxisXZoomingEnabled and AxisYZoomingEnabled).
- Adjust the maximum zoom factor (as a percentage) for the axis of arguments and the axis of values (AxisXMaxZoomPercent and AxisYMaxZoomPercent).
- Copy zoom settings between XY diagrams (Assign).
Direct TdxChartXYDiagramZoomOptions Class References
An XY diagram‘s ZoomOptions property references a TdxChartXYDiagramZoomOptions
object.
Inheritance
TObject
TPersistent
TcxOwnedPersistent
TdxChartXYDiagramZoomOptions
See Also