示例#1
0
        internal C.MinorGridlines ToMinorGridlines()
        {
            C.MinorGridlines mgl = new C.MinorGridlines();

            if (this.ShapeProperties.HasShapeProperties) mgl.ChartShapeProperties = this.ShapeProperties.ToChartShapeProperties();

            return mgl;
        }
        internal C.MinorGridlines ToMinorGridlines(bool IsStylish)
        {
            C.MinorGridlines mgl = new C.MinorGridlines();

            if (this.ShapeProperties.HasShapeProperties)
            {
                mgl.ChartShapeProperties = this.ShapeProperties.ToChartShapeProperties(IsStylish);
            }

            return(mgl);
        }
        internal C.MinorGridlines ToMinorGridlines(bool IsStylish = false)
        {
            var mgl = new C.MinorGridlines();

            if (ShapeProperties.HasShapeProperties)
            {
                mgl.ChartShapeProperties = ShapeProperties.ToChartShapeProperties(IsStylish);
            }

            return(mgl);
        }
        internal C.MinorGridlines ToMinorGridlines(bool IsStylish = false)
        {
            C.MinorGridlines mgl = new C.MinorGridlines();

            if (this.ShapeProperties.HasShapeProperties) mgl.ChartShapeProperties = this.ShapeProperties.ToChartShapeProperties(IsStylish);

            return mgl;
        }