Click or drag to resize

AnalysisClassificationClass Class

The class of a classification.
Inheritance Hierarchy

Namespace:  Easymap.AddIn.Analyse
Assembly:  Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntax
public class AnalysisClassificationClass : BaseObject

The AnalysisClassificationClass type exposes the following members.

Properties
  NameDescription
Public propertyBrush
The Brush used in this AnalysisClassificationClass
Public propertyCaption
Gets or sets the caption of a specified class.
Public propertyRangeFrom
Gets or sets a value which defines the begin of a range.
Public propertyRangeTo
Gets or sets a value which defines the end of a range.
Public propertySize
The size used in this AnalysisClassificationClass
Public propertySymbol
Gets the Symbol of this class
Public propertyUseBrush
If true, the Brush of this AnalysisClassificationClass will explicitly set. Otherwise the brush from the selected gradient will be used.
Public propertyUseSize
If true, the size of this AnalysisClassificationClass will explicitly set. Otherwise the size from the selected gradient will be used.
Top
See Also