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.

showEdgeValues

showEdgeValues: StiAutoBool = StiAutoBool.Auto

Gets or sets value which indicates that first and last arguments on axis will be shown anyway.

startFromZero

startFromZero: StiAutoBool = StiAutoBool.Auto

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

title

title: StiXChartAxisTitle = new StiXChartAxisTitle()

Gets or sets axis title settings.

visible

visible: boolean = false

Gets or sets visibility of axis.

Methods

as

clone

  • clone(): any

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

shouldSerializeShowEdgeValues

  • shouldSerializeShowEdgeValues(): boolean

shouldSerializeStartFromZero

  • shouldSerializeStartFromZero(): boolean

shouldSerializeTitle

  • shouldSerializeTitle(): boolean

Generated using TypeDoc