System.Drawing.PieChart.PieChartControl.PieChartControl C# (CSharp) Method

PieChartControl() public method

Initializes the PieChartControl.
public PieChartControl ( ) : System
return System
        public PieChartControl()
            : base()
        {
            this.SetStyle(ControlStyles.UserPaint, true);
            this.SetStyle(ControlStyles.AllPaintingInWmPaint, true);
            this.SetStyle(ControlStyles.DoubleBuffer, true);
            this.SetStyle(ControlStyles.ResizeRedraw, true);
        }