Hi Kevin,
If you wish to tell the axis that it has to display every label you need to specify custom step of 1 - for example:
ordinalScale.MajorTickMode = MajorTickMode.CustomStep;
ordinalScale.CustomStep = 1;
Hope this helps - let us know if you meet any problems.
Best Regards,
Nevron Support Team