Is there any way to format DataFieldY on telerik RadHtml Charts?
I tried following code;
RadHtmlChart3.PlotArea.Series[0].DataFieldY = String.Format("{0:0.00}","veriyuzde");
which produced no change.
Also, I used this
RadHtmlChart3.PlotArea.YAxis.LabelsAppearance.DataFormatString = "N";
but it only formats the labels when I want to format the values.
Am I missing something or is it impossible?
Thanks in advance.