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); }
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; }