Table of Contents

Class SeriesTitleUserActionEventArgs

Namespace
LightningChartLib.WinForms.Charting.Views
Assembly
LightningChart.WinForms.Charting.NET4.dll

Represents a class that provides arguments for the SeriesTitleMouseAction event.

public class SeriesTitleUserActionEventArgs : ChartEventArgs
Inheritance
SeriesTitleUserActionEventArgs
Inherited Members

Constructors

SeriesTitleUserActionEventArgs()

Creates and initializes a new instance of SeriesTitleMouseActionEventArgs class.

public SeriesTitleUserActionEventArgs()

Fields

Series

The series that was manipulated with a user.

public UserInteractiveObject Series

Field Value

UserInteractiveObject

UserEventArguments

General structure for UserEventArguments.

public UserInteractiveDeviceEventArgs UserEventArguments

Field Value

UserInteractiveDeviceEventArgs