public PolarChartCommonSeriesSettingsValueErrorBarBuilder Type(ValueErrorBarType value)
 {
     base.Options["type"] = value;
     return(this);
 }
コード例 #2
0
 public ChartSeriesValueErrorBarBuilder Type(ValueErrorBarType value)
 {
     base.Options["type"] = value;
     return(this);
 }