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