Hello,
Please see the attached image. The month names: Feb, Apr ... Dec are not show in the grid. How to force the grid to show all x-axis labels?
Best regards,
Zach_Shine
It works. Many thanks!
Hello Zach_Shine,
The chart auto-calculates the number of labels to show by default to fit the space(sometimes not that good with only a few points), but you can set that easily:
//inside the chart definition:
axes: [{
name:
"xAxis"
,
type:
"numericX"
interval: 1
}]
Found under axes settings in the API - https://www.igniteui.com/help/api/2019.1/ui.igDataChart#options
Regards,
Damyan