Top "Label" questions

A label is a placeholder for text and other UI elements.

In an Excel UserForm, how do I update a label's caption?

I created my first modeless UserForm in Excel and put an ActiveX label on it. How do I set the …

excel vba label caption userform
Add text to ggplot

(updated) I have ggplot like this, but then the x axis Date scaled: g1 <- ggplot(diamonds, aes(clarity, …

r ggplot2 label
How to use the <label> tag in ASP.NET?

How can I use the <label> tag within an ASP.NET application? I want it to be valid, …

asp.net html usability label
Add NewLine to label's Text at design time

How can I add newlines to a Label's Text at design time? There are some posts on Stack Overflow on …

c# winforms label newline windows-applications
How do I manually change the key labels in a legend in ggplot2

I am preparing a plot for publication. I created a stacked box plot to show frequency of patients in each …

r label key ggplot2
How do I assign multiple labels at once in matplotlib?

I have the following dataset: x = [0, 1, 2, 3, 4] y = [ [0, 1, 2, 3, 4], [5, 6, 7, 8, 9], [9, 8, 7, 6, 5] ] Now I plot it with: import matplotlib.pyplot as plt plt.plot(x, …

matplotlib label legend
How to insert a thousand separator (comma) with convert to double

I am trying to format the contents of a text box: this.lblSearchResults1.Text = Convert.ToDouble(lblSearchResults1.Text).ToString(); How …

c# label
Vertical (rotated) label in Android

I need 2 ways of showing vertical label in Android: Horizontal label turned 90 degrees counterclockwise (letters on the side) Horizontal label …

android label textview vertical-alignment
Update Label while processing in Windows Forms

What is the best way to update a label on a Windows Forms application while processing? I have a loop …

winforms label progress
Attributed Text Center Alignment

I have tried everything but cannot seem to center this text. Can someone please tell me where the error is. …

ios xcode label nsattributedstring centering