Question : Access VBA MS Graph Chart 8 object

Hi there,

I am wondering if it is possible to have a MS Graph Char object with both lines and points. For example, I need to plot a month of temperature as a line, and also need to put single data points on the chart where specific equipment was used.

Is it possible to have a point and line chart? How would I assign the series. I have the data in 2 arrays.

Attached is a chart that is similar to what I would like, but I cannot create it like that using the MSChart object.

Cheers,

 
 
 
 
 

Answer : Access VBA MS Graph Chart 8 object

Yes, but again, with the Yes/No data that you posted, the yes or no values would simply be 0 or -1 on the chart.

In other words, can you then post a "graphical" representation of chart you want, based on your sample Data?

<From Access VBA how do I assign points to a line chart,>
You simply remove the "Lines", ...in effect just leaving the Marker.
Or, change the line color to match the chart background (typically White)

;-)

JeffCoachman
Random Solutions  
 
programming4us programming4us