Click or drag to resize

SeriesTitleDeviceMovedEventArgs Class

LightningChart .NET Help
Represents a class that provides arguments for the SeriesTitleDeviceMoved event.
Inheritance Hierarchy
SystemObject
  LightningChartLib.UWP.ChartingMVVMChartEventArgs
    LightningChartLib.UWP.ChartingMVVM.Views.ViewXYSeriesTitleDeviceMovedEventArgs

Namespace: LightningChartLib.UWP.ChartingMVVM.Views.ViewXY
Assembly: LightningChart.UWP.ChartingMVVM (in LightningChart.UWP.ChartingMVVM.dll) Version: 11.0.1
XMLNS for XAML: Not mapped to an xmlns.
Syntax
public class SeriesTitleDeviceMovedEventArgs : ChartEventArgs

The SeriesTitleDeviceMovedEventArgs type exposes the following members.

Constructors
 NameDescription
Public methodSeriesTitleDeviceMovedEventArgs Creates and initializes a new instance of SeriesTitleDeviceMovedEventArgs class.
Top
Fields
 NameDescription
Public fieldSeries The series over which the mouse pointer was moved in or out.
Top
See Also