Search found 13 matches
- Thu Jul 22, 2004 5:11 am
- Forum: ActiveX
- Topic: Drawing cubic spline curve
- Replies: 20
- Views: 26029
Hi, Thanks for your reply. But It is not useful. In my case I may have 5 to 7 series. User can check or uncheck the any checkbox in the legend. For example user uncks the "Series0", "Sereies3","Series4" and then check the "Sereies3". I need to get the information which series checkbox is unchecked. ...
- Wed Jul 21, 2004 2:43 pm
- Forum: ActiveX
- Topic: Drawing cubic spline curve
- Replies: 20
- Views: 26029
HI, I followed the work around adviced by you till now. It is working. But I am setting the Legend.CheckBoxes = True. So If user uncheks a series, it is hiding the smoothing line only. The data points of "Sereies0"are still visble. Is there a event handler to capture the checking and uncking the leg...
- Thu Jul 15, 2004 10:15 am
- Forum: ActiveX
- Topic: Drawing cubic spline curve
- Replies: 20
- Views: 26029
Drawing smooth curve - Very urgent
Hi, Could you please let me know when the teechart will support the series type of Cubic Spline instead of function. Otherwise I have to search some other chart tool which support the drawing the smooth line. Please reply as early as possible. I am stuck with this requirement. I am happy with the ot...
- Thu Jul 15, 2004 10:03 am
- Forum: ActiveX
- Topic: Smooth line
- Replies: 1
- Views: 4342
Smooth line
Hi, I want to know how to draw a smooth line in Teechart. I am looking a series type which draws the smooth line. I do not want to first draw a series "Series0" and apply a function type as spline. This will draw a new series "Series1". I do not want to follw this way. Because this won't meet my req...
- Fri Jun 11, 2004 9:33 am
- Forum: ActiveX
- Topic: Drawing cubic spline curve
- Replies: 20
- Views: 26029
HI, If I use the workaround you given till date, I have to loss some of the good features of the teechart is providing bydefault. Is there any plans of including the cubic spline as the series type as scline,scBar,scBezier in the teechart? Even if you give a patch which consist the cubic spline as s...
- Fri Jun 11, 2004 8:56 am
- Forum: ActiveX
- Topic: Drawing cubic spline curve
- Replies: 20
- Views: 26029
hi, I did not find the Column width property in the ChartGrid as you mentioned ChartGrid1.Cols.Widths(2) = 0 . I am using the TeeChart Pro v6.0.0.4 evaluation version. Except this all other requirements are met. I got a sample from the demo project for adding the required controls to the TeeCommande...
- Thu Jun 10, 2004 1:02 pm
- Forum: ActiveX
- Topic: Drawing cubic spline curve
- Replies: 20
- Views: 26029
Hi, Thanks a lot for your help. I have a lost question that I am attaching my chart to the ChartGrid and TeeCommander. In the ChartGrid I am seeing both Series0 and Series1. How to hide(not showing) the Series0 in the ChartGrid. If Iopen the chart editor from the Teecommander, Both series are visibl...
- Thu Jun 10, 2004 10:43 am
- Forum: ActiveX
- Topic: Drawing cubic spline curve
- Replies: 20
- Views: 26029
- Wed Jun 09, 2004 10:19 am
- Forum: ActiveX
- Topic: Drawing cubic spline curve
- Replies: 20
- Views: 26029
Hi, Thanks for your answer. I have a doubt on the Pointers displayed. We added the 10 points in the example and in the chart it is displaying fourty. May be the default factor = 4 for the smoothing function. So totally fouty points. Is it possible to mark the point exactly what we added to the serie...
- Wed Jun 09, 2004 5:22 am
- Forum: ActiveX
- Topic: Drawing cubic spline curve
- Replies: 20
- Views: 26029
- Wed Jun 09, 2004 5:05 am
- Forum: ActiveX
- Topic: Drawing cubic spline curve
- Replies: 20
- Views: 26029
Hi, I did not find property Visible for the series. If I set the Activate=False for the "Series0", It is not showing but appearing in the legend. I am using the LegendStyle = lsSeries and Legend.Checkboxes = true. So user can check the checkbox and see the "Series0". Is it not possible without addin...
- Tue Jun 08, 2004 12:13 pm
- Forum: ActiveX
- Topic: Drawing cubic spline curve
- Replies: 20
- Views: 26029
Hi, Thank you for your reply. I downloaded the Teechart Pro 6.0 and prototyped. I added a series as "Series0" and added another series as "Series1". Set the "Series1" datasource as "Series0" and the Function as smoothing, it is working fine. But my requirement is I should not create the extra series...
- Mon Jun 07, 2004 4:00 pm
- Forum: ActiveX
- Topic: Drawing cubic spline curve
- Replies: 20
- Views: 26029
Drawing cubic spline curve
How to draw the cubic spline curve in the teechart. I am using the TeeChart 5.0 Pro ActiveX.