Skip to content

Heatmap: add a GetCellIndexes() function to facilitate mouse interactivity #1822

@swharden

Description

@swharden

Suggested by @tonpimenta in #1787

It would be nice if heatmaps had a method to allow something like this:

Form1_MouseMoved(object sender, MouseEventArgs e)
{
    double? value = myHeatmap.GetValue(formsPlot1.GetMouseCoordinates());
    Console.WriteLine($"Value under mouse: {value}");
}

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