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


SmartLabelsStyle class is used to enable and configure the SmartLabels algorithm for data point labels and annotations. In most of the cases it is enough just to enable the algorithm, but this class also contains properties which allow controlling how the labels are moved around to avoid collisions. Visual appearance of callouts can also be set through this class.

Syntax

Visual Basic (Declaration)  
<TypeConverterAttribute("Dundas.Charting.WebControl.Design.NoNameExpandableObjectConverter, Dundas.SharePoint.Charting.WebParts, Version=2.5.0.0, Culture=neutral, PublicKeyToken=fab2f7696049aaca")>
<DefaultPropertyAttribute("Enabled")>
<DescriptionAttribute("SmartLabels style properties.")>
Public Class SmartLabelsStyle 
Visual Basic (Usage) Copy Code
Dim instance As SmartLabelsStyle
C#  
[TypeConverterAttribute("Dundas.Charting.WebControl.Design.NoNameExpandableObjectConverter, Dundas.SharePoint.Charting.WebParts, Version=2.5.0.0, Culture=neutral, PublicKeyToken=fab2f7696049aaca")]
[DefaultPropertyAttribute("Enabled")]
[DescriptionAttribute("SmartLabels style properties.")]
public class SmartLabelsStyle 

Inheritance Hierarchy

System.Object
   Dundas.Charting.WebControl.SmartLabelsStyle
      Dundas.Charting.WebControl.AnnotationSmartLabelsStyle

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