I am using Dundas Dashboard and I am using pie chart. How do I format values that are being displayed in a pie chart. For example if I have a number 120000, I want it formatted as 120,000.
Any ideas and suggestions are much appreciated!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In the Dashboard Designer, select the pie chart and open up the Series property on the property grid.
In the popup window, you will see the properties for the data series shown on the pie chart. There’s a property called “Label Text”, and you can set it to a keyword which includes format string specifiers in curly braces.
For example:
#YVALUE1{#,0}should give you the format you’re looking for.You can get more information how how to use and format keywords here: http://support.dundas.com/Dashboard25.Design_Keywords.ashx
BTW, you should try v3.0 of Dundas Dashboard – there are numerous improvements which make designing dashboards significantly easier.