Search found 12 matches

by TestAlways
Wed Feb 24, 2016 8:24 pm
Forum: VCL
Topic: Delphi Seattle: Enable High-DPI results than expected
Replies: 7
Views: 39653

Re: Delphi Seattle: Enable High-DPI results than expected

Just checking that you could reproduce the issue?

Ed Dressel
by TestAlways
Thu Feb 18, 2016 3:06 pm
Forum: VCL
Topic: Delphi Seattle: Enable High-DPI results than expected
Replies: 7
Views: 39653

Re: Delphi Seattle: Enable High-DPI results than expected

(Thanks for your patience on posting this in the wrong group). I have attached a demo. Click in the chart to add color bands and annotations. To see the difference, I compiled with the DPI settings checked and unchecked and renamed the EXE. I then ran the program on my Dell XPS 13. (I could not see ...
by TestAlways
Thu Feb 11, 2016 9:54 pm
Forum: VCL
Topic: Selecting bars in a series with a TColorBand
Replies: 2
Views: 6380

Re: Selecting bars in a series with a TColorBand

Nice work--this looks good. Thank you for the quick turn around.

Ed Dressel
by TestAlways
Wed Feb 10, 2016 5:36 pm
Forum: VCL
Topic: Selecting bars in a series with a TColorBand
Replies: 2
Views: 6380

Selecting bars in a series with a TColorBand

I need to create a UI that uses color bands to select a series of bars in a chart using a TBarSeries. The attached demo gets close--when the mouse goes down, it finds the closest center of a bar bar then selects from the middle of the bar to the middle of the bar when the mouse goes up. But I need i...
by TestAlways
Fri Nov 13, 2015 5:17 pm
Forum: VCL
Topic: 2nd legend not visible
Replies: 5
Views: 10246

Re: 2nd legend not visible

The attached demo can create the following image in 2013.09.131119:

Image

FYI--this is what I need (it would be nice to have less margin between the two legends).
by TestAlways
Thu Nov 12, 2015 4:03 pm
Forum: VCL
Topic: 2nd legend not visible
Replies: 5
Views: 10246

Re: 2nd legend not visible

I was using v. 15 and have changed to v. 16 and get the same results you do from the demo But in a previous version of TChart, I got the two different symbols under "Rates of Return" in my first image. How can I get the second column of symbols? http://www.tbinc.com/misc/Chart2Series2.png Thank you,...
by TestAlways
Wed Nov 11, 2015 11:16 pm
Forum: VCL
Topic: 2nd legend not visible
Replies: 5
Views: 10246

2nd legend not visible

In a previous version of TChart, I used the following code to create a second legend: lsrs := CreateBarSeries('none', lChart, clNone, 0); lsrs.Active := false; lsrs.AddNull('Pre-Tax'); lsrs.AddNull('Roth'); lChart.Legend.Symbol.Width := 45; lExtraLegend := TExtraLegendTool.Create(self); lExtraLegend...
by TestAlways
Mon Oct 19, 2015 3:49 pm
Forum: VCL
Topic: WMF Image Size Requested may result in a different size
Replies: 3
Views: 9331

Re: WMF Image Size Requested may result in a different size

I reproduced this problem in a fairly simple demo (attached) and posted it to the EMB forums as well. I have some frustrated customers about this and really need a fix soon.

Ed Dressel
by TestAlways
Sat Oct 17, 2015 6:07 pm
Forum: VCL
Topic: WMF Image Size Requested may result in a different size
Replies: 3
Views: 9331

WMF Image Size Requested may result in a different size

Really strange problem here: When I set the Windows 7 display settings to 150% for larger text (both 100% and 125% work) TChart *may* return the wrong size image. See the attached example, the WMF image below the chart should be a duplicate of the one above, just a different size. The caption shows ...
by TestAlways
Wed Jul 15, 2015 7:09 pm
Forum: VCL
Topic: Transparent Back panel/wall
Replies: 3
Views: 10004

Re: Transparent Back panel/wall

Thank you for the quick reply.

This doesn't achieve what I need as I need a transparent back--I cannot get an image/graphic of the background, which the method you provided requires.

Is this achievable?

Ed Dressel
by TestAlways
Thu Jul 09, 2015 5:27 pm
Forum: VCL
Topic: Transparent Back panel/wall
Replies: 3
Views: 10004

Transparent Back panel/wall

This seems so easy but here are **so** many properties to the chart.

I need the back panel/wall (what ever it is called) to be transparent--but I cannot find the setting.

How do I make a TChart transparent?

Ed Dressel