In working with Seattle, if "Enable High-DPI" (in Project/Options/Application) is checked, Annotations' text will appear small http://www.tbinc.com/misc/Chart-DPI-Checked.png (it is a little hard to see here unless you compare the annotation font against the axis label font--it is smaller, but shoul...
Some time ago I got some code from you that highlights a series when hovering over a legend item that corresponds to the chart--this works great. I now have a chart that can have either a number of line series that highlight when hovering over the legend. But the data can also be viewed in a single ...
My demo still shows the same problem. I checked that the DCUs were newly compiled (not using BPLs at runtime), I checked the source directory for the TeeRecompile. Did a build all.
XE2, TChart Pro 2015.14.150120 32bit. VCL In the attached demo, when the legend is on the right, all of the legend items are included: http://www.tbinc.com/misc/ChartLgendAllItemsShowing.png But when the legend is on the bottom of the chart, it does not display all of the legend items (#9 and #10 a...
2015.14.150120 32 bit VCL; Delphi XE2 & XE7 In the very simple attached demo there are a couple problems: 1) Marks overlap 2) Title on left axis, which includes a #13, is pushed off the side of the chart. I don't believe was a problem in an earlier version. (I remember working the top margin so that...
Is there any way to get a list of patches for 2015.14? This would be embarrassing if our internal testing did not pick this up and a customer did. If there are other items like this, I would like to get them fixed.
TChart Pro 2015.14.150120 32 bit VCL See the attached demo that raises an exception as soon as the "Update Chart" button is clicked. The button simply creates a series for the chart but doesn't add any data to the series. I have Pro version, and need to get this fixed so I can get it out to my custo...
I setup a chart to use multiple lines on the left axis--but it is not working. For example, in an otherwise new project with a TChart on the form, the following LOC: Chart1.LeftAxis.Title.Caption := 'Test'#13'This' Will only show "Test" on the left axis. Is there anyway to get that to work? I looked...
Thank you for the quick response. This addressed part of my issue but I didn't realize there is another issue. When rendering the chart to a graphic, if the graphic is a different size than the chart, I don't know how to get the right width of the chart. In the attached example, I added a TImage tha...
In the attached demo, I have a couple chart tools--one a TColorLineTool that I place at a specific location on the X (bottom) axis, and a annotation tool that I try to place right over the line to note the lines purpose. If the line appears on the right side of the chart, I try to position the annot...
If I use the Footer.Text property for my charts sub-title, the overlap still occurs. (I tried to change the code you wrote but could not get it to work with my new demo).