ComponentOne FlexReport for WinForms
NoAnnoOverlap Property

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport.Chart Namespace > Chart2DAxis Class : NoAnnoOverlap Property
Gets or sets a value indicating whether axis annotations are permitted to overlap.
Syntax
'Declaration
 
Public Property NoAnnoOverlap As System.Boolean
public System.bool NoAnnoOverlap {get; set;}
Remarks
Setting NoAnnoOverlap suppresses the drawing of any axis annotation that would overlap a previously drawn annotation regardless of the reason for the overlap. This property does not change scaling or generation of major and minor tick marks. The property is not normally required for applications with AutoMajor set to true.
See Also

Reference

Chart2DAxis Class
Chart2DAxis Members