Search found 23 matches
- Wed Jan 23, 2013 11:14 am
- Forum: VCL
- Topic: different bar-width after Upgrade from Vers. 8 to 2012
- Replies: 13
- Views: 14879
Re: different bar-width after Upgrade from Vers. 8 to 2012
Hi Yeray, stupid me - I could have thought of looping through crosstab series and setting AutoBarSize after opening database as well! In order to avoid a runtime error for other series then TBarSeries, I used this code: for i := 0 to DBChart1.SeriesCount - 1 do if (DBChart1 is TBarSeries) then (DBCh...
- Tue Jan 22, 2013 2:07 pm
- Forum: VCL
- Topic: different bar-width after Upgrade from Vers. 8 to 2012
- Replies: 13
- Views: 14879
Re: different bar-width after Upgrade from Vers. 8 to 2012
Hi Yeray,
Advantage database client for Delphi is free: http://devzone.advantagedatabase.com/dz ... latform=11
It includes the local database server.
Can you run the sample now?
Brgds.
Steffen
Advantage database client for Delphi is free: http://devzone.advantagedatabase.com/dz ... latform=11
It includes the local database server.
Can you run the sample now?
Brgds.
Steffen
- Tue Jan 22, 2013 12:39 pm
- Forum: VCL
- Topic: different bar-width after Upgrade from Vers. 8 to 2012
- Replies: 13
- Views: 14879
Re: different bar-width after Upgrade from Vers. 8 to 2012
Dear Yeray, the post that I announce to have crossed with yours has not been submitted by mistake. I mentioned therein that I already posted a bug in crosstab bar width back in 2009: http://www.teechart.net/support/viewtopic.php?f=3&t=10541&p=44266#p44266 The "70%" workaround you recommended and tha...
- Tue Jan 22, 2013 12:25 pm
- Forum: VCL
- Topic: different bar-width after Upgrade from Vers. 8 to 2012
- Replies: 13
- Views: 14879
Re: different bar-width after Upgrade from Vers. 8 to 2012
Hi Yeray, out last two posts have crossed. First of all: Yes, If I execute your above code with V2012 I get the same result as you. I think I found the problem: It occurs when Crosstab data gets involved, which is the true in my case. I seems like every sub-series of crosstab-data need to be set to ...
- Tue Jan 22, 2013 11:26 am
- Forum: VCL
- Topic: different bar-width after Upgrade from Vers. 8 to 2012
- Replies: 13
- Views: 14879
Re: different bar-width after Upgrade from Vers. 8 to 2012
... setting barseries.AutoBarSize := true in DBChart1BeforeDrawSeries had no effect in V2012, bars stay thin!
- Tue Jan 22, 2013 8:54 am
- Forum: VCL
- Topic: different bar-width after Upgrade from Vers. 8 to 2012
- Replies: 13
- Views: 14879
Re: different bar-width after Upgrade from Vers. 8 to 2012
Hi Yeray,
I can't use V8.07 or 8.08 because these version seem to contain a bug which lead to heavy flickering.
In V2012 I can't find an AutoBarSizeCheckbox, please state exakt location.
Best Regards,
Steffen
I can't use V8.07 or 8.08 because these version seem to contain a bug which lead to heavy flickering.
In V2012 I can't find an AutoBarSizeCheckbox, please state exakt location.
Best Regards,
Steffen
- Fri Jan 18, 2013 3:56 pm
- Forum: VCL
- Topic: different bar-width after Upgrade from Vers. 8 to 2012
- Replies: 13
- Views: 14879
Re: different bar-width after Upgrade from Vers. 8 to 2012
Hi Yeray,
... with your code I get thin bars with Ver. 2012 but thick bars with Vers. 8:
?
Best regards,
Steffen
... with your code I get thin bars with Ver. 2012 but thick bars with Vers. 8:
?
Best regards,
Steffen
- Fri Jan 18, 2013 3:01 pm
- Forum: VCL
- Topic: different bar-width after Upgrade from Vers. 8 to 2012
- Replies: 13
- Views: 14879
different bar-width after Upgrade from Vers. 8 to 2012
Hi, I consider an upgrade from Teechart VCL 8 to 2012 but am a little confused about the different "look" of one of my projects. Here is how the chart looked like when compiled with 8.06 (Delphi 2007): http://www.swiftease.de/images/Screenshot%20-%2018.01.2013%20Teechart8.06.png http://www.swiftease...
- Fri Jun 24, 2011 11:34 am
- Forum: ActiveX
- Topic: How to print several TeeCharts in a piece of paper?Help me!
- Replies: 2
- Views: 5627
Re: How to print several TeeCharts in a piece of paper?Help me!
I would let a virtual printer do the job: FinePrint (http://fineprint.com/fp/) for example lets you print 2, 4 or 8 pages on one page.
It can be configured so that the pre-print GUI is not shown.
It can be configured so that the pre-print GUI is not shown.
- Thu Mar 31, 2011 2:44 pm
- Forum: VCL
- Topic: adding series to average function during runtime
- Replies: 2
- Views: 4228
Re: adding series to average function during runtime
Hi Yeray,
works GREAT - thank you
Brgds.
Steffen
works GREAT - thank you
Brgds.
Steffen
- Wed Mar 30, 2011 2:28 pm
- Forum: VCL
- Topic: adding series to average function during runtime
- Replies: 2
- Views: 4228
adding series to average function during runtime
I want to add a number of series to the Datasource list of an "average" function. neither dbchart1.Series .DataSources := (Query1, Query2, Query 3) nor dbchart1.Series .DataSources.List := (Query1, Query2, Query3 ) works. I get the "a read only property can not be assigned a value" error What is wro...
- Thu Sep 30, 2010 3:21 pm
- Forum: VCL
- Topic: "Crazy lines" when average chart is active
- Replies: 3
- Views: 5059
Re: "Crazy lines" when average chart is active
Found it: In "Format->Stacked" of the average chart, "overlapping" was chosen. After changing it to "none", the diagonal lines dissapeared.
- Thu Sep 30, 2010 1:34 pm
- Forum: VCL
- Topic: "Crazy lines" when average chart is active
- Replies: 3
- Views: 5059
"Crazy lines" when average chart is active
I have a DBchart that includes some datasource related graphs plus one, that uses the average function (black, german legend entry: "Durchschnitt"). When I resize or scroll the chart, odd lines, straightly connecting the first and the last points of the datasource related graphs show up (shot2.jpg)....
- Wed Dec 02, 2009 2:00 pm
- Forum: VCL
- Topic: stacked bar of uneven width
- Replies: 7
- Views: 8253
Re: stacked bar of uneven width
Hi Yeray, "70" does the trick! It seems to be Teechart's magic number as it does not work with any other (I tried 65, 75 and 80). If Editor (Series-Format-Size-Bar width) is set to "70", then additional line Series2.BarWidthPercent := 70; is not even necesarry. To me, this looks like a bug, isn't it...
- Mon Nov 30, 2009 3:26 pm
- Forum: VCL
- Topic: stacked bar of uneven width
- Replies: 7
- Views: 8253
Re: stacked bar of uneven width
Hola muchachos,
here comes the sample project (compiled with D6 and Advantage Database client)
Brgds.
Steffen
here comes the sample project (compiled with D6 and Advantage Database client)
Brgds.
Steffen