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 Images as Labels using SciChart.js, High Performance JavaScript Charts
SciChart JS v2 allows you to use anything as an axis label, even an image.
By default, the LabelProvider uses the size of the texture for layout, so we do not need to override the measurement functions here. However, if you want to allow your labels to overlap, you can do this by telling scichart they are smaller than they really are.
Label textures are automatically cached, so complex label rendering will not slow down your chart.