Click or drag to resize

ViewPie3DWheelScrolled Method

LightningChart .NET Help
User interactive device wheel scrolled.

Namespace:  Arction.Wpf.ChartingMVVM.Views.ViewPie3D
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public override bool WheelScrolled(
	UserInteractiveDeviceEventArgs eventArguments,
	LightningChart chart
)

Parameters

eventArguments
Type: Arction.Wpf.ChartingMVVMUserInteractiveDeviceEventArgs

[Missing <param name="eventArguments"/> documentation for "M:Arction.Wpf.ChartingMVVM.Views.ViewPie3D.ViewPie3D.WheelScrolled(Arction.Wpf.ChartingMVVM.UserInteractiveDeviceEventArgs,Arction.Wpf.ChartingMVVM.LightningChart)"]

chart
Type: Arction.Wpf.ChartingMVVMLightningChart

[Missing <param name="chart"/> documentation for "M:Arction.Wpf.ChartingMVVM.Views.ViewPie3D.ViewPie3D.WheelScrolled(Arction.Wpf.ChartingMVVM.UserInteractiveDeviceEventArgs,Arction.Wpf.ChartingMVVM.LightningChart)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Arction.Wpf.ChartingMVVM.Views.ViewPie3D.ViewPie3D.WheelScrolled(Arction.Wpf.ChartingMVVM.UserInteractiveDeviceEventArgs,Arction.Wpf.ChartingMVVM.LightningChart)"]

See Also