Hierarchy

  • StiAxisLabels3D

Implements

Index

Constructors

constructor

  • new StiAxisLabels3D(format?: string, textBefore?: string, textAfter?: string, font?: Font, color?: Color, allowApplyStyle?: boolean): StiAxisLabels3D
  • Parameters

    • Default value format: string = ""
    • Default value textBefore: string = ""
    • Default value textAfter: string = ""
    • Default value font: Font = new Font("Tahoma", 8)
    • Default value color: Color = Color.black
    • Default value allowApplyStyle: boolean = true

    Returns StiAxisLabels3D

Properties

Protected _hash

_hash: StiMeta[]

allowApplyStyle

allowApplyStyle: 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

textAfter

textAfter: string = ""

textBefore

textBefore: string = ""

Methods

clone

  • clone(): any

implements

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

loadFromJsonObject

  • loadFromJsonObject(j: StiJson): void

loadFromXml

  • Parameters

    Returns void

meta

saveToJsonObject

Generated using TypeDoc