Add Legend.ShowInvisibleSeries property #1763
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Adds the
Legend.ShowInvisibleSeriesproperty to control whether invisible series should be shown on the legendFixes #1730, by providing a way to turn off the new behaviour. The default behaviour is
true, such that the new behaviour is enabled by default.When
false, this property also disables the visibility toggling behaviour per #1723. With the various issues around events and the less-than-ideal situation of processing input upon hit-test, a more proper solution will be needed to #1723 in the future; however, this should suffice for 2.1, so that users can disable the new functionality if they wish.Checklist
Changes proposed in this pull request:
Legend.ShowInvisibleSeriespropertyShowInvisibleSeriesisfalse(fixes Invisible series are visible in the legend in version 2.1.0-Preview1 #1730)ShowInvisibleSeriesisfalse(addresses Disable legend behavior in version 2.1.0 #1723 prior to a re-working of legend interaction)Does this seem reasonable for the time being?
@oxyplot/admins