Represents a definition of data annotation displayed by the DataAnnotationShapeLayer

Hierarchy

Hierarchy

  • IgrDataAnnotationItem

Constructors

Accessors

  • get centerLabelX(): string
  • Gets or sets a label displayed at center annotation shape on x-axis

    Returns string

  • set centerLabelX(v): void
  • Parameters

    • v: string

    Returns void

  • get centerLabelY(): string
  • Gets or sets a label displayed at center annotation shape on y-axis

    Returns string

  • set centerLabelY(v): void
  • Parameters

    • v: string

    Returns void

  • get dataIndex(): number
  • Gets data index associated with the annotation

    Returns number

  • set dataIndex(v): void
  • Parameters

    • v: number

    Returns void

  • get endLabelX(): string
  • Gets or sets a label displayed at end annotation shape on x-axis

    Returns string

  • set endLabelX(v): void
  • Parameters

    • v: string

    Returns void

  • get endLabelY(): string
  • Gets or sets a label displayed at end annotation shape on y-axis

    Returns string

  • set endLabelY(v): void
  • Parameters

    • v: string

    Returns void

  • get nativeElement(): HTMLElement
  • Returns HTMLElement

  • get shapeBrush(): string
  • Gets or sets fill brush of the annotation shape

    Returns string

  • set shapeBrush(v): void
  • Parameters

    • v: string

    Returns void

  • get shapeCenterX(): number
  • Gets X coordinate for the center of annotation shape

    Returns number

  • set shapeCenterX(v): void
  • Parameters

    • v: number

    Returns void

  • get shapeCenterY(): number
  • Gets Y coordinate for the center of annotation shape

    Returns number

  • set shapeCenterY(v): void
  • Parameters

    • v: number

    Returns void

  • get shapeEndX(): number
  • Gets X coordinate for the end of annotation shape

    Returns number

  • set shapeEndX(v): void
  • Parameters

    • v: number

    Returns void

  • get shapeEndY(): number
  • Gets Y coordinate for the end of annotation shape

    Returns number

  • set shapeEndY(v): void
  • Parameters

    • v: number

    Returns void

  • get shapeOutline(): string
  • Gets or sets outline brush of the annotation shape

    Returns string

  • set shapeOutline(v): void
  • Parameters

    • v: string

    Returns void

  • get shapeStartX(): number
  • Gets X coordinate for the start of annotation shape

    Returns number

  • set shapeStartX(v): void
  • Parameters

    • v: number

    Returns void

  • get shapeStartY(): number
  • Gets Y coordinate for the start of annotation shape

    Returns number

  • set shapeStartY(v): void
  • Parameters

    • v: number

    Returns void

  • get shapeThickness(): number
  • Gets or sets outline thickness of the annotation shape

    Returns number

  • set shapeThickness(v): void
  • Parameters

    • v: number

    Returns void

  • get startLabelX(): string
  • Gets or sets a label displayed at start annotation shape on x-axis

    Returns string

  • set startLabelX(v): void
  • Parameters

    • v: string

    Returns void

  • get startLabelY(): string
  • Gets or sets a label displayed at start annotation shape on y-axis

    Returns string

  • set startLabelY(v): void
  • Parameters

    • v: string

    Returns void

Methods

  • Parameters

    • name: string

    Returns any