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
dxChart argumentAxis
component performance. 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. If the specified
DataSource Configuration
{ // ... } export default App; customQueryParams Custom parameters that should be passed to an OData service with the load query. Available only for the ODataStore. jQuery JavaScript var ds = new...: { selector: "LastName", desc: true }, /* or as a function group: function(e) { // creates two custom groups return e.BirthYear < 1990 ? "Born before 1990" : "Born after 1990
dxPieChart Configuration
], providers: [ ], bootstrap: [AppComponent] }) export class AppModule { } Vue App.vue (Options API)App.vue (Composition API) <template> <DxPieChart type="doughnut" center-template... API, PHP, MongoDB Use one of the following extensions to enable the server to process data according to the protocol DevExtreme UI components use: DevExtreme.AspNet.Data DevExtreme-PHP-Data
dxDateBox Configuration
max min onValueChanged selectionMode tabIndex value Angular NOTE The nested component that configures the calendarOptions property does not support event bindings and two-way property bindings. Vue NOTE The nested component that configures the calendarOptions property does not support event bindings and two-way property bindings. cancelButtonText The text displayed on the Cancel button
dxHtmlEditor mentions
that returns JSON data. OData Implement an ODataStore. Web API, PHP, MongoDB Use one of the following extensions to enable the server to process data according to the protocol DevExtreme UI components use: DevExtreme.AspNet.Data DevExtreme-PHP-Data devextreme-query-mongodb Then, use the createStore method to configure access to the server on the client as shown below. This method is part