Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
450
Missing data styling
posted

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