Click or drag to resize

ScrollBarScrollType Enumeration

LightningChart .NET Help
Scroll bar scrolling type.

Namespace:  Arction.Wpf.Charting
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public enum ScrollBarScrollType
Members
  Member nameValueDescription
SmallDecrement0 Small decrement.
SmallIncrement1 Small increment.
LargeDecrement2 Large decrement.
LargeIncrement3 Large increment.
ScrollDrag4 Scroll box is dragged.
WheelDecrement5 Device wheel has been scrolled down.
WheelIncrement6 Device wheel has been scrolled up.
See Also