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

dxChart FullStackedSplineSeries

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

App.vue (Options API)App.vue (Composition API) <template> <DxChart ... > <DxSeries :color="fill" /> </DxSeries> </DxChart> </template> <... using 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

dxChart SplineSeries

Reference
Describes settings supported by a series of the spline 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

dxChart StackedAreaSeries

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

; </dxi-series> </dx-chart> // ... export class AppComponent { // ... fill = { fillId: this.customPatternId }; } Vue App.vue (Options API)App.vue (Composition API... 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 StackedLineSeries

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

API)App.vue (Composition API) <template> <DxChart ... > <DxSeries :color="fill" /> </DxSeries> </DxChart> </template> <script> import... 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 property

dxChart StackedSplineAreaSeries

Reference
Describes settings supported by a series of the stacked spline 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