Click or drag to resize

ZoomPanOptionsBasePanThreshold Property

LightningChart .NET Help
Gets or sets user interactive device panning threshold in pixels. This is a dependency property. Pan occurs only when device button is pressed down and the device movement equals the given pixel value or is more.

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

Property Value

Type: Int32
See Also