DataSeries<TX,TY> Class Properties

For a list of all members of this type, see DataSeries<TX,TY> members.

Public Properties
 NameDescription
Public Property New to v3.3: when AcceptsUnsortedData is false, the DataSeries with throw an InvalidOperationException if unsorted data is appended. Unintentional unsorted data can result in much slower performance. To disable this check, set AcceptsUnsortedData = true.  
Public Property Gets the change count for this data series. Allows to identify when data series was changed.  
Public Property Gets the number of points in this data series  
Public Property Gets whether the data contains NaN values  
Public Property Gets or Sets the DataDistrutionCalculator instance for this DataSeries. Used when resampling data to determine the correct algorithm  
Public Property Gets whether the data is evenly paced  
Public Property Gets whether this DataSeries contains Sorted data in the X-direction. Note: Sorted data will result in far faster indexing operations. If at all possible, try to keep your data sorted in the X-direction  
Public PropertyGets the DataSeriesType for this DataSeries  
Public Property Gets or sets the size of the FIFO buffer. If null, then the dataseries is unlimited. If a value is set, when the point count reaches this value, older points will be discarded  
Public PropertyGets whether the SciChart.Charting.Model.DataSeries contains points' metadata  
Public PropertyGets whether the SciChart.Charting.Model.DataSeries has values (is not empty)  
Public Property Gets whether the dataseries behaves as a FIFO If True, when the FifoCapacity is reached, old points will be discarded in favour of new points  
Public Property Gets whether this DataSeries contains Sorted data in the X-direction. Note: Sorted data will result in far faster indexing operations. If at all possible, try to keep your data sorted in the X-direction  
Public Property Gets a value indicating whether updates for the target are currently suspended  
Public PropertyGets the item at the index from the specified DataSeriesColumn.  
Public Property Gets the latest Y-Value of the DataSeries  
Public Property Gets the Metadata of this series  
Public Property Gets the minimal spacing between X Values  
Public PropertyGets or sets the parent SciChart.Charting.Visuals.ISciChartSurface which this IDataSeries instance is attached to  
Public Property Gets or sets the name of this series  
Public Property Synchronization object (per instance)  
Public Property Gets or sets an arbitrary tag on the DataSeries  
Public Property Gets the computed Maximum value in X for this series  
Public Property Gets the computed Minimum value in X for this series  
Public PropertyGets the computed XRange, which is an SciChart.Data.Model.IRange wrapping XMin and XMax properties  
Public Property Gets the Type of X-data points in this DataSeries. Used to check compatibility with Axis types  
Public Property Gets the X Values of this series  
Public Property Gets the computed Maximum value in Y for this series  
Public Property Gets the computed Minimum value in Y for this series  
Public PropertyGets the computed YRange, which is an SciChart.Data.Model.IRange wrapping YMin and YMax properties  
Public Property Gets the Type of Y-data points in this DataSeries. Used to check compatibility with Axis types  
Public Property Gets the Y Values of this series  
Top
See Also