Example #1
0
 /// <summary>
 /// Returns an object literal containing a categoryItem and a valueItem for a given series index. Below is the structure of each:
 /// </summary>
 public object getSeriesItems(CartesianSeries series, Y_.DataType_.Number index){return null;}
Example #2
0
 /// <summary>
 /// Adds dispatcher to a `_dispatcher` used to
 /// to ensure all series have redrawn before for firing event.
 /// </summary>
 protected void addDispatcher(CartesianSeries val)
 {
 }
Example #3
0
 /// <summary>
 /// Adds dispatcher to a `_dispatcher` used to
 /// to ensure all series have redrawn before for firing event.
 /// </summary>
 protected void addDispatcher(CartesianSeries val){}
 /// <summary>
 /// Returns an object literal containing a categoryItem and a valueItem for a given series index. Below is the structure of each:
 /// </summary>
 public object getSeriesItems(CartesianSeries series, Y_.DataType_.Number index)
 {
     return(null);
 }