Click or drag to resize

UserInteractiveDeviceEventArgsIsButtonReleased Method

LightningChart .NET Help
Check if given button is released.

Namespace:  Arction.Wpf.ChartingMVVM
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public bool IsButtonReleased(
	UserInteractiveDeviceButton button
)

Parameters

button
Type: Arction.Wpf.ChartingMVVMUserInteractiveDeviceButton
Button to check.

Return Value

Type: Boolean
True, if is released, false otherwise.
See Also