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 Scale A category axis is showing values but is represented by strings, hence, it behaves like a category axis. Therefore, value related features such as scale range or intervals cannot be used. To use a true quantitative axis, try setting Axis.Scale = Scale.Normal [copy] or Scale.Time [copy] |
| • | No Data If the no data message is shown in error, please see the kb below for possible solutions. The 'No Data' label can be modified by using code such as: Chart.NoDataLabel.Text = "Invalid Data" [copy] See also: No Data KB | Detecting No Data |
|
|
|