Radzen Line Chart sorts values on x-axies

Hi,

is there a way to stop reordering of x-axies value as I need to create a dyna graph in which values can go back on x-axis but line chart goes not allow me when I pass an array of unsorted values on x-axis then chart re arrange these values.

Hi @Muhammad_Mueen,

Indeed the RadzenChart will sort the category values if they are dates or numeric. You can try using a string property for the category - sorting shouldn't apply in that case.

Yes You are right I have tried string on category and it worked. but then value on axies starts to repeat like 1,2,3,2,1 it should display like 1,2,3

You can use only distinct values then.