Class used to map data values to shapes in a scatter plot.
Inheritance Hierarchy
Spotfire.Dxp.Application.VisualsShapeMap
Namespace: Spotfire.Dxp.Application.Visuals
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 25.11.10401.3615 (25.11.10401.3615)
Syntax
C#
public sealed class ShapeMap
The ShapeMap type exposes the following members.
Methods
Name | Description | |
---|---|---|
Contains |
Determines whether the ShapeMap contains a shape for a specific category.
| |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetCategories |
Gets all categories, sorted according to the category.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
TryGetShape |
Tries to get the shape for a given category, returning true upon success.
|
Properties
Name | Description | |
---|---|---|
Count |
Gets the number of categories.
| |
ItemObject |
Gets or sets the shape for a category.
| |
ItemCategoryKey |
Gets or sets the shape for a category.
|
Remarks
Version Information
See Also