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

HistogramBinOptions

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

The options that determine the presentation of histogram bins.

interface HistogramBinOptions {
BinCount?: BinCountOptions | null;
BinWidth?: BinWidthOptions | null;
SelectedBinType?: HistogramBinType | null;
StartValue?: number | null;
}

§Properties

§
BinCount?: BinCountOptions | null
[src]

The options that determine the bin count of a histogram.

§
BinWidth?: BinWidthOptions | null
[src]

The options that determine the bin width of a histogram.

§
SelectedBinType?: HistogramBinType | null
[src]

The options that determine the selected bin type.

§
StartValue?: number | null
[src]

The options that determine the bin start value.