Gets or sets whether axis annotations are permitted to overlap.

Namespace:  C1.Win.C1Chart
Assembly:  C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Syntax

C#
[DefaultValueAttribute(false)]
[RefreshPropertiesAttribute(RefreshProperties.Repaint)]
[XmlAttributeAttribute]
public bool NoAnnoOverlap { get; set; }
Visual Basic
<DefaultValueAttribute(False)> _
<RefreshPropertiesAttribute(RefreshProperties.Repaint)> _
<XmlAttributeAttribute> _
Public Property NoAnnoOverlap As Boolean
	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