Page 1 of 1

How to add custom labels for Axes in TeeChart.Net

Posted: Thu Jul 07, 2011 10:58 am
by 15659004
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

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

Posted: Thu Jul 07, 2011 3:14 pm
by 10050769
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,