Hierarchy

Implements

Index

Constructors

constructor

Properties

Protected _hash

_hash: StiMeta[]

labels

labels: StiChartAxisLabels = new StiChartAxisLabels()

Gets or sets axis labels settings.

range

range: StiChartAxisRange = new StiChartAxisRange()

Gets or sets axis range settings.

startFromZero

startFromZero: boolean = true

Gets or sets value which indicates that all arguments will be shows from zero.

title

title: StiYChartAxisTitle = new StiYChartAxisTitle()

Gets or sets axis title settings.

visible

visible: boolean = true

Gets or sets visibility of axis.

Methods

as

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[]

is

is2

  • is2<T>(type: object | Interface<T>): boolean

isDefault

  • isDefault(): boolean

loadFromJsonObject

  • loadFromJsonObject(j: StiJson): void

loadFromXml

meta

saveToJsonObject

shouldSerializeLabels

  • shouldSerializeLabels(): boolean

shouldSerializeRange

  • shouldSerializeRange(): boolean

shouldSerializeStartFromZero

  • shouldSerializeStartFromZero(): boolean
  • Returns boolean

shouldSerializeTitle

  • shouldSerializeTitle(): boolean
  • Returns boolean

Generated using TypeDoc