Represents base class for rendering an annotation with shape of slice of strip

IgrUserShapeAnnotation

new IgrUserShapeAnnotation(): IgrUserShapeAnnotation

Returns IgrUserShapeAnnotation

Inherited from: IgrUserAxisAnnotation

annotationData: string

Inherited from: IgrUserAxisAnnotation

badgeBackground: string

Inherited from: IgrUserAxisAnnotation

badgeCornerRadius: number

Inherited from: IgrUserAxisAnnotation

badgeImagePath: string

Inherited from: IgrUserAxisAnnotation

badgeMargin: number

Inherited from: IgrUserAxisAnnotation

badgeOutline: string

Inherited from: IgrUserAxisAnnotation

badgeSize: number

Inherited from: IgrUserAxisAnnotation

badgeThickness: number

Inherited from: IgrUserAxisAnnotation

badgeVisible: boolean

Inherited from: IgrUserAxisAnnotation

identifier: string

Inherited from: IgrUserAxisAnnotation

isPillShaped: boolean

Inherited from: IgrUserAxisAnnotation

isVisible: boolean

Inherited from: IgrUserAxisAnnotation

label: string

Inherited from: IgrUserAxisAnnotation

labelBackground: string

Inherited from: IgrUserAxisAnnotation

labelBorderColor: string

Inherited from: IgrUserAxisAnnotation

labelBorderRadius: number

Inherited from: IgrUserAxisAnnotation

labelBorderThickness: number

Inherited from: IgrUserAxisAnnotation

labelColor: string

Inherited from: IgrUserAxisAnnotation

labelPadding: number
overlayText: string
overlayTextAngle: number
overlayTextBackground: string
overlayTextBackgroundMode: AnnotationAppearanceMode
overlayTextBackgroundShift: number
overlayTextBorderColor: string
overlayTextBorderMode: AnnotationAppearanceMode
overlayTextBorderRadius: number
overlayTextBorderShift: number
overlayTextBorderThickness: number
overlayTextColor: string
overlayTextColorMode: AnnotationAppearanceMode
overlayTextColorShift: number
overlayTextHorizontalMargin: number
overlayTextHorizontalPadding: number
overlayTextLocation: OverlayTextLocation
overlayTextStyle: string
overlayTextVerticalMargin: number
overlayTextVerticalPadding: number
overlayTextVisible: boolean
shapeBackground: string
shapeOutline: string
shapeThickness: number

Inherited from: IgrUserAxisAnnotation

targetAxis: IgrAxis

Inherited from: IgrUserAxisAnnotation

targetAxisMatcher: IgrAxisMatcher

Inherited from: IgrUserAxisAnnotation

targetAxisName: string

Inherited from: IgrUserAxisAnnotation

value: number
valueDisplayMode: DataAnnotationDisplayMode

Inherited from: IgrUserAxisAnnotation

get nativeElement(): HTMLElement

Returns HTMLElement

Inherited from: IgrUserAxisAnnotation

bindAxes(axes: IgrAxis<IIgrAxisProps>[]): void

Parameters

Returns void

Inherited from: IgrUserAxisAnnotation

bindSeries(series: IgrSeries<IIgrSeriesProps>[]): void

Parameters

Returns void

Inherited from: IgrUserAxisAnnotation

findByName(name: string): any

Parameters

  • name: string

Returns any

Inherited from: IgrUserAxisAnnotation

_createFromInternal(internal: any): IgrUserBaseAnnotation

Parameters

  • internal: any

Returns IgrUserBaseAnnotation