Represents an user annotation for rendering data point annotation on a series
Constructors
Section titled "Constructors"IgcUserPointAnnotation
new IgcUserPointAnnotation(): IgcUserPointAnnotation Returns IgcUserPointAnnotation
Properties
Section titled "Properties"annotationData
Section titled "annotationData"Inherited from: IgcUserBaseAnnotation
annotationData: string badgeBackground
Section titled "badgeBackground"Inherited from: IgcUserBaseAnnotation
badgeBackground: string badgeCornerRadius
Section titled "badgeCornerRadius"Inherited from: IgcUserBaseAnnotation
badgeCornerRadius: number badgeImagePath
Section titled "badgeImagePath"Inherited from: IgcUserBaseAnnotation
badgeImagePath: string badgeMargin
Section titled "badgeMargin"Inherited from: IgcUserBaseAnnotation
badgeMargin: number badgeOutline
Section titled "badgeOutline"Inherited from: IgcUserBaseAnnotation
badgeOutline: string badgeSize
Section titled "badgeSize"Inherited from: IgcUserBaseAnnotation
badgeSize: number badgeThickness
Section titled "badgeThickness"Inherited from: IgcUserBaseAnnotation
badgeThickness: number badgeVisible
Section titled "badgeVisible"Inherited from: IgcUserBaseAnnotation
badgeVisible: boolean identifier
Section titled "identifier"Inherited from: IgcUserBaseAnnotation
identifier: string isPillShaped
Section titled "isPillShaped"Inherited from: IgcUserBaseAnnotation
isPillShaped: boolean isVisible
Section titled "isVisible"Inherited from: IgcUserBaseAnnotation
isVisible: boolean label
Section titled "label"Inherited from: IgcUserBaseAnnotation
label: string labelBackground
Section titled "labelBackground"Inherited from: IgcUserBaseAnnotation
labelBackground: string labelBorderColor
Section titled "labelBorderColor"Inherited from: IgcUserBaseAnnotation
labelBorderColor: string labelBorderRadius
Section titled "labelBorderRadius"Inherited from: IgcUserBaseAnnotation
labelBorderRadius: number labelBorderThickness
Section titled "labelBorderThickness"Inherited from: IgcUserBaseAnnotation
labelBorderThickness: number labelColor
Section titled "labelColor"Inherited from: IgcUserBaseAnnotation
labelColor: string labelPadding
Section titled "labelPadding"Inherited from: IgcUserBaseAnnotation
labelPadding: number targetSeries
Section titled "targetSeries"targetSeries: IgcSeriesComponent targetSeriesMatcher
Section titled "targetSeriesMatcher"targetSeriesMatcher: IgcSeriesMatcher targetSeriesName
Section titled "targetSeriesName"targetSeriesName: string xValue
Section titled "xValue"xValue: number yValue
Section titled "yValue"yValue: number Methods
Section titled "Methods"bindAxes
Section titled "bindAxes"Inherited from: IgcUserBaseAnnotation
bindAxes(axes: IgcAxisComponent[]): void Parameters
- axes:
IgcAxisComponent[]
Returns void
bindSeries
Section titled "bindSeries"bindSeries(series: IgcSeriesComponent[]): void Parameters
- series:
IgcSeriesComponent[]
Returns void
findByName
Section titled "findByName"findByName(name: string): any Parameters
- name:
string
Returns any
_createFromInternal
Section titled "_createFromInternal"Inherited from: IgcUserBaseAnnotation
_createFromInternal(internal: any): IgcUserBaseAnnotation Parameters
- internal:
any