SmartLabelStyle.IsOverlappedHidden Property

.NET Framework (current version)
 

Gets or sets a flag that indicates whether overlapped labels that cannot be repositioned will be hidden.

Namespace:   System.Web.UI.DataVisualization.Charting
Assembly:  System.Web.DataVisualization (in System.Web.DataVisualization.dll)

<BindableAttribute(True)>
Public Overridable Property IsOverlappedHidden As Boolean

Property Value

Type: System.Boolean

True if labels will be hidden if they overlap. False if overlapped labels will not be hidden. The default value is True.

If the point cannot be drawn within the area specified by the properties MinMovingDistance and MaxMovingDistance, in the directions allowed by the MovingDirection, property, and this property is true, the data point label will not be drawn.

System_CAPS_noteNote

Smart labels only work when the Angle property is set to zero.

.NET Framework
Available since 4.0
Return to top
Show: