public Bubble () { SFChart chart = new SFChart (); chart.PrimaryAxis = new SFCategoryAxis (){ PlotOffset = 30 }; chart.SecondaryAxis = new SFNumericalAxis (); ChartBubbleDataSource dataModel = new ChartBubbleDataSource (); chart.DataSource = dataModel as SFChartDataSource; this.control = chart; }
public Bubble() { SFChart chart = new SFChart(); chart.PrimaryAxis = new SFCategoryAxis() { PlotOffset = 30 }; chart.SecondaryAxis = new SFNumericalAxis(); ChartBubbleDataSource dataModel = new ChartBubbleDataSource(); chart.DataSource = dataModel as SFChartDataSource; this.control = chart; }