DK11 for Delphi | GisClassification.TGIS_ClassificationAbstract.AddClassBreak | Methods | Properties
Adds a new class break.
// Delphi public procedure AddClassBreak( const _breakValue : Double ); overload;
// C++ Builder public: void AddClassBreak( const double _breakValue ) /* overload */;
Name | Type | Description |
---|---|---|
_breakValue | Double | A value of the new class break. |
Class breaks do not need to be added in ascending order. Classifier sorts it.