luxlabs header browser preview


@interface CHDArea3DType : CHDArea2DType {
    int mGapDepth;
}

+ (BOOL)is3DType;

- (int)gapDepth;
- (id)initWithChart:(id)a0;
- (void)setGapDepth:(int)a0;

@end