I've found a solution by using the Gradient colors.
Now I just wonder about the function of colors for pen and brush.
Uli
Search found 47 matches
- Sun Mar 11, 2012 10:01 am
- Forum: VCL
- Topic: TSeriesBandTool and Color
- Replies: 2
- Views: 2261
- Sat Mar 10, 2012 2:50 pm
- Forum: VCL
- Topic: TSeriesBandTool and Color
- Replies: 2
- Views: 2261
TSeriesBandTool and Color
Hi, I like to use a TSeriesBandTool. I've got it working so far except a color definition. So during design time the SeriesBand is shown in black color. The design editor shows up a pen and a brush color. But neither of these colors do allow to change the color. So where is a proper place to define ...
- Fri Dec 02, 2011 9:12 am
- Forum: VCL
- Topic: Marks just for individual points along a series
- Replies: 2
- Views: 2601
Re: Marks just for individual points along a series
Have you tried the OnGetMarkText event of a series?
Something like:
Regards, Uli
Something like:
Code: Select all
procedure TMainForm.Series1GetMarkText(Sender: TChartSeries;
ValueIndex: Integer; var MarkText: string);
begin
if ValueIndex=3 then
MarkText := 'Hello'
else
MarkText := '';
end;
- Sat Oct 08, 2011 6:34 pm
- Forum: FMX
- Topic: TeeChart Pro for Firemonkey pre-release sourcecode installer
- Replies: 10
- Views: 11982
Re: TeeChart Pro for Firemonkey pre-release sourcecode installer
Narcís, I have tested the Recompiler.exe now, there is no error message regarding FastMM. But I do not believe that this is a result that you like to get. As told in my previous message I have successfully installed FastMM for XE2 now. So also the recompile tool of the source code package has alread...
- Thu Oct 06, 2011 11:01 am
- Forum: FMX
- Topic: TeeChart Pro for Firemonkey pre-release sourcecode installer
- Replies: 10
- Views: 11982
Re: TeeChart Pro for Firemonkey pre-release sourcecode installer
Hi Narcís,
is that really necessary?
As reported I have installed FastMM now. Why to uninstall now? It is working.
Best regards
Uli
is that really necessary?
As reported I have installed FastMM now. Why to uninstall now? It is working.
Best regards
Uli
- Tue Oct 04, 2011 4:30 pm
- Forum: FMX
- Topic: TeeChart Pro for Firemonkey pre-release sourcecode installer
- Replies: 10
- Views: 11982
Re: TeeChart Pro for Firemonkey pre-release sourcecode installer
I have been lucky to find some text in the web, see http://www.delphifeeds.com/go/f/84268?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+delphifeeds+%28DelphiFeeds.com%29 So I followed the instruction I have told you last week that there will be FastMM updates for XE2 this week, meanwhil...
- Tue Oct 04, 2011 3:15 pm
- Forum: FMX
- Topic: TeeChart Pro for Firemonkey pre-release sourcecode installer
- Replies: 10
- Views: 11982
Re: TeeChart Pro for Firemonkey pre-release sourcecode installer
Hello Narcís, despite the quoted message above the Recompile tool allows to compile. No error. But the IDE now shows just a few TeeChart components, a compnent like TChartEditor is just shown in grey color and cannot be selected. BTW I'm happy to have selected a different install folder for the sour...
- Tue Oct 04, 2011 2:57 pm
- Forum: FMX
- Topic: TeeChart Pro for Firemonkey pre-release sourcecode installer
- Replies: 10
- Views: 11982
Re: TeeChart Pro for Firemonkey pre-release sourcecode installer
Hi Narcís, I've found a message where it has been told to place the FastMM_FullDebugMode.dlls into System32 and SysWOW64. But now I get a message by TeeRecompile with TeeRecompile.exe: Cannot install FastMM4 - Memory has already been allocated FastMM4 cannot install since memory has already been all...
- Tue Oct 04, 2011 2:43 pm
- Forum: FMX
- Topic: TeeChart Pro for Firemonkey pre-release sourcecode installer
- Replies: 10
- Views: 11982
Re: TeeChart Pro for Firemonkey pre-release sourcecode installer
Hello Narcís, I cannot compile the package as FastMM_FullDebugMode.dll is missed. Now I have downlooaded the latest FastMM package but there is no real install instruction. How to install or where to place the included precompiled FastMM_FullDebugMode.dll and FastMM_FullDebugMode64.dll ? Thanks for ...
- Fri Sep 23, 2011 8:38 am
- Forum: FMX
- Topic: TeeChart, RAD Studio XE2 & FireMonkey
- Replies: 6
- Views: 7641
Re: TeeChart, RAD Studio XE2 & FireMonkey
Hi,
I'm urgently waiting. Can't install MtxVec for XE2 as TeeChart Pro is required.
So please hurry on
Uli
I'm urgently waiting. Can't install MtxVec for XE2 as TeeChart Pro is required.
So please hurry on

Uli
- Thu Apr 28, 2011 2:08 pm
- Forum: VCL
- Topic: Panel color in TChart
- Replies: 12
- Views: 9210
Re: Panel color in TChart
Hi Narcís,
the latest maintenance release has not solved the described problem.
Unfortunately I cannot use your proposed workaround. As the users shall still be able to save or print the bitmap by the chart editor.
Best regards
Uli
the latest maintenance release has not solved the described problem.
Unfortunately I cannot use your proposed workaround. As the users shall still be able to save or print the bitmap by the chart editor.
Best regards
Uli
- Thu Apr 28, 2011 9:25 am
- Forum: VCL
- Topic: Howto draw many lines and to zoom in/out
- Replies: 1
- Views: 1697
Howto draw many lines and to zoom in/out
Hi all, 1. I'm looking for an optimal way to display many lines in a chart. Of course I can use different colors and different line styles. But I'm wondering: is there some experience or best recommended procedure on how to select the colors and the line styles. The target is to show as much informa...
- Mon Apr 04, 2011 1:27 pm
- Forum: VCL
- Topic: Panel color in TChart
- Replies: 12
- Views: 9210
Re: Panel color in TChart
Hi, the gridband works fine in the designtime chart. It looks like http://img848.imageshack.us/img848/8985/gridband1.jpg But the chart editor shows http://img543.imageshack.us/img543/2938/gridband2.jpg Also a print is wrong. I guess it is also important to know that the transparancy for the grid ban...
- Mon Apr 04, 2011 9:02 am
- Forum: VCL
- Topic: Panel color in TChart
- Replies: 12
- Views: 9210
Re: Panel color in TChart
Hello Yeray, as the next maintenance release is still not published I use the gradient solution for my designtime charts. Now I also use the GridBand Tool with my charts. It is working fine on the screen but when I try to export a chart by the chart editor the gridband now turns into black and while...
- Fri Mar 04, 2011 12:08 pm
- Forum: VCL
- Topic: Panel color in TChart
- Replies: 12
- Views: 9210
Re: Panel color in TChart
Same problem here with the white panel (Win7, TeeChart 2011). Any idea about a maintenance release date?
Best, Uli
Best, Uli