StripeDataSeries<TX,TY> Class Members
The following tables list the members exposed by StripeDataSeries<TX,TY>.
Public Constructors
Name | Description | |
---|---|---|
![]() | StripeDataSeries<TX,TY> Constructor | Overloaded. |
Public Fields
Name | Description | |
---|---|---|
![]() ![]() | XMath | Helper that provides math operations for different data types |
![]() ![]() | YMath | Helper that provides math operations for different data types |
Public Properties
Name | Description | |
---|---|---|
![]() | AcceptsUnsortedData | When False, the DataSeries will throw an InvalidOperationException if unsorted data is appended. |
![]() | ChangeCount | |
![]() | Count | |
![]() | DataContainsNaN | Gets whether the Y data contains NaN values |
![]() | DataIsEvenlySpaced | Gets whether the X data is evenly spaced. |
![]() | DataIsSortedAscending | Gets whether this DataSeries contains sorted data in the X-direction. |
![]() | DataSeriesType | |
![]() | FifoCapacity | 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. |
![]() | HasMetadata | |
![]() | HasValues | |
![]() | IsFifo | 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. |
![]() | IsSorted | Gets whether this DataSeries contains sorted data in the X-direction. |
![]() | IsSuspended | Gets a value indicating whether updates for the target are currently suspended |
![]() | Item | |
![]() | LatestYValue | |
![]() | Metadata | |
![]() | MinXSpacing | Gets the minimal spacing between X Values |
![]() | ParentSurface | Gets or sets the parent SciChart.Charting.Visuals.ISciChartSurface which this IDataSeries instance is attached to |
![]() | SeriesName | |
![]() | SyncRoot | |
![]() | Tag | |
![]() | X1Values | |
![]() | XMax | |
![]() | XMin | |
![]() | XRange | |
![]() | XType | |
![]() | XValues | |
![]() | Y1Value | |
![]() | YMax | |
![]() | YMin | |
![]() | YRange | |
![]() | YType | |
![]() | YValue |
Public Methods
Name | Description | |
---|---|---|
![]() | Clear | Overloaded. |
![]() | 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 | Gets the XRange of the data (min, max of the series). |
![]() | InvalidateParentSurface | |
![]() | 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 |
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