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

Support for dynamic axis position marker #278

Closed
eselmeister opened this issue Nov 29, 2021 · 2 comments
Closed

Support for dynamic axis position marker #278

eselmeister opened this issue Nov 29, 2021 · 2 comments
Assignees

Comments

@eselmeister
Copy link
Contributor

Especially when selecting data, it would be great to highlight the currently selected position at the X/Y axis.

@eselmeister
Copy link
Contributor Author

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);

Bildschirmfoto von 2021-11-29 08-24-28

A remaining issue is, that the scale on the Y axis has a slight offset. This needs further investigations.

@eselmeister
Copy link
Contributor Author

Bildschirmfoto von 2021-11-29 14-07-38

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

1 participant