Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
sqlbug
Posting Yak Master
201 Posts |
Posted - 2013-12-13 : 18:01:56
|
Hi,I have 3 fields in the dataset: PositiveVal, NeutralVal and NegativeVal.These are my data fields for the chart.I have 3 Categories - Positive, Neutral and Negative - but the Legends show Category 1, Category 2 and so on, and I can see 6 green, 6 yellow, 6 red Categories that doesn't make sense.But the pie chart showing up appropriately. Problem - I'm trying to display the data labels, and it displays only the PositiveVal value, even when there's no PositiveVal present (when it's either Negative or Neutral).Because in VS 2010, the Chart properties dialog is not same as the VS 2005 - I couldn't find a way to fix this. Any ideas what I am doing wrong?Thanks. |
|
|
|
|