OhlcPointSeries Class Members
The following tables list the members exposed by OhlcPointSeries.
Public Constructors
Name | Description | |
---|---|---|
![]() | OhlcPointSeries Constructor |
Public Properties
Name | Description | |
---|---|---|
![]() | Capacity | Gets or sets the capacity of the PointSeries (Inherited from SciChart.Data.Model.PointSeriesBase) |
![]() | CloseValues | Gets the Close values. (Inherited from HlcPointSeries) |
![]() | Count | Gets the count of the PointSeries. (Inherited from HlcPointSeries) |
![]() | HighValues | Gets the High values. (Inherited from HlcPointSeries) |
![]() | Indexes | Gets the Indexes for the PointSeries. (Inherited from HlcPointSeries) |
![]() | LowValues | Gets the Low values. (Inherited from HlcPointSeries) |
![]() | OpenValues | |
![]() | OriginalXType | Gets the original type of X-Values. (Inherited from HlcPointSeries) |
![]() | OriginalYType | Gets the original type of Y-Values. (Inherited from HlcPointSeries) |
![]() | XRange | Gets or sets the XRange of the Point Series. (Inherited from HlcPointSeries) |
![]() | XValues | Gets the X-Values for the PointSeries. (Inherited from HlcPointSeries) |
![]() | YValues | Gets the Y-Values for the PointSeries. (Inherited from HlcPointSeries) |
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 HlcPointSeries) |
![]() | GetXRange | Gets the min, max range in the X-Direction. (Inherited from HlcPointSeries) |
![]() | 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