Exemplo n.º 1
0
		public Funnel ()
		{
			SFChart chart 					= new SFChart ();
			chart.Legend.Visible 			= true;
			ChartFunnelDataSource dataModel = new ChartFunnelDataSource ();
			chart.DataSource 				= dataModel as SFChartDataSource;
			this.control = chart;
		}
Exemplo n.º 2
0
        public Funnel()
        {
            SFChart chart = new SFChart();

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

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