Skip to content

DevExpress-Examples/web-forms-dashboard-gauge-ranges

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dashboard for Web Forms - How to use Custom Properties to Modify Ranges in the Gauge Dashboard Item

This example shows how to edit Ranges for the Gauge dashboard item. This functionality is not available in built-in Gauge settings. Use Custom Properties to save and apply range settings.

You also need to modify ranges on the server side to display changes in the exported document. The ASPxDashboard.CustomExport event is handled for this purpose.

The resulting dashboard looks as follows:

To modify ranges in the UI, go to the Gauge's Item Menu → Options → Ranges (custom) → Edit.

Files to Review

Documentation

More Examples