We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I tried to show the tickmarks each 0.1 but it do not show. It only show integer numbers Here the code:
GaugeBuilder.create() .prefSize(400, 400) .startAngle(330) .angleRange(300) .minValue(0) .maxValue(10) .value(4) .minorTickSpace(0.1) .majorTickSpace(1) .plainValue(false) .tickLabelOrientation(Gauge.TickLabelOrientation.HORIZONTAL) .threshold(70) .thresholdVisible(false) .minMeasuredValueVisible(true) .maxMeasuredValueVisible(true) .build();
The text was updated successfully, but these errors were encountered:
The github version of Enzo is a bit outdated, you should better use the version on bitbucket or take the binary from bintray.
Sorry, something went wrong.
HanSolo
No branches or pull requests
I tried to show the tickmarks each 0.1 but it do not show. It only show integer numbers
Here the code:
GaugeBuilder.create()
.prefSize(400, 400)
.startAngle(330)
.angleRange(300)
.minValue(0)
.maxValue(10)
.value(4)
.minorTickSpace(0.1)
.majorTickSpace(1)
.plainValue(false)
.tickLabelOrientation(Gauge.TickLabelOrientation.HORIZONTAL)
.threshold(70)
.thresholdVisible(false)
.minMeasuredValueVisible(true)
.maxMeasuredValueVisible(true)
.build();
The text was updated successfully, but these errors were encountered: