AxisEvaluationMode Enumeration TIBCO Spotfire 6.0 API Reference
Represents the mode for evaluating an axis expression.

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

[PersistenceVersionAttribute(12, 0)]
public enum AxisEvaluationMode
Members

  Member nameValueDescription
AllData0 Specifies that the axis expression should be evaluated on all data.
FilteredData1 Specifies that the axis expression should be evaluated after filtering.
See Also