Hierarchy

  • StiDataTopN

Implements

Index

Constructors

constructor

  • new StiDataTopN(mode?: StiDataTopNMode, count?: number, showOthers?: boolean, othersText?: string, measureField?: string): StiDataTopN
  • Parameters

    • Optional mode: StiDataTopNMode
    • Optional count: number
    • Optional showOthers: boolean
    • Optional othersText: string
    • Optional measureField: string

    Returns StiDataTopN

Properties

Protected _hash

_hash: StiMeta[]

count

count: number = 5

Gets or sets the number of output values.

measureField

measureField: string = ""

Gets or sets meausure field name.

mode

mode: StiDataTopNMode = StiDataTopNMode.None

Gets or sets output values mode.

othersText

othersText: string = ""

Gets or sets signature for other values.

showOthers

showOthers: boolean = true

Gets or sets value which indicates whether to display other values.

Methods

clone

  • Creates a new object that is a copy of the current instance.

    Returns StiDataTopN

    A new object that is a copy of this instance.

getUniqueCode

  • getUniqueCode(): number
  • Returns number

isDefault

  • isDefault(): boolean
  • Returns boolean

loadFromJsonObject

  • loadFromJsonObject(j: StiJson): void

loadFromXml

  • Parameters

    Returns void

meta

saveToJsonObject

toString

  • toString(): string
  • Returns string

Static createFromJsonObject

Static createFromXml

Generated using TypeDoc