An enum used to specify how a color shall be interpreted.
Namespace: Spotfire.Dxp.Application.Visuals.Styles
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 69.0.21424.2902 (69.0.21424.2902)
Syntax
C#
[SerializableAttribute] [PersistenceVersionAttribute(68, 0)] public enum ColorType
Members
| Member name | Value | Description | |
|---|---|---|---|
| Default | 0 | Use default coloring. That is, the color is determined by data (a color axis) or by the theme. | |
| Specific | 1 | Use the color value specified in the associated object. |
Version Information
Supported in: 14.7, 14.6
See Also