Represents an axis annotation

IgxSeriesLayerPropertyOverlay

new IgxSeriesLayerPropertyOverlay(): IgxSeriesLayerPropertyOverlay

Returns IgxSeriesLayerPropertyOverlay

ngAcceptInputType_isAlwaysApplied: string | boolean
ngAcceptInputType_isSourceOverlay: string | boolean

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

get internalPropertyName(): string

Returns string

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

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

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

Event raised when a property value is changed.

get propertyUpdated(): EventEmitter<object>

Returns EventEmitter<object>

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

get valueResolving(): EventEmitter<object>

Returns EventEmitter<object>

findByName(name: string): any

Parameters

  • name: string

Returns any