Click or drag to resize

OldDataDroppedSampleDataSeriesEventArgs Class

LightningChart .NET Help
Represents a class that provides arguments for the OldDataDropped event.
Inheritance Hierarchy
SystemObject
  LightningChartLib.UWP.ChartingMVVMChartEventArgs
    LightningChartLib.UWP.ChartingMVVM.SeriesXYOldDataDroppedEventArgs
      LightningChartLib.UWP.ChartingMVVM.SeriesXYOldDataDroppedSampleDataSeriesEventArgs

Namespace: LightningChartLib.UWP.ChartingMVVM.SeriesXY
Assembly: LightningChart.UWP.ChartingMVVM (in LightningChart.UWP.ChartingMVVM.dll) Version: 11.0.1
XMLNS for XAML: Not mapped to an xmlns.
Syntax
public class OldDataDroppedSampleDataSeriesEventArgs : OldDataDroppedEventArgs

The OldDataDroppedSampleDataSeriesEventArgs type exposes the following members.

Constructors
 NameDescription
Public methodOldDataDroppedSampleDataSeriesEventArgs Creates and initializes a new instance of OldDataDroppedSampleDataSeriesEventArgs class.
Top
Fields
 NameDescription
Public fieldDroppedBeforeX The dropping limit, upper end.
(Inherited from OldDataDroppedEventArgs)
Public fieldExistingDataPointMinX The minimum data point X that was dropped.
(Inherited from OldDataDroppedEventArgs)
Public fieldSeries The series whose old data was dropped.
Top
See Also