I have multiple win charts whoes Y axis is formated to a financial pounds and pence using
chart..Axis.Y.Labels.ItemFormatString = "<DATA_VALUE:#,###>"
however i want to be able to insert into that format the currency symbol that is appropriatefor the user. we store their currency details but i am unsure how to insert the CurrencySymbol.
Any help will be greatly appreciated. as i have been banging my head of this for some time.
"<DATA_VALUE:c>" works too and should use the current culture's currency symbol.
that is a much tidier solution to the one i came up with. Thanks