2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.8 Assembly / C1.Win.C1Chart Namespace / Axis Class / NoAnnoOverlap Property

In This Topic
    NoAnnoOverlap Property
    In This Topic
    Gets or sets 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