new Plottable.Components.Label("Hello World!")
.yAlignment("center")
.renderTo("svg#example");
.angle()
/.angle(angle)
Gets/sets the angle of the label in degrees. Angles that are currently supported are -90, 0, and 90 degrees, where 0 degrees is horizontal.
.padding()
/.padding(padding)
Gets/sets the amount of padding around the label in pixels.
.text()
/.text(text)
Gets/sets the text in the label.