IRenderableSeriesViewModel Interface Properties

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

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.  
 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 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
See Also