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

dxFileManager Remote

Reference
The Remote file system provider works with a file system located on the server.

({ endpointUrl: "https://js.devexpress.com/Demos/Mvc/api/file-manager-file-system-scripts" }), // ... }); }); Angular app.component.htmlapp.component.tsapp.module.ts <dx-file.../Mvc/api/file-manager-file-system-scripts" }); } } import { BrowserModule } from '@angular/platform-browser'; import { NgModule} from '@angular/core'; import { AppComponent } from

dxMap apiKey

Reference
Keys to authenticate the component within map providers.

_STATIC_MAPS_KEY" } }); }); Angular app.component.htmlapp.component.tsapp.module.ts <dx-map ... > <dxo-api-key bing="MY_BING_MAPS_KEY" google="MY_GOOGLE_MAPS_KEY" googleStatic="MY_GOOGLE_STATIC_MAPS_KEY"> </dxo-api-key> </dx-map> import { Component } from '@angular/core'; @Component({ selector: 'app-root', templateUrl

Overview

Guides

to the following API section: backgroundColor. See Also Multiple Panes Demo Chart API Reference

Show and Hide a Tooltip

Guides

Each funnel item allows you to show its tooltip programmatically by calling the showTooltip() method of the Item object. You can access this object with the API methods or in item event handlers, such as onItemClick, onHoverChanged, etc. The latter is demonstrated in the following code. To hide the tooltip, call the hideTooltip() method of the UI component's instance. jQuery JavaScript

Show and Hide a Point

Guides

The PieChart provides an API for showing and hiding a series point at runtime. This API is commonly used to show or hide a series point when a user clicks the chart legend. You need to handle the legendClick event as shown below to implement this scenario. The isVisible(), hide() and show() are Point object methods. jQuery JavaScript$(function() { $("#pieChartContainer").dxPieChart