TdxChart.ScrollOptions Property
In This Article
Provides access to scroll settings.
#Declaration
Delphi
property ScrollOptions: TdxChartScrollOptions read; write;
#Property Value
Type | Description |
---|---|
Tdx |
Stores Chart control scroll settings. |
#Remarks
Important
Do not use the Scroll
property in your code. To customize scroll options in the Chart control, use its Scroll
See Also