Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface HistogramViewModelProperties

Hierarchy

  • HistogramViewModelProperties

Index

Properties

Optional average

average: number

The statistical average of the data in the histogram.

Read more...

Optional bins

bins: Bin[]

An array of objects representing each bin in the histogram.

Read more...

Optional labelFormatFunction

labelFormatFunction: LabelFormatter

A function used to format labels.

Read more...

Optional max

max: number

The maximum value or bound of the entire histogram.

Read more...

Optional min

min: number

The minimum value or bound of the entire histogram.

Read more...

Generated using TypeDoc