Click or drag to resize

OldDataDroppedEventArgs Class

LightningChart .NET Help
Represents an abstract base class for event arguments classes that provide arguments for OldDataDropped events.
Inheritance Hierarchy

Namespace:  Arction.WinForms.Charting.SeriesXY
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public abstract class OldDataDroppedEventArgs : ChartEventArgs

The OldDataDroppedEventArgs type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldDroppedBeforeX
The dropping limit, upper end.
Public fieldExistingDataPointMinX
The minimum data point X that was dropped.
Top
See Also
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Arction.WinForms.ChartingChartEventArgs
      Arction.WinForms.Charting.SeriesXYOldDataDroppedEventArgs
        Arction.WinForms.Charting.SeriesXYOldDataDroppedBarSeriesEventArgs
        Arction.WinForms.Charting.SeriesXYOldDataDroppedDigitalLineSeriesEventArgs
        Arction.WinForms.Charting.SeriesXYOldDataDroppedHighLowSeriesBaseEventArgs
        Arction.WinForms.Charting.SeriesXYOldDataDroppedLiteFreeFormLineSeriesEventArgs
        Arction.WinForms.Charting.SeriesXYOldDataDroppedLiteLineSeriesEventArgs
        Arction.WinForms.Charting.SeriesXYOldDataDroppedPointLineSeriesEventArgs
        Arction.WinForms.Charting.SeriesXYOldDataDroppedSampleDataBlockSeriesEventArgs
        Arction.WinForms.Charting.SeriesXYOldDataDroppedSampleDataSeriesEventArgs
        Arction.WinForms.Charting.SeriesXYOldDataDroppedStockSeriesEventArgs