Represents event arguments class for the AssigningShapeStyleEvent

Hierarchy

Hierarchy (view full)

Constructors

Accessors

  • get endDate(): Date
  • Gets the end date, if applicable

    Returns Date

  • set endDate(v): void
  • Parameters

    • v: Date

    Returns void

  • get endIndex(): number
  • Gets the end index

    Returns number

  • set endIndex(v): void
  • Parameters

    • v: number

    Returns void

  • get fadeOpacity(): number
  • Gets or sets opacity to use for the current item.

    Returns number

  • set fadeOpacity(v): void
  • Parameters

    • v: number

    Returns void

  • get fill(): string
  • Gets or sets fill brush to use for the current item.

    Returns string

  • set fill(v): void
  • Parameters

    • v: string

    Returns void

  • get focusHighlightingInfo(): IgcHighlightingInfo
  • Gets or sets focus highlighting info

    Returns IgcHighlightingInfo

  • set focusHighlightingInfo(v): void
  • Parameters

    • v: IgcHighlightingInfo

    Returns void

  • get getItems(): ((orderedStartIndex, orderedEndIndex) => any[])
  • Gets a function that will return the items associated with this event.

    Returns ((orderedStartIndex, orderedEndIndex) => any[])

      • (orderedStartIndex, orderedEndIndex): any[]
      • Parameters

        • orderedStartIndex: number
        • orderedEndIndex: number

        Returns any[]

  • set getItems(v): void
  • Parameters

    • v: ((orderedStartIndex, orderedEndIndex) => any[])
        • (orderedStartIndex, orderedEndIndex): any[]
        • Parameters

          • orderedStartIndex: number
          • orderedEndIndex: number

          Returns any[]

    Returns void

  • get hasDateRange(): boolean
  • Gets if this event has a valid date range

    Returns boolean

  • set hasDateRange(v): void
  • Parameters

    • v: boolean

    Returns void

  • get highlightingHandled(): boolean
  • Gets or sets if highlighting was handled by this event handler, and whether internal highlighting logic should be skipped.

    Returns boolean

  • set highlightingHandled(v): void
  • Parameters

    • v: boolean

    Returns void

  • get highlightingInfo(): IgcHighlightingInfo
  • Gets or sets highlighting info

    Returns IgcHighlightingInfo

  • set highlightingInfo(v): void
  • Parameters

    • v: IgcHighlightingInfo

    Returns void

  • get isNegativeShape(): boolean
  • Gets if the current shape is identified as a negative shape if this series supports discrete negative shapes.

    Returns boolean

  • set isNegativeShape(v): void
  • Parameters

    • v: boolean

    Returns void

  • get isThumbnail(): boolean
  • Gets if the current event is being raised for the thumbnail image.

    Returns boolean

  • set isThumbnail(v): void
  • Parameters

    • v: boolean

    Returns void

  • get maxAllSeriesFocusHighlightingProgress(): number
  • Gets the max focus highlighting progress from all series.

    Returns number

  • set maxAllSeriesFocusHighlightingProgress(v): void
  • Parameters

    • v: number

    Returns void

  • get maxAllSeriesHighlightingProgress(): number
  • Gets the max highlighting progress from all series.

    Returns number

  • set maxAllSeriesHighlightingProgress(v): void
  • Parameters

    • v: number

    Returns void

  • get maxAllSeriesSelectionHighlightingProgress(): number
  • Gets the max selection highlighting progress from all series.

    Returns number

  • set maxAllSeriesSelectionHighlightingProgress(v): void
  • Parameters

    • v: number

    Returns void

  • get opacity(): number
  • Gets or sets opacity to use for the current item.

    Returns number

  • set opacity(v): void
  • Parameters

    • v: number

    Returns void

  • get selectionHighlightingInfo(): IgcHighlightingInfo
  • Gets or sets selection highlighting info

    Returns IgcHighlightingInfo

  • set selectionHighlightingInfo(v): void
  • Parameters

    • v: IgcHighlightingInfo

    Returns void

  • get startDate(): Date
  • Gets the start date, if applicable

    Returns Date

  • set startDate(v): void
  • Parameters

    • v: Date

    Returns void

  • get startIndex(): number
  • Gets the start index

    Returns number

  • set startIndex(v): void
  • Parameters

    • v: number

    Returns void

  • get stroke(): string
  • Gets or sets stroke to use for the current item.

    Returns string

  • set stroke(v): void
  • Parameters

    • v: string

    Returns void

  • get sumAllSeriesFocusHighlightingProgress(): number
  • Gets the sum of focus highlighting progress from all series.

    Returns number

  • set sumAllSeriesFocusHighlightingProgress(v): void
  • Parameters

    • v: number

    Returns void

  • get sumAllSeriesHighlightingProgress(): number
  • Gets the sum of highlighting progress from all series.

    Returns number

  • set sumAllSeriesHighlightingProgress(v): void
  • Parameters

    • v: number

    Returns void

  • get sumAllSeriesSelectionHighlightingProgress(): number
  • Gets the sum of selection highlighting progress from all series.

    Returns number

  • set sumAllSeriesSelectionHighlightingProgress(v): void
  • Parameters

    • v: number

    Returns void

  • get totalAllSeriesFocusHighWaterMark(): number
  • Gets the high water mark focus highlighting progress.

    Returns number

  • set totalAllSeriesFocusHighWaterMark(v): void
  • Parameters

    • v: number

    Returns void

  • get totalAllSeriesFocusHighlightingProgress(): number
  • Gets the average of selection highlighting progress from all the series.

    Returns number

  • set totalAllSeriesFocusHighlightingProgress(v): void
  • Parameters

    • v: number

    Returns void

  • get totalAllSeriesHighWaterMark(): number
  • Gets the high water mark highlighting progress.

    Returns number

  • set totalAllSeriesHighWaterMark(v): void
  • Parameters

    • v: number

    Returns void

  • get totalAllSeriesHighlightingProgress(): number
  • Gets the average of highlighting progress from all the series.

    Returns number

  • set totalAllSeriesHighlightingProgress(v): void
  • Parameters

    • v: number

    Returns void

  • get totalAllSeriesSelectionHighWaterMark(): number
  • Gets the high water mark selection highlighting progress.

    Returns number

  • set totalAllSeriesSelectionHighWaterMark(v): void
  • Parameters

    • v: number

    Returns void

  • get totalAllSeriesSelectionHighlightingProgress(): number
  • Gets the average of selection highlighting progress from all the series.

    Returns number

  • set totalAllSeriesSelectionHighlightingProgress(v): void
  • Parameters

    • v: number

    Returns void

Methods