Search Results: Wikipedia API query 2010 edit statistics "2010: Odyssey Two" total edits year 2010
- All Results 1000
- Guides 332
- Reference 668
- Technical Demos
- Support Center
dxTreeMap tile
-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
: "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
. 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
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
{ 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