Represents base class for all user annotations, e.g. UserPointAnnotation, UserSliceAnnotation, UserStripAnnotation, UserAxisAnnotation
Constructors
Section titled "Constructors"IgrUserBaseAnnotation
new IgrUserBaseAnnotation(): IgrUserBaseAnnotation Returns IgrUserBaseAnnotation
Properties
Section titled "Properties"annotationData
Section titled "annotationData"annotationData: string badgeBackground
Section titled "badgeBackground"badgeBackground: string badgeCornerRadius
Section titled "badgeCornerRadius"badgeCornerRadius: number badgeImagePath
Section titled "badgeImagePath"badgeImagePath: string badgeMargin
Section titled "badgeMargin"badgeMargin: number badgeOutline
Section titled "badgeOutline"badgeOutline: string badgeSize
Section titled "badgeSize"badgeSize: number badgeThickness
Section titled "badgeThickness"badgeThickness: number badgeVisible
Section titled "badgeVisible"badgeVisible: boolean identifier
Section titled "identifier"identifier: string isPillShaped
Section titled "isPillShaped"isPillShaped: boolean isVisible
Section titled "isVisible"isVisible: boolean label
Section titled "label"label: string labelBackground
Section titled "labelBackground"labelBackground: string labelBorderColor
Section titled "labelBorderColor"labelBorderColor: string labelBorderRadius
Section titled "labelBorderRadius"labelBorderRadius: number labelBorderThickness
Section titled "labelBorderThickness"labelBorderThickness: number labelColor
Section titled "labelColor"labelColor: string labelPadding
Section titled "labelPadding"labelPadding: number Accessors
Section titled "Accessors"nativeElement
Section titled "nativeElement"get nativeElement(): HTMLElement Returns HTMLElement
Methods
Section titled "Methods"bindAxes
Section titled "bindAxes"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"_createFromInternal(internal: any): IgrUserBaseAnnotation Parameters
- internal:
any