Search Results: language:TI Anmeldung Charts Bookmark-Button
- All Results 466
- Guides 119
- Reference 347
- Technical Demos
- Support Center
dxVectorMap export
These features allow a user to export your UI component into a document or print it. When exporting is enabled, the "Exporting/Printing" button appears in the UI component. A click on it invokes a...
Multi-Axis Chart
; ); } } export default App; View Demo NOTE Multi-axis charts do not support zooming and panning. If you want to change visual ranges after initialization, modify valueAxis.visualRange or argumentAxis.visualRange. Multi-axis charts do not support resetVisualRange(). See Also Multi-Pane Chart Limit and Relocate the Axes Chart API Reference
Relocate the Legend
The legend can be moved inside the chart using the position property, and also aligned in the horizontal or vertical direction using the horizontalAlignment or verticalAlignment...
Pyramid Chart
You can use the Funnel UI component to create a pyramid chart. Change the algorithm property to "dynamicHeight" and the inverted property to true. jQuery JavaScript$(function() { ...
Overview
A label that displays the item's value or custom data can accompany each funnel item. Properties that configure item labels are collected in the label object. Refer to its description in the API...