BaseRenderableSeriesViewModel Class Properties

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

Public Properties
 NameDescription
Public Property Gets or sets whether this series uses AntiAliasing when drawn  
Public Property Gets or sets the DataSeries associated with this series  
Public PropertyGets or sets a value indicating how this renderable series will treat double.NaN. See SciChart.Charting.Visuals.RenderableSeries.LineDrawMode for available options  
Public Property Gets or sets a value indicating whether this series should be included in the DataPointSelectionModifier or not  
Public Property Gets or sets a value indicating whether this series should be included in the RolloverModifier or not  
Public Property Gets or sets a value indicating whether this series should be included in the SeriesSelectionModifier or not  
Public Property Gets or sets a value indicating whether this series should be included in the SeriesValueModifier or not  
Public Property Gets or sets a value indicating whether this series should be included in the TooltipModifier or not  
Public Property Gets or sets a value indicating whether this line series is a digital (step) line  
Public Property Gets or sets whether the series is selected  
Public Property Gets or sets whether the series is visible when drawn  
Public Property Gets or sets the opacity, bound by default to RenderableSeries.Opacity  
Public 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  
Public PropertyGets or sets a SciChart.Charting.Visuals.PointMarkers.BasePointMarker instance directly on the SciChart.Charting.Visuals.RenderableSeries.BaseRenderableSeries When a SciChart.Charting.Visuals.PointMarkers.BasePointMarker is present, then the markers will be drawn at each data-point in the series  
Public PropertyGets or sets the SciChart.Data.Numerics.ResamplingMode used when drawing this series  
Public PropertyGets or sets a SciChart.Charting.Visuals.PointMarkers.BasePointMarker instance directly on the SciChart.Charting.Visuals.RenderableSeries.BaseRenderableSeries When a SciChart.Charting.Visuals.PointMarkers.BasePointMarker is present, then the markers will be drawn at each selected data-point in the series  
Public PropertyGets or sets an optional SciChart.Charting.Visuals.RenderableSeries.ISeriesInfoProvider instance, which may be used to override the series info during rendering. For more details, see the SciChart.Charting.Visuals.RenderableSeries.ISeriesInfoProvider documentation  
Public Property Gets or sets the stroke color of the series  
Public PropertyGets or sets a StrokeDashArray property, used to define a dashed line. See the MSDN Documentation for System.Windows.Shapes.Shape.StrokeDashArray as this property attempts to mimic the same behaviour  
Public Property Gets or sets the StrokeThickness of the line  
Public Property Gets or Sets the style key which will be used to fetch the style and apply it to the corresponding RenderableSeries. (Inherited from SciChart.Charting.Model.ChartSeries.BaseSciChartElementViewModel)
Public Property Gets or sets a tag, bound by default to RenderableSeries.Tag  
Public Property Gets the View Type which this ViewModel will be associated with. (Inherited from SciChart.Charting.Model.ChartSeries.BaseSciChartElementViewModel)
Public Property Gets or sets the ID of the X-Axis which this renderable series is measured against  
Public Property Gets or sets the ID of the Y-Axis which this renderable series is measured against  
Public Property Gets or sets the value which determines the zero line in Y direction. Used to set the bottom of a column, or the zero line in a mountain  
Top
See Also