Search found 4 matches
- Wed Feb 17, 2010 7:03 am
- Forum: VCL
- Topic: Shadows looks bad after copy/paste
- Replies: 1
- Views: 1831
Shadows looks bad after copy/paste
I can make some good looking bars, with a small shadow behind, and it looks great on screen: This is the screendump http://www.mmb.dk/Unavngivet.jpg But if I use Print, or Save as Jpg, or Copy paste, the shadows change: http://www.mmb.dk/Unavngivet2.jpg I need to make "perfect" copies that has the s...
- Mon Jul 13, 2009 9:13 am
- Forum: VCL
- Topic: Financial & stats tab graphs are missing- on Danish language
- Replies: 3
- Views: 2663
Re: Financial & stats tab graphs are missing- on Danish language
Thanks for the feedback Yeray,
It would also help if you could let us know by when we could expect a new patch with this issue resolved since we have to provide our users with a support for this issue in our product as well.
Thanks
Roopa
It would also help if you could let us know by when we could expect a new patch with this issue resolved since we have to provide our users with a support for this issue in our product as well.
Thanks
Roopa
- Mon Jul 13, 2009 5:19 am
- Forum: VCL
- Topic: Financial & stats tab graphs are missing- on Danish language
- Replies: 3
- Views: 2663
Financial & stats tab graphs are missing- on Danish language
Hello, I have found one issue during translation of editor chart settings window to Danish language using "TeeSetDanish" procedure. When I set editor chart setting to Danish language and try to change the series to Financial or stats, it shows empty. It does not behave the same when I change it othe...
- Sat Sep 13, 2008 12:21 pm
- Forum: VCL
- Topic: Change the color of a series
- Replies: 3
- Views: 2467
Change the color of a series
Hi, How can I change the color of a series, If we have explictly given color for each bar. I had used the following code, If didn’t have any effect on the chart Added the bar to chart: Chart1.AddSeries(TBarSeries); Chart1.Series[0].Add(-50,'Test1',clRed); Chart1.Series[0].Add(-25,'Test2',clRed); Cha...