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


Gets or sets the smart labels style of an annotation.

Syntax

Visual Basic (Declaration)  
<BindableAttribute(True)>
<CategoryAttribute()>
<DescriptionAttribute("SmartLabels properties. Note that data point labels must also have smart labels enabled.")>
<PersistenceModeAttribute()>
<BrowsableAttribute(True)>
Public Property SmartLabels As AnnotationSmartLabelsStyle
Visual Basic (Usage) Copy Code
Dim instance As Annotation
Dim value As AnnotationSmartLabelsStyle
 
instance.SmartLabels = value
 
value = instance.SmartLabels
C#  
[BindableAttribute(true)]
[CategoryAttribute()]
[DescriptionAttribute("SmartLabels properties. Note that data point labels must also have smart labels enabled.")]
[PersistenceModeAttribute()]
[BrowsableAttribute(true)]
public AnnotationSmartLabelsStyle SmartLabels {get; set;}

Return Value

An AnnotationSmartLabelsStyle object that represents an annotation's smart labels style properties.

Remarks

Smart labels are used to prevent an annotation overlapping the data point labels and other annotations.

Note that data point labels must also have smart labels enabled.

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