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


 StartPositionX is the X coordinate of the point from which the moving animation will begin.
Gets or sets the X coordinate to Start Moving.

Syntax

Visual Basic (Declaration)  
Public Property StartPositionX As Single
Visual Basic (Usage) Copy Code
Dim instance As MovingAnimation
Dim value As Single
 
instance.StartPositionX = value
 
value = instance.StartPositionX
C#  
public float StartPositionX {get; set;}

Return Value

The default X position value is 0.

Remarks

StartPositionX is the X coordinate where moving animation will begin at.

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.