I have a chart with DateTimes along the x-axis. I'd like to have those dates respond to application wide time zone changes. I've been implementing this in other places with a multibinding and multivalue converter. I bind the date and the timezone in the multibinding and the converter adds and removes the timezone offset.
Is it possible to do something simlar with the values in the x-axis labels?
Is it possible to do something simlar with the values in the x-axis labels?