Search found 9 matches

by Maz2312
Tue Sep 20, 2005 3:20 pm
Forum: VCL
Topic: Legends
Replies: 7
Views: 8188

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...
by Maz2312
Tue Sep 20, 2005 11:03 am
Forum: VCL
Topic: Legends
Replies: 7
Views: 8188

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...
by Maz2312
Tue Sep 20, 2005 8:38 am
Forum: VCL
Topic: Legends
Replies: 7
Views: 8188

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
by Maz2312
Mon Sep 19, 2005 3:13 pm
Forum: VCL
Topic: Legends
Replies: 7
Views: 8188

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
by Maz2312
Mon Sep 19, 2005 11:03 am
Forum: VCL
Topic: Xaxis Labels
Replies: 1
Views: 3168

Xaxis Labels

How do I make the labels on the X Axis non visisble at run time?
by Maz2312
Thu Aug 25, 2005 12:17 pm
Forum: VCL
Topic: Color-Each in a bar chart
Replies: 1
Views: 3200

Color-Each in a bar chart

How do I change the style of the barchart to Color-Each-Bar programmatically.
by Maz2312
Tue May 10, 2005 7:35 am
Forum: VCL
Topic: Problem TeeChart 7 Delphi 7 and Quick Report
Replies: 5
Views: 6662

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...
by Maz2312
Mon May 09, 2005 3:29 pm
Forum: VCL
Topic: Problem TeeChart 7 Delphi 7 and Quick Report
Replies: 5
Views: 6662

v7.02 Pro, Delphi 7 archietect Quick Report v 3.05
by Maz2312
Mon May 09, 2005 10:39 am
Forum: VCL
Topic: Problem TeeChart 7 Delphi 7 and Quick Report
Replies: 5
Views: 6662

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?