Hi,
I have used Tseries and plotted the graph,
1> Changed LineType to "Dotted".
2>Display mode as "Stepnc".
Please let me know how to decide whether mouse position is near to which point.
Thanks
Search found 9 matches
- Mon Feb 13, 2012 9:42 am
- Forum: VCL
- Topic: mouse is near to which point
- Replies: 1
- Views: 3801
- Mon May 30, 2011 9:15 am
- Forum: VCL
- Topic: Support of Int64
- Replies: 1
- Views: 4087
Support of Int64
Hi,
We need to display int64 values in teechart. We are currently using double values to add x,y values.
How can I plot int64 values to a series and set the int64 value as axes maximum. Is this supported in teechart?
We need to display int64 values in teechart. We are currently using double values to add x,y values.
How can I plot int64 values to a series and set the int64 value as axes maximum. Is this supported in teechart?
- Wed Aug 19, 2009 2:12 pm
- Forum: VCL
- Topic: changing the name of Tshapeseries at runtime
- Replies: 1
- Views: 3595
changing the name of Tshapeseries at runtime
Hi, I have created a TShapreSeries on Teechart at designtime and the name of the series is "Series2". I am trying to change the name of series as below and change a property, TChartShape* Series2; Series2->Name = "NewName"; Series2->Active = false; // exception occurs here... Any clue why is this ha...
- Fri Aug 14, 2009 2:05 pm
- Forum: VCL
- Topic: compile error after upgrade v.8.05
- Replies: 57
- Views: 74098
Re: compile error after upgrade v.8.05
Hi Yeray, Thanks a lot for your inputs. As suggested, We tried using “TeeGDIPlus.hpp” of TeeChart Pro v8.04 to solve these compiler errors. But we could not find the same in the include path hence we could not proceed further on this issue using Pro v8.04. Please suggest how to solve this issue? Als...
- Thu Aug 13, 2009 11:29 am
- Forum: VCL
- Topic: compile error after upgrade v.8.05
- Replies: 57
- Views: 74098
Re: compile error after upgrade v.8.05
Hi ,
We too are facing the same compiler error when we included "TeeGDIPlus.hpp" header file in our application.
Please send the modified files and procedure to use the same to solve these compiler options.
Regards,
Siva Prasad.Ch
We too are facing the same compiler error when we included "TeeGDIPlus.hpp" header file in our application.
Please send the modified files and procedure to use the same to solve these compiler options.
Regards,
Siva Prasad.Ch
- Thu Aug 13, 2009 6:31 am
- Forum: VCL
- Topic: Transparency issue with WMF image.
- Replies: 1
- Views: 7495
Transparency issue with WMF image.
HI, we are using TeeChart Standard v8.05 in our project,and currently we are facing issues with wmf image transpa Problem Description . 1) Craeate a TDBchart 2) Add some line series 3) Add TChartShape series and set its transparency to 50. 4) User can see all the line series proprly in the backgroun...
- Tue Aug 04, 2009 4:47 am
- Forum: VCL
- Topic: problem with SeriesColor updation
- Replies: 6
- Views: 8056
Re: problem with SeriesColor updation
Hi yeray, Thaks for the replay, As you mentioned "ColorEachPoint" doesn't have any impact on series added with "AddXY"method. Currently to change the color of series we are using the following method. Series->ValueColor[Counter] = clRed ; But we suspect that this will degrade the performance. Please...
- Sat Aug 01, 2009 10:56 am
- Forum: VCL
- Topic: problem with SeriesColor updation
- Replies: 6
- Views: 8056
Re: problem with SeriesColor updation
Hi, Thanks for your inputs, We are using the TDBChart[TeeChart v8.05] with TLineSeries as series type. Problem description: The TLineSeries is created on runtime and the data is filled using “AddXY” method. We are not able to update this TLineSeries color to user defined value on runtime. But this p...
- Tue Jul 28, 2009 11:10 am
- Forum: VCL
- Topic: problem with SeriesColor updation
- Replies: 6
- Views: 8056
problem with SeriesColor updation
Hi, We have a problem with seriescolor updation in our application. The following are steps and environment. BCB 2009 Professional ( with update 3) + Teechart 8.05 std version. The project is migrated from BCB6 to BCB2009. Also there was a known issue in 8.03 version of Teechart ( came with BCB2009 ...