コード例 #1
0
		public Pyramid ()
		{
			SFChart chart 						= new SFChart ();
			chart.Legend.Visible 				= true;
			ChartPyramidDataSource dataModel	= new ChartPyramidDataSource ();
			chart.DataSource 					= dataModel as SFChartDataSource;
			this.control = chart;
		}
コード例 #2
0
        public Pyramid()
        {
            SFChart chart = new SFChart();

            chart.Legend.Visible = true;
            ChartPyramidDataSource dataModel = new ChartPyramidDataSource();

            chart.DataSource = dataModel as SFChartDataSource;
            this.control     = chart;
        }