Represents the mode for evaluating an axis expression.
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#
[PersistenceVersionAttribute(12, 0)] public enum AxisEvaluationMode
Members
Member name | Value | Description | |
---|---|---|---|
AllData | 0 | Specifies that the axis expression should be evaluated on all data. | |
FilteredData | 1 | Specifies that the axis expression should be evaluated after filtering. |
Version Information
See Also