luxlabs header browser preview


@interface CHDLine3DType : CHDLineType {
    int mGapDepth;
}

+ (BOOL)is3DType;

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

@end