Search Results: Wikipedia API query 2010 edit statistics "2010: Odyssey Two" total edits year 2010
- All Results 1000
- Guides 332
- Reference 668
- Technical Demos
- Support Center
dxVectorMap annotations
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
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
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
]="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
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