Ejemplo n.º 1
0
        internal SLLegend Clone()
        {
            SLLegend l = new SLLegend(this.ShapeProperties.listThemeColors);
            l.LegendPosition = this.LegendPosition;
            l.Overlay = this.Overlay;
            l.ShapeProperties = this.ShapeProperties.Clone();

            return l;
        }
Ejemplo n.º 2
0
        internal SLLegend Clone()
        {
            SLLegend l = new SLLegend(this.ShapeProperties.listThemeColors, false, this.ShapeProperties.ThrowExceptionsIfAny);

            l.LegendPosition  = this.LegendPosition;
            l.Overlay         = this.Overlay;
            l.ShapeProperties = this.ShapeProperties.Clone();

            return(l);
        }
Ejemplo n.º 3
0
        internal SLLegend Clone()
        {
            SLLegend l = new SLLegend(this.ShapeProperties.listThemeColors);

            l.LegendPosition  = this.LegendPosition;
            l.Overlay         = this.Overlay;
            l.ShapeProperties = this.ShapeProperties.Clone();

            return(l);
        }