Exemple #1
0
        internal SLHighLowLines Clone()
        {
            SLHighLowLines hll = new SLHighLowLines(this.ShapeProperties.listThemeColors);

            hll.ShapeProperties = this.ShapeProperties.Clone();

            return(hll);
        }
        internal SLHighLowLines Clone()
        {
            SLHighLowLines hll = new SLHighLowLines(this.ShapeProperties.listThemeColors, false, this.ShapeProperties.ThrowExceptionsIfAny);

            hll.ShapeProperties = this.ShapeProperties.Clone();

            return(hll);
        }
        internal SLHighLowLines Clone()
        {
            SLHighLowLines hll = new SLHighLowLines(this.ShapeProperties.listThemeColors);
            hll.ShapeProperties = this.ShapeProperties.Clone();

            return hll;
        }