예제 #1
0
        internal C.DownBars ToDownBars(bool IsStylish = false)
        {
            C.DownBars db = new C.DownBars();

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

            return(db);
        }
예제 #2
0
        internal C.DownBars ToDownBars(bool IsStylish = false)
        {
            C.DownBars db = new C.DownBars();

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

            return db;
        }