Esempio n. 1
0
        internal SLMajorGridlines Clone()
        {
            SLMajorGridlines mgl = new SLMajorGridlines(this.ShapeProperties.listThemeColors);
            mgl.ShapeProperties = this.ShapeProperties.Clone();

            return mgl;
        }
Esempio n. 2
0
        internal SLMajorGridlines Clone()
        {
            SLMajorGridlines mgl = new SLMajorGridlines(this.ShapeProperties.listThemeColors);

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

            return(mgl);
        }
Esempio n. 3
0
        internal SLMajorGridlines Clone()
        {
            SLMajorGridlines mgl = new SLMajorGridlines(this.ShapeProperties.listThemeColors, false, this.ShapeProperties.ThrowExceptionsIfAny);

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

            return(mgl);
        }