Values_0.FunnelChartDataLabelOptionsSourceThe options that determine the presentation of the data labels.
type nonrec t = {visibility : Visibility.t option;The visibility option that determines if data labels are displayed.
*)categoryLabelVisibility : Visibility.t option;The visibility of the category labels within the data labels.
*)measureLabelVisibility : Visibility.t option;The visibility of the measure labels within the data labels.
*)position : DataLabelPosition.t option;Determines the positioning of the data label relative to a section of the funnel.
*)labelFontConfiguration : FontConfiguration.t option;The font configuration for the data labels. Only the FontSize attribute of the font configuration is used for data labels.
*)labelColor : HexColor.t option;The color of the data label text.
*)measureDataLabelStyle : FunnelChartMeasureDataLabelStyle.t option;Determines the style of the metric labels.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of HexColor.t
| `Structure of
(string
* [> `Enum of string
| `String of HexColor.t
| `Structure of
(string * [> `Enum of string | `String of PixelLength.t ])
list ])
list ])
list ]