TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
-
MU
- Newbie
- Posts: 24
- Joined: Mon Sep 05, 2005 4:00 am
Post
by MU » Fri Aug 15, 2008 10:42 am
Hi..
is it Possible to show a radar-diagram always starting with 0 (origin)? Because the smllast value is showed in center. There is probably no property like "UseOrigin" which we have in some other series.
Thanks..
-
MU
- Newbie
- Posts: 24
- Joined: Mon Sep 05, 2005 4:00 am
Post
by MU » Fri Aug 15, 2008 11:52 am
I used "tChart1.Axes.Left.SetMinMax(0, max);".. Thats solved my problem