ScatterPlotMarkerClass Property TIBCO Spotfire 7.6 API Reference
Gets or sets the class type of the markers in this scatter plot. Using this property the markers can be switched between simple markers, tiled markers and separate charts (for example pie charts).

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

C#
public MarkerClass MarkerClass { get; set; }

Property Value

Type: MarkerClass
The class for the markers in this plot. Defaults to Simple.
Exceptions

ExceptionCondition
ArgumentException if set to a value that is not member of the MarkerClass enumeration.
Remarks

When set to Tile the ShapeAxis and the SizeAxis will be ignored. When set to Chart the ShapeAxis will be ignored.
Version Information

Supported in: 7.6, 7.5, 7.0, 6.5, 6.0, 5.5, 5.0
See Also

Reference