コード例 #1
0
        internal C.HighLowLines ToHighLowLines(bool IsStylish = false)
        {
            var hll = new C.HighLowLines();

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

            return(hll);
        }
        internal C.HighLowLines ToHighLowLines(bool IsStylish)
        {
            C.HighLowLines hll = new C.HighLowLines();

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

            return(hll);
        }
コード例 #3
0
        internal C.HighLowLines ToHighLowLines(bool IsStylish = false)
        {
            C.HighLowLines hll = new C.HighLowLines();

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

            return hll;
        }