Hi,
We have to switch languages dynamically in the app and we also need to handle some 'exotic' cultures like en_LU.
We use the override method for ViewForDataMarkerLabel and we got an issue on the format of the label.
The label is formatted by your library using a culture/locale we don't know about.
So we need to know which culture/locale was used by the chart component to format the data string, so that we can convert that string back to double using that same culture.
OR can we manually force a culture for the whole component instead of letting it use the default one ?
Best regards,
Anthony