Warning: Use of undefined constant Symbol - assumed 'Symbol' (this will throw an Error in a future version of PHP) in /mnt/new-ebs/workbench-106550/lib/dojo/util/docscripts/lib/parser2/dojo2.inc on line 215 Warning: Use of undefined constant JavaScriptSymbol - assumed 'JavaScriptSymbol' (this will throw an Error in a future version of PHP) in /mnt/new-ebs/workbench-106550/lib/dojo/util/docscripts/lib/parser2/dojo2.inc on line 215

dojox/charting/Series.js

  • Provides:

    • dojox.charting.Series
  • Requires:

    • dojox.charting.Element in common
  • dojox.charting.Series

    • type
      Function
    • chains:
      • dojox.charting.Element: (prototype)
      • dojox.charting.Element: (call)
    • parameters:
      • chart: (typeof dojox.charting.Chart2D)
        The chart that this series belongs to.
      • data: (typeof Array|Object:)
        The array of data points (either numbers or objects) that
        represents the data to be drawn. Or it can be an object. In
        the latter case, it should have a property "data" (an array),
        destroy(), and setSeriesObject().
      • kwArgs: (typeof dojox.charting.__SeriesCtorArgs)
        An optional keyword arguments object to set details for this series.
    • summary
      An object representing a series of data for plotting on a chart.
  • dojox.charting.Series.constructor

    • constructor - constructor
    • type
      Function
    • parameters:
      • chart: (typeof dojox.charting.Chart2D)
        The chart that this series belongs to.
      • data: (typeof Array|Object:)
        The array of data points (either numbers or objects) that
        represents the data to be drawn. Or it can be an object. In
        the latter case, it should have a property "data" (an array),
        destroy(), and setSeriesObject().
      • kwArgs: (typeof dojox.charting.__SeriesCtorArgs)
        An optional keyword arguments object to set details for this series.
    • summary
      Create a new data series object for use within charting.
  • dojox.charting.Series.clear

    • summary
      Clear the calculated additional parameters set on this series.
    • type
      Function
  • dojox.charting.Series.dyn

    • type
      Object
  • dojox.charting.Series.update

    • parameters:
      • data: (typeof Array|Object:)
        The array of data points (either numbers or objects) that
        represents the data to be drawn. Or it can be an object. In
        the latter case, it should have a property "data" (an array),
        destroy(), and setSeriesObject().
    • summary
      Set data and make this object dirty, so it can be redrawn.
    • type
      Function
  • dojox.charting.Series.data

  • dojox.charting.Series.source

  • dojox.charting.Series.dirty

    • type
      Object
  • dojox.charting.Series.update.data

    • type
      Array|Object:
    • summary
      The array of data points (either numbers or objects) that
      represents the data to be drawn. Or it can be an object. In
      the latter case, it should have a property "data" (an array),
      destroy(), and setSeriesObject().
  • dojox.charting.Series.plot

    • type
      String
  • dojox.charting.__SeriesCtorArgs

    • parameters:
      • plot: (typeof String)
        The plot (by name) that this series belongs to.
    • summary
      An optional arguments object that can be used in the Series constructor.
    • type
      Function
  • dojox.charting.__SeriesCtorArgs.plot

    • optional
    • type
      String
    • summary
      The plot (by name) that this series belongs to.
  • dojox.charting

    • type
      Object
  • dojox

    • type
      Object