From: kunalap on 22 Jan 2010 05:56 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.
|
Pages: 1 Prev: DefaultValue attribute for a property with an enum type Next: Cant find System.Windows.Xps |