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

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

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

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

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

            return(mgl);
        }