public HighchartsSetUp(string id) { this.Id = id; this.dataSource = new EmptyDataSource(); this.obj = new Highchart(); this.obj.Chart.RenderTo = this.Id; }
public HighchartsSetUp Series(ChartDataSource datasource) { this.dataSource = datasource; return(this); }
public HighchartsSetUp Series(ChartDataSource datasource) { this.dataSource = datasource; return this; }