Skip to content

DevExpress-Examples/winforms-charts-how-to-individually-customize-axis-labels

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chart for WinForms - How to Individually Customize Axis Labels

Apart from the capability to customize the overall appearance of axis labels, you can obtain individual axis labels at runtime. Then, it's possible to apply all the options available for axis labels to them, individually. You can apply different formatting to axis labels based on some criteria (for example, an axis value threshold).

For this, handle the CustomDrawAxisLabel event to obtain axis labels.

The following image shows the resulting Chart:

Files to Review

Documentation