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 |
---|---|
|
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.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.
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