PointSeriesBase Class Members
The following tables list the members exposed by PointSeriesBase.
Protected Constructors
Name | Description | |
---|---|---|
![]() | PointSeriesBase Constructor |
Public Properties
Name | Description | |
---|---|---|
![]() | Capacity | Gets or sets the capacity of the PointSeries |
![]() | Count | Gets the count of the PointSeries. |
![]() | Indexes | Gets the Indexes for the PointSeries. |
![]() | OriginalXType | Gets the original type of X-Values. |
![]() | OriginalYType | Gets the original type of Y-Values. |
![]() | XRange | Gets or sets the XRange of the Point Series. |
![]() | XValues | Gets the X-Values for the PointSeries. |
![]() | YValues | Gets the Y-Values for the PointSeries. |
Public Methods
Name | Description | |
---|---|---|
![]() | ApplyYCalc | |
![]() | Clear | Clears content of this instance. |
![]() | Concat | Concatenates two PointSeries together |
![]() | GetXRange | Gets the min, max range in the X-Direction. |
![]() | GetYRange | Gets the min, max range in the Y-Direction. |
Protected Methods
Name | Description | |
---|---|---|
![]() | EnsureCapacity | Changes capacity of this point series instance. |
![]() | Resize | 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