BoxPointSeries Class Members
The following tables list the members exposed by BoxPointSeries.
Public Constructors
Name | Description | |
---|---|---|
BoxPointSeries Constructor | Initializes a new instance of the BoxPointSeries class. |
Public Properties
Name | Description | |
---|---|---|
Capacity | Gets or sets the capacity of the PointSeries (Inherited from SciChart.Data.Model.PointSeriesBase) | |
Count | Gets the count of the PointSeries. (Inherited from SciChart.Data.Model.PointSeriesBase) | |
Indexes | Gets the Indexes for the PointSeries. (Inherited from SciChart.Data.Model.PointSeriesBase) | |
LowerValues | ||
MaxValues | ||
MinValues | ||
OriginalXType | Gets the original type of X-Values. (Inherited from SciChart.Data.Model.PointSeriesBase) | |
OriginalYType | Gets the original type of Y-Values. (Inherited from SciChart.Data.Model.PointSeriesBase) | |
UpperValues | ||
XRange | Gets or sets the XRange of the Point Series. (Inherited from SciChart.Data.Model.PointSeriesBase) | |
XValues | Gets the X-Values for the PointSeries. (Inherited from SciChart.Data.Model.Point2DSeries) | |
YValues | Gets the Y-Values for the PointSeries. (Inherited from SciChart.Data.Model.Point2DSeries) |
Public Methods
Name | Description | |
---|---|---|
ApplyYCalc | (Inherited from SciChart.Data.Model.PointSeriesBase) | |
Clear | Overridden. Clears content of this instance. | |
Concat | Concatenates two PointSeries together (Inherited from SciChart.Data.Model.Point2DSeries) | |
GetXRange | Gets the min, max range in the X-Direction. (Inherited from SciChart.Data.Model.Point2DSeries) | |
GetYRange | Overridden. Gets the min, max range in the Y-Direction. |
Protected Methods
Name | Description | |
---|---|---|
EnsureCapacity | Overridden. Changes capacity of this point series instance. | |
Resize | Overridden. Resizes this point series instance. |
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