ShapeAxis3DShapeMap Property

Spotfire 14.3 API Reference
Controls the shape for a specific data value.

Namespace:  Spotfire.Dxp.Application.Visuals
Assembly:  Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 65.0.19510.3242 (65.0.19510.3242)
Syntax

C#
public ShapeMap3D ShapeMap { get; }

Property Value

Type: ShapeMap3D
Examples

The following example snippet shows how to set shapes for specific values.
C#
// Set shape by the column named Fruit.
scatterPlot3D.ShapeAxis.Expression = "<Fruit>"

// Set the shape on each fruit
scatterPlot3D.ShapeAxis.ShapeMap["Apple"] = Shapes3D.Cube;
scatterPlot3D.ShapeAxis.ShapeMap["Pear"] = Shapes3D.Sphere;
Version Information

Supported in: 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also

Reference