SciChart.Charting Assembly > SciChart.Charting.Model.ChartSeries Namespace : UniformContourRenderableSeriesViewModel Class
UniformContourRenderableSeriesViewModel Class Methods

For a list of all members of this type, see UniformContourRenderableSeriesViewModel members.

Public Methods
 NameDescription
Public MethodReturns a string that represents the current object. (Inherited from SciChart.Charting.Model.ChartSeries.BaseSciChartElementViewModel)
Top
Protected Methods
 NameDescription
Protected Method This method is called by the Set accessor of each property. (Inherited from SciChart.Charting.Model.ChartSeries.BaseSciChartElementViewModel)
Protected MethodRaises the SelectionChanged event (Inherited from SciChart.Charting.Model.ChartSeries.BaseRenderableSeriesViewModel)
Protected Method This method is used to set property value and raise PropertyChanged event handler (Inherited from SciChart.Charting.Model.ChartSeries.BaseSciChartElementViewModel)
Top
Extension Methods
 NameDescription
Public Extension Method Notifies that finalizer has been invoked
Public Extension MethodOverloaded. Converts an System.IComparable array to double array
Public Extension MethodYields a single item, converting it to System.Collections.IEnumerable.
Public Extension Method
Public Extension MethodOverloaded. 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).
Public Extension MethodOverloaded.  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.
Top
See Also