public PolarChartCommonSeriesSettingsValueErrorBarBuilder Type(ValueErrorBarType value)
 {
     base.Options["type"] = value;
     return(this);
 }
Пример #2
0
 public ChartSeriesValueErrorBarBuilder Type(ValueErrorBarType value)
 {
     base.Options["type"] = value;
     return(this);
 }