The HPercentRenderer class draws a text label and a horizontal rectangle
split into two halves. The left half shows the percent value while the right
half shows the remainder. The percentage is a numeric value from 0.0 to
100.0 assigned to this renderer's data property. A vertical
stroke separates the two halves.
Type: uint Format: Color CSS Inheritance: yes
Determines the stroke color of the vertical indicator line.
The default value is 0x000000.
HPercentRenderer
indicatorHeight
Type: Number Format: Length CSS Inheritance: no
Determines the number of pixels height of the vertical indicator
line stroke.
The default value is 8.
HPercentRenderer
indicatorWidth
Type: Number Format: Length CSS Inheritance: no
Determines the number of pixels width of the vertical indicator
line stroke.
The default value is 2.
HPercentRenderer
paddingBottom
Type: Number Format: Length CSS Inheritance: no
Number of pixels between the component's bottom border
and the bottom edge of its content area.
The default value is 0.
HPercentRenderer
paddingLeft
Type: Number Format: Length CSS Inheritance: no
Number of pixels between the component's left border
and the left edge of its content area.
The default value is 0.
HPercentRenderer
paddingRight
Type: Number Format: Length CSS Inheritance: no
Number of pixels between the component's right border
and the right edge of its content area.
The default value is 0.
HPercentRenderer
paddingTop
Type: Number Format: Length CSS Inheritance: no
Number of pixels between the component's top border
and the top edge of its content area.
The default value is 0.
HPercentRenderer
percentColor
Type: uint Format: Color CSS Inheritance: yes
Determines the percentage's fill color.
The default value is 0x8DB3DF.
HPercentRenderer
remainderColor
Type: uint Format: Color CSS Inheritance: yes
Determines the percentage's fill color.
The default value is 0xCCCCCC.