IgcDashboardTileComponent

new IgcDashboardTileComponent(): IgcDashboardTileComponent

Returns IgcDashboardTileComponent

htmlTagName: string
actualBrushes: string[]
actualOutlines: string[]
autoCalloutsVisible: boolean
backgroundColor: string
baseTheme: BaseControlTheme
brushes: string[]
categoryAxisMajorStroke: string
changingContent: object
crosshairsAnnotationEnabled: boolean
crosshairsDisplayMode: CrosshairsDisplayMode
dataSource: any
density: ControlDisplayDensity
excludedProperties: string[]
filterStringErrorsParsing: object
finalValueAnnotationsVisible: boolean
groupSorts: string
height: string
highlightedDataSource: any
highlightedValuesDisplayMode: SeriesHighlightedValuesDisplayMode
includedProperties: string[]
initialFilter: string
initialGroups: string
initialHighlightFilter: string
initialSorts: string
initialSummaries: string
isUserAnnotationsEnabled: boolean
outlines: string[]
selectedSeriesItems: IgcChartSelectedItemCollection

shouldAvoidAxisAnnotationCollisions

Section titled "shouldAvoidAxisAnnotationCollisions"
shouldAvoidAxisAnnotationCollisions: boolean
shouldDisplayMockData: boolean
shouldUseSkeletonStyleForMockData: boolean
tileTitle: string
trendLineBrushes: string[]
trendLineType: TrendLineType
trendLineTypes: IgcTrendLineTypeCollection
userAnnotationInformationRequested: object

userAnnotationToolTipContentUpdating

Section titled "userAnnotationToolTipContentUpdating"
userAnnotationToolTipContentUpdating: object

validVisualizationTypePriorityThreshold

Section titled "validVisualizationTypePriorityThreshold"
validVisualizationTypePriorityThreshold: number
validVisualizationTypes: DashboardTileVisualizationType[]
valueLines: IgcValueModeCollection
valueLinesBrushes: string[]
valueLinesGlobalAverageBrush: string
valueLinesGlobalMaximumBrush: string
valueLinesGlobalMinimumBrush: string
visualizationType: DashboardTileVisualizationType
width: string

Gets a collection where you can add customization that will be applied to the generated visualizations.

get customizations(): IgcDashboardTileCustomizationCollection

Returns IgcDashboardTileCustomizationCollection

Gets the current filter that is applied to the chart. Collection can be updated to modify the filter for the chart. Once filter expressions are in this collection, the chart will no longer listen for changes on their properties.

get filterExpressions(): IgcFilterExpressionCollection

Returns IgcFilterExpressionCollection

Gets the current grouping that is applied to the grid. Collection can be updated to modify the grouping for the grid. Once grouping descriptions are in this collection, the grid will no longer listen for changes on their properties.

get groupDescriptions(): IgcDashboardTileSortDescriptionCollection

Returns IgcDashboardTileSortDescriptionCollection

Gets the current highlight filter that is applied to the chart. Collection can be updated to modify the highlight filter for the chart. Once filter expressions are in this collection, the chart will no longer listen for changes on their properties.

get highlightFilterExpressions(): IgcFilterExpressionCollection

Returns IgcFilterExpressionCollection

Gets the initial filters that are applied to the chart.

get initialFilterExpressions(): IgcFilterExpressionCollection

Returns IgcFilterExpressionCollection

Gets the initial groupings that are applied to the chart.

get initialGroupDescriptions(): IgcDashboardTileSortDescriptionCollection

Returns IgcDashboardTileSortDescriptionCollection

Gets the initial sorts that are applied to the chart after groupings and summaries are applied.

get initialGroupSortDescriptions(): IgcDashboardTileSortDescriptionCollection

Returns IgcDashboardTileSortDescriptionCollection

Gets the initial highlight filters that are applied to the chart.

get initialHighlightFilterExpressions(): IgcFilterExpressionCollection

Returns IgcFilterExpressionCollection

Gets the initial sorts that are applied to the chart.

get initialSortDescriptions(): IgcDashboardTileSortDescriptionCollection

Returns IgcDashboardTileSortDescriptionCollection

Gets the initial summaries that are applied to the chart.

get initialSummaryDescriptions(): IgcDashboardTileSummaryDescriptionCollection

Returns IgcDashboardTileSummaryDescriptionCollection

get isVisTypeRadial(): boolean

Returns boolean

get isVisTypeStacked(): boolean

Returns boolean

Gets the current sort that is applied to the grid. Collection can be updated to modify the sort for the grid. Once sort descriptions are in this collection, the grid will no longer listen for changes on their properties.

get sortDescriptions(): IgcDashboardTileSortDescriptionCollection

Returns IgcDashboardTileSortDescriptionCollection

Gets the current summaries that are applied to the grid.

get summaryDescriptions(): IgcDashboardTileSummaryDescriptionCollection

Returns IgcDashboardTileSummaryDescriptionCollection

get observedAttributes(): string[]

Returns string[]

addCommandAvailabilityListener(listener: ICommandAvailabilityListener): void

Parameters

  • listener: ICommandAvailabilityListener

Returns void

addCommandStateChangedListener(listener: ICommandStateChangedListener): void

Parameters

  • listener: ICommandStateChangedListener

Returns void

afterContentInit(): void

Returns void

attributeChangedCallback(name: string, oldValue: string, newValue: string): void

Parameters

  • name: string
  • oldValue: string
  • newValue: string

Returns void

cancelAnnotationFlow(annotationFlowId: string): void

Parameters

  • annotationFlowId: string

Returns void

clearSettings(): void

Returns void

connectedCallback(): void

Returns void

destroy(): void

Returns void

disconnectedCallback(): void

Returns void

findByName(name: string): any

Parameters

  • name: string

Returns any

finishAnnotationFlow(flowInformation: IgcUserAnnotationInformation): void

Parameters

  • flowInformation: IgcUserAnnotationInformation

Returns void

getDesiredToolbarActions(): ToolActionInfo[]

Returns ToolActionInfo[]

getSettingsValue(key: string): any

Parameters

  • key: string

Returns any

hasModifiedSettings(): boolean

Returns boolean

loadAnnotationsFromJson(jsonString: string): void

Parameters

  • jsonString: string

Returns void

notifyContainerResized(): void

Returns void

onUIReady(): void

Returns void

removeCommandAvailabilityListener(listener: ICommandAvailabilityListener): void

Parameters

  • listener: ICommandAvailabilityListener

Returns void

removeCommandStateChangedListener(listener: ICommandStateChangedListener): void

Parameters

  • listener: ICommandStateChangedListener

Returns void

removeSettingsValue(key: string): void

Parameters

  • key: string

Returns void

resetAnnotations(): void

Returns void

Resets the zoom level to default.

resetZoom(): void

Returns void

saveAnnotationsToJson(): string

Returns string

startCreatingAnnotation(): void

Returns void

startDeletingAnnotation(): void

Returns void

updateSettingsValue(key: string, value: any): void

Parameters

  • key: string
  • value: any

Returns void

updateStyle(): void

Returns void

zoomIn(percentage: number): void

Parameters

  • percentage: number

Returns void

Performs zoom out action on the chart by specified percentage of current window rect

zoomOut(percentage: number): void

Parameters

  • percentage: number

Returns void

_createFromInternal(internal: any): IgcDashboardTileComponent

Parameters

  • internal: any

Returns IgcDashboardTileComponent

register(): void

Returns void