Interface IIgrTreemapNodeStyleMappingProps

Hierarchy

Hierarchy

Properties

children?: ReactNode
fadeOpacity?: string | number

Gets or sets the fade opacity that should be used when highlighting.

fill?: string

Gets or sets the fill color to use for the nodes.

headerBackground?: string

Gets or sets the background to use for the header.

headerHeight?: string | number

Gets or sets the height to use for the header.

headerHoverBackground?: string

Gets or sets the background to use for the header when it is hovered.

headerHoverTextColor?: string

Gets or sets the text color to use for the header.

headerLabelBottomMargin?: string | number

Gets or sets the bottom margin to use for the labels.

headerLabelLeftMargin?: string | number

Gets or sets the left margin to use for the header.

headerLabelRightMargin?: string | number

Gets or sets the right margin to use for the header.

headerLabelTopMargin?: string | number

Gets or sets the top margin to use for the header.

headerTextColor?: string

Gets or sets the text color to use for the header.

highlightingHandled?: string | boolean

Gets or sets if highlighting was handled, and whether internal highlighting logic should be skipped.

label?: string

Gets or sets the label to use for the node.

labelBottomMargin?: string | number

Gets or sets the bottom margin to use for the labels.

labelHorizontalAlignment?: string | HorizontalAlignment

Gets or sets the horizontal alignment to use for the node labels.

labelLeftMargin?: string | number

Gets or sets the left margin to use for the labels.

labelRightMargin?: string | number

Gets or sets the right margin to use for the labels.

labelTopMargin?: string | number

Gets or sets the top margin to use for the labels.

labelVerticalAlignment?: string | VerticalAlignment

Gets or sets the vertical alignment to use for the node labels.

mappingMode?: string | TreemapValueMappingMode

Gets or sets the mapping mode to use to evaluate whether the mapping applies.

maximumValue?: string | number

Gets or sets the maximum value to which the mapping applies.

minimumValue?: string | number

Gets or sets the minimum value to which the mapping applies.

name?: string

Gets or sets the unique name of the mapping.

opacity?: string | number

Gets or sets the opacity to use for the node.

outline?: string

Gets or sets the outline to use for the nodes.

strokeThickness?: string | number

Gets or sets the stroke thickness to use for the node outline.

targetType?: string | TreemapNodeStyleMappingTargetType

Gets or sets the unique name of the mapping.

textColor?: string

Gets or sets the text color to use for the nodes.

value?: any

Gets or sets the value to which the mapping applies.