Ejemplo n.º 1
0
 public StackedBarChart(StackedBarChartData data, StackedBarChartStyle style)
 {
     this.Data  = data;
     this.Style = style;
 }