Represents an user annotation for rendering annotation of axis label
Constructors
Section titled "Constructors"IgxUserAxisAnnotation
new IgxUserAxisAnnotation(): IgxUserAxisAnnotation Returns IgxUserAxisAnnotation
Properties
Section titled "Properties"ngAcceptInputType_badgeCornerRadius
Section titled "ngAcceptInputType_badgeCornerRadius"Inherited from: IgxUserBaseAnnotation
ngAcceptInputType_badgeCornerRadius: string | number ngAcceptInputType_badgeMargin
Section titled "ngAcceptInputType_badgeMargin"Inherited from: IgxUserBaseAnnotation
ngAcceptInputType_badgeMargin: string | number ngAcceptInputType_badgeSize
Section titled "ngAcceptInputType_badgeSize"Inherited from: IgxUserBaseAnnotation
ngAcceptInputType_badgeSize: string | number ngAcceptInputType_badgeThickness
Section titled "ngAcceptInputType_badgeThickness"Inherited from: IgxUserBaseAnnotation
ngAcceptInputType_badgeThickness: string | number ngAcceptInputType_badgeVisible
Section titled "ngAcceptInputType_badgeVisible"Inherited from: IgxUserBaseAnnotation
ngAcceptInputType_badgeVisible: string | boolean ngAcceptInputType_isPillShaped
Section titled "ngAcceptInputType_isPillShaped"Inherited from: IgxUserBaseAnnotation
ngAcceptInputType_isPillShaped: string | boolean ngAcceptInputType_isVisible
Section titled "ngAcceptInputType_isVisible"Inherited from: IgxUserBaseAnnotation
ngAcceptInputType_isVisible: string | boolean ngAcceptInputType_labelBorderRadius
Section titled "ngAcceptInputType_labelBorderRadius"Inherited from: IgxUserBaseAnnotation
ngAcceptInputType_labelBorderRadius: string | number ngAcceptInputType_labelBorderThickness
Section titled "ngAcceptInputType_labelBorderThickness"Inherited from: IgxUserBaseAnnotation
ngAcceptInputType_labelBorderThickness: string | number ngAcceptInputType_labelPadding
Section titled "ngAcceptInputType_labelPadding"Inherited from: IgxUserBaseAnnotation
ngAcceptInputType_labelPadding: string | number ngAcceptInputType_value
Section titled "ngAcceptInputType_value"ngAcceptInputType_value: string | number Accessors
Section titled "Accessors"annotationData
Section titled "annotationData"Inherited from: IgxUserBaseAnnotation
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: IgxUserBaseAnnotation
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: IgxUserBaseAnnotation
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: IgxUserBaseAnnotation
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: IgxUserBaseAnnotation
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: IgxUserBaseAnnotation
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: IgxUserBaseAnnotation
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: IgxUserBaseAnnotation
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: IgxUserBaseAnnotation
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: IgxUserBaseAnnotation
get identifier(): string
Returns string
set identifier(v: string): void Parameters
- v:
string
Returns void
isPillShaped
Section titled "isPillShaped"Inherited from: IgxUserBaseAnnotation
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: IgxUserBaseAnnotation
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: IgxUserBaseAnnotation
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: IgxUserBaseAnnotation
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: IgxUserBaseAnnotation
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: IgxUserBaseAnnotation
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: IgxUserBaseAnnotation
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: IgxUserBaseAnnotation
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: IgxUserBaseAnnotation
Gets or sets padding around the label in annotation.
get labelPadding(): number
Returns number
set labelPadding(v: number): void Parameters
- v:
number
Returns void
targetAxis
Section titled "targetAxis"Gets or sets the target axis that will display the annotation.
get targetAxis(): IgxAxisComponent
Returns IgxAxisComponent
targetAxisMatcher
Section titled "targetAxisMatcher"Gets or sets a matcher for matching an axis that will display the annotation.
get targetAxisMatcher(): IgxAxisMatcher
Returns IgxAxisMatcher
value
Section titled "value"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
Methods
Section titled "Methods"bindAxes
Section titled "bindAxes"Inherited from: IgxUserBaseAnnotation
bindAxes(axes: IgxAxisComponent[]): void Parameters
- axes:
IgxAxisComponent[]
Returns void
bindSeries
Section titled "bindSeries"Inherited from: IgxUserBaseAnnotation
bindSeries(series: IgxSeriesComponent[]): void Parameters
- series:
IgxSeriesComponent[]
Returns void
findByName
Section titled "findByName"findByName(name: string): any Parameters
- name:
string
Returns any
_createFromInternal
Section titled "_createFromInternal"Inherited from: IgxUserBaseAnnotation
_createFromInternal(internal: any): IgxUserBaseAnnotation Parameters
- internal:
any