Represents an user annotation for rendering data slice annotation
Constructors
Section titled "Constructors"IgrUserSliceAnnotation
new IgrUserSliceAnnotation(): IgrUserSliceAnnotation Returns IgrUserSliceAnnotation
Properties
Section titled "Properties"annotationData
Section titled "annotationData"Inherited from: IgrUserShapeAnnotation
annotationData: string badgeBackground
Section titled "badgeBackground"Inherited from: IgrUserShapeAnnotation
badgeBackground: string badgeCornerRadius
Section titled "badgeCornerRadius"Inherited from: IgrUserShapeAnnotation
badgeCornerRadius: number badgeImagePath
Section titled "badgeImagePath"Inherited from: IgrUserShapeAnnotation
badgeImagePath: string badgeMargin
Section titled "badgeMargin"Inherited from: IgrUserShapeAnnotation
badgeMargin: number badgeOutline
Section titled "badgeOutline"Inherited from: IgrUserShapeAnnotation
badgeOutline: string badgeSize
Section titled "badgeSize"Inherited from: IgrUserShapeAnnotation
badgeSize: number badgeThickness
Section titled "badgeThickness"Inherited from: IgrUserShapeAnnotation
badgeThickness: number badgeVisible
Section titled "badgeVisible"Inherited from: IgrUserShapeAnnotation
badgeVisible: boolean identifier
Section titled "identifier"Inherited from: IgrUserShapeAnnotation
identifier: string isPillShaped
Section titled "isPillShaped"Inherited from: IgrUserShapeAnnotation
isPillShaped: boolean isVisible
Section titled "isVisible"Inherited from: IgrUserShapeAnnotation
isVisible: boolean label
Section titled "label"Inherited from: IgrUserShapeAnnotation
label: string labelBackground
Section titled "labelBackground"Inherited from: IgrUserShapeAnnotation
labelBackground: string labelBorderColor
Section titled "labelBorderColor"Inherited from: IgrUserShapeAnnotation
labelBorderColor: string labelBorderRadius
Section titled "labelBorderRadius"Inherited from: IgrUserShapeAnnotation
labelBorderRadius: number labelBorderThickness
Section titled "labelBorderThickness"Inherited from: IgrUserShapeAnnotation
labelBorderThickness: number labelColor
Section titled "labelColor"Inherited from: IgrUserShapeAnnotation
labelColor: string labelPadding
Section titled "labelPadding"Inherited from: IgrUserShapeAnnotation
labelPadding: number overlayText
Section titled "overlayText"Inherited from: IgrUserShapeAnnotation
overlayText: string overlayTextAngle
Section titled "overlayTextAngle"Inherited from: IgrUserShapeAnnotation
overlayTextAngle: number overlayTextBackground
Section titled "overlayTextBackground"Inherited from: IgrUserShapeAnnotation
overlayTextBackground: string overlayTextBackgroundMode
Section titled "overlayTextBackgroundMode"Inherited from: IgrUserShapeAnnotation
overlayTextBackgroundMode: AnnotationAppearanceMode overlayTextBackgroundShift
Section titled "overlayTextBackgroundShift"Inherited from: IgrUserShapeAnnotation
overlayTextBackgroundShift: number overlayTextBorderColor
Section titled "overlayTextBorderColor"Inherited from: IgrUserShapeAnnotation
overlayTextBorderColor: string overlayTextBorderMode
Section titled "overlayTextBorderMode"Inherited from: IgrUserShapeAnnotation
overlayTextBorderMode: AnnotationAppearanceMode overlayTextBorderRadius
Section titled "overlayTextBorderRadius"Inherited from: IgrUserShapeAnnotation
overlayTextBorderRadius: number overlayTextBorderShift
Section titled "overlayTextBorderShift"Inherited from: IgrUserShapeAnnotation
overlayTextBorderShift: number overlayTextBorderThickness
Section titled "overlayTextBorderThickness"Inherited from: IgrUserShapeAnnotation
overlayTextBorderThickness: number overlayTextColor
Section titled "overlayTextColor"Inherited from: IgrUserShapeAnnotation
overlayTextColor: string overlayTextColorMode
Section titled "overlayTextColorMode"Inherited from: IgrUserShapeAnnotation
overlayTextColorMode: AnnotationAppearanceMode overlayTextColorShift
Section titled "overlayTextColorShift"Inherited from: IgrUserShapeAnnotation
overlayTextColorShift: number overlayTextHorizontalMargin
Section titled "overlayTextHorizontalMargin"Inherited from: IgrUserShapeAnnotation
overlayTextHorizontalMargin: number overlayTextHorizontalPadding
Section titled "overlayTextHorizontalPadding"Inherited from: IgrUserShapeAnnotation
overlayTextHorizontalPadding: number overlayTextLocation
Section titled "overlayTextLocation"Inherited from: IgrUserShapeAnnotation
overlayTextLocation: OverlayTextLocation overlayTextStyle
Section titled "overlayTextStyle"Inherited from: IgrUserShapeAnnotation
overlayTextStyle: string overlayTextVerticalMargin
Section titled "overlayTextVerticalMargin"Inherited from: IgrUserShapeAnnotation
overlayTextVerticalMargin: number overlayTextVerticalPadding
Section titled "overlayTextVerticalPadding"Inherited from: IgrUserShapeAnnotation
overlayTextVerticalPadding: number overlayTextVisible
Section titled "overlayTextVisible"Inherited from: IgrUserShapeAnnotation
overlayTextVisible: boolean shapeBackground
Section titled "shapeBackground"Inherited from: IgrUserShapeAnnotation
shapeBackground: string shapeOutline
Section titled "shapeOutline"Inherited from: IgrUserShapeAnnotation
shapeOutline: string shapeThickness
Section titled "shapeThickness"Inherited from: IgrUserShapeAnnotation
shapeThickness: number targetAxis
Section titled "targetAxis"Inherited from: IgrUserShapeAnnotation
targetAxis: IgrAxis targetAxisMatcher
Section titled "targetAxisMatcher"Inherited from: IgrUserShapeAnnotation
targetAxisMatcher: IgrAxisMatcher targetAxisName
Section titled "targetAxisName"Inherited from: IgrUserShapeAnnotation
targetAxisName: string value
Section titled "value"Inherited from: IgrUserShapeAnnotation
value: number valueDisplayMode
Section titled "valueDisplayMode"Inherited from: IgrUserShapeAnnotation
valueDisplayMode: DataAnnotationDisplayMode Accessors
Section titled "Accessors"nativeElement
Section titled "nativeElement"Inherited from: IgrUserShapeAnnotation
get nativeElement(): HTMLElement Returns HTMLElement
Methods
Section titled "Methods"bindAxes
Section titled "bindAxes"Inherited from: IgrUserShapeAnnotation
bindAxes(axes: IgrAxis<IIgrAxisProps>[]): void Parameters
- axes:
IgrAxis<IIgrAxisProps>[]
Returns void
bindSeries
Section titled "bindSeries"Inherited from: IgrUserShapeAnnotation
bindSeries(series: IgrSeries<IIgrSeriesProps>[]): void Parameters
- series:
IgrSeries<IIgrSeriesProps>[]
Returns void
findByName
Section titled "findByName"Inherited from: IgrUserShapeAnnotation
findByName(name: string): any Parameters
- name:
string
Returns any
_createFromInternal
Section titled "_createFromInternal"Inherited from: IgrUserShapeAnnotation
_createFromInternal(internal: any): IgrUserBaseAnnotation Parameters
- internal:
any