Hi telerik-Support
I add all series manually via code-behind. The values for x-axis are dates and for y-axis are ints.
After render to the client the tool-tip shows the milliseconds of the date. You can see it on the attached file.
On code-behind I configure the series item like this:
How can I archive that on client side the date would be shown and not the milliseconds.
Thanks,
Christian
I add all series manually via code-behind. The values for x-axis are dates and for y-axis are ints.
After render to the client the tool-tip shows the milliseconds of the date. You can see it on the attached file.
On code-behind I configure the series item like this:
...lineSeries.LabelsAppearance.DataFormatString = "{1}";lineSeries.TooltipsAppearance.DataFormatString = "{1}<br/>{0:d}";...Thanks,
Christian