Interface IStiChart

Hierarchy

Implemented by

Index

Properties

IAsIs

IAsIs: Interface<IAsIs> = new Stimulsoft.System.Interface<IAsIs>("IAsIs")

ICloneable

ICloneable: Interface<ICloneable> = new Stimulsoft.System.Interface<ICloneable>("ICloneable")

IStiCanGrow

IStiCanGrow: Interface<IStiCanGrow> = new Stimulsoft.System.Interface<IStiCanGrow>("IStiCanGrow")

IStiCanShrink

IStiCanShrink: Interface<IStiCanShrink> = new Stimulsoft.System.Interface<IStiCanShrink>("IStiCanShrink")

IStiComponent

IStiComponent: Interface<IStiComponent> = new Stimulsoft.System.Interface<IStiComponent>("IStiComponent")

IStiGetFonts

IStiGetFonts: Interface<IStiGetFonts> = new Stimulsoft.System.Interface<IStiGetFonts>("IStiGetFonts")

IStiGrowToHeight

IStiGrowToHeight: Interface<IStiGrowToHeight> = new Stimulsoft.System.Interface<IStiGrowToHeight>("IStiGrowToHeight")

IStiName

IStiName: Interface<IStiName> = new Stimulsoft.System.Interface<IStiName>("IStiName")

IStiPrintOn

IStiPrintOn: Interface<IStiPrintOn> = new Stimulsoft.System.Interface<IStiPrintOn>("IStiPrintOn")

allowApplyStyle

allowApplyStyle: boolean

area

area: IStiArea

border

border: StiBorder

brush

brush: StiBrush

businessObject

businessObject: StiBusinessObject

canGrow

canGrow: boolean

canShrink

canShrink: boolean

chartInfo

chartInfo: IStiChartInfo

constantLines

core

countData

countData: number

customStyleName

customStyleName: string

dataRelation

dataRelation: StiDataRelation

dataSource

dataSource: StiDataSource

dataSourceName

dataSourceName: string

dockStyle

dockStyle: StiDockStyle

editorType

editorType: StiChartEditorType

enabled

enabled: boolean

filterMode

filterMode: StiFilterMode

filterOn

filterOn: boolean

filters

growToHeight

growToHeight: boolean

guid

guid: string

horSpacing

horSpacing: number

isAnimation

isAnimation: boolean

isAnimationChangingValues

isAnimationChangingValues: boolean

isDesigning

isDesigning: boolean

jsonMasterComponentTemp

jsonMasterComponentTemp: string

legend

legend: IStiLegend

masterComponent

masterComponent: IStiComponent

name

name: string

page

page: StiPage

parent

parent: StiContainer

previousAnimations

previousAnimations: List<StiAnimation>

printOn

printable

printable: boolean

processAtEnd

processAtEnd: boolean

report

report: StiReport

rotation

series

seriesLabels

seriesLabels: IStiSeriesLabels

seriesLabelsConditions

seriesLabelsConditions: IStiChartConditionsCollection

strips

style

table

title

vertSpacing

vertSpacing: number

Methods

convertToHInches

  • convertToHInches(value: number): number
  • Parameters

    • value: number

    Returns number

getFonts

  • getFonts(): Font[]
  • Returns list of fonts used in component.

    Returns Font[]

    The list of fonts used in component.

loadFromXml

  • loadFromXml(xmlNode: XmlNode): any
  • Parameters

    Returns any

restoreState

  • restoreState(stateName: string): any
  • Parameters

    • stateName: string

    Returns any

saveState

  • saveState(stateName: string): any
  • Parameters

    • stateName: string

    Returns any

Generated using TypeDoc