Table of Contents

Class OldDataDroppedSampleDataBlockSeriesEventArgs

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

Represents a class that provides arguments for the OldDataDropped event.

public class OldDataDroppedSampleDataBlockSeriesEventArgs : OldDataDroppedEventArgs
Inheritance
OldDataDroppedSampleDataBlockSeriesEventArgs
Inherited Members

Constructors

OldDataDroppedSampleDataBlockSeriesEventArgs()

Creates and initializes a new instance of OldDataDroppedSampleDataSeriesEventArgs class.

public OldDataDroppedSampleDataBlockSeriesEventArgs()

Fields

Series

The series whose old data was dropped.

public SampleDataBlockSeries Series

Field Value

SampleDataBlockSeries