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

dxChart valueAxis visualRange

Reference
Defines the axis' displayed range. Cannot be wider than the wholeRange.

This property accepts one of the following: A two-item array Specifies the range's start and end. The array can contain a pair of numeric, string, or date-time values, depending on the axis's... and endValue fields An alternative to the two-item array. visualRange: { startValue: 50, endValue: 70 } // Open-ended range visualRange: { startValue: null, endValue: 70 } An object

dxChart BubbleSeries

Reference
Describes settings supported by a series of the bubble type.

: this.customPatternId }; } Vue App.vue (Options API)App.vue (Composition API) <template> <DxChart ... > <DxSeries :color="fill" /> </DxSeries> </DxChart>... of the box, the selection capability can be implemented using the UI component API. Refer to the onPointClick property description for details. When a user selects a bubble, its series may react in one

dxChart FullStackedAreaSeries

Reference
Describes settings supported by a series of the full-stacked area type.

" > </dxi-series> </dx-chart> // ... export class AppComponent { // ... fill = { fillId: this.customPatternId }; } Vue App.vue (Options API)App.vue (Composition API) <template> <DxChart ... > <DxSeries :color="fill" /> </DxSeries> </DxChart> </template> <script> import DxChart, { DxSeries

dxChart FullStackedLineSeries

Reference
Describes settings supported by a series of the full-stacked line type.

(Options API)App.vue (Composition API) <template> <DxChart ... > <DxSeries :color="fill" /> </DxSeries> </DxChart> </template> <script>... the UI component API. Refer to the onSeriesClick property description for details. When a user selects a series, it may react in one of the following ways depending on the value of the selectionMode

dxChart FullStackedSplineAreaSeries

Reference
Describes settings supported by a series of the full-stacked spline area type.

]="fill" > </dxi-series> </dx-chart> // ... export class AppComponent { // ... fill = { fillId: this.customPatternId }; } Vue App.vue (Options API)App.vue (Composition API) <template> <DxChart ... > <DxSeries :color="fill" /> </DxSeries> </DxChart> </template> <script> import DxChart