Is there a way to make a chart's AxisX start on a particular day of the week? I have used the following line to set the AxisX scale to weeks:
CType
(Chart.Diagram, XYDiagram).AxisX.DateTimeMeasureUnit = DateTimeMeasurementUnit.Week
The data that I am graphing is divided into weeks already. These weeks start on Mondays and I was wondering if there is a way to also get the week within the chart to start on Mondays instead of Sundays (without changning any MS Windows settings). I am pretty sure this could be done by setting the argument type to qualitative and setting the label for each point accordingly. But is there a built in feature of the WebChartControl?
Thanks,
Phi