Represents base class for rendering an annotation with shape of slice of strip
Constructors
Section titled "Constructors"IgxUserShapeAnnotation
new IgxUserShapeAnnotation(): IgxUserShapeAnnotation Returns IgxUserShapeAnnotation
Properties
Section titled "Properties"ngAcceptInputType_badgeCornerRadius
Section titled "ngAcceptInputType_badgeCornerRadius"Inherited from: IgxUserAxisAnnotation
ngAcceptInputType_badgeCornerRadius: string | number ngAcceptInputType_badgeMargin
Section titled "ngAcceptInputType_badgeMargin"Inherited from: IgxUserAxisAnnotation
ngAcceptInputType_badgeMargin: string | number ngAcceptInputType_badgeSize
Section titled "ngAcceptInputType_badgeSize"Inherited from: IgxUserAxisAnnotation
ngAcceptInputType_badgeSize: string | number ngAcceptInputType_badgeThickness
Section titled "ngAcceptInputType_badgeThickness"Inherited from: IgxUserAxisAnnotation
ngAcceptInputType_badgeThickness: string | number ngAcceptInputType_badgeVisible
Section titled "ngAcceptInputType_badgeVisible"Inherited from: IgxUserAxisAnnotation
ngAcceptInputType_badgeVisible: string | boolean ngAcceptInputType_isPillShaped
Section titled "ngAcceptInputType_isPillShaped"Inherited from: IgxUserAxisAnnotation
ngAcceptInputType_isPillShaped: string | boolean ngAcceptInputType_isVisible
Section titled "ngAcceptInputType_isVisible"Inherited from: IgxUserAxisAnnotation
ngAcceptInputType_isVisible: string | boolean ngAcceptInputType_labelBorderRadius
Section titled "ngAcceptInputType_labelBorderRadius"Inherited from: IgxUserAxisAnnotation
ngAcceptInputType_labelBorderRadius: string | number ngAcceptInputType_labelBorderThickness
Section titled "ngAcceptInputType_labelBorderThickness"Inherited from: IgxUserAxisAnnotation
ngAcceptInputType_labelBorderThickness: string | number ngAcceptInputType_labelPadding
Section titled "ngAcceptInputType_labelPadding"Inherited from: IgxUserAxisAnnotation
ngAcceptInputType_labelPadding: string | number ngAcceptInputType_overlayTextAngle
Section titled "ngAcceptInputType_overlayTextAngle"ngAcceptInputType_overlayTextAngle: string | number ngAcceptInputType_overlayTextBackgroundMode
Section titled "ngAcceptInputType_overlayTextBackgroundMode"ngAcceptInputType_overlayTextBackgroundMode: string | AnnotationAppearanceMode ngAcceptInputType_overlayTextBackgroundShift
Section titled "ngAcceptInputType_overlayTextBackgroundShift"ngAcceptInputType_overlayTextBackgroundShift: string | number ngAcceptInputType_overlayTextBorderMode
Section titled "ngAcceptInputType_overlayTextBorderMode"ngAcceptInputType_overlayTextBorderMode: string | AnnotationAppearanceMode ngAcceptInputType_overlayTextBorderRadius
Section titled "ngAcceptInputType_overlayTextBorderRadius"ngAcceptInputType_overlayTextBorderRadius: string | number ngAcceptInputType_overlayTextBorderShift
Section titled "ngAcceptInputType_overlayTextBorderShift"ngAcceptInputType_overlayTextBorderShift: string | number ngAcceptInputType_overlayTextBorderThickness
Section titled "ngAcceptInputType_overlayTextBorderThickness"ngAcceptInputType_overlayTextBorderThickness: string | number ngAcceptInputType_overlayTextColorMode
Section titled "ngAcceptInputType_overlayTextColorMode"ngAcceptInputType_overlayTextColorMode: string | AnnotationAppearanceMode ngAcceptInputType_overlayTextColorShift
Section titled "ngAcceptInputType_overlayTextColorShift"ngAcceptInputType_overlayTextColorShift: string | number ngAcceptInputType_overlayTextHorizontalMargin
Section titled "ngAcceptInputType_overlayTextHorizontalMargin"ngAcceptInputType_overlayTextHorizontalMargin: string | number ngAcceptInputType_overlayTextHorizontalPadding
Section titled "ngAcceptInputType_overlayTextHorizontalPadding"ngAcceptInputType_overlayTextHorizontalPadding: string | number ngAcceptInputType_overlayTextLocation
Section titled "ngAcceptInputType_overlayTextLocation"ngAcceptInputType_overlayTextLocation: string | OverlayTextLocation ngAcceptInputType_overlayTextVerticalMargin
Section titled "ngAcceptInputType_overlayTextVerticalMargin"ngAcceptInputType_overlayTextVerticalMargin: string | number ngAcceptInputType_overlayTextVerticalPadding
Section titled "ngAcceptInputType_overlayTextVerticalPadding"ngAcceptInputType_overlayTextVerticalPadding: string | number ngAcceptInputType_overlayTextVisible
Section titled "ngAcceptInputType_overlayTextVisible"ngAcceptInputType_overlayTextVisible: string | boolean ngAcceptInputType_shapeThickness
Section titled "ngAcceptInputType_shapeThickness"ngAcceptInputType_shapeThickness: string | number ngAcceptInputType_value
Section titled "ngAcceptInputType_value"Inherited from: IgxUserAxisAnnotation
ngAcceptInputType_value: string | number ngAcceptInputType_valueDisplayMode
Section titled "ngAcceptInputType_valueDisplayMode"ngAcceptInputType_valueDisplayMode: string | DataAnnotationDisplayMode Accessors
Section titled "Accessors"annotationData
Section titled "annotationData"Inherited from: IgxUserAxisAnnotation
Gets or sets the additional data that should be stored with the annotation.
get annotationData(): string
Returns string
set annotationData(v: string): void Parameters
- v:
string
Returns void
badgeBackground
Section titled "badgeBackground"Inherited from: IgxUserAxisAnnotation
Gets or sets the background of badge annotation.
get badgeBackground(): string
Returns string
set badgeBackground(v: string): void Parameters
- v:
string
Returns void
badgeCornerRadius
Section titled "badgeCornerRadius"Inherited from: IgxUserAxisAnnotation
Gets or sets border radius of the badge annotations.
get badgeCornerRadius(): number
Returns number
set badgeCornerRadius(v: number): void Parameters
- v:
number
Returns void
badgeImagePath
Section titled "badgeImagePath"Inherited from: IgxUserAxisAnnotation
Gets or sets image path for displayed in the badge annotations.
get badgeImagePath(): string
Returns string
set badgeImagePath(v: string): void Parameters
- v:
string
Returns void
badgeMargin
Section titled "badgeMargin"Inherited from: IgxUserAxisAnnotation
Gets or sets margin of the badge annotations.
get badgeMargin(): number
Returns number
set badgeMargin(v: number): void Parameters
- v:
number
Returns void
badgeOutline
Section titled "badgeOutline"Inherited from: IgxUserAxisAnnotation
Gets or sets the outline of badge annotation.
get badgeOutline(): string
Returns string
set badgeOutline(v: string): void Parameters
- v:
string
Returns void
badgeSize
Section titled "badgeSize"Inherited from: IgxUserAxisAnnotation
Gets or sets size of the badge annotations.
get badgeSize(): number
Returns number
set badgeSize(v: number): void Parameters
- v:
number
Returns void
badgeThickness
Section titled "badgeThickness"Inherited from: IgxUserAxisAnnotation
Gets or sets thickness of the badge annotations.
get badgeThickness(): number
Returns number
set badgeThickness(v: number): void Parameters
- v:
number
Returns void
badgeVisible
Section titled "badgeVisible"Inherited from: IgxUserAxisAnnotation
Gets or sets whether to draw the badge in annotation
get badgeVisible(): boolean
Returns boolean
set badgeVisible(v: boolean): void Parameters
- v:
boolean
Returns void
identifier
Section titled "identifier"Inherited from: IgxUserAxisAnnotation
get identifier(): string
Returns string
set identifier(v: string): void Parameters
- v:
string
Returns void
isPillShaped
Section titled "isPillShaped"Inherited from: IgxUserAxisAnnotation
Gets or sets whether the annotation is pill shaped.
get isPillShaped(): boolean
Returns boolean
set isPillShaped(v: boolean): void Parameters
- v:
boolean
Returns void
isVisible
Section titled "isVisible"Inherited from: IgxUserAxisAnnotation
Gets or sets whether to the annotations is rendered
get isVisible(): boolean
Returns boolean
set isVisible(v: boolean): void Parameters
- v:
boolean
Returns void
label
Section titled "label"Inherited from: IgxUserAxisAnnotation
Gets or sets the text that should be displayed on axis annotation.
get label(): string
Returns string
set label(v: string): void Parameters
- v:
string
Returns void
labelBackground
Section titled "labelBackground"Inherited from: IgxUserAxisAnnotation
Gets or sets the background text displayed in the annotation.
get labelBackground(): string
Returns string
set labelBackground(v: string): void Parameters
- v:
string
Returns void
labelBorderColor
Section titled "labelBorderColor"Inherited from: IgxUserAxisAnnotation
Gets or sets the border color of the axis annotation.
get labelBorderColor(): string
Returns string
set labelBorderColor(v: string): void Parameters
- v:
string
Returns void
labelBorderRadius
Section titled "labelBorderRadius"Inherited from: IgxUserAxisAnnotation
Gets or sets the border radius of the annotation.
get labelBorderRadius(): number
Returns number
set labelBorderRadius(v: number): void Parameters
- v:
number
Returns void
labelBorderThickness
Section titled "labelBorderThickness"Inherited from: IgxUserAxisAnnotation
Gets or sets border thickness of the axis annotations.
get labelBorderThickness(): number
Returns number
set labelBorderThickness(v: number): void Parameters
- v:
number
Returns void
labelColor
Section titled "labelColor"Inherited from: IgxUserAxisAnnotation
Gets or sets the color of text displayed in the annotation.
get labelColor(): string
Returns string
set labelColor(v: string): void Parameters
- v:
string
Returns void
labelPadding
Section titled "labelPadding"Inherited from: IgxUserAxisAnnotation
Gets or sets padding around the label in annotation.
get labelPadding(): number
Returns number
set labelPadding(v: number): void Parameters
- v:
number
Returns void
overlayText
Section titled "overlayText"Gets or sets the text that should be overlayed in plot area of the chart.
get overlayText(): string
Returns string
set overlayText(v: string): void Parameters
- v:
string
Returns void
overlayTextAngle
Section titled "overlayTextAngle"Gets or sets the angle rotation (in degrees) of the overlay text in relation to the annotation shape.
get overlayTextAngle(): number
Returns number
set overlayTextAngle(v: number): void Parameters
- v:
number
Returns void
overlayTextBackground
Section titled "overlayTextBackground"Gets or sets the background the overlay text.
get overlayTextBackground(): string
Returns string
set overlayTextBackground(v: string): void Parameters
- v:
string
Returns void
overlayTextBackgroundMode
Section titled "overlayTextBackgroundMode"Gets or sets the mode used for shifting the background of overlay text.
get overlayTextBackgroundMode(): AnnotationAppearanceMode
Returns AnnotationAppearanceMode
overlayTextBackgroundShift
Section titled "overlayTextBackgroundShift"Gets or sets the shift of the overlay background based on OverlayTextBackgroundMode. Value must range between -1.0 to 1.0, where 0 means no color shift.
get overlayTextBackgroundShift(): number
Returns number
set overlayTextBackgroundShift(v: number): void Parameters
- v:
number
Returns void
overlayTextBorderColor
Section titled "overlayTextBorderColor"Gets or sets the border color of the overlay text.
get overlayTextBorderColor(): string
Returns string
set overlayTextBorderColor(v: string): void Parameters
- v:
string
Returns void
overlayTextBorderMode
Section titled "overlayTextBorderMode"Gets or sets the mode used for shifting the border of overlay text.
get overlayTextBorderMode(): AnnotationAppearanceMode
Returns AnnotationAppearanceMode
overlayTextBorderRadius
Section titled "overlayTextBorderRadius"Gets or sets the border radius corner of the overlay text.
get overlayTextBorderRadius(): number
Returns number
set overlayTextBorderRadius(v: number): void Parameters
- v:
number
Returns void
overlayTextBorderShift
Section titled "overlayTextBorderShift"Gets or sets the shift of the overlay border based on OverlayTextBorderMode. Value must range between -1.0 to 1.0, where 0 means no color shift.
get overlayTextBorderShift(): number
Returns number
set overlayTextBorderShift(v: number): void Parameters
- v:
number
Returns void
overlayTextBorderThickness
Section titled "overlayTextBorderThickness"Gets or sets the border thickness of the overlay text.
get overlayTextBorderThickness(): number
Returns number
set overlayTextBorderThickness(v: number): void Parameters
- v:
number
Returns void
overlayTextColor
Section titled "overlayTextColor"Gets or sets the color the overlay text.
get overlayTextColor(): string
Returns string
set overlayTextColor(v: string): void Parameters
- v:
string
Returns void
overlayTextColorMode
Section titled "overlayTextColorMode"Gets or sets the mode used for shifting the background of overlay text.
get overlayTextColorMode(): AnnotationAppearanceMode
Returns AnnotationAppearanceMode
overlayTextColorShift
Section titled "overlayTextColorShift"Gets or sets the shift of the overlay text color based on OverlayTextColorMode. Value must range between -1.0 to 1.0, where 0 means no color shift.
get overlayTextColorShift(): number
Returns number
set overlayTextColorShift(v: number): void Parameters
- v:
number
Returns void
overlayTextHorizontalMargin
Section titled "overlayTextHorizontalMargin"Gets or sets the horizontal margin of the overlay text in relation to the annotation shape.
get overlayTextHorizontalMargin(): number
Returns number
set overlayTextHorizontalMargin(v: number): void Parameters
- v:
number
Returns void
overlayTextHorizontalPadding
Section titled "overlayTextHorizontalPadding"Gets or sets the horizontal padding of the overlay text in relation to the annotation shape.
get overlayTextHorizontalPadding(): number
Returns number
set overlayTextHorizontalPadding(v: number): void Parameters
- v:
number
Returns void
overlayTextLocation
Section titled "overlayTextLocation"Gets or sets location of the overlay text in relation to the annotation shape.
get overlayTextLocation(): OverlayTextLocation
Returns OverlayTextLocation
overlayTextStyle
Section titled "overlayTextStyle"Gets or Sets the style to use for the display text.
get overlayTextStyle(): string
Returns string
set overlayTextStyle(v: string): void Parameters
- v:
string
Returns void
overlayTextVerticalMargin
Section titled "overlayTextVerticalMargin"Gets or sets the vertical margin of the overlay text in relation to the annotation shape.
get overlayTextVerticalMargin(): number
Returns number
set overlayTextVerticalMargin(v: number): void Parameters
- v:
number
Returns void
overlayTextVerticalPadding
Section titled "overlayTextVerticalPadding"Gets or sets the vertical padding of the overlay text in relation to the annotation shape.
get overlayTextVerticalPadding(): number
Returns number
set overlayTextVerticalPadding(v: number): void Parameters
- v:
number
Returns void
overlayTextVisible
Section titled "overlayTextVisible"Gets or sets whether the overlay text is visible in plot area of the chart
get overlayTextVisible(): boolean
Returns boolean
set overlayTextVisible(v: boolean): void Parameters
- v:
boolean
Returns void
shapeBackground
Section titled "shapeBackground"Gets or sets background of the annotation shape displayed in the plot area of the chart.
get shapeBackground(): string
Returns string
set shapeBackground(v: string): void Parameters
- v:
string
Returns void
shapeOutline
Section titled "shapeOutline"Gets or sets border color of the annotation shape displayed in the plot area of the chart.
get shapeOutline(): string
Returns string
set shapeOutline(v: string): void Parameters
- v:
string
Returns void
shapeThickness
Section titled "shapeThickness"Gets or sets border thickness of the annotation shape displayed in the plot area of the chart.
get shapeThickness(): number
Returns number
set shapeThickness(v: number): void Parameters
- v:
number
Returns void
targetAxis
Section titled "targetAxis"Inherited from: IgxUserAxisAnnotation
Gets or sets the target axis that will display the annotation.
get targetAxis(): IgxAxisComponent
Returns IgxAxisComponent
targetAxisMatcher
Section titled "targetAxisMatcher"Inherited from: IgxUserAxisAnnotation
Gets or sets a matcher for matching an axis that will display the annotation.
get targetAxisMatcher(): IgxAxisMatcher
Returns IgxAxisMatcher
value
Section titled "value"Inherited from: IgxUserAxisAnnotation
Gets or sets the value that determines location of annotation on axis.
get value(): number
Returns number
set value(v: number): void Parameters
- v:
number
Returns void
valueDisplayMode
Section titled "valueDisplayMode"Gets or sets display mode of label in the center annotation.
get valueDisplayMode(): DataAnnotationDisplayMode
Returns DataAnnotationDisplayMode
Methods
Section titled "Methods"bindAxes
Section titled "bindAxes"Inherited from: IgxUserAxisAnnotation
bindAxes(axes: IgxAxisComponent[]): void Parameters
- axes:
IgxAxisComponent[]
Returns void
bindSeries
Section titled "bindSeries"Inherited from: IgxUserAxisAnnotation
bindSeries(series: IgxSeriesComponent[]): void Parameters
- series:
IgxSeriesComponent[]
Returns void
findByName
Section titled "findByName"Inherited from: IgxUserAxisAnnotation
findByName(name: string): any Parameters
- name:
string
Returns any
_createFromInternal
Section titled "_createFromInternal"Inherited from: IgxUserAxisAnnotation
_createFromInternal(internal: any): IgxUserBaseAnnotation Parameters
- internal:
any