EJSC.AnalogGaugeSeries.label

See Also

 

Definition

 

object label = {

       className:        '' ,

       textAlign:        'center' ,

       position:        'centerBottom' ,

       lines:                 1

}

 

Description

 

Defines the parameters for the label on the gauge.

 

Properties

 

string        className        – Defines a class (to be defined in an attached stylesheet) to be applied to the label.

string        textAlign        – Defines the alignment of the text in the label ('left', 'center', or 'right').

string        position        – Defines the position on the gauge the label will be placed (see below).

integer        lines                – Defines the number of lines to display in the label.  (Text will overflow unless otherwise specified in the attached style class).

 

Values for position:

bottom
centerBottom
centerLeft
centerRight
centerTop
left
right
top