Hierarchy

Implements

Index

Constructors

constructor

Properties

Protected _hash

_hash: StiMeta[]

angle

angle: number = 0

Gets or sets angle of label rotation.

color

color: Color = Color.transparent

Gets or sets color of labels drawing.

font

font: Font = new Font("Arial", 8)

Gets or sets font which will be used for axis label drawing.

placement

placement: StiLabelsPlacement = StiLabelsPlacement.AutoRotation

Gets or set mode of labels placement on axis.

step

step: number = 0

Gets or sets value which indicates with what steps do labels be shown on axis.

textAfter

textAfter: string = ""

Gets or sets string which will be output after argument string representation.

textAlignment

textAlignment: StiHorAlignment = StiHorAlignment.Right

Gets or sets label text alignment.

textBefore

textBefore: string = ""

Gets or sets string which will be output before argument string representation.

Methods

clone

  • clone(): any
  • Creates a new object that is a copy of the current instance.

    Returns any

    A new object that is a copy of this instance.

implements

  • implements(): any[]
  • Returns any[]

isDefault

  • isDefault(): boolean
  • Returns boolean

loadFromJsonObject

  • loadFromJsonObject(j: StiJson): void

loadFromXml

  • Parameters

    Returns void

meta

saveToJsonObject

shouldSerializeColor

  • shouldSerializeColor(): boolean
  • Returns boolean

shouldSerializeFont

  • shouldSerializeFont(): boolean
  • Returns boolean

Generated using TypeDoc