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
Especially when selecting data, it would be great to highlight the currently selected position at the X/Y axis.
The text was updated successfully, but these errors were encountered:
#278 - Support for dynamic axis position marker
c390170
The position markers are disabled by default. One can activate the position marker either directly
axisSettings.setDrawPositionMarker(true);
or via the axis settings:
IChartSettings chartSettings = getChartSettings(); ISecondaryAxisSettings axisSettings = getSecondaryAxisSettingsX(..., chartSettings); axisSettings.setDrawPositionMarker(true);
A remaining issue is, that the scale on the Y axis has a slight offset. This needs further investigations.
Sorry, something went wrong.
Fixed #825 - Chromatogram Chart - retention time [min] position marker
85c1a0b
See: eclipse/swtchart#278
3337274
eselmeister
No branches or pull requests
Especially when selecting data, it would be great to highlight the currently selected position at the X/Y axis.
The text was updated successfully, but these errors were encountered: