TdxChartXYDiagramScrollOptions.ScrollBars Property
Specifies if the zoomed-in XY diagram displays scroll bars.
Declaration
property ScrollBars: TdxDefaultBoolean read; write; default bDefault;
Property Value
Type | Default | Description |
---|---|---|
TdxDefaultBoolean | bDefault |
|
Remarks
An XY diagram displays horizontal and vertical scroll bars when the plot area is zoomed in by the axis of arguments or the axis of values, respectively.
Set the ScrollBars
property to bFalse
or bTrue
to explicitly hide or display scroll bars when the XY diagram is zoomed in.
Default Value
The ScrollBars
property’s default value is bDefault
.
See Also