UniformXyDataSeries<TY> Class Properties
For a list of all members of this type, see UniformXyDataSeries<TY> members.
Public Properties
| Name | Description | |
|---|---|---|
![]() | ChangeCount | |
![]() | Count | |
![]() | DataContainsNaN | |
![]() | DataSeriesType | |
![]() | FifoCapacity | Gets 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 |
![]() | HasMetadata | |
![]() | HasValues | |
![]() | IsFifo | Gets 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 |
![]() | IsSuspended | Gets a value indicating whether updates for the target are currently suspended |
![]() | Item | |
![]() | LatestYValue | |
![]() | Metadata | List of IPointMetadata Metadata for every Y value in this UniformXyDataSeries<TY> |
![]() | ParentSurface | Gets or sets the parent SciChart.Charting.Visuals.ISciChartSurface which this IDataSeries instance is attached to |
![]() | SeriesName | |
![]() | SyncRoot | |
![]() | Tag | |
![]() | XMax | Maximal X value in this UniformXyDataSeries<TY> |
![]() | XMin | Minimal X value in this UniformXyDataSeries<TY> |
![]() | XRange | X-Range of this UniformXyDataSeries<TY> |
![]() | XStart | Gets or sets first X value |
![]() | XStep | Gets or sets difference between two neighboring X values |
![]() | YMax | Maximal Y value in this UniformXyDataSeries<TY> |
![]() | YMin | Minimal Y value in this UniformXyDataSeries<TY> |
![]() | YRange | Y-Range of this UniformXyDataSeries<TY> |
![]() | YType | |
![]() | YValues |
See Also
