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
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.
The text was updated successfully, but these errors were encountered:
I would suggest adding it as well to other chart elements like Axes and Sections
Sorry, something went wrong.
When do you plan releasing this property ? Until then is there a workaround to tag series ?
fixes #199
3fa1b31
Fixed with the referenced commit and will be included in the next version of the library.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: