Similar Threads:
1.Problem adding vertical marker line to line chart
I have a line chart with date values on the x axis. I want to add vertical
marker lines on the chart to show when certain events happened (which do not
correspond to dates for which there is data in the line chart). I did a
websearch and supposedly you can do this with something called the "series
method", so I tried that. It worked all right, except where my vertical bar
showed up on the chart was nowhere near the date that I'd assigned to it;
hence, not very useful. I tried the "error bar method" and the results were
even more ghastly and useless. Is there a method for doing this that
actually works?
Thanks,
2.Graphic Data Marker in Excel 2007 Charts
Hi,
I would like to add some pictures as data markers in my line chart using
excel VBA. I tried recording a macro to do this but the code is not generated
for the insert picture part. Does any one have an idea for this.
Regards,
Mohan
3.automate 2dline with marker chart generation - Excel 2007
In generating line charts with markers, I can change the color of the
markers, but not the marker lines and series lines. The VBA code for the
markers is:
.SeriesCollection(1).Select
With Selection
.MarkerStyle = xlDiamond
.MarkerSize = 9
End With
.SeriesCollection(1).Format.Fill.ForeColor.RGB = RGB(255, 200, 25)
What are the references for the marker lines and the lines between the
series points?
4.Alphabet in marker for chart lines
How can I insert a alphabet as marker in the chart lines.
If I right click on a chart line (line chart), then patterns, markers, then
is there a way I can insert a alphabet or special symbols like "a", "c",
"delta(greek symbol)" etc.,
Please help
5.C#: XYScatter chart with smooth lines and no markers
I hv been working on a Office 2007 App level add-in project using VS2005,
.Net 2.0, VSTO for Office 2007 and Office 2007 Interopps. I want to draw a
XYScatter chart with smooth lines nad no markers.
Why, even if we set the ChartType to xlXYScatterSmoothNoMarkers you get
markers?
xlChart.ChartType =
Microsoft.Office.Interop.Excel.XlChartType.xlXYScatterSmoothNoMarkers;
Is there any way to change XYScatter line thickness?
6. Arrow on a line chart as a marker
7. How to change the spacing of data markers in a line/scatter chart
8. In Excel 2007 chart with multiple lines, mouse doesn't track lines