StripePointSeries Class Members
The following tables list the members exposed by StripePointSeries.
Public Constructors
Name | Description | |
---|---|---|
![]() | StripePointSeries Constructor | Overloaded. |
Public Properties
Name | Description | |
---|---|---|
![]() | Capacity | Gets or sets the capacity of the PointSeries (Inherited from SciChart.Data.Model.PointSeriesBase) |
![]() | Count | Overridden. Gets the count of the PointSeries. |
![]() | Indexes | Gets the Indexes for the PointSeries. (Inherited from Point2DSeries) |
![]() | IsRawPoints | Gets or sets the resampling state of the Point Series. |
![]() | OriginalXType | Gets the original type of X-Values. (Inherited from Point2DSeries) |
![]() | OriginalYType | Gets the original type of Y-Values. (Inherited from Point2DSeries) |
![]() | X1Values | Gets the X1-Values for the Point Series. |
![]() | XRange | Gets or sets the XRange of the Point Series. (Inherited from Point2DSeries) |
![]() | XValues | Gets the X-Values for the PointSeries. (Inherited from Point2DSeries) |
![]() | YRange | Gets or sets the YRange of the Point Series. |
![]() | YValues | Gets the Y-Values for the PointSeries. (Inherited from Point2DSeries) |
Public Methods
Name | Description | |
---|---|---|
![]() | ApplyYCalc | (Inherited from SciChart.Data.Model.PointSeriesBase) |
![]() | Clear | Clears content of this instance. (Inherited from Point2DSeries) |
![]() | Concat | Overridden. Concatenates two PointSeries together |
![]() | GetXRange | Overridden. Gets the min, max range in the X-Direction. |
![]() | GetYRange | Overridden. Gets the min, max range in the Y-Direction. |
Protected Methods
Name | Description | |
---|---|---|
![]() | EnsureCapacity | Changes capacity of this point series instance. (Inherited from SciChart.Data.Model.Point2DSeries) |
![]() | Resize | Resizes this point series instance. (Inherited from Point2DSeries) |
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. |
![]() | ToStringArray2D<T> |
See Also