Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface HistogramRangeSliderProperties

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

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

Read more...

Optional excludedBarColor

excludedBarColor: string | Color | number[]

Sets the color of the histogram bars that are excluded based on the specified rangeType.

Read more...

Optional id

id: string

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

Read more...

Optional includedBarColor

includedBarColor: string | Color | number[]

Sets the color of the histogram bars that are included in the specified rangeType.

Read more...

Optional label

label: string

The widget's label.

Read more...

Optional labelFormatFunction

labelFormatFunction: SliderLabelFormatter

A function used to format labels.

Read more...

Optional max

max: number

The maximum value or upper bound of the slider.

Read more...

Optional min

min: number

The minimum value or lower bound of the slider.

Read more...

Optional precision

precision: number

Defines how slider thumb values should be rounded.

Read more...

Optional rangeType

rangeType: "equal" | "not-equal" | "less-than" | "greater-than" | "at-most" | "at-least" | "between" | "not-between"

Indicates how the histogram bins should be rendered as the user slides the thumbs.

Read more...

Optional standardDeviation

standardDeviation: number

Indicates the standard deviation of the dataset.

Read more...

Optional standardDeviationCount

standardDeviationCount: number

Indicates the number of standard deviation lines to render on the histogram from the [average].

Read more...

Optional values

values: number[]

An array of either one or two numbers representing thumb positions on the slider.

Read more...

Optional viewModel

The view model for the widget.

Read more...

Optional visible

visible: boolean

Indicates whether the widget is visible.

Read more...

Generated using TypeDoc