-
Notifications
You must be signed in to change notification settings - Fork 981
Closed
Description
Love Scottplot, so thank you for all your hard work on this.
Question: How do I underline text?
ScottPlot Version: 5.0
Code Sample:
var LabelText = new ScottPlot.Plottables.Text()
{
LabelText = Label,
LabelAlignment = Alignment.MiddleCenter,
Location = new(X, Y),
LabelFontColor = ScottPlot.Colors.Black,
LabelFontSize = 12,
LabelBold = true,
};
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels