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

dxChart LineSeries

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

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

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

. Takes precedence over the barPadding property. A bar's maximum width is limited. In single-series charts, it cannot be greater than the interval between two major ticks. In multi-series charts... { // ... fill = { fillId: this.customPatternId }; } Vue App.vue (Options API)App.vue (Composition API) <template> <DxChart ... > <DxSeries :color="fill" />

dxChart StepAreaSeries

Reference
Describes settings supported by a series of the step rea type.

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

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

[color]="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