Class used to map data values to shapes in a 3D scatter plot.
Inheritance Hierarchy
Spotfire.Dxp.Application.VisualsShapeMap3D
Namespace: Spotfire.Dxp.Application.Visuals
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 71.0.22122.5390 (71.0.22122.5390)
Syntax
C#
public sealed class ShapeMap3D
The ShapeMap3D type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Categories |
Gets all categories.
| |
| Count |
Gets the number of categories.
| |
| ItemObject |
Gets or sets the shape for a category.
| |
| ItemCategoryKey |
Gets or sets the shape for a category.
|
Methods
| Name | Description | |
|---|---|---|
| Contains |
Determines whether the ShapeMap3D contains a shape for a specific category.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| TryGetShape |
Tries to get the shape for a given category, returning true upon success.
|
Remarks
Version Information
See Also