Table of Contents

Class CheckBoxStateChangedEventArgs

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

Represents a class that provides arguments for the CheckBoxStateChanged event.

public class CheckBoxStateChangedEventArgs : ChartEventArgs
Inheritance
CheckBoxStateChangedEventArgs
Inherited Members

Constructors

CheckBoxStateChangedEventArgs()

Creates and initializes a new instance of CheckBoxStateChangedEventArgs class.

public CheckBoxStateChangedEventArgs()

Fields

IsChecked

Is the check box checked.

public bool IsChecked

Field Value

bool

Series

The series whose check box state was changed.

public UserInteractiveObject Series

Field Value

UserInteractiveObject