Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Data Bases > Microsoft Access > Chart problem
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 1 of 1 Topic 30636 of 31576
Post > Topic >>

Chart problem

by "Phil Stanton" <phil@[EMAIL PROTECTED] > Jul 2, 2008 at 06:24 PM

I am using a scatter chart on a form to show a map and points of interest 
that I want labelled.

After a struggle I have loaded the map, loaded the point and from a 
recordset, copied and pasted the label information into column 3 of the 
chart's Datasheet.

    Set DtaSheet = Cht.Application.DataSheet
    For Each ChtLabel In ChtLabels
        ChtLabel.Caption = DtaSheet.Cells(lCount + 2, 3)
        lCount = lCount + 1
        Call SysCmd(acSysCmdUpdateMeter, lCount)
    Next ChtLabel

This works OK but takes 20 seconds to label 68 points. I thought it might
be 
quicker to do it this way rather than getting the label information
straight 
from the recordset, but there is little difference in time.

What can I do to speed it up? Is there a way of loading all the labels at 
once

Thanks

Phil
 




 1 Posts in Topic:
Chart problem
"Phil Stanton"   2008-07-02 18:24:38 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Tue Dec 2 23:30:19 CST 2008.