Defines alternatives for visualization of empty data selections.
Namespace: Spotfire.Dxp.Data
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 23.18.9504.3877 (23.18.9504.3877)
Syntax
C#
[SerializableAttribute] [PersistenceVersionAttribute(12, 0)] public enum LimitingMarkingsEmptyBehavior
Members
| Member name | Value | Description | |
|---|---|---|---|
| ShowAll | 0 | Visualization of empty selection should result in a plot showing all data. | |
| ShowEmpty | 1 | Visualization of empty selection should result in an empty plot. | |
| ShowMessage | 2 | Visualization of empty selection should result in an empty plot with a message. |
Version Information
See Also