Represents an axis annotation
Constructors
Section titled "Constructors"IgxSeriesLayerPropertyOverlay
new IgxSeriesLayerPropertyOverlay(): IgxSeriesLayerPropertyOverlay Returns IgxSeriesLayerPropertyOverlay
Properties
Section titled "Properties"ngAcceptInputType_isAlwaysApplied
Section titled "ngAcceptInputType_isAlwaysApplied"ngAcceptInputType_isAlwaysApplied: string | boolean ngAcceptInputType_isSourceOverlay
Section titled "ngAcceptInputType_isSourceOverlay"ngAcceptInputType_isSourceOverlay: string | boolean Accessors
Section titled "Accessors"currentValuePropertyName
Section titled "currentValuePropertyName"Gets or sets the property from which to get the current value, if different from property name.
get currentValuePropertyName(): string
Returns string
set currentValuePropertyName(v: string): void Parameters
- v:
string
Returns void
internalPropertyName
Section titled "internalPropertyName"get internalPropertyName(): string
Returns string
isAlwaysApplied
Section titled "isAlwaysApplied"Gets or sets whether this property overlay should be applied to the source or target even if the source property wasn't mutated.
get isAlwaysApplied(): boolean
Returns boolean
set isAlwaysApplied(v: boolean): void Parameters
- v:
boolean
Returns void
isSourceOverlay
Section titled "isSourceOverlay"Gets or sets whether this property overlay targets the source series instead of the current layer while the layer is present.
get isSourceOverlay(): boolean
Returns boolean
set isSourceOverlay(v: boolean): void Parameters
- v:
boolean
Returns void
propertyName
Section titled "propertyName"Gets or sets the property to overlay on the series or series layer.
get propertyName(): string
Returns string
set propertyName(v: string): void Parameters
- v:
string
Returns void
propertyUpdated
Section titled "propertyUpdated"Event raised when a property value is changed.
get propertyUpdated(): EventEmitter<object>
Returns EventEmitter<object>
value
Section titled "value"Gets or sets the value to overlay on the series or series layer.
get value(): any
Returns any
set value(v: any): void Parameters
- v:
any
Returns void
valueResolving
Section titled "valueResolving"get valueResolving(): EventEmitter<object>
Returns EventEmitter<object>
Methods
Section titled "Methods"findByName
Section titled "findByName"findByName(name: string): any Parameters
- name:
string