FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / Chart2DAxis Class / NoAnnoOverlap Property

In This Topic
    NoAnnoOverlap Property (Chart2DAxis)
    In This Topic
    Gets or sets a value indicating whether axis annotations are permitted to overlap.
    Syntax
    'Declaration
     
    Public Property NoAnnoOverlap As Boolean
    public 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