Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface HistogramViewModel

Hierarchy

Index

Properties

average

average: number

The statistical average of the data in the histogram.

Read more...

Readonly binRange

binRange: number

The range of values for the histogram calculated from the bins.

Read more...

bins

bins: Bin[]

An array of objects representing each bin in the histogram.

Read more...

declaredClass

declaredClass: string

destroyed

destroyed: boolean

initialized

initialized: boolean

labelFormatFunction

labelFormatFunction: LabelFormatter

A function used to format labels.

Read more...

max

max: number

The maximum value or bound of the entire histogram.

Read more...

min

min: number

The minimum value or bound of the entire histogram.

Read more...

Readonly range

range: number

The range of values for the histogram.

Read more...

Readonly state

state: "disabled" | "ready"

The current state of the view model.

Read more...

Methods

Protected _get

  • _get(propertyName: string): any
  • _get<T>(propertyName: string): T
  • Parameters

    • propertyName: string

    Returns any

  • Type parameters

    • T

    Parameters

    • propertyName: string

    Returns T

Protected _set

  • Type parameters

    • T

    Parameters

    • propertyName: string
    • value: T

    Returns HistogramViewModel

destroy

  • destroy(): void
  • Returns void

get

  • get<T>(propertyName: string): T
  • get(propertyName: string): any
  • Type parameters

    • T

    Parameters

    • propertyName: string

    Returns T

  • Parameters

    • propertyName: string

    Returns any

Protected notifyChange

  • notifyChange(propertyName: string): void
  • Parameters

    • propertyName: string

    Returns void

set

  • Type parameters

    • T

    Parameters

    • propertyName: string
    • value: T

    Returns HistogramViewModel

  • Parameters

    Returns HistogramViewModel

watch

  • Parameters

    • path: string | string[]
    • callback: WatchCallback
    • Optional sync: boolean

    Returns WatchHandle

Generated using TypeDoc