Rank: Member Groups: Member
Joined: 5/16/2004 Posts: 2 Points: 0
|
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!
|
 Rank: Advanced Member Groups: Administration
, Member
Joined: 7/28/2003 Posts: 1,254 Points: -345 Location: WA, US
|
You should use Loop property for drawing chart only once:
Best regards, Fedor Skvortsov
|
Rank: Member Groups: Member
Joined: 5/16/2004 Posts: 2 Points: 0
|
Wonderful, thanks!
|