DragonL Posted August 23, 2007 Report Share Posted August 23, 2007 Using the financial extension in winforms, I want to set the currency symbol used in the price title mask. This is what I can find in the docs: financial1.Gallery.Analytical.PriceTitleMask = "Date: %T% Open: %o Close: %c"; Unfortunately, the currency symbol is not set here, but comes out as a dollar sign. I have tried setting the currency symbol in the charts culture, but that doesn't seem to make any difference. What is the right way to do this? Very thankful for any pointers! Cheers, Joao Quote Link to comment Share on other sites More sharing options...
Frank Posted August 30, 2007 Report Share Posted August 30, 2007 Set the Culture to thethe Financial extension object: finacial1.Culture = new CultureInfo(...); Quote Link to comment Share on other sites More sharing options...
DragonL Posted September 10, 2007 Author Report Share Posted September 10, 2007 Thanks Frank! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.