Skip to content

Highlight series when hovering over series in legend #2153

@WimLeflere

Description

@WimLeflere

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
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions