Properties 

IRenderableSeriesViewModel Interface Members

The following tables list the members exposed by IRenderableSeriesViewModel.

Public Properties
 NameDescription
 Property Gets or sets whether this series uses AntiAliasing when drawn  
 Property Gets or sets the DataSeries associated with this series  
 Property Gets or sets whether the series is selected.  
 Property Gets or sets whether the series is visible when drawn  
 PropertyGets or Sets an optional SciChart.Charting.Visuals.PaletteProviders.IPaletteProvider instance, which may be used to override specific data-point colors during rendering. For more details, see the SciChart.Charting.Visuals.PaletteProviders.IPaletteProvider documentation  
 PropertyGets or sets the SciChart.Data.Numerics.ResamplingMode used when drawing this series  
 Property Gets or sets the Stroke.  
 PropertyGets or sets a StrokeDashArray property, used to define a dashed line. See the MSDN Documentation for Shape.StrokeDashArray as this property attempts to mimic the same behaviour  
 Property Gets or sets the StrokeThickness of the line.  
 Property The StyleKey to apply to the View (Inherited from SciChart.Charting.Model.ChartSeries.ISciChartElementViewModel)
 Property Gets or sets a tag, bound by default to the Tag property of the corresponding View (Inherited from SciChart.Charting.Model.ChartSeries.ISciChartElementViewModel)
 Property Gets The View Type to instantiate for this ViewModel. The View.DataContext will be set to this ViewModel instance (Inherited from SciChart.Charting.Model.ChartSeries.ISciChartElementViewModel)
 Property Gets or sets the ID of the X-Axis which this renderable series is measured against  
 Property Gets or sets the ID of the Y-Axis which this renderable series is measured against  
Top
Extension Methods
 NameDescription
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