public override Object Clone()
        {
            SeriesChartGroupIndexRecord rec = new SeriesChartGroupIndexRecord();

            rec.field_1_chartGroupIndex = field_1_chartGroupIndex;
            return(rec);
        }
        public override Object Clone()
        {
            SeriesChartGroupIndexRecord rec = new SeriesChartGroupIndexRecord();

            rec.field_1_chartGroupIndex = field_1_chartGroupIndex;
            return rec;
        }