Search Results: Wikipedia API query 2010 edit statistics "2010: Odyssey Two" total edits year 2010

dxTreeMap tile

Reference
Configures tiles.

-browser color names Predefined SVG colors Paint server address This approach has the lowest priority among the others. To find more about the other two approaches, see the colorField and colorizer

dxTreeMap title

Reference
Configures the UI component's title.

: "normal" Text breaks only at allowed breakpoints (for example, a space between two words). "breakWord" Words can be broken if there are no available breakpoints in the line. "none" Word wrap

dxVectorMap title

Reference
Configures the UI component's title.

. The following modes are available: "normal" Text breaks only at allowed breakpoints (for example, a space between two words). "breakWord" Words can be broken if there are no available breakpoints

Utils themes

Reference
An object that serves as a namespace for the methods that work with DevExtreme CSS Themes.

current() Gets the current theme's name. current(themeName) Sets a theme with a specific name. The theme name passed as a parameter should be the value of the data-theme attribute used within the rel="dx-theme" links to the theme. For instance, if you have links to two of your themes... HTML<link rel="dx-theme" data-theme="generic.dark" href="css/mytheme-dark.css" data-active="true"> <

Visual and Whole Ranges

Guides

{ startValue: 50, endValue: 70 } argAxis.visualRange([40, 60]); // sets a new visual range }); If your framework supports two-way binding, bind the axis' visualRange to a component property