Values_0.BoxPlotOptionsSourceThe options of a box plot visual.
type nonrec t = {styleOptions : BoxPlotStyleOptions.t option;The style options of the box plot.
*)outlierVisibility : Visibility.t option;Determines the visibility of the outlier in a box plot.
*)allDataPointsVisibility : Visibility.t option;Determines the visibility of all data points of the box plot.
*)}