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