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: MarkerShapeThe shape for the category.
Examples
plot.ShapeAxis.ShapeMap[new CategoryKey("male")] = new MarkerShape(MarkerType.Square); plot.ShapeAxis.ShapeMap[new CategoryKey("female")] = new MarkerShape(MarkerType.Circle);
Version Information
See Also