IgcTreemapComponent

new IgcTreemapComponent(): IgcTreemapComponent

Returns IgcTreemapComponent

The style mappings actually present in the treemap. Do not directly modify this array. This array's contents can be modified by causing Angular to reproject the child content. Or adding and removing style mappings from the manual style mappings collection on the styleMappings property.

actualStyleMappings: IgcTreemapNodeStyleMappingComponent[]
contentStyleMappings: IgcTreemapNodeStyleMappingComponent[]
htmlTagName: string
actualHighlightingMode: TreemapHighlightingMode
actualInteractionPixelScalingRatio: number
actualPixelScalingRatio: number
breadcrumbSequence: string
customValueMemberPath: string
darkTextColor: string
dataSource: any[]
fillBrushes: string[]
fillScaleLogarithmBase: number
fillScaleMaximumValue: number
fillScaleMinimumValue: number
fillScaleMode: TreemapFillScaleMode
focusItem: any
headerBackground: string
headerDarkTextColor: string
headerDisplayMode: TreemapHeaderDisplayMode
headerHeight: number
headerHoverBackground: string
headerHoverDarkTextColor: string
headerHoverTextColor: string
headerLabelBottomMargin: number
headerLabelLeftMargin: number
headerLabelRightMargin: number
headerLabelTopMargin: number
headerTextColor: string
headerTextStyle: string
height: string
highlightedDataSource: any[]
highlightedValueMemberPath: string
highlightedValueOpacity: number
highlightedValuesDisplayMode: TreemapHighlightedValueDisplayMode
highlightingFadeOpacity: number
highlightingMode: TreemapHighlightingMode
highlightingTransitionDuration: number
idMemberPath: string
interactionPixelScalingRatio: number
isFillScaleLogarithmic: boolean
labelBottomMargin: number
labelHorizontalAlignment: HorizontalAlignment
labelHorizontalFitMode: TreemapLabelHorizontalFitMode
labelLeftMargin: number
labelMemberPath: string
labelRightMargin: number
labelTopMargin: number
labelVerticalAlignment: VerticalAlignment
labelVerticalFitMode: TreemapLabelVerticalFitMode
layoutOrientation: TreemapOrientation
layoutType: TreemapLayoutType
minimumDisplaySize: number
nodeOpacity: number
nodePointerEnter: object
nodePointerLeave: object
nodePointerOver: object
nodePointerPressed: object
nodePointerReleased: object
nodeRenderStyling: object
nodeStyling: object
outline: string
overlayHeaderBackground: string
overlayHeaderHoverBackground: string
overlayHeaderLabelBottomMargin: number
overlayHeaderLabelLeftMargin: number
overlayHeaderLabelRightMargin: number
overlayHeaderLabelTopMargin: number
parentIdMemberPath: string
parentNodeBottomMargin: number
parentNodeBottomPadding: number
parentNodeLeftMargin: number
parentNodeLeftPadding: number
parentNodeRightMargin: number
parentNodeRightPadding: number
parentNodeTopMargin: number
parentNodeTopPadding: number
pixelScalingRatio: number
rootTitle: string
strokeThickness: number
textColor: string
textStyle: string
transitionDuration: number
valueMemberPath: string
width: string
get animating(): boolean

Returns boolean

A collection or manually added axes for the chart.

get styleMappings(): IgcTreemapNodeStyleMappingCollection

Returns IgcTreemapNodeStyleMappingCollection

get observedAttributes(): string[]

Returns string[]

afterContentInit(): void

Returns void

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

Parameters

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

Returns void

connectedCallback(): void

Returns void

destroy(): void

Returns void

disconnectedCallback(): void

Returns void

Returns visuals as a serialized string.

exportSerializedVisualData(): string

Returns string

findByName(name: string): any

Parameters

  • name: string

Returns any

flush(): void

Returns void

markDirty(): void

Returns void

Manually notifies the treemap's data source that the data it has bound to has been cleared and needs to be re-examined. This should not be called if the data that the pie chart is bound to is already observable.

notifyClearItems(source_: any): void

Parameters

  • source_: any
    • The data source.

Returns void

notifyInsertItem(source_: any, index: number, newItem: any): void

Parameters

  • source_: any
  • index: number
  • newItem: any

Returns void

notifyRemoveItem(source_: any, index: number, oldItem: any): void

Parameters

  • source_: any
  • index: number
  • oldItem: any

Returns void

notifySetItem(source_: any, index: number, oldItem: any, newItem: any): void

Parameters

  • source_: any
  • index: number
  • oldItem: any
  • newItem: any

Returns void

notifySizeChanged(): void

Returns void

onAttachedToUI(): void

Returns void

onDetachedFromUI(): void

Returns void

simulateHover(point: IgPoint): void

Parameters

  • point: IgPoint

Returns void

updateStyle(): void

Returns void

_createFromInternal(internal: any): IgcTreemapComponent

Parameters

  • internal: any

Returns IgcTreemapComponent

register(): void

Returns void