Dundas Chart for ASP.NET
SmartLabels Property
See Also  Send comments on this topic.
Dundas.Charting.WebControl Namespace > Annotation Class : SmartLabels Property


Enterprise Only Feature. Gets or sets the smart labels style of an annotation.
Gets or sets the smart labels style of an annotation.

Syntax

Visual Basic (Declaration)  
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#  
public AnnotationSmartLabelsStyle SmartLabels {get; set;}

Return Value

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


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

Remarks

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

Note that data point labels must also have SmartLabels? enabled.


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

Copyright © 2001 - 2009 Dundas Data Visualization, Inc. and others.