|
-
Dec 13th, 2005, 05:52 PM
#4
Thread Starter
Junior Member
Re: Chart lines and position.
Thanks, I continues playing and found the solution.
With Sheets("Sheet1").ChartObjects.Add 1,1,5,5).Chart
.SeriesCollection.Add Sheets("Sheet1").Range("B4:C15")
.ChartType = xlLine
.HasTitle = True
.ChartTitle.Text = "Server Comparative Graph"
For y = 1 To 3
.SeriesCollection(y).Border.Weight = xlMedium
Next
End With
Yorch
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|