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

dxChart valueAxis visualRange

Reference
Defines the axis' displayed range. Cannot be wider than the wholeRange.

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... and endValue fields An alternative to the two-item array. CodevisualRange: { startValue: 50, endValue: 70 } // Open-ended range visualRange: { startValue: null, endValue: 70 } An object

dxChart valueAxis wholeRange

Reference
Defines the range where the axis can be zoomed and panned. To limit the visual range, specify the visualRange property.

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... and endValue fields An alternative to the two-item array. CodewholeRange: { startValue: 50, endValue: 70 } // Open-ended range wholeRange: { startValue: null, endValue: 70 } An object

dxPolarChart valueAxis visualRange

Reference
Defines the axis' displayed range. Cannot be wider than the wholeRange.

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... and endValue fields An alternative to the two-item array. CodevisualRange: { startValue: 50, endValue: 70 } // Open-ended range visualRange: { startValue: null, endValue: 70 } An object

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... and endValue fields An alternative to the two-item array. CodewholeRange: { startValue: 50, endValue: 70 } // Open-ended range wholeRange: { startValue: null, endValue: 70 } An object

dxRangeSelector value

Reference
The selected range (initial or current). Equals the entire scale when not set.

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 scale's... fields An alternative to the two-item array. Codevalue: { startValue: 50, endValue: 70 } // Open-ended range value: { startValue: null, endValue: 70 } An object with the length