IRenderableSeries3DViewModel Interface Members
The following tables list the members exposed by IRenderableSeries3DViewModel.
Public Properties
| Name | Description | |
|---|---|---|
![]() | 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.Charting3D.RenderableSeries.IPaletteProvider3D instance, which may be used to override specific data-point colors during rendering. For more details, see the SciChart.Charting3D.RenderableSeries.IPaletteProvider3D documentation |
![]() | PointMarker | Gets or sets the point marker which may be rendered at points on the 3D series. |
![]() | Stroke | Gets or sets the Stroke. |
![]() | 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) |
See Also
