19 #import <ArcGIS/AGSObject.h> 20 #import <ArcGIS/AGSJSONSerializable.h> 40 #pragma mark initializers 51 - (instancetype)initWithDescription:(NSString *)description
52 label:(NSString *)label
53 minValue:(
double)minValue
54 maxValue:(
double)maxValue
72 +(instancetype)classBreakWithDescription:(NSString *)description
73 label:(NSString *)label
74 minValue:(
double)minValue
75 maxValue:(
double)maxValue
79 #pragma mark properties 84 @property (nonatomic, copy, readwrite) NSString *
label;
94 @property (nonatomic, assign, readwrite)
double minValue;
99 @property (nonatomic, assign, readwrite)
double maxValue;
104 @property (nullable, nonatomic, strong, readwrite)
AGSSymbol * symbol;
NSString * label
Definition: AGSClassBreak.h:84
NSString * breakDescription
Definition: AGSClassBreak.h:89
A symbol used to display a graphic or a feature.
Definition: AGSSymbol.h:51
Definition: AGSObject.h:21
A protocol to convert objects to and from JSON.
Definition: AGSJSONSerializable.h:32
double maxValue
Definition: AGSClassBreak.h:99
double minValue
Definition: AGSClassBreak.h:94
A class break object used to categorize a group of values that fall within a range of values...
Definition: AGSClassBreak.h:36
instancetype classBreak()