How to add custom labels for Axes in TeeChart.Net
Posted: 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.
What is alternate of this in TeeChart.Net 2010? Or how I can Add custom labels while using TeeChart.Net?
Regards,
Imran
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