StripeDataSeries<TX,TY> Class Methods
For a list of all members of this type, see StripeDataSeries<TX,TY> members.
Public Methods
Name | Description | |
---|---|---|
![]() | 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 | 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> |
See Also