SciChart.js ships with ~60 JavaScript Chart Examples which you can browse, play with, view the source code and see related documentation. All of this is possible with the SciChart.js Examples Suite, which ships as part of the SciChart.js SDK
Demonstrates how to use Rotation and Alignment of Axis Labels with SciChart.js, High Performance JavaScript Charts
This example uses rotation to create vertical labels so as to fit more onto a x axis. Y axis uses right aligned labels so decimals are nicely aligned.
maxAutoTicks has been increased to force more major gridlines to be rendered, and minor gridlines have been turned off. The default label alignment is Auto, meaning that labels will be aligned closest to the axis.
Rotation is is degrees clockwise.
All axes and label providers support rotation.