示例#1
0
 public PolarChartCommonSeriesSettingsPointBuilder SelectionMode(ChartPointInteractionMode value)
 {
     base.Options["selectionMode"] = value;
     return(this);
 }
 public ChartCommonSeriesSettingsPointBuilder HoverMode(ChartPointInteractionMode value)
 {
     base.Options["hoverMode"] = value;
     return(this);
 }
示例#3
0
 public PolarChartSeriesPointBuilder HoverMode(ChartPointInteractionMode value)
 {
     base.Options["hoverMode"] = value;
     return(this);
 }
 public ChartSeriesPointBuilder SelectionMode(ChartPointInteractionMode value)
 {
     base.Options["selectionMode"] = value;
     return(this);
 }