Search found 13 matches

by sm
Fri Apr 29, 2005 8:37 am
Forum: VCL
Topic: zero line
Replies: 2
Views: 5113

Thanks!
by sm
Fri Apr 29, 2005 7:54 am
Forum: VCL
Topic: zero line
Replies: 2
Views: 5113

zero line

Is it possible to enable just a zero line for bottom axis and disable all other grid lines?

Imagine a chart with two horizontal bar series, stacked. One series has only negativ values (evolves to the left) and the other evolves to the right.

I only need one grid line at X axis value 0.
by sm
Fri Apr 29, 2005 7:27 am
Forum: VCL
Topic: errors compiling 704 for kylix 3
Replies: 9
Views: 13968

Thanks!
by sm
Thu Apr 28, 2005 9:57 am
Forum: VCL
Topic: errors compiling 704 for kylix 3
Replies: 9
Views: 13968

Hi sm, I've already sent you the files with the fix to solve this problem. You should replace the current ones for the new ones. I've sent the files to the contact e-mail address we have at our customer records. If you need the files sent to any other addess please let me know. Thanks! Could you pl...
by sm
Thu Apr 28, 2005 7:41 am
Forum: VCL
Topic: errors compiling 704 for kylix 3
Replies: 9
Views: 13968

I have exactly the same problems and also was able to fix 1 - 3 but please tell me how to fix the fourth error.
by sm
Wed Apr 27, 2005 6:22 am
Forum: VCL
Topic: EPS export: labels are misplaced
Replies: 1
Views: 4169

EPS export: labels are misplaced

When exporting a chart into EPS all kind of labels (axis, chart, legend) are misplaced. Looks like they slip some units up. For chart labels this results in the label text touching the label border on the top instead of being centered vertically. Is this a known bug? TeeChart is version 7.02 for Del...
by sm
Tue Apr 19, 2005 1:45 pm
Forum: VCL
Topic: Percentage value oriented vertically not horizontally
Replies: 1
Views: 4199

Nevermind, I worked around this by manipulating the values.
by sm
Tue Apr 19, 2005 10:43 am
Forum: VCL
Topic: Percentage value oriented vertically not horizontally
Replies: 1
Views: 4199

Percentage value oriented vertically not horizontally

Same situation as here . Two or more TBarJoinSeries stacked to 100%. The mark style is smsPercent. Unfortunately the percentage value is oriented horizontally, so if I sum up the values from left to right for each TBarJoin I get 100%. What I need is to orient it vertically, getting 100% when buildin...
by sm
Tue Apr 19, 2005 9:33 am
Forum: VCL
Topic: Marks within Bars
Replies: 3
Views: 6460

Hi sm, Yes, one easy way of doing that is setting marks arrowlength to a negative value like in the example below: procedure TForm1.FormCreate(Sender: TObject); var i: Integer; begin Chart1.AddSeries(TBarJoinSeries.Create(self)); Chart1.AddSeries(TBarJoinSeries.Create(self)); for i:=0 to Chart1.Ser...
by sm
Tue Apr 19, 2005 8:34 am
Forum: VCL
Topic: Marks within Bars
Replies: 3
Views: 6460

Marks within Bars

Situation: Chart with two series of kind TBarJoinSeries which are stacked 100%.

I want to display the value of each bar within the bar itself. Is that possible and how would I do this?

TeeChart is version 7.02 for Delphi 7.
by sm
Thu Apr 14, 2005 10:57 am
Forum: VCL
Topic: Charts within shapes
Replies: 1
Views: 4247

Charts within shapes

I am using a TMapSeries to display a map of Germany with some information on top of every state (currently as labels). The map is coming from a shapefile which is loaded into TeeChart by using code from the TeeMaps example. Instead of labels I want to display two vertical charts within every shape. ...
by sm
Thu Apr 14, 2005 8:53 am
Forum: VCL
Topic: Umlaut in eps export [SOLVED]
Replies: 2
Views: 5344

I was able to fix the problem by altering the EPS files which TeeChart produces. I had to add a vector reencoding function mentioned in the PostScript Language Reference at chapter 5.9.1 and then change all umlauts into their according octal code from table E7 of the same document. This should be ad...
by sm
Wed Apr 13, 2005 7:36 am
Forum: VCL
Topic: Umlaut in eps export [SOLVED]
Replies: 2
Views: 5344

Umlaut in eps export [SOLVED]

I am exporting charts to eps using Kylix 3/TChart 7. This works so far, but I don't get Umlauts (i.e. ä or similar) to work. Depending on what I do, I get nothing instead or no displayable characters.

How do I get Umlauts in my eps files displayed?

Thank you.