Hierarchy

Implements

Index

Constructors

constructor

Properties

Protected _hash

_hash: StiMeta[]

alignment

alignment: StringAlignment = StringAlignment.Center

Gets or sets title text alignment.

color

color: Color = Color.transparent

Gets or sets color which will be used for title drawing.

font

font: Font = new Font("Arial", 12, FontStyle.Bold)

Gets or set font which will be used for axis title drawing.

position

position: StiTitlePosition = StiTitlePosition.Outside

Gets or sets title text position.

text

text: string = ""

Gets or sets title text.

visible

visible: boolean = true

Gets or sets visibility of axis.

Methods

as

  • Type parameters

    • T

    Parameters

    Returns T

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

is

  • Type parameters

    • T

    Parameters

    Returns this

is2

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

    • T

    Parameters

    Returns boolean

isDefault

  • isDefault(): boolean

loadFromJsonObject

  • loadFromJsonObject(j: StiJson): void

loadFromXml

  • Parameters

    Returns void

meta

saveToJsonObject

Generated using TypeDoc