Search found 9 matches
Viewing over multiple pages
Hi I am using QuickReport and the QrChart Component to view the data. I would like to see a limit to the number of points per page - 10. I set the points per page property in the paging tab and this works but I only see one page. I have added a TChartPageNavigator and set the Chart property to the C...
There are 40+ bars on the graph but only 29 items in the legend hence the need for a scroll bar in the legend. The following code is used to create the scrollbar: LegendScroll:=TLegendScrollBar.Create(self); LegendScroll.ParentChart:=Form2.QrChart1.chart; LegendScroll.Active:=True; Doesn't matter wh...
LegendScrollbar
Code works in as much as it creates the scrollbar but it is still not active even though I set the active property to true.
Anyway of setting the position of the legend without using custom position, can I set it to either top, bottom, right or left at runtime which you can do at design time.
Thanks
Anyway of setting the position of the legend without using custom position, can I set it to either top, bottom, right or left at runtime which you can do at design time.
Thanks
Legends
How do I activate the scrollbar in a legend at runtime?
How do I change the position of the legend - do I need to use custom postion?
When I add a scrollbar and another legend in the tools menu and set the active property to true I get a constant flicker and the scrollbar does not work.
Thanks
How do I change the position of the legend - do I need to use custom postion?
When I add a scrollbar and another legend in the tools menu and set the active property to true I get a constant flicker and the scrollbar does not work.
Thanks
- Mon Sep 19, 2005 11:03 am
- Forum: VCL
- Topic: Xaxis Labels
- Replies: 1
- Views: 3186
Xaxis Labels
How do I make the labels on the X Axis non visisble at run time?
- Thu Aug 25, 2005 12:17 pm
- Forum: VCL
- Topic: Color-Each in a bar chart
- Replies: 1
- Views: 3215
Color-Each in a bar chart
How do I change the style of the barchart to Color-Each-Bar programmatically.
- Tue May 10, 2005 7:35 am
- Forum: VCL
- Topic: Problem TeeChart 7 Delphi 7 and Quick Report
- Replies: 5
- Views: 6711
I have TeeChart 7 for QuickReport selected which is in the DCLTQR77.bpl. I also have TeeChart 7 for QuickReport Components which is contained in the dcltqr70.bpl - if I select this one also I get the following error message 'Cannot load package 'tee70'. It contains unit TeeAbout which is also contai...
- Mon May 09, 2005 3:29 pm
- Forum: VCL
- Topic: Problem TeeChart 7 Delphi 7 and Quick Report
- Replies: 5
- Views: 6711
- Mon May 09, 2005 10:39 am
- Forum: VCL
- Topic: Problem TeeChart 7 Delphi 7 and Quick Report
- Replies: 5
- Views: 6711
Problem TeeChart 7 Delphi 7 and Quick Report
I have installed TeeChart 7 and have the correct components on the VCL, however I have no Quick Report components other than TQRChart. When I try to install the QuickReport components I have a conflict error - any suggestions on what to do next?