PdfRpt.VectorCharts.PieChart.drawArea C# (CSharp) Method

drawArea() private method

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