I need to make a selected Line in a line chart work the same way as in hover.
In other words:
If there are no lines selected, then they should all be set to a default thickness, 100% opaque.
If one or more lines are selected, these lines become fully opaque and all other lines become partially opaque (25%).
I looked into the C# code for line, and it doesn't look like it can be done using the built in visual states. Is there any easy work around?
In other words:
If there are no lines selected, then they should all be set to a default thickness, 100% opaque.
If one or more lines are selected, these lines become fully opaque and all other lines become partially opaque (25%).
I looked into the C# code for line, and it doesn't look like it can be done using the built in visual states. Is there any easy work around?