Hi,
I set chart using telerik radchart. The X axis is showing date, the display is OK, yyyy-mm-dd. For my Y axis it is a currency value, here's my code:
chart.PlotArea.YAxis.Appearance.ValueFormat = Telerik.Charting.Styles.ChartValueFormat.Currency;
The culture of my apsx page is Culture="fr-CA" UICulture="fr-CA", I did not find anything to set the culture of the RadChart.
My problem is the currency number on the Y axis not display in the fr-CA culture like 10,00$ it display as 10.00$
What I am suppose to do to fix this ?
thanks
J-Francois
I set chart using telerik radchart. The X axis is showing date, the display is OK, yyyy-mm-dd. For my Y axis it is a currency value, here's my code:
chart.PlotArea.YAxis.Appearance.ValueFormat = Telerik.Charting.Styles.ChartValueFormat.Currency;
The culture of my apsx page is Culture="fr-CA" UICulture="fr-CA", I did not find anything to set the culture of the RadChart.
My problem is the currency number on the Y axis not display in the fr-CA culture like 10,00$ it display as 10.00$
What I am suppose to do to fix this ?
thanks
J-Francois