How to add custom labels for Axes in TeeChart.Net

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Maverick123
Newbie
Newbie
Posts: 14
Joined: Wed Apr 06, 2011 12:00 am

How to add custom labels for Axes in TeeChart.Net

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
Site Admin
Posts: 3132
Joined: Fri Nov 07, 2008 12:00 am

Re: How to add custom labels for Axes in TeeChart.Net

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,
Best Regards,
Sandra Pazos / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply