SurfaceMeshRenderableSeries3DViewModel Class Members
The following tables list the members exposed by SurfaceMeshRenderableSeries3DViewModel.
Public Constructors
Name | Description | |
---|---|---|
![]() | SurfaceMeshRenderableSeries3DViewModel Constructor |
Public Properties
Name | Description | |
---|---|---|
![]() | ColorMapTexture | Gets or sets the ColorMapTexture generated when the System.Drawing.Imaging.ColorPalette property changes. Alternatively, this property may be set by the user if a custom texture is required. Also see MeshPaletteMode, which defines how the ColorMapTexture is applied to the surface mesh geometry |
![]() | ColorMapTextureSize | Gets or sets the Size of the texture to create when the System.Drawing.Imaging.ColorPalette property is set. If the user sets the ColorMapTexture directly, this property is ignored |
![]() | DataSeries | Gets or sets the DataSeries associated with this series (Inherited from SciChart.Charting3D.Model.ChartSeries.BaseRenderableSeries3DViewModel) |
![]() | DrawMeshAs | Gets or sets how to draw the mesh |
![]() | DrawSkirt | Gets or sets whether to draw the skirt (geometry from the edges of the surface mesh to the zero line in Y) |
![]() | HeightScaleFactor | Gets or sets the height scale factor. Default is 1.0f. Value of 0.0f will render a flat Uniform Surface Mesh. Value of 1.0f will use the scaling of the SciChart.Charting3D.SciChart3DSurface YAxis |
![]() | IsSelected | Gets or sets whether the series is selected (Inherited from BaseRenderableSeries3DViewModel) |
![]() | IsVisible | Gets or sets whether the series is visible when drawn (Inherited from BaseRenderableSeries3DViewModel) |
![]() | Maximum | Gets or sets value which corresponds to max color |
![]() | MeshColorPalette | Gets or sets the MeshColorPalette which is used to calculate color from data value |
![]() | MeshPaletteMode | Gets or sets the MeshPaletteMode, which defines how to apply the ColorMapTexture |
![]() | MeshResolution | Gets or sets the mesh resolution. By default for each point in the SciChart.Charting3D.Model.UniformGridDataSeries3D<TAllPoints>, there will be one vertex in the resulting mesh. To increase the resolution, use MeshResolution x2 or MeshResolution x4 |
![]() | Minimum | Gets or sets value which corresponds to min color |
![]() | Opacity | Gets or sets the opacity, bound by default to RenderableSeries.Opacity (Inherited from BaseRenderableSeries3DViewModel) |
![]() | 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 (Inherited from BaseRenderableSeries3DViewModel) |
![]() | PointMarker | Gets 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 BaseRenderableSeries3DViewModel) |
![]() | Stroke | Gets or sets the stroke color of the series (Inherited from BaseRenderableSeries3DViewModel) |
![]() | StrokeThickness | Gets or sets the stroke thickness to apply to the wireframe. Used when DrawMeshAs is WireFrame or SolidWireFrame |
![]() | StyleKey | Gets or Sets the style key which will be used to fetch the style and apply it to the corresponding RenderableSeries. (Inherited from BaseRenderableSeries3DViewModel) |
![]() | ViewType | Overridden. Gets the View Type which this ViewModel will be associated with. |
Public Methods
Name | Description | |
---|---|---|
![]() | ToString | Returns a string that represents the current object. (Inherited from SciChart.Charting.Model.ChartSeries.BaseSciChartElementViewModel) |
Protected Methods
Name | Description | |
---|---|---|
![]() | OnPropertyChanged | This method is called by the Set accessor of each property. (Inherited from SciChart.Charting.Model.ChartSeries.BaseSciChartElementViewModel) |
![]() | SetValue<T> | This method is used to set property value and raise PropertyChanged event handler (Inherited from BaseRenderableSeries3DViewModel) |
Extension Methods
Name | Description | |
---|---|---|
![]() | DebugFinalizer<T> | Notifies that finalizer has been invoked |
![]() | ToDoubleArray | Overloaded. Converts an System.IComparable array to double array |
![]() | ToEnumerable<T> | Yields a single item, converting it to System.Collections.IEnumerable. |
![]() | ToStringArray2D<T> |
Public Events
Name | Description | |
---|---|---|
![]() | PropertyChanged | Occurs when a property value changes. (Inherited from SciChart.Charting.Model.ChartSeries.BaseSciChartElementViewModel) |
See Also