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

dxChart AreaSeries

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

-series> </dx-chart> // ... export class AppComponent { // ... fill = { fillId: this.customPatternId }; } Vue App.vue (Options API)App.vue (Composition API) <template>.... selectionMode Specifies series elements to be highlighted when a user selects a series. NOTE Though not provided out of the box, the selection capability can be implemented using the UI component API

dxChart FullStackedBarSeries

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

in pixels. 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

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" />