Dundas.SharePoint.Charting.WebParts Send comments on this topic.
SmartLabels Class
See Also  Members  
Dundas.Charting.WebControl Namespace : SmartLabels Class


SmartLabels class implements the SmartLabels algorithm for the data series points. It keeps track of all labels drawn and detects their collisions. When labels collision is detected the algorithm tries to resolve it by repositioning the labels. If label can not be repositioned it maybe hidden depending on the current settings.

Syntax

Visual Basic (Declaration)  
<DescriptionAttribute("Chart area SmartLabels helper class.")>
Public Class SmartLabels 
Visual Basic (Usage) Copy Code
Dim instance As SmartLabels
C#  
[DescriptionAttribute("Chart area SmartLabels helper class.")]
public class SmartLabels 

Inheritance Hierarchy

System.Object
   Dundas.Charting.WebControl.SmartLabels
      Dundas.Charting.WebControl.AnnotationSmartLabels

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also