Esempio n. 1
0
        private void codebehindPieChart()
        {
            GoogleChartsNGraphsControls.GVPieChart chart = new GoogleChartsNGraphsControls.GVPieChart();
            chart.Width      = WD;
            chart.Height     = HT;
            chart.GviIs3D    = true;
            chart.DataSource = getDT();
            chart.DataBind();

            this.PlaceHolderChart.Controls.Add(chart);
        }
        private void codebehindPieChart()
        {
            GoogleChartsNGraphsControls.GVPieChart chart = new GoogleChartsNGraphsControls.GVPieChart();
            chart.Width = WD;
            chart.Height = HT;
            chart.GviIs3D = true;
            chart.DataSource = getDT();
            chart.DataBind();

            this.PlaceHolderChart.Controls.Add(chart);
        }