Represents an user annotation for rendering data point annotation on a series
Constructors
Section titled "Constructors"IgrUserPointAnnotation
new IgrUserPointAnnotation(): IgrUserPointAnnotation Returns IgrUserPointAnnotation
Properties
Section titled "Properties"annotationData
Section titled "annotationData"Inherited from: IgrUserBaseAnnotation
annotationData: string badgeBackground
Section titled "badgeBackground"Inherited from: IgrUserBaseAnnotation
badgeBackground: string badgeCornerRadius
Section titled "badgeCornerRadius"Inherited from: IgrUserBaseAnnotation
badgeCornerRadius: number badgeImagePath
Section titled "badgeImagePath"Inherited from: IgrUserBaseAnnotation
badgeImagePath: string badgeMargin
Section titled "badgeMargin"Inherited from: IgrUserBaseAnnotation
badgeMargin: number badgeOutline
Section titled "badgeOutline"Inherited from: IgrUserBaseAnnotation
badgeOutline: string badgeSize
Section titled "badgeSize"Inherited from: IgrUserBaseAnnotation
badgeSize: number badgeThickness
Section titled "badgeThickness"Inherited from: IgrUserBaseAnnotation
badgeThickness: number badgeVisible
Section titled "badgeVisible"Inherited from: IgrUserBaseAnnotation
badgeVisible: boolean identifier
Section titled "identifier"Inherited from: IgrUserBaseAnnotation
identifier: string isPillShaped
Section titled "isPillShaped"Inherited from: IgrUserBaseAnnotation
isPillShaped: boolean isVisible
Section titled "isVisible"Inherited from: IgrUserBaseAnnotation
isVisible: boolean label
Section titled "label"Inherited from: IgrUserBaseAnnotation
label: string labelBackground
Section titled "labelBackground"Inherited from: IgrUserBaseAnnotation
labelBackground: string labelBorderColor
Section titled "labelBorderColor"Inherited from: IgrUserBaseAnnotation
labelBorderColor: string labelBorderRadius
Section titled "labelBorderRadius"Inherited from: IgrUserBaseAnnotation
labelBorderRadius: number labelBorderThickness
Section titled "labelBorderThickness"Inherited from: IgrUserBaseAnnotation
labelBorderThickness: number labelColor
Section titled "labelColor"Inherited from: IgrUserBaseAnnotation
labelColor: string labelPadding
Section titled "labelPadding"Inherited from: IgrUserBaseAnnotation
labelPadding: number targetSeries
Section titled "targetSeries"targetSeries: IgrSeries targetSeriesMatcher
Section titled "targetSeriesMatcher"targetSeriesMatcher: IgrSeriesMatcher targetSeriesName
Section titled "targetSeriesName"targetSeriesName: string xValue
Section titled "xValue"xValue: number yValue
Section titled "yValue"yValue: number Accessors
Section titled "Accessors"nativeElement
Section titled "nativeElement"Inherited from: IgrUserBaseAnnotation
get nativeElement(): HTMLElement Returns HTMLElement
Methods
Section titled "Methods"bindAxes
Section titled "bindAxes"Inherited from: IgrUserBaseAnnotation
bindAxes(axes: IgrAxis<IIgrAxisProps>[]): void Parameters
- axes:
IgrAxis<IIgrAxisProps>[]
Returns void
bindSeries
Section titled "bindSeries"bindSeries(series: IgrSeries<IIgrSeriesProps>[]): void Parameters
- series:
IgrSeries<IIgrSeriesProps>[]
Returns void
findByName
Section titled "findByName"findByName(name: string): any Parameters
- name:
string
Returns any
_createFromInternal
Section titled "_createFromInternal"Inherited from: IgrUserBaseAnnotation
_createFromInternal(internal: any): IgrUserBaseAnnotation Parameters
- internal:
any