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; }<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