Represents a callout annotation

Hierarchy

Hierarchy

  • IgxCalloutAnnotation

Constructors

Properties

ngAcceptInputType_backgroundCornerRadius: string | number
ngAcceptInputType_backgroundPaddingBottom: string | number
ngAcceptInputType_backgroundPaddingLeft: string | number
ngAcceptInputType_backgroundPaddingRight: string | number
ngAcceptInputType_backgroundPaddingTop: string | number
ngAcceptInputType_strokeThickness: string | number

Accessors

  • get background(): string
  • Gets or sets the background to use for tha axis annotation box.

    Returns string

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

    • v: string

    Returns void

  • get backgroundCornerRadius(): number
  • Gets or sets the corner radius to use for the callout borders.

    Returns number

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

    • v: number

    Returns void

  • get backgroundPaddingBottom(): number
  • Gets or sets the padding to use withing the axis annotation callout. Leaving this NaN will use an automatic value related to the axis label margins.

    Returns number

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

    • v: number

    Returns void

  • get backgroundPaddingLeft(): number
  • Gets or sets the padding to use withing the axis annotation callout. Leaving this NaN will use an automatic value related to the axis label margins.

    Returns number

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

    • v: number

    Returns void

  • get backgroundPaddingRight(): number
  • Gets or sets the padding to use withing the axis annotation callout. Leaving this NaN will use an automatic value related to the axis label margins.

    Returns number

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

    • v: number

    Returns void

  • get backgroundPaddingTop(): number
  • Gets or sets the padding to use withing the axis annotation callout. Leaving this NaN will use an automatic value related to the axis label margins.

    Returns number

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

    • v: number

    Returns void

  • get content(): any
  • Gets or sets the Content that should be annotated.

    Returns any

  • set content(v: any): void
  • Parameters

    • v: any

    Returns void

  • get formatLabel(): ((item: any) => string)
  • Sets or gets a function which takes an object that produces a formatted label for the value of this annotation.

    Returns ((item: any) => string)

      • (item: any): string
      • Sets or gets a function which takes an object that produces a formatted label for the value of this annotation.

        Parameters

        • item: any

        Returns string

  • set formatLabel(v: ((item: any) => string)): void
  • Parameters

    • v: ((item: any) => string)
        • (item: any): string
        • Parameters

          • item: any

          Returns string

    Returns void

  • get key(): any
  • Gets or sets the Key that should be annotated.

    Returns any

  • set key(v: any): void
  • Parameters

    • v: any

    Returns void

  • get leaderBrush(): string
  • Gets or sets the LeaderBrush to use for tha axis annotation box.

    Returns string

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

    • v: string

    Returns void

  • get outline(): string
  • Gets or sets the Outline to use for tha axis annotation box.

    Returns string

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

    • v: string

    Returns void

  • get series(): IgxSeriesComponent
  • Gets or sets the series to which the callout pertains to. Leave unset for an automatic value.

    Returns IgxSeriesComponent

  • set series(v: IgxSeriesComponent): void
  • Parameters

    Returns void

  • get strokeThickness(): number
  • Gets or sets the border stroke thickness to use for tha axis annotation box.

    Returns number

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

    • v: number

    Returns void

  • get text(): string
  • Gets or sets the text that should be displayed for the annotation. Leave null to display the value automatically.

    Returns string

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

    • v: string

    Returns void

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

    Returns string

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

    • v: string

    Returns void

  • get xValue(): any
  • Gets or sets the XValue at which this annotation is displayed on the axis.

    Returns any

  • set xValue(v: any): void
  • Parameters

    • v: any

    Returns void

  • get yValue(): any
  • Gets or sets the YValue at which this annotation is displayed on the axis.

    Returns any

  • set yValue(v: any): void
  • Parameters

    • v: any

    Returns void

Methods

  • Parameters

    • name: string

    Returns any