Hierarchy

Implements

Index

Constructors

constructor

  • new StiChartStyle(name?: string, description?: string, report?: StiReport): StiChartStyle
  • Parameters

    • Default value name: string = ""
    • Default value description: string = ""
    • Default value report: StiReport = null

    Returns StiChartStyle

Properties

Protected _hash

_hash: StiMeta[]

allowUseBorderFormatting

allowUseBorderFormatting: boolean = true

allowUseBorderSides

allowUseBorderSides: boolean = true

allowUseBrush

allowUseBrush: boolean = true

axisLabelsColor

axisLabelsColor: Color = Color.fromArgb(140, 140, 140)

axisLineColor

axisLineColor: Color = Color.fromArgb(140, 140, 140)

axisTitleColor

axisTitleColor: Color = Color.fromArgb(140, 140, 140)

basicStyleColor

basicStyleColor: Color = Color.whiteSmoke

border

border: StiBorder = new StiBorder()

brush

brush: StiBrush = new StiSolidBrush(Color.white)

brushType

brushType: StiBrushType = StiBrushType.Solid

chartAreaBorderColor

chartAreaBorderColor: Color = Color.fromArgb(171, 172, 173)

chartAreaBorderThickness

chartAreaBorderThickness: number = 1

chartAreaBrush

chartAreaBrush: StiBrush = new StiSolidBrush(Color.white)

chartAreaShowShadow

chartAreaShowShadow: boolean = false

gridLinesHorColor

gridLinesHorColor: Color = Color.fromArgb(100, 105, 105, 105)

gridLinesVertColor

gridLinesVertColor: Color = Color.fromArgb(100, 105, 105, 105)

interlacingHorBrush

interlacingHorBrush: StiBrush = new StiSolidBrush(Color.fromArgb(10, 155, 155, 155))

interlacingVertBrush

interlacingVertBrush: StiBrush = new StiSolidBrush(Color.fromArgb(10, 155, 155, 155))

legendBorderColor

legendBorderColor: Color = Color.fromArgb(105, 105, 105)

legendBrush

legendBrush: StiBrush = new StiSolidBrush(Color.white)

legendLabelsColor

legendLabelsColor: Color = Color.fromArgb(140, 140, 140)

legendTitleColor

legendTitleColor: Color = Color.fromArgb(105, 105, 105)

markerVisible

markerVisible: boolean = true

report

report: StiReport = null

seriesBorderThickness

seriesBorderThickness: number = 1

seriesCornerRadius

seriesCornerRadius: StiCornerRadius = new StiCornerRadius(0)

seriesLabelsBorderColor

seriesLabelsBorderColor: Color = Color.fromArgb(140, 140, 140)

seriesLabelsBrush

seriesLabelsBrush: StiBrush = new StiSolidBrush(Color.white)

seriesLabelsColor

seriesLabelsColor: Color = Color.fromArgb(90, 90, 90)

seriesLabelsLineColor

seriesLabelsLineColor: Color = Color.fromArgb(140, 140, 140)

seriesLighting

seriesLighting: boolean = false

seriesShowBorder

seriesShowBorder: boolean = false

seriesShowShadow

seriesShowShadow: boolean = false

styleColors

styleColors: Color[] = [Color.fromArgb(112, 173, 71),Color.fromArgb(68, 114, 196),Color.fromArgb(255, 192, 0),Color.fromArgb(67, 104, 43),Color.fromArgb(253, 106, 55),Color.fromArgb(153, 115, 0)]

toolTipBorder

toolTipBorder: StiSimpleBorder = new StiSimpleBorder()

toolTipBrush

toolTipBrush: StiBrush = new StiSolidBrush(Color.white)

toolTipCornerRadius

toolTipCornerRadius: StiCornerRadius = new StiCornerRadius()

toolTipTextBrush

toolTipTextBrush: StiBrush = new StiSolidBrush(Color.black)

trendLineColor

trendLineColor: Color = Color.fromArgb(140, 140, 140)

trendLineShowShadow

trendLineShowShadow: boolean = false

Accessors

collectionName

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

conditions

dashboardName

  • get dashboardName(): string

description

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

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

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