Hierarchy

  • StiChartLabels

Implements

Index

Constructors

constructor

Properties

Protected _hash

_hash: StiMeta[]

autoRotate

autoRotate: boolean = false

Gets or sets value which enables or disables auto rotate mode drawing of the labels.

axisPosition

axisPosition: StiChartLabelsPosition = StiChartLabelsPosition.None

clusteredColumn3dPosition

clusteredColumn3dPosition: StiChartLabelsPosition = StiChartLabelsPosition.Center

doughnutPosition

doughnutPosition: StiChartLabelsPosition = StiChartLabelsPosition.Center

element

font

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

Gets or set a font which will be used for the labels drawing.

foreColor

foreColor: Color = Color.transparent

Gets or sets a color which will be used for the labels drawing.

funnelPosition

funnelPosition: StiChartLabelsPosition = StiChartLabelsPosition.Center

heatmapPosition

heatmapPosition: StiChartLabelsPosition = StiChartLabelsPosition.Center

line3dPosition

line3dPosition: StiChartLabelsPosition = StiChartLabelsPosition.Center

pictorialStackedPosition

pictorialStackedPosition: StiChartLabelsPosition = StiChartLabelsPosition.Right

pie3dPosition

pie3dPosition: StiChartLabelsPosition = StiChartLabelsPosition.Center

piePosition

piePosition: StiChartLabelsPosition = StiChartLabelsPosition.Center

radarPosition

radarPosition: StiChartLabelsPosition = StiChartLabelsPosition.None

style

style: StiChartLabelsStyle = StiChartLabelsStyle.CategoryValue

Gets or sets a style of the labels.

textAfter

textAfter: string = ""

Gets or sets string which will be output after the labels string representation.

textBefore

textBefore: string = ""

Gets or sets string which will be output before the labels string representation.

treemapPosition

treemapPosition: StiChartLabelsPosition = StiChartLabelsPosition.Center

width

width: number = 0

wordWrap

wordWrap: boolean = false

Accessors

position

Methods

clone

  • Creates a new object that is a copy of the current instance.

    Returns StiChartLabels

    A new object that is a copy of this instance.

implements

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

loadFromJsonObject

  • loadFromJsonObject(j: StiJson): void

loadFromXml

  • Parameters

    Returns void

meta

saveToJsonObject

Generated using TypeDoc