+ (MCCChart *) chart

Default constructor

- (void) clearGroup:(ULONG)groupnumber
- (OBString *) colors
- (ULONG) count
- (BOOL) getGroup:(ULONG)group label:(OBString **)label values:(OBArray /*OBNumber*/ **)values
- (DOUBLE) getMax
- (DOUBLE) getMin
- (void) getMinMax:(DOUBLE *)minimumvalue maximumValue:(DOUBLE *)maximumvalue
- (ULONG) groupSize
- (void) insertGroup:(ULONG)group label:(OBString *)label values:(OBArray /*OBNumber*/ *)values
- (void) noNotifySetCount:(ULONG)count
- (void) noNotifySetGroupSize:(ULONG)groupsize
- (void) removeGroup:(ULONG)groupnumber
- (void) replaceInGroup:(ULONG)group index:(ULONG)index values:(OBArray /*OBNumber*/ *)values
- (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