+ (MCCChart *) chart
Default constructor
- (void) clearGroup:(ULONG)groupnumber
- (OBString *) colors
- (ULONG) count
- (DOUBLE) getMax
- (DOUBLE) getMin
- (void) getMinMax:(DOUBLE *)minimumvalue maximumValue:(DOUBLE *)maximumvalue
- (ULONG) groupSize
- (void) noNotifySetCount:(ULONG)count
- (void) noNotifySetGroupSize:(ULONG)groupsize
- (void) removeGroup:(ULONG)groupnumber
- (void) setColors:(OBString *)colors
CAUTION: this is an initializer attribute, meaning it cannot be changed after the underlying MUI object is instantiated
- (void) setCount:(ULONG)count
- (void) setGroupSize:(ULONG)groupsize
- (void) setInitialMaxValue:(DOUBLE *)initialmaxvalue
CAUTION: this is an initializer attribute, meaning it cannot be changed after the underlying MUI object is instantiated
- (void) setInitialMinValue:(DOUBLE *)initialminvalue
CAUTION: this is an initializer attribute, meaning it cannot be changed after the underlying MUI object is instantiated
- (void) setMax:(DOUBLE)max
- (void) setTitle:(OBString *)title
CAUTION: this is an initializer attribute, meaning it cannot be changed after the underlying MUI object is instantiated
- (void) setType:(ULONG)type
CAUTION: this is an initializer attribute, meaning it cannot be changed after the underlying MUI object is instantiated
- (void) setUnit:(OBString *)unit
CAUTION: this is an initializer attribute, meaning it cannot be changed after the underlying MUI object is instantiated
- (OBString *) title
- (OBString *) unit