EScrollBarDrawStyle

type EScrollBarDrawStyle = (dsAlways, dsWhenNeeded);

Type Library
TeeChartx

Description
Determines when the scrollbar will be displayed.

dsAlways The scrollbar will always be displayed, even if it's not necessary.

dsWhenNeeded The scrollbar will only be displayed when necessary, that is, when there are more legend items than space in the legend to display all of them.