Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

set axis arrow and location #380

Open
Wu-Z-J opened this issue Sep 22, 2023 · 1 comment
Open

set axis arrow and location #380

Wu-Z-J opened this issue Sep 22, 2023 · 1 comment

Comments

@Wu-Z-J
Copy link

Wu-Z-J commented Sep 22, 2023

how do I set CategoryAxis arrow visible and label location on the right side of the axis?

// I need label on the right side of the axis , but this location is bottom , middle or top
domainAxis.setLabelLocation(axisLabelLocation);

// only NumberAxis set arrow visible
rangeAxis.setPositiveArrowVisible(true);
@trashgod
Copy link
Contributor

trashgod commented Sep 22, 2023

I don't see any support for such arrows in a CategoryAxis; you may be able get some ideas from ValueAxis, which uses a rotated Polygon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants