Search found 13 matches
- Fri Oct 15, 2004 10:31 pm
- Forum: ActiveX
- Topic: Bubble Chart
- Replies: 1
- Views: 3965
Bubble Chart
Thanks Pep for the help with the centering of the Labels! Here's another question, how do I fix the size of the Bubbles? I can fix the size of the Diamond in a line chart, but I can't seem to see how to fix the bubbles on the chart, 'QuadrantChart.Legend.Symbol.WidthUnits = lcsPixels 'QuadrantChart....
- Wed Oct 13, 2004 4:16 pm
- Forum: ActiveX
- Topic: Center the label in a Symbol
- Replies: 1
- Views: 3903
Center the label in a Symbol
Hey Guys, I'm building a Bubble chart, my labels are simple numbers 1, 2, 3, etc. they are showing up in the top of the symbol / bubble, is there a way to center the numbers? No is an acceptable answer :D Here is the code I'm using, i is the number / label. adoRs.MoveFirst Do Until adoRs.EOF With Qu...
- Mon Oct 11, 2004 7:52 pm
- Forum: ActiveX
- Topic: Center the label in a symbol
- Replies: 1
- Views: 4133
Center the label in a symbol
Hey Guys, I'm building a Bubble chart, my labels are simple numbers 1, 2, 3, etc. they are showing up in the top of the symbol / bubble, is there a way to center the numbers? Here is the code I'm using, i is the number / label. [ adoRs.MoveFirst Do Until adoRs.EOF With QuadrantChart.Series(1).asBubb...
- Wed Sep 29, 2004 9:48 pm
- Forum: ActiveX
- Topic: Bubble in Legend
- Replies: 3
- Views: 6005
Looks Like an American Football!
Pep,
I got the code in and saw some results, however the last one still is oblong not round?
Any other ideas?
Mike
I got the code in and saw some results, however the last one still is oblong not round?
Any other ideas?
Mike
- Tue Sep 28, 2004 10:51 pm
- Forum: ActiveX
- Topic: Bubble in Legend
- Replies: 3
- Views: 6005
Bubble in Legend
Christopher, You asked for a snippet, the last bubble in the legend is flattened? Here is the snippet of code: [i = 1 adoRs.MoveFirst Do Until adoRs.EOF With QuadrantChart.Series(1).asBubble .AddBubble adoRs.Fields(3).Value, adoRs.Fields(2).Value, 0.8, i, RGB(ChartColorRed(i), ChartColorGreen(i), Ch...
Thank You
Christopher, thank you worked fine!!
BigMike
BigMike
USing V7
Any ideas on why the complier would say "Axis = Bottom" below is not defined, it works under V6. Where I'm using it was created using V7 so there should be no conversion, Right? [With QuadrantChart.Tools .Items(0).Active = True With .Tools.Items(0).asColorband .Axis = Bottom .Brush.Style = bsSolid ....
- Mon Sep 27, 2004 6:52 pm
- Forum: ActiveX
- Topic: Bubble in Legend
- Replies: 1
- Views: 3933
Bubble in Legend
When building a Bubble Chart and using bubbles in the legend, the last bubble shows up flattened, as if there wasn't enough room in the line for it. All the other bubbles on the same line are fine it is only the last one to enter the legend that has the problem.
Any Ideas?
Any Ideas?
- Tue Aug 31, 2004 10:09 pm
- Forum: ActiveX
- Topic: Error Trying to Keepm the Chart In an Access report
- Replies: 3
- Views: 6409
It's Magic -- The chart disappears!
I went to the sample V7 Access Chart and clicked on the teChart -- it darken, then I closed the application and the save the change. When you run the report again the chart is gone!!!
WHY???
BigMike
mcurry@eliant.com
WHY???
BigMike
mcurry@eliant.com
- Thu Aug 26, 2004 11:01 pm
- Forum: ActiveX
- Topic: Error Trying to Keepm the Chart In an Access report
- Replies: 3
- Views: 6409
Error Trying to Keepm the Chart In an Access report
We are working with MS Access building a report using Report Design, We add a Chart V7 and we save the report close Access and when we come back to the report modify it and resave and when we reopen it we get: MS Office Access There is no Object in this Control And your Chart is gone all that is let...
- Tue Aug 03, 2004 8:20 pm
- Forum: ActiveX
- Topic: Coping a Report
- Replies: 1
- Views: 4044
Coping a Report
When I copy a report from one Access database where it works to another Access database the data does not display. It appears the loading of the appropriate .ocx is not enough. What else must be done??
- Fri Jul 30, 2004 4:53 pm
- Forum: ActiveX
- Topic: Access 2003
- Replies: 3
- Views: 6112
Access 2003
Christopher, I did not make my request clear. What we are doing is running the report within Access 2003, created within Access 2003 Could you please show us an example of a report running / created within Access 2003. Also, I copied your example into an Access 2003 database, compiled it with all th...
- Thu Jul 29, 2004 5:01 pm
- Forum: ActiveX
- Topic: Access 2003
- Replies: 3
- Views: 6112
Access 2003
We have moved our application into Access 2003. What we are experiencing is that none of the data coming form tables / queries is being displayed.
Are there any configuration considerations for Access 2003?
Are there any configuration considerations for Access 2003?