Search Results: language:TI Anmeldung Charts Bookmark-Button
- All Results 466
- Guides 119
- Reference 347
- Technical Demos
- Support Center
Customize Labels
NOTE This topic focuses on properties that customize the text of item labels. There are other properties that customize labels, such as backgroundColor, font, border, etc., but their purpose and...
Relocate Labels
Labels are arranged in a column by default. Change the label.position property to display labels beside or inside funnel items. jQuery JavaScript$(function() { $("#funnelContainer").dxFunnel({ ...
Relocate the Legend
The legend can be aligned in the horizontal or vertical direction using the horizontalAlignment or verticalAlignment property. jQuery JavaScript$(function() { $("#funnelContainer").dxFunnel({ ...
Relocate Labels
Labels are located beside their series points by default. Change the series.label.position property to rearrange labels in columns or place them inside series points. jQuery JavaScript$(function()...
Relocate the Legend
The legend can be aligned in the horizontal or vertical direction using the horizontalAlignment or verticalAlignment property. jQuery JavaScript$(function() { ...