Hi. I have bound the MinimumValue and MaximumValue properties of a CategoryDateTimeXAxis to my view model and it is possible that the X axis range will be beyond the range of any series bound to the chart. In other words it is possible that xaxis.MaximumValue > max(series.X). This is by design.
Is it possible to apply a theme to the portion of the plot area that does not contain any data? Ideally I would like to shade this area red to indicate "no data".
Many thanks
Thanks. I have adapted your solution to allow multiple templates with animations and interactions and it works great. I did consider the overlay approach, and will probably explore this approach some more, particularly since I need to allow adhoc user annotations on charts suggesting the need for a common methodology for chart enrichment.
Thanks again
HtD
Yep,
There is still not more native approach to this sort of annotation.
There are ValueOverlays now that are appropriate for some scenarios, so you may want to investigate them.
Graham
You posted a solution for strip lines at the link below, but this was some time ago. Would this still be a recommended approach for highlighting regions of the chart?
http://forums.infragistics.com/forums/p/45157/246174.aspx#246174