You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The font in my Axis class is not configurable at the moment but that I can change. Keep in mind that I don’t make use of css because most of the controls in this lib make use of canvas which is not directly stylable using css.
Hello @HanSolo ,
I try to change the font for the axis but it's not working for the moment (I've tried through css).
I could change the size with the
setAutoFontSize(false)
andsetTickLabelFontSize()
methods but I would like to change the font also.Do you have a sample on how to change it for the axis on a simple XYChart ?
Thanks,
Gerald
The text was updated successfully, but these errors were encountered: