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

dxTreeMap tile label

Reference
Configures the tile labels.

: "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

Reference
Specifies a gauge's scale properties.

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

Reference
Specifies the gauge's scale properties.

. 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

Reference
Configures the labels of the value axis.

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

Reference
Configures funnel items' appearance.

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