Table of Contents

Class TotalChartCountChangedEventArgs

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

Represents a class that provides arguments for the TotalChartCountChanged event.

public class TotalChartCountChangedEventArgs : ChartEventArgs
Inheritance
TotalChartCountChangedEventArgs
Inherited Members

Constructors

TotalChartCountChangedEventArgs()

Creates and initializes a new instance of TotalChartCountChangedEventArgs class.

public TotalChartCountChangedEventArgs()

Fields

Count

The new total count of chart instances.

public int Count

Field Value

int