Exemple #1
0
        private void codebehindLineChart()
        {
            GoogleChartsNGraphsControls.GVLineChart chart = new GoogleChartsNGraphsControls.GVLineChart();
            chart.Width  = WD;
            chart.Height = HT;

            chart.DataSource = getDT();
            chart.DataBind();

            this.PlaceHolderChart.Controls.Add(chart);
        }
        private void codebehindLineChart()
        {
            GoogleChartsNGraphsControls.GVLineChart chart = new GoogleChartsNGraphsControls.GVLineChart();
            chart.Width = WD;
            chart.Height = HT;

            chart.DataSource = getDT();
            chart.DataBind();

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