internal C.UpBars ToUpBars(bool IsStylish = false) { var ub = new C.UpBars(); if (ShapeProperties.HasShapeProperties) { ub.ChartShapeProperties = ShapeProperties.ToChartShapeProperties(IsStylish); } return(ub); }
internal C.UpBars ToUpBars(bool IsStylish) { C.UpBars ub = new C.UpBars(); if (this.ShapeProperties.HasShapeProperties) { ub.ChartShapeProperties = this.ShapeProperties.ToChartShapeProperties(IsStylish); } return(ub); }