Table of Contents

Class OldDataDroppedStockSeriesEventArgs

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

Represents a class that provides arguments for the OldDataDropped event.

public class OldDataDroppedStockSeriesEventArgs : OldDataDroppedEventArgs
Inheritance
OldDataDroppedStockSeriesEventArgs
Inherited Members

Constructors

OldDataDroppedStockSeriesEventArgs()

Creates and initializes a new instance of OldDataDroppedSampleDataSeriesEventArgs class.

public OldDataDroppedStockSeriesEventArgs()

Fields

Series

The series whose old data was dropped.

public StockSeries Series

Field Value

StockSeries