User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_classificationabstract.colorramp

Table of Contents

ITGIS_ClassificationAbstract.ColorRamp property

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_ClassificationAbstract.ColorRamp | Methods | Properties

The color ramp used to generate colors for class breaks. If not provided, StartColor and EndColor will be used.

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

Syntax

// C#
public TGIS_ColorMapArray ColorRamp
{
  get {}
  set {}
}
' VisualBasic
Public Property ColorRamp As TGIS_ColorMapArray
  Get
  End Get
  Set(ByVal value As TGIS_ColorMapArray)
  End Set
End Property
// Oxygene
public
  property ColorRamp : TGIS_ColorMapArray read read;

Value

References

2023/02/24 20:25

Page Tools