Table of Contents

Class OldDataDroppedSampleDataSeriesEventArgs

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

Represents a class that provides arguments for the OldDataDropped event.

public class OldDataDroppedSampleDataSeriesEventArgs : OldDataDroppedEventArgs
Inheritance
OldDataDroppedSampleDataSeriesEventArgs
Inherited Members

Constructors

OldDataDroppedSampleDataSeriesEventArgs()

Creates and initializes a new instance of OldDataDroppedSampleDataSeriesEventArgs class.

public OldDataDroppedSampleDataSeriesEventArgs()

Fields

Series

The series whose old data was dropped.

public SampleDataSeries Series

Field Value

SampleDataSeries