Search Results: language:TI Anmeldung Charts Bookmark-Button

dxVectorMap export

Reference
Configures the exporting and printing features.

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

Guides

; ); } } 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

Guides

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

Guides

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

Guides

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