UNPKG

igniteui-angular-charts

Version:

Ignite UI Angular charting components for building rich data visualizations for modern web apps.

47 lines (46 loc) 1.97 kB
import { SeriesLayerPropertyOverlayValueResolvingEventArgs as SeriesLayerPropertyOverlayValueResolvingEventArgs_internal } from "./SeriesLayerPropertyOverlayValueResolvingEventArgs"; /** * Provides data for Axis RangeChanged events. */ var IgxSeriesLayerPropertyOverlayValueResolvingEventArgs = /** @class */ /*@__PURE__*/ (function () { function IgxSeriesLayerPropertyOverlayValueResolvingEventArgs() { this._implementation = this.createImplementation(); this._implementation.externalObject = this; this.onImplementationCreated(); if (this._initializeAdapters) { this._initializeAdapters(); } } IgxSeriesLayerPropertyOverlayValueResolvingEventArgs.prototype.createImplementation = function () { return new SeriesLayerPropertyOverlayValueResolvingEventArgs_internal(); }; Object.defineProperty(IgxSeriesLayerPropertyOverlayValueResolvingEventArgs.prototype, "i", { /** * @hidden */ get: function () { return this._implementation; }, enumerable: false, configurable: true }); IgxSeriesLayerPropertyOverlayValueResolvingEventArgs.prototype.onImplementationCreated = function () { }; IgxSeriesLayerPropertyOverlayValueResolvingEventArgs.prototype._provideImplementation = function (i) { this._implementation = i; this._implementation.externalObject = this; this.onImplementationCreated(); }; Object.defineProperty(IgxSeriesLayerPropertyOverlayValueResolvingEventArgs.prototype, "value", { get: function () { return this.i.value; }, set: function (v) { this.i.value = v; }, enumerable: false, configurable: true }); return IgxSeriesLayerPropertyOverlayValueResolvingEventArgs; }()); export { IgxSeriesLayerPropertyOverlayValueResolvingEventArgs };