Skip to content

EtiquettePlot: new plot type that combines features from Label and Arrow #3420

@NicolasLairNET

Description

@NicolasLairNET

Suggestion: Add new plot for allowing users to create draggable and linkable labels (etiquettes). These etiquettes can be associated with specific elements and offer customization options for appearance and positioning.

Example of use :

var etiquette = formsPlot1.Plot.Add.Etiquette("Curve informations", 100, 200);
etiquette.LinkPoint.X = etiquette.x + 10;
etiquette.Label.BorderColor = Colors.Blue;
etiquette.Label.BackColor = Colors.Blue.WithAlpha(.5);
etiquette.Label.Padding = 5;
etiquette.Label.FontSpacing = 3;

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    Help WantedScott won't do this soon, but PRs from the community are welcome!

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions