Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface HistogramProperties

Hierarchy

Index

Properties

Optional average

average: number

The statistical average of the data in the histogram.

Read more...

Optional barCreatedFunction

barCreatedFunction: BarCreatedFunction

Function for styling bars representing histogram bins.

Read more...

Optional bins

bins: Bin[]

An array of objects representing each bin in the histogram.

Read more...

Optional container

container: string | HTMLElement

The ID or node representing the DOM element containing the widget.

Read more...

Optional dataLineCreatedFunction

dataLineCreatedFunction: DataLineCreatedFunction

Function that fires each time a data line is created.

Read more...

Optional dataLines

dataLines: HistogramDataLines[]

When set, renders lines on the histogram that indicate important or meaningful values to the end user.

Read more...

Optional id

id: string

The unique ID assigned to the widget when the widget is created.

Read more...

Optional label

label: string

The widget's label.

Read more...

Optional labelFormatFunction

labelFormatFunction: LabelFormatter

A function used to format labels on the histogram.

Read more...

Optional layout

layout: "horizontal" | "vertical"

Determines the orientation of the Histogram widget.

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...

Optional viewModel

The view model for the Histogram widget.

Read more...

Optional visible

visible: boolean

Indicates whether the widget is visible.

Read more...

Generated using TypeDoc