TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
-
Maverick123
- Newbie
- Posts: 14
- Joined: Wed Apr 06, 2011 12:00 am
Post
by Maverick123 » Thu Jul 07, 2011 10:58 am
Hi,
I am switching from TeeChart Pro v7.0.0.7[ActiveX] to TeeChart .Net Pro v.4.0.2011.2082.
Following piece of code in TeeChart7 was working fine. I think it check the Y-Axis value and put the “Custom Label” where Y-Axis is 20.
Code: Select all
TChart7.Axis.Left.Labels.Add(20, "Custom Label")
What is alternate of this in TeeChart.Net 2010? Or how I can Add custom labels while using TeeChart.Net?
Regards,
Imran
-
Sandra
- Site Admin
- Posts: 3132
- Joined: Fri Nov 07, 2008 12:00 am
Post
by Sandra » Thu Jul 07, 2011 3:14 pm
Hello Imran,
I suggest you that take a look in Demo project concretely All Features\Welcome !\Axes\Labels\Custom labels where explain exactly how you do to add custom labels.
Thanks,