Hi
I see reference to the TeeSplitInLines method in the TChart PRO v7 component library help (tchartaxis.Labelsmultiline), and also in this forum; however it is absent from the source code. Can you help?
Thanks, David
Search found 11 matches
- Wed Mar 07, 2007 9:39 am
- Forum: VCL
- Topic: teeSplitInLines
- Replies: 1
- Views: 4508
- Tue Nov 14, 2006 12:35 am
- Forum: VCL
- Topic: TChartGalleryPanel and MouseWheel
- Replies: 1
- Views: 3791
TChartGalleryPanel and MouseWheel
Hi I would like to know how to stop ChartGallery Panel from responding to the mouse wheel move event when it has the focus. It would be fine if the Panel itself scolled vertically, but what happens instead is that the data within the selected gallery chart on the panel scrolls vertically. So the lin...
- Thu Oct 05, 2006 10:49 pm
- Forum: VCL
- Topic: Tee import theme and palette
- Replies: 1
- Views: 3757
Tee import theme and palette
When importing a file saved in tee format, is there any way to determine what theme and palette, if any, had been applied to the saved chart (for instance a theme or palette name)?
Thanks, David
Thanks, David
- Mon Aug 28, 2006 3:29 pm
- Forum: VCL
- Topic: teeInspector and integer, double & string
- Replies: 2
- Views: 4760
teeInspector
Hi Narcis Thanks for your response. That worked. I am using SetProperties with a PopupMenu, as in the TeeChartOffice example, so I had to add an OnChange event handler for each item. Also I had to modify EditKeyDown in teeInspector.pas to accept the carriage return and move to the next item. I'm not...
- Sat Aug 26, 2006 3:25 am
- Forum: VCL
- Topic: teeInspector and integer, double & string
- Replies: 2
- Views: 4760
teeInspector and integer, double & string
Hi When using teeInspector and item styles iiInteger, iiDouble and iiString, I'm not sure how to handle editing the value I have previously assigned. Once I have made my edit, the teeInspector does not automatically respond to pressing the Enter key. Where do I handle that keypress so that the item'...
- Wed Aug 23, 2006 2:29 pm
- Forum: VCL
- Topic: Combo with drawing object in the teeinspector iiSelection
- Replies: 3
- Views: 7719
Inspector example
Is there any chance of this example being made available again? It is no longer on the newsgroup.
Thanks,
Dave
Thanks,
Dave
- Mon Aug 21, 2006 1:58 am
- Forum: VCL
- Topic: Upgrade Teechart v7 from v5
- Replies: 4
- Views: 6833
TeeChart
With a new application, there is no problem. I finally simply deleted the TChart component from my older application, added it again, and reconfigured it. It took me a lot of time, but there didn't seem to be any other option. Now everything works fine. The strange thing is that only one TChart comp...
- Sat Aug 19, 2006 2:16 am
- Forum: VCL
- Topic: Upgrade Teechart v7 from v5
- Replies: 4
- Views: 6833
Still not working
Thanks for your reply. As with the previous post to which you referred, I had already made sure all v5 files were removed. As you say, the v7 install did most of that. I am not using the "build with runtime packages" option. I can design and run a new application that uses teechart v7, without any p...
- Wed Aug 16, 2006 12:36 pm
- Forum: VCL
- Topic: Upgrade Teechart v7 from v5
- Replies: 4
- Views: 6833
Upgrade Teechart v7 from v5
Hi I upgraded from the Teechart that came with Delphi 7 to v7 PRO with source. When I try to run an application designed with v5, I get two error messages: [1] Property Pages does not exist and then [2] Error reading chart2.Pages.ScaleLastPage: Property Pages does not exist Because there are a lot o...
- Sat Aug 12, 2006 3:13 am
- Forum: VCL
- Topic: ChartGalleryPanel subgallery
- Replies: 1
- Views: 3991
subgallery
Further to my post, I can see that it is in the TxxSeries.SetSubGallery procedures that this should be handled. Isn't that an oversight? Also, when TLineSeries is selected in the gallery, and smoothing is used, the chart line is not visible in most of the subgallery charts. How would one increase th...
- Fri Aug 11, 2006 2:36 pm
- Forum: VCL
- Topic: ChartGalleryPanel subgallery
- Replies: 1
- Views: 3991
ChartGalleryPanel subgallery
Hi I have found two examples of using the subgallery of TChartGalleryPanel, but neither is coded fully. One is in the Features demo, under All Features.. Components.. Gallery.. Chart Gallery panel. In that example, the TChart reflects gallery choices but not subgallery choices. The second, in TeeCha...