IEnvironment.MouseWheelScroll
IEnvironment
property MouseWheelScroll: WordBool;
Type Library
TeeChartx
Description
The MouseWheelScroll property enables/disables the scrolling of the Chart using the Mouse Wheel.
Example [Visual Basic]:
With TChart1
.AddSeries scLine
.Series(0).FillSampleValues 10
.Scroll.Enable = pmNone
.Environment.MouseWheelScroll = False
End With