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

dxPolarChart valueAxis

Reference
Specifies value axis properties for the PolarChart UI component.

For charting, the polar coordinate system is used to determine each point uniquely on a plane through two numbers, the argument and the value of the point. A circular and straight lines (the axis... - (maxDataValue - minDataValue) * minValueMargin endAxisValue = maxDataValue + (maxDataValue - minDataValue) * maxValueMargin For example, consider that minDataValue is 1960 and maxDataValue is 2010. If you set

dxMenu Configuration

Reference
An object defining configuration properties for the Menu UI component.

default App; #container { width: 400px; } animation Configures UI component visibility animations. This object contains two fields: show and hide. Set this object to null or undefined to disable...-Only Data in JSON Format Set the dataSource property to the URL of a JSON file or service that returns JSON data. OData Implement an ODataStore. Web API, PHP, MongoDB Use one of the following

dxContextMenu Configuration

Reference
An object defining configuration properties for the ContextMenu UI component.

include the active state change for UI components. animation Configures UI component visibility animations. This object contains two fields: show and hide. Set this object to null or undefined to disable... option. Read-Only Data in JSON Format Set the dataSource property to the URL of a JSON file or service that returns JSON data. OData Implement an ODataStore. Web API, PHP, MongoDB Use one

Errors and Warnings

Reference
This section lists errors and warnings that may occur when using the DevExtreme Data Library.

of a DataSource instance holds an unknown store type. E4021 Occurs if the total count of data records (totalCount) was not obtained when loading data. This error is specific to the CustomStore Data... that a value can be found for any key passed to the byKey(key) function. E4010 Occurs when creating the Query object by using the createQuery method of a CustomStore. This error is specific

dxChart valueAxis

Reference
Configures the value axis.

maxAutoBreakCount breaks[] axisDivisionFactor Specifies the minimum distance between two neighboring major ticks in pixels. Applies only to the axes of the "continuous" and "logarithmic" types. For axes displaying numbers, the distance between major ticks depends on two interconnected properties: axisDivisionFactor and tickInterval. Consider that you have specified both these properties