Hierarchy

  • StiAxisTitle

Implements

Index

Constructors

constructor

  • Parameters

    • Default value font: Font = new Font("Tahoma", 12, FontStyle.Bold)
    • Default value text: string = ""
    • Default value color: Color = Color.black
    • Default value antialiasing: boolean = true
    • Default value alignment: StringAlignment = StringAlignment.Center
    • Default value direction: StiDirection = StiDirection.LeftToRight
    • Default value allowApplyStyle: boolean = true
    • Default value position: StiTitlePosition = StiTitlePosition.Outside

    Returns StiAxisTitle

Properties

Protected _hash

_hash: StiMeta[]

alignment

alignment: StringAlignment = StringAlignment.Center

allowApplyStyle

allowApplyStyle: boolean = true

antialiasing

antialiasing: boolean = true

color

color: Color = Color.black

core

direction

direction: StiDirection = StiDirection.LeftToRight

font

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

position

position: StiTitlePosition = StiTitlePosition.Outside

text

text: string = ""

Methods

clone

implements

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

loadFromJsonObject

  • loadFromJsonObject(j: StiJson): void

loadFromXml

meta

saveToJsonObject

Generated using TypeDoc