User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_classificationabstract.colorramp

Table of Contents

ITGIS_ClassificationAbstract.ColorRamp property

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

The color ramp that is used to assign colors for class breaks; none by default 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

Remarks

ColorRampName property is sufficient in most cases. Use this property only for specialised color ramps.

References

2025/01/31 01:03

Page Tools