DK for ActiveX | TatukGIS_XDK11.TGIS_ColorSchema | Enums
Color schema types.
// C# public enum TGIS_ColorSchema { Diverging = 1, Qualitative = 2, Sequential = 4, Miscellaneous = 8 }
' VisualBasic Public Enum TGIS_ColorSchema Diverging = 1 Qualitative = 2 Sequential = 4 Miscellaneous = 8 End Enum
// Oxygene type TGIS_ColorSchema = public ( Diverging = 1, Qualitative = 2, Sequential = 4, Miscellaneous = 8 );
| Name | Value | Description | |
|---|---|---|---|
| Diverging | 1 | Diverging type put equal emphasis on mid-range critical values and extremes at both ends of the data range. | |
| Qualitative | 2 | Qualitative type is suited to representing nominal or categorical data. | |
| Sequential | 4 | Sequential type is suited to ordered data that progress from low to high. | |
| Miscellaneous | 8 | Other color ramps not matching the main categories. | |