Search Results: Wikipedia API query 2010 edit statistics "2010: Odyssey Two" total edits year 2010
- All Results 1000
- Guides 332
- Reference 668
- Technical Demos
- Support Center
Object Structures GlobalConfig
specifies the global accounting style setting. If you want to override this setting for a component, specify the useCurrencyAccountingStyle property in the component's format object. editorStylingMode Specifies how editors' text fields are styled in your application. The following styles are available: JavaScriptDevExpress.config({ editorStylingMode: 'filled' // or 'outlined
dxDataGrid SummaryTotalItem
. customizeText Customizes the text to be displayed in the summary item. displayFormat Specifies the summary item's text. name Specifies the total summary item's identifier. showInColumn Specifies the column that must hold the summary item. skipEmptyValues summaryType Specifies how to aggregate data for the total summary item. valueFormat Specifies a summary item value's display format.
dxPolarChart ValueAxis
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
dxChart commonAxisSettings
+ (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
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,...