Example #1
0
        internal C.DropLines ToDropLines(bool IsStylish = false)
        {
            C.DropLines dl = new C.DropLines();
            dl.ChartShapeProperties = this.ShapeProperties.ToChartShapeProperties(IsStylish);

            return(dl);
        }
        internal C.DropLines ToDropLines(bool IsStylish = false)
        {
            C.DropLines dl = new C.DropLines();
            dl.ChartShapeProperties = this.ShapeProperties.ToChartShapeProperties(IsStylish);

            return dl;
        }