Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

BoxPlotStyleOptions

import type { BoxPlotStyleOptions } from "https://aws-api.deno.dev/v0.4/services/quicksight.ts?docs=full";

The style options of the box plot.

interface BoxPlotStyleOptions {
FillStyle?: BoxPlotFillStyle | null;
}

§Properties

§
FillStyle?: BoxPlotFillStyle | null
[src]

The fill styles (solid, transparent) of the box plot.