Welcome Guest! You need to login or register to make posts.

Notification

Icon
Error

Options
Go to last post Go to first unread
scottelkin  
#1 Posted : Sunday, May 16, 2004 3:52:00 AM(UTC)
scottelkin

Rank: Member

Groups: Member
Joined: 5/16/2004(UTC)
Posts: 2


I can't figure out if it is possible to stop the chart from continuing to redraw itself. I have tried FlashChart1.View.Animation.Type = Aurigma.Charting.ViewAnimation.NoAnimation but that doesn't solve it.

To be sure we understand each other:

I want a graph that may animate while drawing itself, but then stops forever. I dont want it to continue to keep starting over.

I am evaluating your product, and I must figure this out in order to use it.

Thanks!
Fedor  
#2 Posted : Sunday, May 16, 2004 10:21:00 AM(UTC)
Fedor

Rank: Advanced Member

Groups: Member, Administration, Moderator
Joined: 7/28/2003(UTC)
Posts: 1,660

Thanks: 5 times
Was thanked: 76 time(s) in 74 post(s)
You should use Loop property for drawing chart only once:

Code:
FlashChart1.Loop = False

Edited by user Monday, October 27, 2008 8:25:41 PM(UTC)  | Reason: Not specified

Best regards,
Fedor Skvortsov
scottelkin  
#3 Posted : Tuesday, May 18, 2004 4:20:00 PM(UTC)
scottelkin

Rank: Member

Groups: Member
Joined: 5/16/2004(UTC)
Posts: 2


Wonderful, thanks!
Users browsing this topic
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.