internal SLChartFormat Clone()
        {
            SLChartFormat cf = new SLChartFormat();
            cf.PivotArea = this.PivotArea.Clone();
            cf.Chart = this.Chart;
            cf.Format = this.Format;
            cf.Series = this.Series;

            return cf;
        }
Beispiel #2
0
        internal SLChartFormat Clone()
        {
            SLChartFormat cf = new SLChartFormat();

            cf.PivotArea = this.PivotArea.Clone();
            cf.Chart     = this.Chart;
            cf.Format    = this.Format;
            cf.Series    = this.Series;

            return(cf);
        }