Search found 53 matches

by ulibru
Tue May 22, 2012 8:06 am
Forum: VCL
Topic: Wrong axis display with ISO surface / Trianulation problems
Replies: 19
Views: 26943

Re: Wrong axis display with ISO surface / Trianulation problems

Yeray, now I have tried :D Your proposal allows to set custom axis labels. Though this needs some extra effort in case of axis zooming, e.g. display of range from 150 to 3800. It needs some logic to create nice labels. But beside of the label setting I have noticed a strange behaviour of the minor t...
by ulibru
Fri May 18, 2012 3:45 pm
Forum: VCL
Topic: Wrong axis display with ISO surface / Trianulation problems
Replies: 19
Views: 26943

Re: Wrong axis display with ISO surface / Trianulation problems

Hi Yeray, I don't want to change the logarithmic base. I just miss the standard display of 1 for the lowest label (as usual with 2D charts). Of course a label display of the max limit (here e.g. 24000) with the standard 1, 10, 100, 1000, 10000 labels would be the cherry on the icecake (also with all...
by ulibru
Fri May 18, 2012 9:57 am
Forum: VCL
Topic: Wrong axis display with ISO surface / Trianulation problems
Replies: 19
Views: 26943

Wrong axis display with ISO surface / Trianulation problems

I have a chart with an ISO surface. The bottom axis is logarithmic with min=0, max=24000 As shown in the picture http://img16.imageshack.us/img16/9161/isosurface.png the bottom axis does not show the usual start label min=1 and max=24000. Furthermore the ticks below 100 are also not displayed. IMO t...
by ulibru
Mon Mar 26, 2012 8:00 am
Forum: VCL
Topic: Find declaration problem
Replies: 3
Views: 7004

Re: Find declaration problem

Hi Narcís, maybe I have not expressed myself correctly. If I click on TChart in variable definition var Chart1: TChart; and press F1 then the help comes up correctly. What I mean: if I right-click on e.g. TStringList and select 'Find Declaration' in the popup window then Delphi jumps directly to the...
by ulibru
Fri Mar 23, 2012 7:09 pm
Forum: VCL
Topic: Find declaration problem
Replies: 3
Views: 7004

Find declaration problem

Hi, I use DelphiXE2, now update #4 together with TeeChart VCL source code. Unfortunately the function 'Find declaration' does not work. Maybe something is messing up. DelphiXE2 comes with a TeeChart. Then I have installed the 'TeeChart 2011 for RAD XE2' binary as the source code package does not inc...
by ulibru
Sun Mar 11, 2012 10:07 am
Forum: VCL
Topic: Series Groups and Extra Legend
Replies: 1
Views: 4666

Series Groups and Extra Legend

Hi, I like to use two groups of series. Group A: curves 1, 2, 3, ... Group B: curves a, b, c, ... Now I want to display the curves of group A in the standard legend with checkboxes And the curves of group B in an extra legend. Also with checkboxes. How to get the desired two legends showing each the...
by ulibru
Sun Mar 11, 2012 10:01 am
Forum: VCL
Topic: TSeriesBandTool and Color
Replies: 2
Views: 4805

Re: TSeriesBandTool and Color [Solved]

I've found a solution by using the Gradient colors.
Now I just wonder about the function of colors for pen and brush.

Uli
by ulibru
Sat Mar 10, 2012 2:50 pm
Forum: VCL
Topic: TSeriesBandTool and Color
Replies: 2
Views: 4805

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 ...
by ulibru
Fri Dec 02, 2011 9:12 am
Forum: VCL
Topic: Marks just for individual points along a series
Replies: 2
Views: 5922

Re: Marks just for individual points along a series

Have you tried the OnGetMarkText event of a series?
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;
Regards, Uli
by ulibru
Sat Oct 08, 2011 6:34 pm
Forum: FMX
Topic: TeeChart Pro for Firemonkey pre-release sourcecode installer
Replies: 10
Views: 22190

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...
by ulibru
Thu Oct 06, 2011 11:01 am
Forum: FMX
Topic: TeeChart Pro for Firemonkey pre-release sourcecode installer
Replies: 10
Views: 22190

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
by ulibru
Tue Oct 04, 2011 4:30 pm
Forum: FMX
Topic: TeeChart Pro for Firemonkey pre-release sourcecode installer
Replies: 10
Views: 22190

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...
by ulibru
Tue Oct 04, 2011 3:15 pm
Forum: FMX
Topic: TeeChart Pro for Firemonkey pre-release sourcecode installer
Replies: 10
Views: 22190

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...
by ulibru
Tue Oct 04, 2011 2:57 pm
Forum: FMX
Topic: TeeChart Pro for Firemonkey pre-release sourcecode installer
Replies: 10
Views: 22190

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...
by ulibru
Tue Oct 04, 2011 2:43 pm
Forum: FMX
Topic: TeeChart Pro for Firemonkey pre-release sourcecode installer
Replies: 10
Views: 22190

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 ...