Hello,
your solution worked for me..
Thank you very much.
Your sincerely
Search found 7 matches
- Tue Sep 25, 2007 2:58 pm
- Forum: VCL
- Topic: Problem with zoom in a DBCart with TBarSeries and a CrossTab
- Replies: 5
- Views: 7606
- Tue Sep 25, 2007 1:22 pm
- Forum: VCL
- Topic: Problem with zoom in a DBCart with TBarSeries and a CrossTab
- Replies: 5
- Views: 7606
Hello, meanwhile i can edit your unit. I have to open the unit Base_DBChart first. And if i set autobarsize to true and multibar to mbStacked there is the same error. If i zoom into the chart the first bar is ok but the second bar on top of the first bar is smaller then the first. May be its better ...
- Tue Sep 25, 2007 1:10 pm
- Forum: VCL
- Topic: Problem with zoom in a DBCart with TBarSeries and a CrossTab
- Replies: 5
- Views: 7606
- Thu Sep 20, 2007 4:59 pm
- Forum: VCL
- Topic: Problem with zoom in a DBCart with TBarSeries and a CrossTab
- Replies: 5
- Views: 7606
Problem with zoom in a DBCart with TBarSeries and a CrossTab
Hello, we use a TBarSeries in a DBCart with a DBCrossTabSource and BarSeries.Multibar := mbStacked. If we zoom into the Chart only the first BarSeries of the MultiBar paint correct if AutoBarSize := true, all other stacked Bars had zoomed the unzoomed width. We use TChart Pro 7.07 with Delphi 7. Can...
- Tue Jul 26, 2005 10:38 am
- Forum: VCL
- Topic: Problem with LoadChartFromStream(TCustomChart(QRDBChart1)
- Replies: 5
- Views: 10672
- Fri Jul 22, 2005 4:52 pm
- Forum: VCL
- Topic: Problem with LoadChartFromStream(TCustomChart(QRDBChart1)
- Replies: 5
- Views: 10672
Thank you for your answer. Yes i do: I found a workaraound, i can now display the chart many times. But if i free the PsQRChart1.Chart i get a stack overload error too. var PsQRChart1: TQRChart; QRDBChart1: TQRDBChart; begin PsQRChart1:=TQRChart.Create(Self); With TQRDBChart.Create(PsQRChart1) do be...
- Thu Jul 21, 2005 7:02 pm
- Forum: VCL
- Topic: Problem with LoadChartFromStream(TCustomChart(QRDBChart1)
- Replies: 5
- Views: 10672
Problem with LoadChartFromStream(TCustomChart(QRDBChart1)
Hello, I always get a stack overload error in your source of LoadChartFromStream if I use LoadChartFromStream(TCustomChart(QRDBChart1), aMemoryStream) the second time. The stack overload error happens if your component tries to free up all series and the other resources of the TChart that was loaded...