Hello,
I'm currently getting myself introduced to ChartView and in my project I would like for the horizontal axis (DateTimeContinuousAxis) to dynamically select a LabelFormat depending on the time being presented. For full hours I'd like it to be "mm/ddd HH", otherwise just "HH:mm".
I'd prefer to do it in MVVM if possible but I'm not too religious about it. I have tried using a converter but I don't know how to obtain the actual value being affected by the format.
Can this be achieved?
I'm currently getting myself introduced to ChartView and in my project I would like for the horizontal axis (DateTimeContinuousAxis) to dynamically select a LabelFormat depending on the time being presented. For full hours I'd like it to be "mm/ddd HH", otherwise just "HH:mm".
I'd prefer to do it in MVVM if possible but I'm not too religious about it. I have tried using a converter but I don't know how to obtain the actual value being affected by the format.
Can this be achieved?