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; }<DefaultValueAttribute(5)>
Public Property PanThreshold As Integer
Get
Set
public:
[DefaultValueAttribute(5)]
property int PanThreshold {
int get ();
void set (int value);
}Property Value
Type:
Int32
See Also