Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxChartXYDiagramScrollOptions.ScrollBars Property

Specifies if the zoomed-in XY diagram displays scroll bars.

#Declaration

Delphi
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