Gets or sets the shape for a category.
Namespace: Spotfire.Dxp.Application.VisualsAssembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 14.10.7525.5058 (14.10.7525.5058)
Syntax
Parameters
- category
- Type: Spotfire.Dxp.Application.Visuals CategoryKey
The category.
Return Value
Type: Shape3DThe shape for the category.
Examples
plot.ShapeAxis.ShapeMap[new CategoryKey("male")] = Shapes3D.Cube; plot.ShapeAxis.ShapeMap[new CategoryKey("female")] = Shapes3D.Sphere;
Version Information
See Also