Class SeriesTitleUserInteractiveDeviceMovedEventArgs
- Namespace
- LightningChartLib.WinForms.Charting.Views.View3D
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
Represents a class that provides arguments for the SeriesTitleUserInteractiveDeviceMoved event.
public class SeriesTitleUserInteractiveDeviceMovedEventArgs : ChartEventArgs
- Inheritance
-
SeriesTitleUserInteractiveDeviceMovedEventArgs
- Inherited Members
Constructors
SeriesTitleUserInteractiveDeviceMovedEventArgs()
Creates and initializes a new instance of SeriesTitleUserInteractiveDeviceMoved class.
public SeriesTitleUserInteractiveDeviceMovedEventArgs()
Fields
Series
SeriesTitleMoved The series over which the user interactive device was moved in or out.
public SeriesBase3D Series