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

dxChart commonPaneSettings

Reference
Defines common settings for all panes in a chart.

; </dx-chart> // ... export class AppComponent { // ... fill = { fillId: this.customPatternId }; } Vue App.vue (Options API)App.vue (Composition API) <template>

dxChart commonSeriesSettings hoverStyle

Reference
Configures the appearance adopted by the series when a user points to it.

{ // ... fill = { fillId: this.customPatternId }; } Vue App.vue (Options API)App.vue (Composition API) <template> <DxChart ... > <DxSeries ... >

dxChart commonSeriesSettings point hoverStyle

Reference
Configures the appearance adopted by a series point when a user pauses on it.

AppComponent { // ... fill = { fillId: this.customPatternId }; } Vue App.vue (Options API)App.vue (Composition API) <template> <DxChart ... > <DxSeries

dxChart panes

Reference
Declares a collection of panes.

AppComponent { // ... fill = { fillId: this.customPatternId }; } Vue App.vue (Options API)App.vue (Composition API) <template> <DxChart ... > <

dxChart series hoverStyle

Reference
Configures the appearance adopted by the series when a user points to it.

{ // ... fill = { fillId: this.customPatternId }; } Vue App.vue (Options API)App.vue (Composition API) <template> <DxChart ... > <DxSeries ... >