Values_0.DataLabelOptionsSourceThe options that determine the presentation of the data labels.
type nonrec t = {visibility : Visibility.t option;Determines the visibility of the data labels.
*)categoryLabelVisibility : Visibility.t option;Determines the visibility of the category field labels.
*)measureLabelVisibility : Visibility.t option;Determines the visibility of the measure field labels.
*)dataLabelTypes : DataLabelTypes.t option;The option that determines the data label type.
*)position : DataLabelPosition.t option;Determines the position of the data labels.
*)labelContent : DataLabelContent.t option;Determines the content of the data labels.
*)labelFontConfiguration : FontConfiguration.t option;Determines the font configuration of the data labels.
*)labelColor : HexColor.t option;Determines the color of the data labels.
*)overlap : DataLabelOverlap.t option;Determines whether overlap is enabled or disabled for the data labels.
*)totalsVisibility : Visibility.t option;Determines the visibility of the total.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `Structure of
(string * [> `Enum of string | `String of FieldId.t ])
list ])
list ]
list
| `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 ]