Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ClassBreaksResult

Object returned from the classBreaks() method.

Read more...

Hierarchy

  • Object
    • ClassBreaksResult

Index

Properties

classBreakInfos

classBreakInfos: ClassBreak[]

An array of objects describing the class breaks generated from the classBreaks() method.

Read more...

constructor

constructor: Function

The initial value of Object.prototype.constructor is the standard built-in Object constructor.

maxValue

maxValue: number

The maximum value of features in the dataset.

Read more...

minValue

minValue: number

The minimum value of features in the dataset.

Read more...

normalizationTotal

normalizationTotal: number

The normalization total if normalizationType is set to percent-of-total when generating class breaks with createClassBreaksRenderer().

Read more...

Methods

hasOwnProperty

  • hasOwnProperty(v: PropertyKey): boolean
  • Determines whether an object has a property with the specified name.

    Parameters

    • v: PropertyKey

      A property name.

    Returns boolean

isPrototypeOf

  • isPrototypeOf(v: Object): boolean
  • Determines whether an object exists in another object's prototype chain.

    Parameters

    • v: Object

      Another object whose prototype chain is to be checked.

    Returns boolean

propertyIsEnumerable

  • propertyIsEnumerable(v: PropertyKey): boolean
  • Determines whether a specified property is enumerable.

    Parameters

    • v: PropertyKey

      A property name.

    Returns boolean

toLocaleString

  • toLocaleString(): string
  • Returns a date converted to a string using the current locale.

    Returns string

toString

  • toString(): string
  • Returns a string representation of an object.

    Returns string

valueOf

  • valueOf(): Object
  • Returns the primitive value of the specified object.

    Returns Object

Generated using TypeDoc