@interface CHDBar3DSeries : CHDSeries { int mShapeType; } - (id)init; - (int)shapeType; - (id)shallowCopy; - (void)setShapeType:(int)a0; @end