OhlcRenderableSeriesViewModel Class Methods
For a list of all members of this type, see OhlcRenderableSeriesViewModel members.
Public Methods
| Name | Description | |
|---|---|---|
![]() | ToString | Returns a string that represents the current object. (Inherited from SciChart.Charting.Model.ChartSeries.BaseSciChartElementViewModel) |
Protected Methods
| Name | Description | |
|---|---|---|
![]() | OnPropertyChanged | This method is called by the Set accessor of each property. (Inherited from SciChart.Charting.Model.ChartSeries.BaseSciChartElementViewModel) |
![]() | OnSelectionChanged | Raises the SelectionChanged event (Inherited from SciChart.Charting.Model.ChartSeries.BaseRenderableSeriesViewModel) |
![]() | SetValue<T> | This method is used to set property value and raise PropertyChanged event handler (Inherited from SciChart.Charting.Model.ChartSeries.BaseSciChartElementViewModel) |
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> | |
![]() | ZoomExtentsWhenReady | Overloaded. Performs a ZoomExtents operation once all series in the collection are ready for manipulation. This is a fire-and-forget wrapper around ZoomExtentsWhenReadyAsync(IEnumerable<IRenderableSeriesViewModel>,RangeMode,Int32). |
![]() | ZoomExtentsWhenReadyAsync | Overloaded. Asynchronously performs a ZoomExtents operation once all series in the collection are ready for manipulation. Returns true if the operation completed successfully, false if it timed out or was a duplicate request. |
See Also


