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


 StartPositionY is the Y coordinate of the point from which the moving animation will begin.


Gets or sets the Y coordinate to Start Moving.

Syntax

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

Return Value

The default Y position value is 0.

Remarks

StartPositionY is the Y coordinate where moving animation will begin.

This property uses a relative position (0 to 100).

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.