BaseRenderableSeries3DViewModel Class Properties

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

Public Properties
 NameDescription
Public Property Gets or sets the DataSeries associated with this series  
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.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  
Public PropertyGets or sets a SciChart.Charting3D.PointMarkers.BasePointMarker3D instance directly on the SciChart.Charting3D.RenderableSeries.BaseRenderableSeries3D When a SciChart.Charting3D.PointMarkers.BasePointMarker3D is present, then the markers will be drawn at each data-point in the series  
Public Property Gets or sets the stroke color of the series  
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 the View Type which this ViewModel will be associated with. (Inherited from SciChart.Charting.Model.ChartSeries.BaseSciChartElementViewModel)
Top
See Also