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 label
: "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
dxCircularGauge scale
distance between two neighboring major ticks in pixels. The distance between major ticks depends on two interrelated properties: scaleDivisionFactor and tickInterval. If the specified tick interval results in a pixel distance between two ticks that is less than the scaleDivisionFactor value, this tick interval is ignored. Use the scaleDivisionFactor property only if you want to set the distance
dxLinearGauge scale
. View Demo scaleDivisionFactor Specifies the minimum distance between two neighboring major ticks in pixels. The distance between major ticks depends on two interrelated properties: scaleDivisionFactor and tickInterval. If the specified tick interval results in a pixel distance between two ticks that is less than the scaleDivisionFactor value, this tick interval is ignored
dxChart ValueAxisLabel
customizeHint Specifies the hint that appears when a user points to an axis label. customizeText Customizes the text displayed by axis labels. format Formats a value before it is displayed in an...
dxFunnel item
border Configures a funnel item's border. hoverStyle Configures a funnel item's appearance when a user presses the item or hovers the mouse pointer over it. See Also hoverEnabled selectionStyle Configures a funnel item's appearance when a user selects it. NOTE Though not provided out of the box, the selection capability can be implemented using the UI component's API. Refer