Is there any way to provide custom axis label for cursor modifier or at least change label size? I could find only axis label stroke & fill properties in cursor modifier API.
- Sergey Chernyakov asked 3 years ago
- You must login to post comments
Hi Sergey,
Unfortunately right now there is now way to set custom axis label for the CursorModifier, neither is possible to change label size. Please use the “Submit a Feature Request” button on the right to ask for this feature. We add the most voted features to our backlog.
Another option is to hide axis labels completely and to create a custom chart modifier. The custom chart modifier will look similar to this MouseOverAnnotationModifier and will use Custom AxisMarkerAnnotation. The custom AxisMarkerModifier can use any image to show on the axis.
- Michael Klishevich answered 3 years ago
- You must login to post comments
Please login first to submit.