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

Tag Property #199

Closed
ajayre opened this issue Sep 22, 2021 · 3 comments
Closed

Tag Property #199

ajayre opened this issue Sep 22, 2021 · 3 comments
Labels
enhancement New feature or request

Comments

@ajayre
Copy link

ajayre commented Sep 22, 2021

It would be cool if the LineSeries class had a Tag object property:

public object Tag {get; set; }

because it would then allow developers to attach their own class instances to a series to store additional non-visual data about the series.

I know I can easily do this with a subclass of LineSeries but it would be nice if it was built in.

@CodeWithMichal
Copy link
Contributor

I would suggest adding it as well to other chart elements like Axes and Sections

@beto-rodriguez beto-rodriguez added the enhancement New feature or request label Oct 11, 2021
@sigmarsson
Copy link

When do you plan releasing this property ? Until then is there a workaround to tag series ?

beto-rodriguez added a commit that referenced this issue Sep 1, 2022
@beto-rodriguez
Copy link
Owner

Fixed with the referenced commit and will be included in the next version of the library.

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

No branches or pull requests

4 participants