Top "Label" questions

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

Add several attributes to a NSMutableAttributedString

I'm trying to add several attributes to a NSMutableAttributedString; i tried this: let stringNumero: NSString = "\(squadra.cori.count)" //= two-digit number …

swift label uifont nsmutablestring
A #define in C with three dots

#define LOGI(...) ((void)__android_log_print(ANDROID_LOG_INFO, "native-activity", __VA_ARGS__)) #define LOGW(...) ((void)__android_log_print(ANDROID_LOG_…

c label c-preprocessor notation variadic-macros
Geom_text with two labels in ggplot graph

I'm struggling with an additional label that I would like to add to my ggplot graph. Here is my data …

r ggplot2 label point geom-text
R graphics: Add labels to stacked bar chart

I am looking for a way to add labels, i.e. absolute values, into a stacked bar chart using the …

r label bar-chart stacked
How to live check a NSTextField - Swift OS X

I am currently making an OS X application written in Swift. What I want to do is when the user …

macos label swift2 nstextfield
Vba - Set transparent color or direct hex value of label backcolor?

I want to insert a label into a PowerPoint presentation. But I don't want any background on there, or, have …

vba label hex rgb backcolor
Text On each bar of a stacked bar chart d3.js

I would like to have some text in each bar of a stacked bar in stacked bar chart provided in …

d3.js label bar-chart stacked-chart
Resize JavaFX Label if overrun

I have a Label in a GridPane in a TitledPane. I want it to downsize stepwise by 0.05em if it …

javafx resize label ellipsis overrun
Add text label to d3 node in Force layout

This is my code look like, you can also have full code on JsFiddle . I want to have labels on …

javascript d3.js text label force-layout
How do I make custom hover labels? Excel

Is there a way to have a hover box display something other than "Series "POSITION" Point "2/24/2012" Data Label"? I would …

excel vba hover label mousehover