I’ve attached example code where setting “majorTickLineLength” appears to have no effect on the length of the major tick lines. I’m trying to make them shorter than the default (half the length). How can I adjust the length of these tick lines?
- Marcela Guerra asked 4 years ago
- You must login to post comments
Hi Paul,
Thanks for providing code sample. I could reproduce and fix this issue in our internal build ( fix will be available with next nightly build in our Maven repository ). It was caused by overriding tick length by chart theme. Theme is applied when you add axis into axis collection of chart so it overrides value which you set in your code. As temporary workaround you can try to set tick length after you add axis into axis collection or you can wait for nightly build which will be published abit later today ( v4.1.0.4480 and above )
Best regards,
Yura
- Yura Khariton answered 4 years ago
- You must login to post comments
Please login first to submit.