Hierarchy

  • StiAxisLabels

Implements

Index

Constructors

constructor

  • new StiAxisLabels(format?: string, textBefore?: string, textAfter?: string, angle?: number, font?: Font, antialiasing?: boolean, placement?: StiLabelsPlacement, color?: Color, width?: number, textAlignment?: StiHorAlignment, step?: number, allowApplyStyle?: boolean, wordWrap?: boolean): StiAxisLabels
  • Parameters

    • Default value format: string = ""
    • Default value textBefore: string = ""
    • Default value textAfter: string = ""
    • Default value angle: number = 0
    • Default value font: Font = new Font("Tahoma", 8)
    • Default value antialiasing: boolean = true
    • Default value placement: StiLabelsPlacement = StiLabelsPlacement.OneLine
    • Default value color: Color = Color.black
    • Default value width: number = 0
    • Default value textAlignment: StiHorAlignment = StiHorAlignment.Right
    • Default value step: number = 0
    • Default value allowApplyStyle: boolean = true
    • Default value wordWrap: boolean = false

    Returns StiAxisLabels

Properties

Protected _hash

_hash: StiMeta[]

allowApplyStyle

allowApplyStyle: boolean = true

angle

angle: number = 0

antialiasing

antialiasing: boolean = true

calculatedStep

calculatedStep: number

DBS use only!

color

color: Color = Color.black

core

font

font: Font = new Font("Tahoma", 8)

format

format: string = ""

formatService

formatService: StiFormatService

placement

placement: StiLabelsPlacement = StiLabelsPlacement.OneLine

step

step: number = 0

textAfter

textAfter: string = ""

textAlignment

textAlignment: StiHorAlignment = StiHorAlignment.Right

textBefore

textBefore: string = ""

width

width: number = 0

wordWrap

wordWrap: boolean = false

Methods

clone

implements

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

loadFromJsonObject

  • loadFromJsonObject(j: StiJson): void

loadFromXml

meta

saveToJsonObject

Generated using TypeDoc