Results 1 to 3 of 3

Beginning charting

Threaded View

  1. #1
    Registered User
    Join Date
    08-31-2011
    Location
    Tokyo
    MS-Off Ver
    Excel 2010
    Posts
    50

    Smile Beginning charting

    Hello,

    I have just began to chart using Excel.

    I have some data calculated by a VBA program and would like to chart it, I was able to do a very simple one but I would like to customize it more.

    If you could tell me how to set the maximum x and y value, I would be glad

    I was not able to find a simple site which explains how to do simple things (chart color, line type, legend, title ...), if you have any, I will be pleased to check them.

    Here is my code

    'Initialisation
    With Graph1
        Do Until .SeriesCollection.count = 0
            .SeriesCollection(1).Delete
        Loop
    End With
    
    With Graph1
        .name = "graph_name"
        .Type = xlLine
        .SeriesCollection.NewSeries.Values = Array(Feval) 'Feval is an array data
    End With
    Thank you in advance.
    Last edited by oro77; 09-14-2011 at 05:25 AM.

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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