Constructors
Section titled "Constructors"IgrDashboardTile
new IgrDashboardTile(props: IIgrDashboardTileProps): IgrDashboardTile Returns IgrDashboardTile
Properties
Section titled "Properties"actualBrushes
Section titled "actualBrushes"actualBrushes: string[] actualOutlines
Section titled "actualOutlines"actualOutlines: string[] autoCalloutsVisible
Section titled "autoCalloutsVisible"autoCalloutsVisible: boolean backgroundColor
Section titled "backgroundColor"backgroundColor: string baseTheme
Section titled "baseTheme"baseTheme: BaseControlTheme brushes
Section titled "brushes"brushes: string[] categoryAxisMajorStroke
Section titled "categoryAxisMajorStroke"categoryAxisMajorStroke: string changingContent
Section titled "changingContent"changingContent: object crosshairsAnnotationEnabled
Section titled "crosshairsAnnotationEnabled"crosshairsAnnotationEnabled: boolean crosshairsDisplayMode
Section titled "crosshairsDisplayMode"crosshairsDisplayMode: CrosshairsDisplayMode dataSource
Section titled "dataSource"dataSource: any density
Section titled "density"density: ControlDisplayDensity excludedProperties
Section titled "excludedProperties"excludedProperties: string[] filterStringErrorsParsing
Section titled "filterStringErrorsParsing"filterStringErrorsParsing: object finalValueAnnotationsVisible
Section titled "finalValueAnnotationsVisible"finalValueAnnotationsVisible: boolean groupSorts
Section titled "groupSorts"groupSorts: string height
Section titled "height"height: string highlightedDataSource
Section titled "highlightedDataSource"highlightedDataSource: any highlightedValuesDisplayMode
Section titled "highlightedValuesDisplayMode"highlightedValuesDisplayMode: SeriesHighlightedValuesDisplayMode includedProperties
Section titled "includedProperties"includedProperties: string[] initialFilter
Section titled "initialFilter"initialFilter: string initialGroups
Section titled "initialGroups"initialGroups: string initialHighlightFilter
Section titled "initialHighlightFilter"initialHighlightFilter: string initialSorts
Section titled "initialSorts"initialSorts: string initialSummaries
Section titled "initialSummaries"initialSummaries: string isUserAnnotationsEnabled
Section titled "isUserAnnotationsEnabled"isUserAnnotationsEnabled: boolean outlines
Section titled "outlines"outlines: string[] selectedSeriesItems
Section titled "selectedSeriesItems"selectedSeriesItems: IgrChartSelectedItemCollection shouldAvoidAxisAnnotationCollisions
Section titled "shouldAvoidAxisAnnotationCollisions"shouldAvoidAxisAnnotationCollisions: boolean shouldDisplayMockData
Section titled "shouldDisplayMockData"shouldDisplayMockData: boolean shouldUseSkeletonStyleForMockData
Section titled "shouldUseSkeletonStyleForMockData"shouldUseSkeletonStyleForMockData: boolean tileTitle
Section titled "tileTitle"tileTitle: string trendLineBrushes
Section titled "trendLineBrushes"trendLineBrushes: string[] trendLineType
Section titled "trendLineType"trendLineType: TrendLineType trendLineTypes
Section titled "trendLineTypes"trendLineTypes: IgrTrendLineTypeCollection userAnnotationInformationRequested
Section titled "userAnnotationInformationRequested"userAnnotationInformationRequested: object userAnnotationToolTipContentUpdating
Section titled "userAnnotationToolTipContentUpdating"userAnnotationToolTipContentUpdating: object validVisualizationTypePriorityThreshold
Section titled "validVisualizationTypePriorityThreshold"validVisualizationTypePriorityThreshold: number validVisualizationTypes
Section titled "validVisualizationTypes"validVisualizationTypes: DashboardTileVisualizationType[] valueLines
Section titled "valueLines"valueLines: IgrValueModeCollection valueLinesBrushes
Section titled "valueLinesBrushes"valueLinesBrushes: string[] valueLinesGlobalAverageBrush
Section titled "valueLinesGlobalAverageBrush"valueLinesGlobalAverageBrush: string valueLinesGlobalMaximumBrush
Section titled "valueLinesGlobalMaximumBrush"valueLinesGlobalMaximumBrush: string valueLinesGlobalMinimumBrush
Section titled "valueLinesGlobalMinimumBrush"valueLinesGlobalMinimumBrush: string visualizationType
Section titled "visualizationType"visualizationType: DashboardTileVisualizationType width
Section titled "width"width: string Accessors
Section titled "Accessors"actualCustomizations
Section titled "actualCustomizations"get actualCustomizations(): IgrDashboardTileCustomization<IIgrDashboardTileCustomizationProps>[] Returns IgrDashboardTileCustomization<IIgrDashboardTileCustomizationProps>[]
contentCustomizations
Section titled "contentCustomizations"get contentCustomizations(): IgrDashboardTileCustomization<IIgrDashboardTileCustomizationProps>[] Returns IgrDashboardTileCustomization<IIgrDashboardTileCustomizationProps>[]
customizations
Section titled "customizations"Gets a collection where you can add customization that will be applied to the generated visualizations.
get customizations(): IgrDashboardTileCustomizationCollection filterExpressions
Section titled "filterExpressions"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(): IgrFilterExpressionCollection Returns IgrFilterExpressionCollection
groupDescriptions
Section titled "groupDescriptions"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(): IgrDashboardTileSortDescriptionCollection groupSortDescriptions
Section titled "groupSortDescriptions"get groupSortDescriptions(): IgrDashboardTileSortDescriptionCollection highlightFilterExpressions
Section titled "highlightFilterExpressions"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(): IgrFilterExpressionCollection Returns IgrFilterExpressionCollection
initialFilterExpressions
Section titled "initialFilterExpressions"Gets the initial filters that are applied to the chart.
get initialFilterExpressions(): IgrFilterExpressionCollection Returns IgrFilterExpressionCollection
initialGroupDescriptions
Section titled "initialGroupDescriptions"Gets the initial groupings that are applied to the chart.
get initialGroupDescriptions(): IgrDashboardTileSortDescriptionCollection initialGroupSortDescriptions
Section titled "initialGroupSortDescriptions"Gets the initial sorts that are applied to the chart after groupings and summaries are applied.
get initialGroupSortDescriptions(): IgrDashboardTileSortDescriptionCollection initialHighlightFilterExpressions
Section titled "initialHighlightFilterExpressions"Gets the initial highlight filters that are applied to the chart.
get initialHighlightFilterExpressions(): IgrFilterExpressionCollection Returns IgrFilterExpressionCollection
initialSortDescriptions
Section titled "initialSortDescriptions"Gets the initial sorts that are applied to the chart.
get initialSortDescriptions(): IgrDashboardTileSortDescriptionCollection initialSummaryDescriptions
Section titled "initialSummaryDescriptions"Gets the initial summaries that are applied to the chart.
get initialSummaryDescriptions(): IgrDashboardTileSummaryDescriptionCollection isVisTypeRadial
Section titled "isVisTypeRadial"get isVisTypeRadial(): boolean Returns boolean
isVisTypeStacked
Section titled "isVisTypeStacked"get isVisTypeStacked(): boolean Returns boolean
nativeElement
Section titled "nativeElement"get nativeElement(): HTMLElement Returns HTMLElement
sortDescriptions
Section titled "sortDescriptions"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(): IgrDashboardTileSortDescriptionCollection summaryDescriptions
Section titled "summaryDescriptions"Gets the current summaries that are applied to the grid.
get summaryDescriptions(): IgrDashboardTileSummaryDescriptionCollection Methods
Section titled "Methods"addCommandAvailabilityListener
Section titled "addCommandAvailabilityListener"addCommandAvailabilityListener(listener: ICommandAvailabilityListener): void Parameters
- listener:
ICommandAvailabilityListener
Returns void
addCommandStateChangedListener
Section titled "addCommandStateChangedListener"addCommandStateChangedListener(listener: ICommandStateChangedListener): void Parameters
- listener:
ICommandStateChangedListener
Returns void
cancelAnnotationFlow
Section titled "cancelAnnotationFlow"cancelAnnotationFlow(annotationFlowId: string): void Parameters
- annotationFlowId:
string
Returns void
clearSettings
Section titled "clearSettings"clearSettings(): void Returns void
componentDidMount
Section titled "componentDidMount"componentDidMount(): void Returns void
componentWillUnmount
Section titled "componentWillUnmount"componentWillUnmount(): void Returns void
destroy
Section titled "destroy"destroy(): void Returns void
findByName
Section titled "findByName"findByName(name: string): any Parameters
- name:
string
Returns any
finishAnnotationFlow
Section titled "finishAnnotationFlow"finishAnnotationFlow(flowInformation: IgrUserAnnotationInformation): void Parameters
- flowInformation:
IgrUserAnnotationInformation
Returns void
getDesiredToolbarActions
Section titled "getDesiredToolbarActions"getDesiredToolbarActions(): ToolActionInfo[] Returns ToolActionInfo[]
getSettingsValue
Section titled "getSettingsValue"getSettingsValue(key: string): any Parameters
- key:
string
Returns any
hasModifiedSettings
Section titled "hasModifiedSettings"hasModifiedSettings(): boolean Returns boolean
initializeContent
Section titled "initializeContent"initializeContent(): void Returns void
loadAnnotationsFromJson
Section titled "loadAnnotationsFromJson"loadAnnotationsFromJson(jsonString: string): void Parameters
- jsonString:
string
Returns void
onUIReady
Section titled "onUIReady"onUIReady(): void Returns void
removeCommandAvailabilityListener
Section titled "removeCommandAvailabilityListener"removeCommandAvailabilityListener(listener: ICommandAvailabilityListener): void Parameters
- listener:
ICommandAvailabilityListener
Returns void
removeCommandStateChangedListener
Section titled "removeCommandStateChangedListener"removeCommandStateChangedListener(listener: ICommandStateChangedListener): void Parameters
- listener:
ICommandStateChangedListener
Returns void
removeSettingsValue
Section titled "removeSettingsValue"removeSettingsValue(key: string): void Parameters
- key:
string
Returns void
render
Section titled "render"render(): DetailedReactHTMLElement<object, any> Returns DetailedReactHTMLElement<object, any>
resetAnnotations
Section titled "resetAnnotations"resetAnnotations(): void Returns void
resetZoom
Section titled "resetZoom"Resets the zoom level to default.
resetZoom(): void Returns void
saveAnnotationsToJson
Section titled "saveAnnotationsToJson"saveAnnotationsToJson(): string Returns string
shouldComponentUpdate
Section titled "shouldComponentUpdate"shouldComponentUpdate(nextProps: any, nextState: any): boolean Parameters
- nextProps:
any - nextState:
any
Returns boolean
startCreatingAnnotation
Section titled "startCreatingAnnotation"startCreatingAnnotation(): void Returns void
startDeletingAnnotation
Section titled "startDeletingAnnotation"startDeletingAnnotation(): void Returns void
updateSettingsValue
Section titled "updateSettingsValue"updateSettingsValue(key: string, value: any): void Parameters
- key:
string - value:
any
Returns void
updateStyle
Section titled "updateStyle"updateStyle(): void Returns void
zoomIn
Section titled "zoomIn"zoomIn(percentage: number): void Parameters
- percentage:
number
Returns void
zoomOut
Section titled "zoomOut"Performs zoom out action on the chart by specified percentage of current window rect
zoomOut(percentage: number): void Parameters
- percentage:
number
Returns void
_createFromInternal
Section titled "_createFromInternal"_createFromInternal(internal: any): IgrDashboardTile Parameters
- internal:
any