コード例 #1
0
        internal C.UpBars ToUpBars(bool IsStylish = false)
        {
            var ub = new C.UpBars();

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

            return(ub);
        }
コード例 #2
0
        internal C.UpBars ToUpBars(bool IsStylish)
        {
            C.UpBars ub = new C.UpBars();

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

            return(ub);
        }