Exemplo n.º 1
0
 public Pie()
 {
     allowPointSelect = true;
     cursor           = "pointer";
     dataLabels       = new DataLabels();
     showInLegend     = true;
 }
Exemplo n.º 2
0
 public SeriesPlotOption()
 {
     dataLabels = new DataLabels();
 }