XyDataSeries<TAllPoints> Class
An implementation of XyDataSeries<TX,TY> where TX and TY are the same type (TAllPoints) e.g. var dataSeries = new XyDataSeries{double}() is equivalent to var dataSeries = new XyDataSeries{double, double}()
Object Model
Syntax
[DefaultMember("Item")] public class XyDataSeries<TAllPoints> : XyDataSeries<TAllPoints,TAllPoints>, IDataDistributionProvider, IDataSeries, IDataSeries<TAllPoints,TAllPoints>, IXyDataSeries, IXyDataSeries<TAllPoints,TAllPoints>, SciChart.Core.Framework.ISuspendable where TAllPoints: IComparable
Type Parameters
- TAllPoints
- The type of all points.
Inheritance Hierarchy
System.Object
SciChart.Data.Model.BindableObject
SciChart.Charting.Model.DataSeries.DataSeries<TX,TY>
SciChart.Charting.Model.DataSeries.XyDataSeries<TX,TY>
SciChart.Charting.Model.DataSeries.XyDataSeries<TAllPoints>
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also