Click or drag to resize

ZoomPanOptionsBasePanThreshold Property

LightningChart .NET Help
User interactive device panning threshold in pixels. Pan occurs only when device button is pressed down and the device movement equals the given pixel value or is more.

Namespace:  Arction.Wpf.Charting.Views
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
[DefaultValueAttribute(5)]
public int PanThreshold { get; set; }

Property Value

Type: Int32
See Also