The _FunnelLabelConfiguration type exposes the following members.
Constructors
| Name | Description |
---|
 | _FunnelLabelConfiguration | For internal usage only. Describes the properties of the funnel series labels in a chart. |
Properties
| Name | Description |
---|
 | align | Defines the alignment of the funnel labels. Accepted values are "center", "right", "left" |
 | background | Gets or sets the background color of the labels. Any valid CSS color is accepted. |
 | border | Gets the border settings of the labels. |
 | color | Gets or sets the text color of the labels. Any valid CSS color is accepted. |
 | culture | Gets or sets the culture of the labels. |
 | font | Gets or sets the font style of the labels. |
 | format | Gets or sets the format of the labels. |
 | margin | Gets the margin settings of the labels. |
 | padding | Gets the padding settings of the labels. |
 | position | Defines the position of the funnel labels. Accepted values are: "center" - labels are positioned at the center of the funnel segments; "top" - labels are positioned at the top of the funnel segments; "bottom" - labels are positioned at the bottom of the funnel segments; Default value is "center". |
 | template | Gets or sets the label template. Inside the template, the 'value' variable exposes the label value. |
 | visible | Gets or sets the visibility of the labels. |
See Also