Class representing a category on an axis.
Inheritance Hierarchy
Spotfire.Dxp.Application.VisualsCategoryKey
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#
[SerializableAttribute] [PersistenceVersionAttribute(2, 0)] [ImmutableAttribute] public sealed class CategoryKey : ISerializable, IComparable<CategoryKey>
The CategoryKey type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| CategoryKey |
Initializes a new instance of the CategoryKey class.
|
Methods
| Name | Description | |
|---|---|---|
| CompareTo |
Compares the current object with another object of the same type.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) |
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
| ISerializableGetObjectData | Implements ISerializable. |
Remarks
Since categorical axes are hierarchical, a CategoryKey is made from the values of each level in the hierarchy. For instance, if an axis has an expression that nests an integer column within a string column, a category key would be defined by a string value and an integer.
Version Information
See Also