This documentation is archived and is not being maintained.
SmartLabelStyle::IsOverlappedHidden Property
Visual Studio 2010
Gets or sets a flag that indicates whether overlapped labels that cannot be repositioned will be hidden.
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
[BindableAttribute(true)] public: virtual property bool IsOverlappedHidden { bool get (); void set (bool value); }
Property Value
Type: System::BooleanTrue 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.
Note |
|---|
Smart labels only work when the Angle property is set to zero. |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
Note