ReferenceLayerEvaluationModes Property

Spotfire 15.0 API Reference
Gets or sets the evaluation modes, describing which axes to group by. The grouping expressions used on the X, Color and Trellis axes are defined by the corresponding axis in the parent visualization. However, the X and Color expressions can be overridden by the XAxis and ColorAxis owned by a ReferenceLayer instance. Additional grouping can be achieved by using the ElementByAxis which is unrelated to the evaluation modes.

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

C#
public ReferenceValueEvaluationModes EvaluationModes { get; set; }

Property Value

Type: ReferenceValueEvaluationModes
Version Information

Supported in: 15.0, 14.8, 14.7, 14.6
See Also

Reference