Example #1
0
 public ChartBuilder ScrollingMode(ChartPointerType value)
 {
     base.Options["scrollingMode"] = value;
     return(this);
 }
Example #2
0
 public ChartBuilder ZoomingMode(ChartPointerType value)
 {
     base.Options["zoomingMode"] = value;
     return(this);
 }