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.

direction

direction: StiDirection = StiDirection.BottomToTop

Gets or set text direction for axis 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

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

Generated using TypeDoc