Hierarchy

Implements

Index

Constructors

constructor

Properties

Protected _hash

_hash: StiMeta[]

borderColor

borderColor: Color = Color.gray

brush

brush: StiBrush = new StiSolidBrush(Color.white)

chart

chart: IStiChart = null

columnWidth

columnWidth: number = 0

core

direction

direction: StiLegendDirection = StiLegendDirection.TopToBottom

font

font: Font = new Font("Arial", 8, FontStyle.Bold)

hideSeriesWithEmptyTitle

hideSeriesWithEmptyTitle: boolean

horAlignment

horAlignment: StiLegendHorAlignment = StiLegendHorAlignment.RightOutside

horSpacing

horSpacing: number = 4

labelsColor

labelsColor: Color = Color.gray

markerAlignment

markerAlignment: StiMarkerAlignment = StiMarkerAlignment.Left

markerBorder

markerBorder: boolean = true

markerSize

markerSize: Size = new Size(10, 10)

markerVisible

markerVisible: boolean = true

showShadow

showShadow: boolean = true

size

size: SizeD

title

title: string = ""

titleColor

titleColor: Color = Color.gray

titleFont

titleFont: Font = new Font("Arial", 14, FontStyle.Bold)

vertAlignment

vertAlignment: StiLegendVertAlignment = StiLegendVertAlignment.Center

vertSpacing

vertSpacing: number = 2

visible

visible: boolean = true

wordWrap

wordWrap: boolean

Accessors

allowApplyStyle

  • get allowApplyStyle(): boolean
  • set allowApplyStyle(value: boolean): void

columns

  • get columns(): number
  • set columns(value: number): void

propName

  • get propName(): string

Methods

clone

implements

  • implements(): any[]

loadFromJsonObject

  • loadFromJsonObject(j: StiJson): void

loadFromXml

meta

saveToJsonObject

Static loadFromJsonObjectInternal

Static loadLabelsFromXml

Generated using TypeDoc