Class used to map data values to shapes in a scatter plot.
Inheritance Hierarchy
Spotfire.Dxp.Application.Visuals.ShapeMap
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.
|
![]() ![]() | Item[Object[]] |
Gets or sets the shape for a category.
|
![]() ![]() | Item[CategoryKey] |
Gets or sets the shape for a category.
|
Remarks
Version Information
Supported in: 7.6, 7.5, 7.0, 6.5, 6.0, 5.5, 5.0
See Also
See Also