User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_colorschema

Table of Contents

TGIS_ColorSchema enum

DK for .NET | TatukGIS.NDK.TGIS_ColorSchema | Enums

Color schema types.

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

Syntax

// C#
[Flags]
public enum TGIS_ColorSchema
{
  Diverging, Qualitative, Sequential, Miscellaneous
}
' VisualBasic
<Flags()> _
Public Enum TGIS_ColorSchema
  Diverging
  Qualitative
  Sequential
  Miscellaneous
End Enum
// Oxygene
type
  TGIS_ColorSchema = public flags (
    Diverging, Qualitative, Sequential, Miscellaneous
  );

Members

Name Value Description
Diverging Diverging type put equal emphasis on mid-range critical values and extremes at both ends of the data range.
Qualitative Qualitative type is suited to representing nominal or categorical data.
Sequential Sequential type is suited to ordered data that progress from low to high.
Miscellaneous Other color ramps not matching the main categories.

2025/01/31 01:14

Page Tools