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
620
Auto format CategoryDateTimeXAxis labels
posted

Hi

I have this chart with some data in it ranging for a few days. I need to have the XAxisLabel format  set to something like this when zoomed out:


    Label="{}{TimeStamp:dddd MMMM dd}"


But when I zoom in I want the time only


    Label="{}{TimeStamp:T}"

Is this possible without too much code behind? I hope for a simple property I have overlooked :-)