XyyDataSeries<T> Class Methods

For a list of all members of this type, see XyyDataSeries<T> members.

Public Methods
 NameDescription
Public MethodOverloaded.  (Inherited from SciChart.Charting.Model.DataSeries.XyyDataSeries<T,T>)
Public Method Clears the series, resetting internal lists to zero size. (Inherited from SciChart.Charting.Model.DataSeries.DataSeries<TX,TY>)
Public Method Creates a deep copy of a Data Series. (Inherited from SciChart.Charting.Model.DataSeries.XyyDataSeries<T,T>)
Public Method 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>)
Public Method 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>)
Public Method 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>)
Public Method Finds the index to the DataSeries at the specified X-Value (Inherited from SciChart.Charting.Model.DataSeries.DataSeries<TX,TY>)
Public Method 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>)
Public MethodOverloaded. 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>)
Public Method 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>)
Public Method Gets the XRange of the data (min, max of the series). (Inherited from SciChart.Charting.Model.DataSeries.DataSeries<TX,TY>)
Public Method When overriden in a derived class, gets the Max(existingYMax, currentMax), where currentMax is the maximum at the specified index (Inherited from SciChart.Charting.Model.DataSeries.XyyDataSeries<T,T>)
Public Method When overriden in a derived class, gets the Min(existingYMin, currentMin), where currentMin is the minimum at the specified index (Inherited from SciChart.Charting.Model.DataSeries.XyyDataSeries<T,T>)
Public MethodOverloaded.  (Inherited from SciChart.Charting.Model.DataSeries.XyyDataSeries<T,T>)
Public MethodOverloaded.  (Inherited from SciChart.Charting.Model.DataSeries.XyyDataSeries<T,T>)
Public MethodMay 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 rangeMode parameter for invalidation options (Inherited from SciChart.Charting.Model.DataSeries.DataSeries<TX,TY>)
Public Method Removes the X,Y values at the specified index (Inherited from SciChart.Charting.Model.DataSeries.XyyDataSeries<T,T>)
Public Method Removes a range of points starting from the specified index (Inherited from SciChart.Charting.Model.DataSeries.XyyDataSeries<T,T>)
Public Method Resumes updates on the target, intended to be called by IUpdateSuspender (Inherited from SciChart.Charting.Model.DataSeries.DataSeries<TX,TY>)
Public Method 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>)
Public MethodWhen 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.XyyDataSeries<T,T>)
Public MethodConverts 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>)
Public MethodOverloaded.  (Inherited from SciChart.Charting.Model.DataSeries.XyyDataSeries<T,T>)
Top
Protected Methods
 NameDescription
Protected MethodOverloaded. Appends a single metadata value to the end of the Metadata list. (Inherited from SciChart.Charting.Model.DataSeries.DataSeries<TX,TY>)
Protected Method When overridden in a derived class, clears all columns in the Data Series (Inherited from SciChart.Charting.Model.DataSeries.XyyDataSeries<T,T>)
Protected Method When overriden in a derived class, should convert between FIFO and normal columns and ensure column capacity (Inherited from SciChart.Charting.Model.DataSeries.XyyDataSeries<T,T>)
Protected Method (Inherited from SciChart.Charting.Model.DataSeries.DataSeries<TX,TY>)
Protected Method Gets the minimum positive value of (positiveMin, min) (Inherited from SciChart.Charting.Model.DataSeries.DataSeries<TX,TY>)
Protected MethodOverloaded.  (Inherited from SciChart.Charting.Model.DataSeries.DataSeries<TX,TY>)
Protected MethodRaises the DataSeriesChanged event (Inherited from SciChart.Charting.Model.DataSeries.DataSeries<TX,TY>)
Protected MethodOverloaded. Raises the System.ComponentModel.INotifyPropertyChanged.PropertyChanged event (Inherited from SciChart.Data.Model.BindableObject)
Protected Method Recreates a column with Fifo capacity (Inherited from SciChart.Charting.Model.DataSeries.DataSeries<TX,TY>)
Protected Method Asserts correct number of parameters supplied to Append(TX, params TY) and throws if necessary (Inherited from SciChart.Charting.Model.DataSeries.DataSeries<TX,TY>)
Protected Method Asserts that lists of X values and Y values are not null and throws if necessary (Inherited from SciChart.Charting.Model.DataSeries.DataSeries<TX,TY>)
Protected Method Asserts that lists of X values and Y values have the same number of values and throws if necessary (Inherited from SciChart.Charting.Model.DataSeries.DataSeries<TX,TY>)
Protected MethodConverts the default YValues to an SciChart.Data.Model.IPointSeries which is used to render XY series. (Inherited from SciChart.Charting.Model.DataSeries.XyyDataSeries<T,T>)
Top
Extension Methods
 NameDescription
Public Extension Method Notifies that finalizer has been invoked
Public Extension MethodOverloaded. Converts an System.IComparable array to double array
Public Extension MethodYields a single item, converting it to System.Collections.IEnumerable.
Public Extension Method
Public Extension Method
Top
See Also