Values_0.ReferenceLineDynamicDataConfigurationSourceThe dynamic configuration of the reference line data configuration.
type nonrec t = {column : ColumnIdentifier.t;The column that the dynamic data targets.
*)measureAggregationFunction : AggregationFunction.t option;The aggregation function that is used in the dynamic data.
*)calculation : NumericalAggregationFunction.t;The calculation that is used in the dynamic data.
*)}val make :
?measureAggregationFunction:??? ->
column:ColumnIdentifier.t ->
calculation:NumericalAggregationFunction.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `String of DataSetIdentifier.t
| `Structure of
(string
* [> `Double of PercentileValue.t
| `Enum of string
| `String of String_.t
| `Structure of
(string * [> `Double of PercentileValue.t ]) list ])
list ])
list ])
list ]