SciChart.Charting3D Assembly > SciChart.Charting3D.Model.ChartSeries Namespace : FreeSurfaceRenderableSeries3DViewModel Class
FreeSurfaceRenderableSeries3DViewModel Class Properties

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

Public Properties
 NameDescription
Public Property Gets or sets the ColorMapTexture generated when the ColorPalette property changes.  
Public Property Gets or sets the Size of the texture to create when the ColorPalette property is set.  
Public Property Gets or sets the DataSeries associated with this series (Inherited from SciChart.Charting3D.Model.ChartSeries.BaseRenderableSeries3DViewModel)
Public Property Gets or sets how to draw the mesh  
Public Property Gets or sets whether the series is selected (Inherited from SciChart.Charting3D.Model.ChartSeries.BaseRenderableSeries3DViewModel)
Public Property Gets or sets whether the series is visible when drawn (Inherited from SciChart.Charting3D.Model.ChartSeries.BaseRenderableSeries3DViewModel)
Public Property Gets or sets the MeshColorPalette which is used to calculate color from data value.  
Public Property Gets or sets the MeshPaletteMode which defines how to apply the ColorMapTexture.  
Public Property Gets or sets the opacity, bound by default to RenderableSeries.Opacity (Inherited from SciChart.Charting3D.Model.ChartSeries.BaseRenderableSeries3DViewModel)
Public Property Gets or sets the PaletteMaximum color in regards to X, Y and Z axis.  
Public Property Gets or sets the PaletteMinimum color in regards to X, Y and Z axis.  
Public Property Gets or sets the PaletteMinMaxMode which defines how to apply PaletteMinimum and PaletteMaximum.  
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 (Inherited from SciChart.Charting3D.Model.ChartSeries.BaseRenderableSeries3DViewModel)
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 (Inherited from SciChart.Charting3D.Model.ChartSeries.BaseRenderableSeries3DViewModel)
Public Property Gets or sets the stroke color of the series (Inherited from SciChart.Charting3D.Model.ChartSeries.BaseRenderableSeries3DViewModel)
Public Property Gets or sets the StrokeThickness to apply to the wireframe. Used when the DrawMeshAs property is WireFrame or SolidWireFrame.  
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 PropertyOverridden.  Gets the View Type which this ViewModel will be associated with.  
Top
See Also