UniformXyDataSeries<TY> Class Members
The following tables list the members exposed by UniformXyDataSeries<TY>.
Public Constructors
Name | Description | |
---|---|---|
![]() | UniformXyDataSeries<TY> Constructor | Overloaded. |
Public Fields
Public Properties
Name | Description | |
---|---|---|
![]() | ChangeCount | |
![]() | Count | |
![]() | DataContainsNaN | True if Y values contain any NaN values |
![]() | 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 | True if there was any Metadata provided for this UniformXyDataSeries<TY> |
![]() | 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 |
Public Methods
Name | Description | |
---|---|---|
![]() | Append | Overloaded. |
![]() | Clear | |
![]() | DecrementSuspend | Called by IUpdateSuspender each time a target suspender is disposed. When the final target suspender has been disposed, ResumeUpdates is called |
![]() | FindClosestLine | |
![]() | FindClosestPoint | |
![]() | FindIndex | |
![]() | GetIndicesRange | |
![]() | GetWindowedYRange | Overloaded. |
![]() | GetXRange | |
![]() | GetXValue | |
![]() | Insert | Overloaded. |
![]() | InsertRange | Overloaded. |
![]() | InvalidateParentSurface | |
![]() | RemoveAt | |
![]() | RemoveRange | |
![]() | Reset | Overloaded. |
![]() | ResumeUpdates | Resumes updates on the target, intended to be called by IUpdateSuspender |
![]() | SuspendUpdates | Suspends drawing updates on the target until the returned object is disposed, when a final draw call will be issued |
![]() | ToHitTestInfo | |
![]() | ToPointSeries | |
![]() | Update | Overloaded. |
Protected Methods
Name | Description | |
---|---|---|
![]() | OnDataSeriesChanged | Raises the DataSeriesChanged event |
![]() | OnPropertyChanged | Overloaded. Raises the System.ComponentModel.INotifyPropertyChanged.PropertyChanged event (Inherited from SciChart.Data.Model.BindableObject) |
Extension Methods
Name | Description | |
---|---|---|
![]() | DebugFinalizer<T> | Notifies that finalizer has been invoked |
![]() | ToDoubleArray | Overloaded. Converts an System.IComparable array to double array |
![]() | ToEnumerable<T> | Yields a single item, converting it to System.Collections.IEnumerable. |
![]() | ToPointSeries | |
![]() | ToStringArray2D<T> |
Public Events
Name | Description | |
---|---|---|
![]() | DataSeriesChanged | Event raised whenever points are added to, removed or one or more DataSeries properties changes |
![]() | PropertyChanged | Occurs when a property value changes. (Inherited from SciChart.Data.Model.BindableObject) |
See Also