Ejemplo n.º 1
0
        /// <summary>
        /// Creates pie chart instance.
        /// </summary>
        public PieChart()
        {
            this.DataInfo      = new PieChartDataInfo();
            this.PlotPieAngles = new List <RGFloat>();

            this.AddPlotViewLayer(this.PiePlotView = CreatePlotViewInstance());
        }
Ejemplo n.º 2
0
 /// <summary>
 /// Creates pie chart instance.
 /// </summary>
 public PieChart()
 {
     this.DataInfo = new PieChartDataInfo();
     this.AddPlotViewLayer(this.PiePlotView = CreatePlotViewInstance());
 }