ClassBreakInfo
A class that contains class break information.
Property |
Type |
Description |
---|---|---|
ClassMaximumValue |
double |
The maximum value of the class break. |
Description |
string |
The class description. |
Label |
string |
The class label. |
Symbol |
The Symbol used for rendering the class. |
Remarks
ClassMaximumValue represents the upper value in a class break. A class includes that value. A feature with value => MinimumValue (or > ClassMaximumValue of the previous class break) and <= ClassMaximumValue will be drawn with the Symbol.
A label property states what that symbol means. For example, a red solid fill symbol represents "High". The description property provides further explanatory text.
10/23/2013