IDataSeries Interface Properties

For a list of all members of this type, see IDataSeries members.

Public Properties
 NameDescription
 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.  
 Property Gets the change count for this data series. Allows to identify when data series was changed  
 Property Gets the number of points in this dataseries.  
 Property Gets whether the Y data contains NaN values (Inherited from SciChart.Charting.Model.DataSeries.IDataDistributionProvider)
 Property Gets whether the X data is evenly spaced (Inherited from SciChart.Charting.Model.DataSeries.IDataDistributionProvider)
 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 (Inherited from SciChart.Charting.Model.DataSeries.IDataDistributionProvider)
 PropertyGets the DataSeriesType for this DataSeries.  
 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.  
 Property Gets whether the DataSeries contains metadata for any point(is not empty).  
 Property Gets whether the DataSeries has values(is not empty).  
 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, resulting in a scrolling chart.  
 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.  
 Property Gets a value indicating whether updates for the target are currently suspended (Inherited from SciChart.Core.Framework.ISuspendable)
 Property Gets the latest Y-Value of the DataSeries.  
 Property Gets the metadata.  
 Property Gets the minimal spacing between X Values  
 PropertyGets or sets the parent SciChart.Charting.Visuals.ISciChartSurface which this IDataSeries instance is attached to.  
 Property Gets or sets the name of this series.  
 Property Gets a synchronization object used to lock this data-series. Also locked on append, update, remove or clear.  
 Property Gets or sets an arbitrary tag on the DataSeries  
 Property Gets the computed Maximum value in X for this series.  
 Property Gets the computed Minimum value in X for this series.  
 PropertyGets the total extents of the IDataSeries in the X direction.  
 Property Gets the Type of X-data points in this DataSeries. Used to check compatibility with Axis types.  
 Property Gets the XValues of this dataseries.  
 Property Gets the computed Maximum value in Y for this series.  
 Property Gets the computed Minimum value in Y for this series.  
 PropertyGets the total extents of the IDataSeries in the Y direction.  
 Property Gets the Type of Y-data points in this DataSeries. Used to check compatibility with Axis types.  
 Property Gets the YValues of this dataseries.  
Top
See Also