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] |
| • | Axis Intervals If chart elements represent data that cannot be divided into units smaller than 1 you may want to limit the axis interval which is using .5 increments. Try using: Axis.MinimumInterval = 1 [copy] |
| • | Element Labels If you would like to show element values on the chart, use: Chart.DefaultElement.ShowValue = true [copy] |
|
|
|
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 |