Determines whether the specified object is equal to the current object.
The object to compare with the current object.
true if the specified object is equal to the current object; otherwise, false.
Serves as the default hash function.
A hash code for the current object.
Returns a string that represents the current object.
A string that represents the current object.
StaticEqualsDetermines whether the specified object instances are considered equal.
The first object to compare.
The second object to compare.
true if the objects are considered equal; otherwise, false. If both objA and objB are null, the method returns true.
ReadonlyItemGets or sets the shape for a category.
Determines whether the Spotfire.Dxp.Application.Visuals.ShapeMap contains a shape for a specific category.
A Spotfire.Dxp.Application.Visuals.CategoryKey object identifying the category.
true if there is a shape for the given category; otherwise, false.
Gets all categories, sorted according to the category.
Tries to get the shape for a given category, returning true upon success.
A Spotfire.Dxp.Application.Visuals.CategoryKey object identifying the category.
When this method returns, contains the shape associated with the specified category, if one is found; otherwise null.
true if this instance contains a shape for the specified category; otherwise, false.
Class used to map data values to shapes in a scatter plot.
Remark
This class is basically a dictionary that maps data values, or categories, to specific shapes.
Since
2.0