User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_classificationabstract.numclasses

Table of Contents

ITGIS_ClassificationAbstract.NumClasses property

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

Number of classes; default is 5, max is 30.

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

Syntax

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

Value

Type
int
Integer

Remarks

This property is disabled for methods: DefinedInterval, Quartile and StandardDeviation. Value of NumClasses property is automatically calculated every Interval, Method or Target properties change.

References

2025/01/31 01:03

Page Tools