UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

147 lines (146 loc) 4.32 kB
/* THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE: https://www.infragistics.com/legal/license/igultimate-la https://www.infragistics.com/legal/license/igultimate-eula GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company. */ import { Description } from "./Description"; import { markType } from "./type"; /** * @hidden */ export let StackedSeriesCreatedEventArgsDescription = /*@__PURE__*/ (() => { class StackedSeriesCreatedEventArgsDescription extends Description { constructor() { super(); this.n = null; this.p = null; this.o = null; this.q = null; this.v = null; this.i = 0; this.w = null; this.l = 0; this.x = null; this.r = null; this.s = null; this.f = null; this.t = null; this.u = null; this.h = 0; } get_type() { return "StackedSeriesCreatedEventArgs"; } get type() { return this.get_type(); } get brush() { return this.n; } set brush(a) { this.n = a; this.e("Brush"); } get legendItemTemplateRef() { return this.p; } set legendItemTemplateRef(a) { this.p = a; this.e("LegendItemTemplateRef"); } get legendItemBadgeTemplateRef() { return this.o; } set legendItemBadgeTemplateRef(a) { this.o = a; this.e("LegendItemBadgeTemplateRef"); } get legendItemVisibility() { return this.q; } set legendItemVisibility(a) { this.q = a; this.e("LegendItemVisibility"); } get outline() { return this.v; } set outline(a) { this.v = a; this.e("Outline"); } get thickness() { return this.i; } set thickness(a) { this.i = a; this.e("Thickness"); } get titleRef() { return this.w; } set titleRef(a) { this.w = a; this.e("TitleRef"); } get transitionDuration() { return this.l; } set transitionDuration(a) { this.l = a; this.e("TransitionDuration"); } get transitionEasingFunctionRef() { return this.x; } set transitionEasingFunctionRef(a) { this.x = a; this.e("TransitionEasingFunctionRef"); } get markerBrush() { return this.r; } set markerBrush(a) { this.r = a; this.e("MarkerBrush"); } get markerOutline() { return this.s; } set markerOutline(a) { this.s = a; this.e("MarkerOutline"); } get markerStyle() { return this.f; } set markerStyle(a) { this.f = a; this.e("MarkerStyle"); } get markerTemplateRef() { return this.t; } set markerTemplateRef(a) { this.t = a; this.e("MarkerTemplateRef"); } get markerType() { return this.u; } set markerType(a) { this.u = a; this.e("MarkerType"); } get markerThickness() { return this.h; } set markerThickness(a) { this.h = a; this.e("MarkerThickness"); } } StackedSeriesCreatedEventArgsDescription.$t = markType(StackedSeriesCreatedEventArgsDescription, 'StackedSeriesCreatedEventArgsDescription', Description.$); return StackedSeriesCreatedEventArgsDescription; })();