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

dxPieChart PieSeries selectionStyle

Reference
An object defining configuration properties for the series when it is selected.

The PieChart UI component comes with API members that allow you to select the series in code. To set a custom 'selected' style for the series, use the selectionStyle object within the series... class AppComponent { // ... fill = { fillId: this.customPatternId }; } Vue App.vue (Options API)App.vue (Composition API) <template> <DxPieChart ... >

dxPolarChart LineSeries selectionStyle

Reference
An object defining configuration properties for a selected series.

The PolarChart UI component comes with API members that allow you to select a series in code. To set a custom 'selected' style for all series at once, use the selectionStyle object within... { // ... fill = { fillId: this.customPatternId }; } Vue App.vue (Options API)App.vue (Composition API) <template> <DxPolarChart ... > <DxSeries ... >

Handle the Value Change Event

Guides

Handling React Event Handling Form - Update Form Data Using the API Form - Generate a Data Object from Form Items Validate the Form Data Submit the Form Form Demos Form API Reference

Overview

Guides

Configuration Syntax Vue Component Configuration Syntax React Component Configuration Syntax LoadPanel - Show and Hide Using the API LoadPanel - Customize the Appearance LoadPanel - Resize and Relocate LoadPanel API Reference

Shadow DOM

Guides

The Shadow DOM is one of the three Web Component specifications, alongside HTML templates and Custom Elements. It simplifies the creation of components with isolated CSS and JavaScript. It is also...