
Represents elements that can be animated.
Data Point Animation Element is used if series or points are used
| Visual Basic (Declaration) | |
|---|---|
| Public Enum DataPointAnimationElement Inherits Enum | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
|  | |
| C# | |
|---|---|
| public enum DataPointAnimationElement : Enum | |
| Member | Description | 
|---|---|
| All | All elements are animated. All elements are animated. | 
| Point | Data point is animated without markers and data point labels. Point is animated without markers and data point labels. | 
| Marker | Data point markers are animated. Data Point Markers are animated | 
| Label | Data point labels are animated. Data Point Labels are animated | 
System.Object
   System.ValueType
      System.Enum
         Dundas.Charting.WebControl.DataPointAnimationElement
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
 
  
  
  
 