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

Access a Node or Link Using the API

Guides

Call the getAllNodes() method to access all nodes. It returns a collection of Node objects. Similarly, you can call the getAllLinks() method to get a collection of Link...

dxPolarChart ValueAxis

Reference
Specifies value axis properties for the PolarChart UI component.

the number of minor ticks between two neighboring major ticks. minorTickInterval Specifies the interval between minor ticks. minValueMargin Specifies a coefficient that determines the spacing between

A Request Error Occurs After Filtering or Searching

Guides

This topic addresses multiple request errors that may occur in your application. To check an error code, follow the steps below: Obtain a URL link generated by the problematic data query... if a string with parameters is too long and cannot be processed on the server. Refer to the following article for more information: Request Limits. The following errors may occur: Query string is too

dxChart commonAxisSettings

Reference
Defines common settings for both the argument and value axis in a chart.

+ (maxDataValue - minDataValue) * maxValueMargin For example, consider that minDataValue is 1960 and maxDataValue is 2010. If you set the minValueMargin and maxValueMargin properties to 0.1, the axis will start in 1955 and end in 2015. startAxisValue = 1960 - (2010 - 1960) * 0.1 = 1960 - 50 * 0.1 = 1960 - 5 = 1955 endAxisValue = 2010 + (2010 - 1960) * 0.1 = 2010 + 50 * 0.1 = 2010 + 5 = 2015 See Also

dxChart CommonAxisSettings

Reference
Defines common settings for both the argument and value axis in a chart.

aggregatedPointsPosition Specifies the start position of the aggregated series points in the aggregation interval. allowDecimals Specifies whether to allow decimal values on the axis. When false,...