| Name | Description |
 | Append | Overloaded. Overridden.
Appends an X, Y point to the series
|
 | Clear |
Clears the series, resetting internal lists to zero size.
(Inherited from SciChart.Charting.Model.DataSeries.DataSeries<TX,TY>) |
 | Clone | Overridden.
Creates a deep copy of a Data Series.
|
 | DecrementSuspend |
Called by IUpdateSuspender each time a target suspender is disposed. When the final
target suspender has been disposed, ResumeUpdates is called
(Inherited from SciChart.Charting.Model.DataSeries.DataSeries<TX,TY>) |
 | FindClosestLine |
Finds the closest line to a point with given X and Y value. Search region is a vertical area with center in X and [maxXDistance] X units to left and right
(Inherited from SciChart.Charting.Model.DataSeries.DataSeries<TX,TY>) |
 | FindClosestPoint |
Finds the closest point to a point with given X and Y value. Search region is a vertical area with center in X and [maxXDistance] X units to left and right
(Inherited from SciChart.Charting.Model.DataSeries.DataSeries<TX,TY>) |
 | FindIndex |
Finds the index to the DataSeries at the specified X-Value
(Inherited from SciChart.Charting.Model.DataSeries.DataSeries<TX,TY>) |
 | GetIndicesRange |
Gets the integer indices of the XValues array that are currently in the VisibleRange passed in,
and an indefinite range otherwise.
(Inherited from SciChart.Charting.Model.DataSeries.DataSeries<TX,TY>) |
 | GetWindowedYRange | Overloaded. Gets the YRange of the data (min, max of the series) in the input visible range point range, where the input range is the SciChart.Charting.Visuals.Axes.IAxisParams.VisibleRange (Inherited from SciChart.Charting.Model.DataSeries.DataSeries<TX,TY>) |
 | GetXMinAt |
When overriden in a derived class, gets the Min(existingXMin, currentMin), where currentMin is the minimum at the specified index
(Inherited from SciChart.Charting.Model.DataSeries.DataSeries<TX,TY>) |
 | GetXRange |
Gets the XRange of the data (min, max of the series).
(Inherited from SciChart.Charting.Model.DataSeries.DataSeries<TX,TY>) |
 | GetYMaxAt | Overridden.
When overriden in a derived class, gets the Max(existingYMax, currentMax), where currentMax is the maximum at the specified index
|
 | GetYMinAt | Overridden.
When overriden in a derived class, gets the Min(existingYMin, currentMin), where currentMin is the minimum at the specified index
|
 | Insert | Overloaded.
Inserts an X,Y point at the specified index.
|
 | InsertRange | Overloaded.
Inserts a list of X, Y points at the specified index.
|
 | InvalidateParentSurface | May be called to trigger a redraw on the parent SciChart.Charting.Visuals.SciChartSurface. This method is extremely useful when IDataSeries are in a ViewModel and bound via MVVM to SciChart.Charting.Visuals.RenderableSeries.IRenderableSeries. Please see the parameter for invalidation options (Inherited from SciChart.Charting.Model.DataSeries.DataSeries<TX,TY>) |
 | RemoveAt | Overridden.
Removes the X,Y values at the specified index
|
 | RemoveRange | Overridden.
Removes a range of points starting from the specified index
|
 | ResumeUpdates |
Resumes updates on the target, intended to be called by IUpdateSuspender
(Inherited from SciChart.Charting.Model.DataSeries.DataSeries<TX,TY>) |
 | SuspendUpdates |
Suspends drawing updates on the target until the returned object is disposed, when a final draw call will be issued
(Inherited from SciChart.Charting.Model.DataSeries.DataSeries<TX,TY>) |
 | ToHitTestInfo | When overridden in a derived class, returns a SciChart.Charting.Visuals.RenderableSeries.HitTestInfo struct containing data about the data-point at the specified index (Inherited from SciChart.Charting.Model.DataSeries.DataSeries<TX,TY>) |
 | ToPointSeries | Converts the default YValues to an SciChart.Data.Model.IPointSeries which is used to render XY series (Inherited from SciChart.Charting.Model.DataSeries.DataSeries<TX,TY>) |
 | Update | Overloaded.
Updates the X,Y point at the specified index.
|