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


Gets or sets the Y coordinate to Start Moving.

Syntax

Visual Basic (Declaration)  
<DescriptionAttribute("Gets or sets the Y coordinate to Start Moving.")>
<BindableAttribute(True)>
<DefaultValueAttribute()>
<PersistenceModeAttribute()>
Public Property StartPositionY As Single
Visual Basic (Usage) Copy Code
Dim instance As MovingAnimation
Dim value As Single
 
instance.StartPositionY = value
 
value = instance.StartPositionY
C#  
[DescriptionAttribute("Gets or sets the Y coordinate to Start Moving.")]
[BindableAttribute(true)]
[DefaultValueAttribute()]
[PersistenceModeAttribute()]
public float StartPositionY {get; set;}

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