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

dxVectorMap annotations

Reference
Specifies the annotation collection.

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... not fit into a single line. The following modes are available: "normal" Text breaks only at allowed breakpoints (for example, a space between two words). "breakWord" Words can be broken

dxVectorMap commonAnnotationSettings

Reference
Specifies settings common for all annotations in the VectorMap.

displayed in a tooltip. The VectorMap evaluates the markup. Make sure that it does not contain malicious code. Refer to the following help topic for more information: Potentially Vulnerable API... (for example, a space between two words). "breakWord" Words can be broken if there are no available breakpoints in the line. "none" Word wrap is disabled. If the text overflows the container even after

dxRangeSelector Configuration

Reference
An object that defines configuration properties for the RangeSelector UI component.

in the range selector. For details on how to synchronize these two UI components, refer to the following help topic: Zooming and Panning Using the RangeSelector Component. To provide a data source...) { this.rangeSelectorInstance = e.component; } } Vue App.vue (Options API)App.vue (Composition API) <template> <div> <DxRangeSelector ... @initialized="saveInstance">

dxChart ScatterSeries

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