Search results

TreeMapModel API in Angular TreeMap API component

Interface for a class TreeMap

Properties

beforePrint

EmitType<IPrintEventArgs>

Triggers before the prints gets started.

click

EmitType<IItemClickEventArgs>

Triggers after clicking on the treemap.

doubleClick

EmitType<IDoubleClickEventArgs>

Triggers after double clicking on the treemap.

drillEnd

EmitType<IDrillEndEventArgs>

Triggers after drill down functionality gets completed in the treemap.

drillStart

EmitType<IDrillStartEventArgs>

Triggers on performing drill down functionality in the treemap.

itemClick

EmitType<IItemClickEventArgs>

Triggers after clicking an item in the treemap.

itemHighlight

EmitType<IItemHighlightEventArgs>

Triggers after highlighting on the treemap item.

itemMove

EmitType<IItemMoveEventArgs>

Triggers after mouse hover on the treemap item.

itemRendering

EmitType<IItemRenderingEventArgs>

Triggers before item rendering in the treemap component.

itemSelected

EmitType<IItemSelectedEventArgs>

Triggers after selecting a treemap item.

legendItemRendering

EmitType<ILegendItemRenderingEventArgs>

Triggers before rendering each legend item in the treemap.

legendRendering

EmitType<ILegendRenderingEventArgs>

Triggers before rendering the legend items in the treemap.

load

EmitType<ILoadEventArgs>

Triggers when the treemap is on load.

loaded

EmitType<ILoadedEventArgs>

Triggers after treemap is rendered.

mouseMove

EmitType<IMouseMoveEventArgs>

Triggers after mouse hover on the treemap.

resize

EmitType<IResizeEventArgs>

Triggers after resizing the treemap component.

rightClick

EmitType<IMouseMoveEventArgs>

Triggers after right clicking on the treemap.

tooltipRendering

EmitType<ITreeMapTooltipRenderEventArgs>

Triggers on rendering of the tooltip in the treemap component.

allowImageExport

boolean

Enables and disables the export to image functionality in treemap.

allowPdfExport

boolean

Enables and disables the export to pdf functionality in treemap.

allowPrint

boolean

Enables and disables the print functionality in treemap.

background

string

Sets and gets the background color of the treemap.

border

BorderModel

Sets and gets the options for customizing the color and width of the treemap border.

Specifies the connection between the two words.

colorValuePath

string

Sets and gets the value path from the data source, based on it color is filled in treemap.

dataSource

DataManager | TreeMapAjax | Object[]

Sets and gets the data source for the treemap component.

description

string

Sets and gets the description for treemap.

drillDownView

boolean

Enables or disables the initial drill in the treemap.

enableBreadcrumb

boolean

Enables or disables the connection text in the header of the treemap.

enableDrillDown

boolean

Enables or disables the drill down functionality in treemap.

enablePersistence

boolean

Enable or disable persisting component’s state between page reloads.

enableRtl

boolean

Enable or disable rendering component in right to left direction.

equalColorValuePath

string

Sets and gets the value path from the data source, based on it color is filled in treemap.

format

string

Sets and gets format for the texts in the treemap.

height

string

Sets and gets the height of the treemap component.

highlightSettings

HighlightSettingsModel

Sets and gets the options for customizing the highlight of the treemap item on mouse over on the treemap component.

initialDrillDown

InitialDrillSettingsModel

Specifies the options for customizing the initial drill down in treemap.

layoutType

LayoutMode

Specifies the rendering type of layout of the treemap component.

leafItemSettings

LeafItemSettingsModel

Sets and gets the options for customizing the leaf item of the treemap.

legendSettings

LegendSettingsModel

Sets and gets the options for customizing the legend of the treemap.

levels

LevelSettingsModel[]

Sets and gets the options for customizing the levels of the treemap.

locale

string

Overrides the global culture and localization value for this component. Default global culture is ‘en-US’.

margin

MarginModel

Sets and gets the options for customizing the margin in the treemap component.

palette

string[]

Sets and gets the set of colors to apply in the treemap items.

query

Query

Sets and gets the query to select particular data from the shape data. This property is applicable only when the data source is created by data manager.

rangeColorValuePath

string

Sets and gets the value path from the data source, based on it color is filled in treemap.

renderDirection

RenderingMode

Specifies the rendering direction of layout of the treemap items.

selectionSettings

SelectionSettingsModel

Sets and gets the options for customizing the selection of the treemap item on click event on the treemap component.

tabIndex

number

Sets and gets the tab index value for treemap.

theme

TreeMapTheme

Sets and gets the options for customizing the theme of the treemap component.

titleSettings

TitleSettingsModel

Sets and gets the options for customizing the title of the treemap component.

tooltipSettings

TooltipSettingsModel

Sets and gets the options for customizing the tooltip of the treemap.

useGroupingSeparator

boolean

Enables or disables the visibility state of the separator for grouping.

weightValuePath

string

Sets and gets the value path of the weight from the data source, based on which the map item is rendered.

width

string

Sets and gets the width of the treemap component.