Thanks
I've purchased the upgrade to Pro. I hope it has the TChartGrid component support. That is the component that I cannot get working in my Delphi XE project. (I cannot import the dclteepro814.bpl package). Appreciate your advice on this.
Regards
Trevor
Search found 13 matches
- Thu Sep 30, 2010 3:59 am
- Forum: VCL
- Topic: Delphi XE support
- Replies: 9
- Views: 12095
- Wed Sep 29, 2010 12:20 pm
- Forum: VCL
- Topic: Delphi XE support
- Replies: 9
- Views: 12095
Re: Delphi XE support
Ok, Thanks, I understand. I really don't need to do anything then, just use the version that comes with Delphi XE?
- Wed Sep 29, 2010 11:49 am
- Forum: VCL
- Topic: Delphi XE support
- Replies: 9
- Views: 12095
Re: Delphi XE support
Thanks Narcis I went to the client download, logged in with Customer Number, licence etc and found many versions, including: * TeeChart8.07SourceCode.exe April 13, 2010 Build 8.07.70413 File size - 6,61 MB * - TeeChart8.06SourceCode.exe September 02, 2009 6,6 MB I don't believe I could find anything...
- Wed Sep 29, 2010 8:41 am
- Forum: VCL
- Topic: Delphi XE support
- Replies: 9
- Views: 12095
Re: Delphi XE support
Hi
I'm looking for TeeChart for XE Enterprise too. When might that be available. In the meantime, can I install for XE from my "TeeChart8.06Delphi2010.exe" file?
Thanks
Trevor
I'm looking for TeeChart for XE Enterprise too. When might that be available. In the meantime, can I install for XE from my "TeeChart8.06Delphi2010.exe" file?
Thanks
Trevor
- Thu Jul 22, 2010 7:24 am
- Forum: VCL
- Topic: ChartGrid multiline heading?
- Replies: 2
- Views: 4443
Re: ChartGrid multiline heading?
This is what I would like over 3 lines instead of one
- Thu Jul 22, 2010 7:18 am
- Forum: VCL
- Topic: ChartGrid multiline heading?
- Replies: 2
- Views: 4443
ChartGrid multiline heading?
Hi Is it possible to add multiple lines to a ChartGrid top line. I want to add more information about the series on say 3 lines of data. If I use #13#10 (or #13) in the title string for the Series.Title it doesn't place multiple lines on the grid, but shows on continuous one line. I have set the row...
- Fri Jun 11, 2010 3:33 am
- Forum: VCL
- Topic: Showing timestamp on Horizontal axis with AddArray
- Replies: 7
- Views: 9017
Re: Showing timestamp on Horizontal axis with AddArray
OK, I worked it out I must user the overloaded method for every series I add to the chart Series1.AddArray(RecTimeArray, MyData1Array); Series2.AddArray(RecTimeArray, MyData2Array); Series3.AddArray(RecTimeArray, MyData2Array); Adding any series, (not just the one set for XValues.DateTime := True), ...
- Fri Jun 11, 2010 12:43 am
- Forum: VCL
- Topic: Showing timestamp on Horizontal axis with AddArray
- Replies: 7
- Views: 9017
Re: Showing timestamp on Horizontal axis with AddArray
Any idea anybody how to show a graph and place my own time values for each point on the horizontal axis?
- Thu Jun 10, 2010 9:55 am
- Forum: VCL
- Topic: Showing timestamp on Horizontal axis with AddArray
- Replies: 7
- Views: 9017
Re: Showing timestamp on Horizontal axis with AddArray
Thank you Yeeray, but still the problem exists I am now using the overload method RecAtTimeArray : Array[0..255] of Double; // (stores 'Now') IdleProcessTimeArray : Array[0..255] of Double; ... //move other values down like before then add new value: //Each time I update the array I add the date tim...
- Thu Jun 10, 2010 8:31 am
- Forum: VCL
- Topic: Showing timestamp on Horizontal axis with AddArray
- Replies: 7
- Views: 9017
Re: Showing timestamp on Horizontal axis with AddArray
Re: Chart1.Series[0].XValues.DateTime:=True; Thanks Narcis, but I already tried that, still there is only zero on the H axis: IdleProcessingTimeArray : Array[0..255] of Double; SocketProcessingTimeArray : Array[0..255] of Double; XformProcessingTimeArray : Array[0..255] of Double; ... chart1.Series[...
- Thu Jun 10, 2010 7:30 am
- Forum: VCL
- Topic: Showing timestamp on Horizontal axis with AddArray
- Replies: 7
- Views: 9017
Showing timestamp on Horizontal axis with AddArray
I can't seem to find an answer to what I hope is a simple problem I have a chart with 3 series I have three Arrays[0..255] each holding data points for the plot I want to move (scroll) the chart contents over time by removing the oldest, moving others down, and with the latest value added at high(My...
- Wed Sep 23, 2009 9:25 am
- Forum: VCL
- Topic: Tee Chart error - Property FilterDropDown does not exist
- Replies: 2
- Views: 4129
- Tue Sep 22, 2009 1:21 pm
- Forum: VCL
- Topic: Tee Chart error - Property FilterDropDown does not exist
- Replies: 2
- Views: 4129
Tee Chart error - Property FilterDropDown does not exist
I just upgraded TeeChart from V7.04 to to 8.06 for Delphi 6. I try to compile an existing mature application and now get an error that a FilterDropDown property does not exist (see screen capture). It seems to occur in the Instance.Create of this procedure: procedure TApplication.CreateForm(Instance...