예제 #1
0
 public Pie()
 {
     allowPointSelect = true;
     cursor           = "pointer";
     dataLabels       = new DataLabels();
     showInLegend     = true;
 }
예제 #2
0
 public SeriesPlotOption()
 {
     dataLabels = new DataLabels();
 }