Suggestions | • | Element Labels If you would like to show element values on the chart, use: Chart.DefaultElement.ShowValue = true [copy] |
| • | Axis Tick Labels When using a stacked axis scale, the sum label of your stacked data for each column does not apear on top of the stack. There solution is to show the sum in the axis ticks representing the columns. See sample features/ElementTemplate.aspx |
| • | Make Your Chart Interactive If you would like to have tool tips when users mouse over elements, try using code similar to: Chart.DefaultElement.Tooltip="%Name = %Value" [copy]. Elements can also be clickable using code like: Chart.DefaultElement.URL="?ClickedElement=%Name" [copy]. See also: Interactivity Tutorial |
|
|
|
About This tool will dynamically detect what the chart is doing and offer suggestions to improve or fix possible issues. |
| | • | An internet connection may be required to views specified help topics. | | • | Suggested samples can be found in the downloaded zip file. | | • | Chart mentor can be disabled by setting the Chart.Mentor or Chart.Debug property to false. |
|
| Quick Links: Knowledge Base | Online Documentation | Support | Mentor Comments/Suggestions |