Home |
Search |
Today's Posts |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Jon
using With FuelCurve.Chart.Axes(xlCategory) worked like a champ. I just need to figure out the proper method of removing the lines that connect the points for the series 'Data', for I just want these to show up as scatter points. I have tried using; With fuelCurve.Chart.SeriesCollection(1) ' .LineStyle = xlNone If fittedCurve = "Exponent" Then .Trendlines.Add Type:=xlExponential Else .Trendlines.Add Type:=xlLogarithmic End If which works fine for adding the trendlines, but not so for changing the LineStyle, I believe that .LineStyle may not be part of the SeriesCollection object, which is the problem. I have gained a tremendous amount of knowledge working on this project and from the posts on this forum. Thanks for your help. Greg |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
create line chart with two axises in Pivot Chart | Charts and Charting in Excel | |||
How to create a conditional format that changes the number format | Excel Discussion (Misc queries) | |||
Chart data file lost - need to re-create from chart? | Charts and Charting in Excel | |||
Conditional Format - Format Transfer To Chart | Excel Discussion (Misc queries) | |||
Create a combo chart with two of the same chart types | Charts and Charting in Excel |