We have added a scLine series in our application.
We are showing a custom context menu user user right click on the series.
As the series is of type scLine user need to click very precisely on the series to get the context menu.
Can we increase the series right click event trigger tolerance.
Search found 5 matches
- Tue Jul 23, 2013 6:46 am
- Forum: ActiveX
- Topic: Can we change series right click event trigger tolerance?
- Replies: 1
- Views: 6114
- Fri Jul 19, 2013 12:06 pm
- Forum: VCL
- Topic: How to create a custom function?
- Replies: 1
- Views: 3871
How to create a custom function?
I want to add a custom function.
It should create a new series using a existing series but with some distance offset added to existing series data.
Please suggest me how should i proceed to create a custom function.
It should create a new series using a existing series but with some distance offset added to existing series data.
Please suggest me how should i proceed to create a custom function.
- Fri Jul 19, 2013 4:28 am
- Forum: VCL
- Topic: Add function to Tee-chart
- Replies: 4
- Views: 7756
Re: Add function to Tee-chart
Thanks for the reply.
Yes, i am using TeeChart ActiveX. I found the correct tutorial file.
Using VC++ equivalent code provided in tutorial 15 i am able to set same data source of existing series to the newly added series.
Yes, i am using TeeChart ActiveX. I found the correct tutorial file.
Using VC++ equivalent code provided in tutorial 15 i am able to set same data source of existing series to the newly added series.
- Thu Jul 18, 2013 10:32 am
- Forum: VCL
- Topic: Add function to Tee-chart
- Replies: 4
- Views: 7756
Re: Add function to Tee-chart
Thanks for your reply. In TeeChart2011.chm tutorial 15 is regarding XML Export & Import. Tutorial 7 is Working with Functions, but sample code given in tutorial is in VB. I need to set same data source of existing series to the newly added series. I could not find the VC++ example Coding TeeChart fo...
- Fri Jul 12, 2013 12:18 pm
- Forum: VCL
- Topic: Add function to Tee-chart
- Replies: 4
- Views: 7756
Add function to Tee-chart
My application is developed in C++ using MFC . I have two series added in the Tee-chart. Series are filled with the arrays. Code to add array to series: m_Chart1.Series(seriesIndex).AddArray(safeArrayLength,YValues,XValues); Now, I want to add a function called 'Curve Fitting' Steps followed: 1. Cre...