Skip to content

DevExpress-Examples/wpf-chart-configure-resolve-overlapping-for-axis-labels

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chart for WPF - How to Configure Resolve Overlapping for Axis Labels

This example demonstrates how to configure resolve overlapping for axis labels.

Use the following parameters of Axis2D.ResolveOverlappingOptions.
AllowHide - allows you to specify a value indicating whether or not to hide axis labels on resolve overlapping.
AllowRotate - allows you to specify a value indicating whether or not to rotate axis labels on resolve overlapping.
AllowStagger - allows you to specify a value indicating whether or not to stagger axis labels on resolve overlapping.
MinIndent - allows you to specify the minimum indent between adjacent axis labels when an overlap resolution algorithm is applied to them.

Files to Review

Documentation

About

This example demonstrates how to configure resolve overlapping for axis labels.

Topics

Resources

License

Stars

Watchers

Forks