Hi Sudharsini Ravikumar,
Thanks for your interest in Syncfusion Products.
The link for the sample which you have asked for has been expired, however we have created a new sample for you. To enable logarithmic values you have to set the ChartAxis ValueType Property to Logarithmic and LogarithmicBase property to your desired log base as in below code snippet.
Code Snippet [Xaml]
<syncfusion:ChartAxis ValueType=”Logarithmic” LogarithmicBase=”10”/>
Code Snippet [C#]
Chart1.Areas[0].SecondaryAxis.ValueType= ChartValueType.Logarithmic;
Chart1.Areas[0].SecondaryAxis.LogarithmicBase=10;
We also like to inform you that we have enhanced the Logarithmic feature in our upcoming Volume 3 Release (2012). Please create a direct track incident to know more about this enhancement in our upcoming release.
Please let us know if you have any concerns.
Thanks
Michael Prabhu.