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

dxChart StepLineSeries point

Reference
Configures series points in scatter, line- and area-like series.

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

dxBarGauge tooltip

Reference
Configures tooltips.

. Refer to the following help topic for more information: Potentially Vulnerable API - customizeTooltip. To use external resources (for example, images) in the markup, specify the size

dxBullet tooltip

Reference
Configures the tooltip.

. Refer to the following help topic for more information: Potentially Vulnerable API - customizeTooltip. To use external resources (for example, images) in the markup, specify the size of the area

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