Class StiRadarAxisLabels

Hierarchy

  • StiRadarAxisLabels

Implements

Index

Constructors

constructor

  • new StiRadarAxisLabels(format?: string, font?: Font, antialiasing?: boolean, drawBorder?: boolean, color?: Color, borderColor?: Color, brush?: StiBrush, allowApplyStyle?: boolean, rotationLabels?: boolean, width?: number, wordWrap?: boolean): StiRadarAxisLabels
  • Parameters

    • Default value format: string = ""
    • Default value font: Font = new Font("Tahoma", 8)
    • Default value antialiasing: boolean = true
    • Default value drawBorder: boolean = false
    • Default value color: Color = Color.black
    • Default value borderColor: Color = Color.black
    • Default value brush: StiBrush = new StiSolidBrush(Color.gainsboro)
    • Default value allowApplyStyle: boolean = true
    • Default value rotationLabels: boolean = true
    • Default value width: number = 0
    • Default value wordWrap: boolean = false

    Returns StiRadarAxisLabels

Properties

Protected _hash

_hash: StiMeta[]

allowApplyStyle

allowApplyStyle: boolean = true

antialiasing

antialiasing: boolean = true

borderColor

borderColor: Color = Color.black

brush

brush: StiBrush = new StiSolidBrush(Color.gainsboro)

color

color: Color = Color.black

core

drawBorder

drawBorder: boolean = false

font

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

format

format: string = ""

rotationLabels

rotationLabels: boolean = true

textAfter

textAfter: string = ""

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