Search found 7 matches

by Jubar
Thu Jan 23, 2014 2:25 pm
Forum: VCL
Topic: Legend with Checkbox misaligned
Replies: 5
Views: 5334

Re: Legend with Checkbox misaligned

Thanks Yeray,

Yes, you only need to change the text.

Your .exe works fine indeed.

Is there any workaround that I could do in V8.08 to get the same result?
by Jubar
Wed Jan 22, 2014 6:50 pm
Forum: VCL
Topic: Legend with Checkbox misaligned
Replies: 5
Views: 5334

Re: Legend with Checkbox misaligned

Thanks Yeray, Now do this: Put a button on it with this code Chart1.Legend.Items[1].text:= '-modified-'; Now you will see the effect that checkboxes are misplaced Also: At runtime drag the right/left form border to make it wider / smaller, you will see that checkboxes are moved while the text-positi...
by Jubar
Tue Jan 21, 2014 9:29 am
Forum: VCL
Topic: Legend with Checkbox misaligned
Replies: 5
Views: 5334

Legend with Checkbox misaligned

TChart V8.08 I use legend with checkboxes positioned at the top. When at run time the text is changed, the checboxes move into the text, even if ColumnWidthAuto=TRUE. Then after some trials I found this to prevent that: dbChart1.Legend.ColumnWidthAuto:=False; dbChart1.Legend.ColumnWidths[0]:=100; db...
by Jubar
Thu Nov 08, 2012 10:10 pm
Forum: VCL
Topic: XY-chart showing only X-subranges ?
Replies: 1
Views: 2531

XY-chart showing only X-subranges ?

I have this requirement: A XY-chart will have frequency in MHz as the x.axis. Lets say the total range is 30 to 50MHz. A measuring device will only measure signal strengths in specific frequency sub-ranges. Example: 30-31, 35-37, 39-42, 44-47 Mhz I would like to see only these subranges in one chart...
by Jubar
Tue Aug 11, 2009 1:17 pm
Forum: VCL
Topic: Polar Chart problems
Replies: 5
Views: 4661

Re: Polar Chart problems

I just tried it. The pen color turns to black as soon as you set its pen-width to anything else than 1, just set it to 3 for example. The same happens with vml. > If you are calling the border editor from the TeeChart editor, I'm afraid that there no easy solution for this. I do call it within Delph...
by Jubar
Thu Aug 06, 2009 12:52 pm
Forum: VCL
Topic: Polar Chart problems
Replies: 5
Views: 4661

Re: Polar Chart problems

This png shows everything ok, zz.png Unzip this vml & pdf first, otherwise I could not upload it Here the series is shown black, it should have been green In VML the "star" is missing, "star" are the dotted lines going from center to degree numbes zz.zip This shows how the "Border Editor" gets chopp...
by Jubar
Wed Aug 05, 2009 1:08 pm
Forum: VCL
Topic: Polar Chart problems
Replies: 5
Views: 4661

Polar Chart problems

I have a few problems with Polar Chart (V8.05) : 1. I moved the title to the left. It is not printed anymore, even though the print preview displays it. 2. The dotted lines are converted to solid, no more WYSIWYG as you promised. I tried to set the linewidth to 0 as you suggested, but that jumps bac...