Click to See Complete Forum and Search --> : mschart conditional format


darkdusky
October 27th, 2010, 10:36 AM
Hi, I am using an mschart in an asp web page. (I use VB.net but am happy if some-one gives solution in C#) Is it possible to conditionally format either columns or an area of a chart or the labels on x axis. I want to highlight week-end days. The chart has days along the x axis, the label is in format "dd/mm/yyyy" so is it possible to loop through these to check day of week and colour them e.g. pink.
It would be similar to the web site: skyscanner.net month view
http://www.skyscanner.net/flights/lond/agp/may-2011/may-2011/cheapest-flights-per-day-from-london-to-malaga-in-may-2011.html

darkdusky
November 3rd, 2010, 04:19 AM
found solution:

http://msdn.microsoft.com/en-us/library/system.web.ui.datavisualization.charting.stripline.intervaloffset.aspx