Skip to content

Line Plot: Show position label on axis #1122

@EFeru

Description

@EFeru

Feature description:

It would be very nice to have the posibility of tooltip for Draggable axis similar to crosshair tooltip #1093

VLine vLine = new VLine();
vLine = formsPlot.Plot.AddVerticalLine(0);
vLine.DragEnabled = true;
vLine.LabelEnabled = true;   // new

HLine hLine = new HLine();
hLine = formsPlot.Plot.AddHorizontalLine(0);
hLine.DragEnabled = true;
hLine.LabelEnabled = true;   // new

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