Controls the shape for a specific data value.
Namespace: Spotfire.Dxp.Application.VisualsAssembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 14.10.7525.5058 (14.10.7525.5058)
Syntax
Property Value
Type: ShapeMap3DExamples
// 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
See Also