TdxChartXYDiagramScrollOptions Class
Stores XY diagram scroll settings.
#Declaration
TdxChartXYDiagramScrollOptions = class(
TcxOwnedPersistent
)
#Remarks
The TdxChartXYDiagramScrollOptions
class has members that allow you to do the following:
- Enable or disable scroll operations for the axis of arguments and the axis of values (AxisXScrollingEnabled and AxisYScrollingEnabled).
- Hide or display scroll bars when an XY diagram is zoomed in (ScrollBars).
- Copy scroll settings between XY diagrams (Assign).
#Direct TdxChartXYDiagramScrollOptions Class References
An XY diagram‘s ScrollOptions property references a TdxChartXYDiagramScrollOptions
object.