UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

163 lines (162 loc) 4.71 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.u = null; this.w = null; this.v = null; this.x = null; this.ad = null; this.k = null; this.p = 0; this.ae = null; this.s = 0; this.af = null; this.z = null; this.aa = null; this.m = null; this.ab = null; this.ac = null; this.o = 0; this.y = null; } get_type() { return "StackedSeriesCreatedEventArgs"; } get type() { return this.get_type(); } get brush() { return this.u; } set brush(a) { this.u = a; this.j("Brush"); } get legendItemTemplateRef() { return this.w; } set legendItemTemplateRef(a) { this.w = a; this.j("LegendItemTemplateRef"); } get legendItemBadgeTemplateRef() { return this.v; } set legendItemBadgeTemplateRef(a) { this.v = a; this.j("LegendItemBadgeTemplateRef"); } get legendItemVisibility() { return this.x; } set legendItemVisibility(a) { this.x = a; this.j("LegendItemVisibility"); } get outline() { return this.ad; } set outline(a) { this.ad = a; this.j("Outline"); } get dashArray() { return this.k; } set dashArray(a) { this.k = a; this.j("DashArray"); } get thickness() { return this.p; } set thickness(a) { this.p = a; this.j("Thickness"); } get titleRef() { return this.ae; } set titleRef(a) { this.ae = a; this.j("TitleRef"); } get transitionDuration() { return this.s; } set transitionDuration(a) { this.s = a; this.j("TransitionDuration"); } get transitionEasingFunctionRef() { return this.af; } set transitionEasingFunctionRef(a) { this.af = a; this.j("TransitionEasingFunctionRef"); } get markerBrush() { return this.z; } set markerBrush(a) { this.z = a; this.j("MarkerBrush"); } get markerOutline() { return this.aa; } set markerOutline(a) { this.aa = a; this.j("MarkerOutline"); } get markerStyle() { return this.m; } set markerStyle(a) { this.m = a; this.j("MarkerStyle"); } get markerTemplateRef() { return this.ab; } set markerTemplateRef(a) { this.ab = a; this.j("MarkerTemplateRef"); } get markerType() { return this.ac; } set markerType(a) { this.ac = a; this.j("MarkerType"); } get markerThickness() { return this.o; } set markerThickness(a) { this.o = a; this.j("MarkerThickness"); } get lineCap() { return this.y; } set lineCap(a) { this.y = a; this.j("LineCap"); } } StackedSeriesCreatedEventArgsDescription.$t = markType(StackedSeriesCreatedEventArgsDescription, 'StackedSeriesCreatedEventArgsDescription', Description.$); return StackedSeriesCreatedEventArgsDescription; })();