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
1255
NumericXaxis Label in Blazor DataChart
posted

I have a NumericXAxis where the X axis values are OADate double values.  I need to have the x Axis label convert the OADate value to a DateTime display string.  I know how to do this in both your javascript and WPF DataCharts but I cannot find an equivalent for the Blazor DataChart NumericXAxis.

How would I get the Blazor DataChart to do this conversion.