Exemplo n.º 1
0
 public ChartZoomAndPanBuilder ValueAxis(ChartZoomAndPanMode value)
 {
     base.Options["valueAxis"] = value;
     return(this);
 }
Exemplo n.º 2
0
 public ChartZoomAndPanBuilder ArgumentAxis(ChartZoomAndPanMode value)
 {
     base.Options["argumentAxis"] = value;
     return(this);
 }