Hi,
Apparently I can't format my series tooltips to human readable date using DataFormatString.
I tried {0:d} and many other date formatting but the tooltips always show up as 1399852800000 for example.
My RadHtmlChart/ScatterLine contain multiple ScatterLineSeries added programmatically. Every item X value are DateTime converted to Unix time.
My X-Axis has his Type set to date and apparently format correctly with "yyyy-MM-dd".
Any help?
Thank you.
Apparently I can't format my series tooltips to human readable date using DataFormatString.
I tried {0:d} and many other date formatting but the tooltips always show up as 1399852800000 for example.
My RadHtmlChart/ScatterLine contain multiple ScatterLineSeries added programmatically. Every item X value are DateTime converted to Unix time.
My X-Axis has his Type set to date and apparently format correctly with "yyyy-MM-dd".
Any help?
Thank you.