Пример #1
0
 public PieChartBuilder PointSelectionMode(ChartElementSelectionMode value)
 {
     base.Options["pointSelectionMode"] = value;
     return(this);
 }
Пример #2
0
 public ChartBuilder SeriesSelectionMode(ChartElementSelectionMode value)
 {
     base.Options["seriesSelectionMode"] = value;
     return(this);
 }