greathope123
Programmer
Hi,
In VB6, I got MSChart1, set its chartType to VtChChartType2dXY and it shows a curve line.
Now, I want MSChart1 only shows the dot marks without the curve line.
I noticed it can be down in Excel and I recorded, that is:
ActiveChart.ChartType = xlXYScatter
My question is: how can I do that in VB6?
I will be very appreciated for any suggestions.
In VB6, I got MSChart1, set its chartType to VtChChartType2dXY and it shows a curve line.
Now, I want MSChart1 only shows the dot marks without the curve line.
I noticed it can be down in Excel and I recorded, that is:
ActiveChart.ChartType = xlXYScatter
My question is: how can I do that in VB6?
I will be very appreciated for any suggestions.