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