User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.tgis_colorschema

Table of Contents

TGIS_ColorSchema enum

DK for ActiveX | TatukGIS_XDK11.TGIS_ColorSchema | Enums

Color schema types.

Available also on: Delphi | .NET | Java | Python.

Syntax

// 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
  );

Members

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.

2025/01/31 01:03

Page Tools