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; }
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); }
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); }