SmartLabelStyle.IsMarkerOverlappingAllowed Property

.NET Framework (current version)
 

Gets or sets a flag that specifies whether the point labels are allowed to overlap a point marker.

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

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

Property Value

Type: System.Boolean

True if data point labels are permitted to overlap point markers. False if data point labels will be prevented from overlapping the point markers. The default value is false.

.NET Framework
Available since 4.0
Return to top
Show: