User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_classificationabstract.numclasses

Table of Contents

TGIS_ClassificationAbstract.NumClasses property

DK for .NET | TatukGIS.NDK.TGIS_ClassificationAbstract.NumClasses | Methods | Properties

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

Available also on: Delphi | Java | ActiveX | 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:10

Page Tools