Constructordojox.charting.Theme

dojo.require("dojox.charting.Theme");
defined in dojox/charting/Theme.js

Usage

function (/*Object?*/ kwArgs) (view source)
parametertypedescription
kwArgsObjectOptional.

Jump to PropertiesFunctionsBack to top

resets both marker and color counters back to the start. Subsequent calls to `next` will retrievie the first value of each depending on the passed type.
Generate a set of colors for the theme based on keyword arguments
Functionnext(type: String?)
get either the next color or the next marker, depending on what was passed. If type is not passed, it assumes color.

Jump to FunctionsPropertiesBack to top