I am using line chart from WinRT XAML Toolkit. Now my IndependentValueBinding
is done from integer values from 1 to 5, but when it is displayed, it also shows floating values like 1.2, 1.4, 1.6, etc....
So how can I display only 1, 2, 3, 4 & 5 on the X axis.