Exemple #1
0
 private void Initialize()
 {
     Border     = new ChartElementBorder();
     Line       = new ChartLine();
     Type       = "boxPlot";
     Aggregates = new ChartBoxPlotAggregates();
     Outliers   = new ChartMarkers();
     Extremes   = new ChartMarkers();
 }
 public ChartBoxPlotAggregatesSerializer(ChartBoxPlotAggregates aggregates)
 {
     this.aggregates = aggregates;
 }
 public ChartBoxPlotAggregatesSerializer(ChartBoxPlotAggregates aggregates)
 {
     this.aggregates = aggregates;
 }