How to position JavaFx chart axis tickmark label -
i'm pretty new javafx. i'm using linechart numberaxis, , change position of tick mark labels on x axis, tick mark labels on same line tick mark, , right of tick mark (and not centered directly beneath tick mark)? don't see obvious way done. looks there no control on tick mark label position, except rotation. can create own axis extending valueaxis, still don't see way @ repositioning tick mark labels.
you have extend chart this.
public abstractclass yourcustomxychart extends chart {
Comments
Post a Comment