Hierarchy

  • StiCardsElementStyle
    • StiSiennaCardsElementStyle

Implements

Index

Constructors

constructor

Properties

Protected _hash

_hash: StiMeta[]

backColor

backColor: Color = Color.white

cellBackColor

cellBackColor: Color = StiColor.get("#eee8dc")

cellDataBarsNegative

cellDataBarsNegative: Color = StiColor.get("#e83437")

cellDataBarsOverlapped

cellDataBarsOverlapped: Color = StiColor.get("#d8834d")

cellDataBarsPositive

cellDataBarsPositive: Color = StiColor.get("#8a693c")

cellForeColor

cellForeColor: Color = StiColor.get("#270e09")

cellIndicatorNegative

cellIndicatorNegative: Color = StiColor.get("#e83437")

cellIndicatorNeutral

cellIndicatorNeutral: Color = Color.lightGray

cellIndicatorPositive

cellIndicatorPositive: Color = StiColor.get("#8a693c")

cellSparkline

cellSparkline: Color = StiColor.get("#906e3e")

cellWinLossNegative

cellWinLossNegative: Color = Color.fromArgb(0xff, 0xff, 0, 0)

cellWinLossPositive

cellWinLossPositive: Color = StiColor.get("#8a693c")

componentId

componentId: StiComponentId = StiComponentId.StiSiennaDashboardCardsStyle

ident

ident: StiElementStyleIdent = StiElementStyleIdent.Sienna

lineColor

lineColor: Color = StiColor.get("#c9c2b2")

report

report: StiReport = null

seriesColors

seriesColors: Color[] = [StiColor.get("794d26"),StiColor.get("c7986a"),StiColor.get("c4b49a"),StiColor.get("894d29"),StiColor.get("422515"),StiColor.get("564438"),StiColor.get("876c57"),StiColor.get("d8814b"),StiColor.get("532525"),StiColor.get("59413f")]

toolTipBorder

toolTipBorder: StiSimpleBorder = new StiSimpleBorder(StiBorderSides.None, Color.white, 1, StiPenStyle.Solid)

toolTipBrush

toolTipBrush: StiSolidBrush = new StiSolidBrush(Color.fromArgb(150, 66, 37, 21))

toolTipCornerRadius

toolTipCornerRadius: StiCornerRadius = new StiCornerRadius(8)

toolTipTextBrush

toolTipTextBrush: StiSolidBrush = new StiSolidBrush(Color.white)

Accessors

collectionName

  • get collectionName(): string
  • set collectionName(value: string): void

conditions

dashboardName

  • get dashboardName(): string

description

  • get description(): string
  • set description(value: string): void

localizedName

  • get localizedName(): string

name

  • get name(): string
  • set name(value: string): void
  • Gets or sets a style name.

    Returns string

  • Gets or sets a style name.

    Parameters

    • value: string

    Returns void

properties

serviceCategory

  • get serviceCategory(): string

serviceEnabled

  • get serviceEnabled(): boolean
  • set serviceEnabled(value: boolean): void
  • Gets or sets the value whether a service is enabled or not.

    Returns boolean

  • Gets or sets the value whether a service is enabled or not.

    Parameters

    • value: boolean

    Returns void

serviceInfo

  • get serviceInfo(): string

serviceName

  • get serviceName(): string

serviceType

  • get serviceType(): Type

Methods

as

clone

  • clone(): any

drawBox

  • drawBox(g: Graphics, rect: Rectangle, paintValue: boolean, paintImage: boolean): void

drawStyle

  • drawStyle(g: Graphics, rect: Rectangle, paintValue: boolean, paintImage: boolean): void

equals

  • equals(obj: any, allowEqualName?: boolean, allowEqualDescription?: boolean): boolean
  • Parameters

    • obj: any
    • Default value allowEqualName: boolean = true
    • Default value allowEqualDescription: boolean = true

    Returns boolean

getStyleFromComponent

getStyleFromComponents

implements

  • implements(): any[]

is

is2

  • is2<T>(type: object | Interface<T>): boolean

Protected isPropertiesInitializedProtected

  • isPropertiesInitializedProtected(): boolean

isPropertyPresent

  • isPropertyPresent(key: any): boolean

loadFromJsonObject

  • loadFromJsonObject(jObject: StiJson): void

loadFromXml

  • loadFromXml(xmlNode: XmlNode): void

memberwiseClone

meta

saveToJsonObject

setStyleToComponent

toString

  • toString(): string

Static getStyle

Generated using TypeDoc