Represents a style to apply to a treemap node.

Hierarchy

Hierarchy

Implements

  • OnInit

Constructors

Properties

ngAcceptInputType_headerHeight: string | number
ngAcceptInputType_headerLabelBottomMargin: string | number
ngAcceptInputType_headerLabelLeftMargin: string | number
ngAcceptInputType_headerLabelRightMargin: string | number
ngAcceptInputType_headerLabelTopMargin: string | number
ngAcceptInputType_labelBottomMargin: string | number
ngAcceptInputType_labelHorizontalAlignment: string | HorizontalAlignment
ngAcceptInputType_labelLeftMargin: string | number
ngAcceptInputType_labelRightMargin: string | number
ngAcceptInputType_labelTopMargin: string | number
ngAcceptInputType_labelVerticalAlignment: string | VerticalAlignment
ngAcceptInputType_strokeThickness: string | number
ɵcmp: unknown
ɵfac: unknown

Accessors

  • get fill(): string
  • Gets or sets the fill color to use for the nodes.

    Returns string

  • set fill(v: string): void
  • Parameters

    • v: string

    Returns void

  • get headerBackground(): string
  • Gets or sets the background to use for the header.

    Returns string

  • set headerBackground(v: string): void
  • Parameters

    • v: string

    Returns void

  • get headerHeight(): number
  • Gets or sets the height to use for the header.

    Returns number

  • set headerHeight(v: number): void
  • Parameters

    • v: number

    Returns void

  • get headerHoverBackground(): string
  • Gets or sets the background to use for the header when it is hovered.

    Returns string

  • set headerHoverBackground(v: string): void
  • Parameters

    • v: string

    Returns void

  • get headerHoverTextColor(): string
  • Gets or sets the text color to use for the header.

    Returns string

  • set headerHoverTextColor(v: string): void
  • Parameters

    • v: string

    Returns void

  • get headerLabelBottomMargin(): number
  • Gets or sets the bottom margin to use for the labels.

    Returns number

  • set headerLabelBottomMargin(v: number): void
  • Parameters

    • v: number

    Returns void

  • get headerLabelLeftMargin(): number
  • Gets or sets the left margin to use for the header.

    Returns number

  • set headerLabelLeftMargin(v: number): void
  • Parameters

    • v: number

    Returns void

  • get headerLabelRightMargin(): number
  • Gets or sets the right margin to use for the header.

    Returns number

  • set headerLabelRightMargin(v: number): void
  • Parameters

    • v: number

    Returns void

  • get headerLabelTopMargin(): number
  • Gets or sets the top margin to use for the header.

    Returns number

  • set headerLabelTopMargin(v: number): void
  • Parameters

    • v: number

    Returns void

  • get headerTextColor(): string
  • Gets or sets the text color to use for the header.

    Returns string

  • set headerTextColor(v: string): void
  • Parameters

    • v: string

    Returns void

  • get label(): string
  • Gets or sets the label to use for the node.

    Returns string

  • set label(v: string): void
  • Parameters

    • v: string

    Returns void

  • get labelBottomMargin(): number
  • Gets or sets the bottom margin to use for the labels.

    Returns number

  • set labelBottomMargin(v: number): void
  • Parameters

    • v: number

    Returns void

  • get labelHorizontalAlignment(): HorizontalAlignment
  • Gets or sets the horizontal alignment to use for the node labels.

    Returns HorizontalAlignment

  • set labelHorizontalAlignment(v: HorizontalAlignment): void
  • Parameters

    Returns void

  • get labelLeftMargin(): number
  • Gets or sets the left margin to use for the labels.

    Returns number

  • set labelLeftMargin(v: number): void
  • Parameters

    • v: number

    Returns void

  • get labelRightMargin(): number
  • Gets or sets the right margin to use for the labels.

    Returns number

  • set labelRightMargin(v: number): void
  • Parameters

    • v: number

    Returns void

  • get labelTopMargin(): number
  • Gets or sets the top margin to use for the labels.

    Returns number

  • set labelTopMargin(v: number): void
  • Parameters

    • v: number

    Returns void

  • get labelVerticalAlignment(): VerticalAlignment
  • Gets or sets the vertical alignment to use for the node labels.

    Returns VerticalAlignment

  • set labelVerticalAlignment(v: VerticalAlignment): void
  • Parameters

    Returns void

  • get outline(): string
  • Gets or sets the outline to use for the nodes.

    Returns string

  • set outline(v: string): void
  • Parameters

    • v: string

    Returns void

  • get strokeThickness(): number
  • Gets or sets the stroke thickness to use for the node outline.

    Returns number

  • set strokeThickness(v: number): void
  • Parameters

    • v: number

    Returns void

  • get textColor(): string
  • Gets or sets the text color to use for the nodes.

    Returns string

  • set textColor(v: string): void
  • Parameters

    • v: string

    Returns void

Methods

  • Parameters

    • name: string

    Returns any

  • Returns void