IRenderableSeriesViewModel Interface Properties
For a list of all members of this type, see IRenderableSeriesViewModel members.
Public Properties
| Name | Description | |
|---|---|---|
![]() | AntiAliasing | Gets or sets whether this series uses AntiAliasing when drawn |
![]() | DataSeries | Gets or sets the DataSeries associated with this series |
![]() | IsSelected | Gets or sets whether the series is selected. |
![]() | IsVisible | Gets or sets whether the series is visible when drawn |
![]() | PaletteProvider | Gets 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 |
![]() | ResamplingMode | Gets or sets the SciChart.Data.Numerics.ResamplingMode used when drawing this series |
![]() | Stroke | Gets or sets the Stroke. |
![]() | StrokeDashArray | Gets 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 |
![]() | StrokeThickness | Gets or sets the StrokeThickness of the line. |
![]() | StyleKey | The StyleKey to apply to the View (Inherited from SciChart.Charting.Model.ChartSeries.ISciChartElementViewModel) |
![]() | Tag | Gets or sets a tag, bound by default to the Tag property of the corresponding View (Inherited from SciChart.Charting.Model.ChartSeries.ISciChartElementViewModel) |
![]() | ViewType | 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) |
![]() | XAxisId | Gets or sets the ID of the X-Axis which this renderable series is measured against |
![]() | YAxisId | Gets or sets the ID of the Y-Axis which this renderable series is measured against |
See Also
