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

dxChart BarSeries

Reference
Describes settings supported by a series of the bar type.

to collect in a single group. The following image shows a regular bar chart with two series... ...and here the same series are collected in a barOverlapGroup: View Demo... maximum width is limited. In single-series charts, it cannot be greater than the interval between two major ticks. In multi-series charts, it depends on the number of bars in the parent group

dxPolarChart valueAxis wholeRange

Reference
Defines the range where the axis can be zoomed.

This property accepts one of the following: A two-item array Specifies the range's start and end. The array can contain a pair of numeric, string, or date-time values, depending on the axis's... fields An alternative to the two-item array. wholeRange: { startValue: 50, endValue: 70 } // Open-ended range wholeRange: { startValue: null, endValue: 70 } An object

dxChart argumentAxis breaks

Reference
Declares a scale break collection. Applies only if the axis' type is "continuous" or "logarithmic".

A scale break is an area across an axis that is displayed instead of a section of an axis range. Scale breaks improve the readability of chart sections with large gaps in their ranges. Each object in the breaks array configures a single scale break. A scale break range should be at least two tick intervals. Otherwise, the scale break might not be visible. See Also breakStyle endValue Along

dxPieChart commonSeriesSettings hoverStyle hatching

Reference
Specifies the hatching properties to be applied when a point is hovered over.

style from left to right. left Apply a downward diagonal hatching style from left to right. opacity Specifies the opacity of hatching lines. step Specifies the distance between two hatching lines

dxPieChart commonSeriesSettings selectionStyle hatching

Reference
Specifies the hatching properties to be applied when a point is selected.

style from left to right. left Apply a downward diagonal hatching style from left to right. opacity Specifies the opacity of hatching lines. step Specifies the distance between two hatching lines