Results 1 to 3 of 3

Line Chart points properties

Threaded View

  1. #1
    Forum Contributor
    Join Date
    11-28-2008
    Location
    Reykjavík, Iceland
    MS-Off Ver
    Any of: 2003 & 2007
    Posts
    412

    Line Chart points properties

    Hi,

    I managed to retrieve several "point" properties but couldn't figure out how to retrieve a point's value.

    Here is a piece of my code:

    ActiveChart.SeriesCollection(2).Points(3).Select
    With ActiveChart.SeriesCollection(2).Points(2)
        MsgBox .MarkerBackgroundColorIndex
        MsgBox .MarkerForegroundColorIndex
        MsgBox .MarkerStyle
        MsgBox .MarkerSize
    End With

    BUT when I try: MsgBox .MarkerValue I get 'Runtime error 438' - object doesn't support...

    Is there any workaround ?

    Thanks, Elm
    Last edited by ElmerS; 07-26-2010 at 02:14 PM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1