I have been exploring the Syncfusion documentation but have not been able to figure out how to add tooltips to the pointers of the Syncfusion Circle gauge. Since the gauge utilizes a canvas for drawing and the Syncfusion library is quite complex, I haven't gone beyond reading and some basic experimentation. I don't want to spend too much time trying to solve this issue without clear guidance. Currently, when constructing the gauge, I am using something similar to the code below. We already have tooltips implemented, but connecting them to the pointers would be ideal. I am unsure what additional information I can provide at this point to make my question clearer.
.Scales(sc =>
{
// Scale configurations
})