Skip to main content

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
  • If bTrue, the zoomed-in XY diagram displays horizontal and vertical scroll bars for the axis of arguments and the axis of values when their zoom factor exceeds 100% and scrolling by these axes is allowed.
  • If bFalse, the XY diagram never displays scroll bars.
  • If bDefault, the zoomed-in XY diagram displays scroll bars only if the Chart control’s ScrollOptions.ScrollBars property is set to True. The diagram does not display a scroll bar when scrolling by the corresponding axis is disabled.

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