Note: This API is now obsolete.
Sets the shape for a given category.
Namespace: Spotfire.Dxp.Application.Visuals
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 23.18.9504.3877 (23.18.9504.3877)
Syntax
C#
[ObsoleteAttribute("This method is obsolete. Use ShapeMap instead.")] public void SetShape( CategoryKey categoryKey, MarkerShape shape )
Parameters
- categoryKey
- Type: Spotfire.Dxp.Application.Visuals.CategoryKey
The category key. - shape
- Type: Spotfire.Dxp.Application.Visuals.MarkerShape
The shape.
Version Information
Obsolete (compiler warning) in 7.5
Obsolete (compiler warning) in 7.0
Obsolete (compiler warning) in 6.5
Obsolete (compiler warning) in 6.0
Obsolete (compiler warning) in 5.5
Obsolete (compiler warning) in 5.0
See Also
See Also