PdfRpt.VectorCharts.PieChart.drawArea C# (CSharp) 메소드

drawArea() 개인적인 메소드

private drawArea ( ) : void
리턴 void
        private void drawArea()
        {
            _template.SetColorStroke(BorderColor);
            _template.SetColorFill(BackgroundColor);
            _template.Rectangle(0, 0, _template.Width, _template.Height);
            _template.FillStroke();
        }