Suggestions | • | Axis Tick Mark Alignment A category or sequence time axis scale traditionally uses tick marks that are centered between tick labels. To do this use: Axis.CenterTickMarks = false [copy] |
| • | Element Labels If you would like to show element values on the chart, use: Chart.DefaultElement.ShowValue = true [copy] |
| • | 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 |