DK for ActiveX | TatukGIS_XDK11.ITGIS_ClassificationAbstract.ColorRampName | Methods | Properties
The name of the built-in color ramp that is used to assign colors for class breaks; empty by default. If not provided, ColorRamp property will be used.
// C# public String ColorRampName { get {} set {} }
' VisualBasic Public Property ColorRampName As String Get End Get Set(ByVal value As String) End Set End Property
// Oxygene public property ColorRampName : String read read;
Type |
---|
string String |
This property is sufficient in most cases. Use ColorRamp property only for specialised color ramps.