public override object Clone()
 {
     Chart3DBarShapeRecord record = new Chart3DBarShapeRecord();
     record.Riser = this.Riser;
     record.Taper = this.Taper;
     return record;
 }