Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Highlight series when hovering over series in legend #2153

Copy link
Copy link
@WimLeflere

Description

@WimLeflere
Issue body actions

I would like to highlight (increase stroke thickness) a series when you hover over it in the legend.
To be able to do that I need access to the legend to series mapping.

Either by making the mapping protected so a derived class of Legend can access it.
protected Dictionary<Series.Series, OxyRect> SeriesPosMap { get; set; }

Or by providing a point to series getter function.
protected Series.Series? GetSeriesThatIsHit(ScreenPoint point)

Would either of these options be accepted in a pull request?
Any preference?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.