From: kunalap on
Hello,
We have a tool developed, which reads values of databases from a table with
two columns (date, size) and then plots a line graph showing the database
sizes in that time frame. All this is being done using MSChart in VB.NET.

What I am looking for, is changing the color of this line between two
specific points.

We tried
MSChart1.Plot.SeriesCollection(1).DataPoints(-1).Brush.FillColor.Set(350,
250, 400) method but it changes the entire line colour in Graph.

How two change color only between 2 points? or 5 points? etc.

Thanks in advance.