コード例 #1
0
        private void codebehindAreaChart()
        {
            GoogleChartsNGraphsControls.GVAreaChart chart = new GoogleChartsNGraphsControls.GVAreaChart();
            chart.Width  = WD;
            chart.Height = HT;

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

            this.PlaceHolderChart.Controls.Add(chart);
        }
コード例 #2
0
        private void codebehindAreaChart()
        {
            GoogleChartsNGraphsControls.GVAreaChart chart = new GoogleChartsNGraphsControls.GVAreaChart();
            chart.Width = WD;
            chart.Height = HT;

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

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