Search found 5 matches
- Sun Jan 08, 2012 7:41 pm
- Forum: VCL
- Topic: Wrong X Axis displayed when legend has checkboxes
- Replies: 1
- Views: 2283
Wrong X Axis displayed when legend has checkboxes
Hi, I have a strange issue: I have a chart with 2 series, and the legend has checkboxes. When I display the chart with the normal stuff - the X-Axis is just fine. If I uncheck both series, and then check again one of the series - the X-Axis loses it's normal formatting and shows the internal data-va...
- Fri Jun 10, 2011 5:00 pm
- Forum: VCL
- Topic: Issues with installation in Delphi XE
- Replies: 1
- Views: 2132
Re: Issues with installation in Delphi XE
Please ignore. The problem was that I had DevExpress installed before TeeChart - and it uses whatever TChart version it finds when installing. Removed tee9150, reinstalled DevExpress and ensured that dcltee915 is selected in the component packages - and now everything works. So - if you use both Tee...
- Fri Jun 10, 2011 4:35 pm
- Forum: VCL
- Topic: Issues with installation in Delphi XE
- Replies: 1
- Views: 2132
Issues with installation in Delphi XE
Him
Trying to install in Delphi XE a Standard version - I get the following after the install:
Any ideas?
Trying to install in Delphi XE a Standard version - I get the following after the install:
Any ideas?
- Mon Apr 11, 2011 4:03 pm
- Forum: VCL
- Topic: How to detect pie slice on mouse move
- Replies: 2
- Views: 2503
- Fri Apr 08, 2011 4:17 pm
- Forum: VCL
- Topic: How to detect pie slice on mouse move
- Replies: 2
- Views: 2503
How to detect pie slice on mouse move
Hi, Is there any way to detect what pie slice the mouse is over - the way we recognize it in the SeriesClick event for example - where the ValueIndex tells you the slice? I want to use this to animate the slide the user is on by exploding it - for a more dynamic look. procedure TForm5.Series1Click(S...