Example #1
0
 public BarChartGroupData(BarChartStackData stack, string label)
     : this(new[] {stack}, label)
 {
 }
Example #2
0
 public BarChartGroupData(BarChartStackData stack, string label) : this(new[] { stack }, label)
 {
 }
Example #3
0
 public BarChartGroupData(BarChartStackData stack)
     : this(stack, null)
 {
 }
Example #4
0
 public BarChartGroupData(BarChartStackData stack) : this(stack, null)
 {
 }