UniformXyDataSeries<TY> Class Properties

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

Public Properties
 NameDescription
Public Property  
Public Property  
Public PropertyTrue if Y values contain any NaN values  
Public Property  
Public PropertyGets or sets the size of the FIFO buffer. If null, then this UniformXyDataSeries<TY> is unlimited (not FIFO). If a value is set, when the point count reaches this value, older points will be discarded  
Public PropertyTrue if there was any Metadata provided for this UniformXyDataSeries<TY>  
Public Property  
Public PropertyGets whether this UniformXyDataSeries<TY> behaves as a FIFO If True, when the FifoCapacity is reached, old points will be discarded in favour of new points  
Public Property Gets a value indicating whether updates for the target are currently suspended  
Public Property  
Public Property  
Public PropertyList of IPointMetadata Metadata for every Y value in this UniformXyDataSeries<TY>  
Public PropertyGets or sets the parent SciChart.Charting.Visuals.ISciChartSurface which this IDataSeries instance is attached to  
Public Property  
Public Property  
Public Property  
Public PropertyMaximal X value in this UniformXyDataSeries<TY>  
Public PropertyMinimal X value in this UniformXyDataSeries<TY>  
Public PropertyX-Range of this UniformXyDataSeries<TY>  
Public Property Gets or sets first X value  
Public Property Gets or sets difference between two neighboring X values  
Public PropertyMaximal Y value in this UniformXyDataSeries<TY>  
Public PropertyMinimal Y value in this UniformXyDataSeries<TY>  
Public PropertyY-Range of this UniformXyDataSeries<TY>  
Public Property  
Public Property  
Top
See Also