UNPKG

igniteui-angular-charts

Version:

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

1,491 lines (1,490 loc) 83.8 kB
import { Output, EventEmitter, Component, ViewContainerRef, ViewChild, Input, ChangeDetectionStrategy } from '@angular/core'; import { XamDataLegend } from "./XamDataLegend"; import { arrayFindByName, ensureEnum, brushToString, stringToBrush, ensureBool, toSpinal, initializePropertiesFromCss, NamePatcher } from "igniteui-angular-core"; import { FontInfo } from "igniteui-angular-core"; import { AngularRenderer } from "igniteui-angular-core"; import { delegateCombine } from "igniteui-angular-core"; import { Thickness } from "igniteui-angular-core"; import { DataAbbreviationMode_$type } from "igniteui-angular-core"; import { DataLegendHeaderTimeMode_$type } from "igniteui-angular-core"; import { DataLegendHeaderDateMode_$type } from "igniteui-angular-core"; import { DataLegendUnitsMode_$type } from "igniteui-angular-core"; import { DataLegendLabelMode_$type } from "igniteui-angular-core"; import { DataLegendValueMode_$type } from "igniteui-angular-core"; import { DataLegendLayoutMode_$type } from "igniteui-angular-core"; import { DataLegendSummaryType_$type } from "igniteui-angular-core"; import { IgxDataLegendSummaryEventArgs } from './igx-data-legend-summary-event-args'; import { IgxDataLegendStylingRowEventArgs } from './igx-data-legend-styling-row-event-args'; import { IgxDataLegendStylingColumnEventArgs } from './igx-data-legend-styling-column-event-args'; import { LegendItemBadgeShape_$type } from "igniteui-angular-core"; import * as i0 from "@angular/core"; var DataLegendStylingDefaults = {}; /** * Represents data legend that displays information about each series including values and summaries. */ var IgxDataLegendComponent = /** @class */ /*@__PURE__*/ (function () { function IgxDataLegendComponent(renderer, _elRef, ngZone, injector, componentFactoryResolver) { var _this = this; this.renderer = renderer; this._elRef = _elRef; this.ngZone = ngZone; this.injector = injector; this.componentFactoryResolver = componentFactoryResolver; this._wrapper = null; this._root = null; this._implementation = null; this.__p = null; this._hasUserValues = new Set(); this._stylingContainer = null; this._stylingParent = null; this._inStyling = false; this._calculateColumnSummary = null; this._styleHeaderRow = null; this._styleGroupRow = null; this._styleSeriesRow = null; this._styleSummaryRow = null; this._styleSeriesColumn = null; this._styleSummaryColumn = null; this._zoneRunner = null; if (this._styling) { NamePatcher.ensureStylablePatched(Object.getPrototypeOf(this)); } this._implementation = this.createImplementation(); if (renderer) { this.container = renderer.createElement("div"); renderer.appendChild(_elRef.element.nativeElement, this.container); renderer.setStyle(this.container, "display", "block"); renderer.setStyle(this.container, "width", "100%"); renderer.setStyle(this.container, "height", "100%"); } var root; root = this.container; if (this.container != null) { root = this.container; } if (root && root.nativeElement) { root = root.nativeElement; } this._root = root; var dataLegend = this.i; this._dataLegend = dataLegend; this._dataLegend.externalObject = this; if (renderer) { var ren = new AngularRenderer(root, this.renderer, window.document, this.ngZone, true, DataLegendStylingDefaults); this._wrapper = ren; dataLegend.provideContainer(ren); dataLegend.notifySizeChanged(); ren.addSizeWatcher(function () { _this._dataLegend.notifySizeChanged(); }); } } Object.defineProperty(IgxDataLegendComponent.prototype, "height", { get: function () { return this._height; }, set: function (value) { this._height = value; this.renderer.setStyle(this._elRef.element.nativeElement, "height", value); this._dataLegend.notifySizeChanged(); }, enumerable: false, configurable: true }); Object.defineProperty(IgxDataLegendComponent.prototype, "width", { get: function () { return this._width; }, set: function (value) { this._width = value; this.renderer.setStyle(this._elRef.element.nativeElement, "width", value); this._dataLegend.notifySizeChanged(); }, enumerable: false, configurable: true }); // supports angular themes or custom properties set in CSS IgxDataLegendComponent.prototype.updateStyle = function () { this._styling(this._root, this); }; IgxDataLegendComponent.prototype.ngOnDestroy = function () { this._dataLegend.destroy(); this._wrapper.destroy(); }; IgxDataLegendComponent.prototype.ngAfterContentInit = function () { this.updateStyle(); }; IgxDataLegendComponent.prototype.createImplementation = function () { return new XamDataLegend(); }; Object.defineProperty(IgxDataLegendComponent.prototype, "i", { get: function () { return this._implementation; }, enumerable: false, configurable: true }); IgxDataLegendComponent._staticStyling = function (container, component, parent) { var genericPrefix = ""; var typeName = (component.i ? component.i : component).$type.name; if (typeName.indexOf("Xam") === 0) { typeName = typeName.substring(3); } genericPrefix = toSpinal("DataLegend"); var additionalPrefixes = []; var prefix = toSpinal(typeName); additionalPrefixes.push(prefix + "-"); var b = (component.i ? component.i : component).$type.baseType; while (b && b.name != "Object" && b.name != "Base" && b.name != "Control" && b.Name != "DependencyObject" && b.Name != "FrameworkElement") { typeName = b.name; if (typeName.indexOf("Xam") === 0) { typeName = typeName.substring(3); } var basePrefix = toSpinal(typeName); additionalPrefixes.push(basePrefix + "-"); b = b.baseType; } if (parent) { var parentTypeName = parent.i.$type.name; if (parentTypeName.indexOf("Xam") === 0) { parentTypeName = parentTypeName.substring(3); } var parentPrefix = toSpinal(parentTypeName); additionalPrefixes.push(parentPrefix + "-" + genericPrefix + "-"); additionalPrefixes.push(parentPrefix + "-" + prefix + "-"); } initializePropertiesFromCss(container, component, genericPrefix + "-", new Set(), false, additionalPrefixes); }; Object.defineProperty(IgxDataLegendComponent.prototype, "target", { /** * Gets or sets the target for the data legend. */ get: function () { var ret = this.i.target; if (!ret) { return ret; } if (ret.externalObject != null) { ret = ret.externalObject; } return ret; }, set: function (v) { if (v && v._implementation) { v = v._implementation; } this.i.target = v; }, enumerable: false, configurable: true }); Object.defineProperty(IgxDataLegendComponent.prototype, "actualBadgesVisible", { /** * Gets whether or not at least one badge is visible based on BadgesShape and setting of a row's IsVisble in StyleSeriesRow event */ get: function () { return this.i.b0; }, set: function (v) { this.i.b0 = ensureBool(v); }, enumerable: false, configurable: true }); Object.defineProperty(IgxDataLegendComponent.prototype, "actualPixelScalingRatio", { /** * Gets the actual pixel scaling ratio used to affect the pixel density of the control. * A higher scaling ratio will produce crisper visuals at the expense of memory. Lower values will cause the control to appear blurry. */ get: function () { return this.i.cs; }, set: function (v) { this.i.cs = +v; }, enumerable: false, configurable: true }); Object.defineProperty(IgxDataLegendComponent.prototype, "isEmbeddedInDataTooltip", { /** * Gets or sets whether the legend is embedded in a DataTooltip */ get: function () { return this.i.isEmbeddedInDataTooltip; }, set: function (v) { this.i.isEmbeddedInDataTooltip = ensureBool(v); }, enumerable: false, configurable: true }); Object.defineProperty(IgxDataLegendComponent.prototype, "includedSeries", { /** * Gets or sets indexes, titles, or names of series to include in displaying in the data legend, e.g. "0, 1" or "Series1 Title, Series2 Title" * The ExcludedSeries property takes precedence over values of IncludedSeries property */ get: function () { return this.i.includedSeries; }, set: function (v) { if (v && !Array.isArray(v) && typeof (v) == "string") { var re = /\s*(?:,|\s|$)\s*/gm; v = v.split(re); } this.i.includedSeries = v; }, enumerable: false, configurable: true }); Object.defineProperty(IgxDataLegendComponent.prototype, "excludedSeries", { /** * Gets or sets indexes, titles, or names of series to exclude from displaying in the data legend, e.g. "0, 1" or "Series1 Title, Series2 Title" * The ExcludedSeries property takes precedence over values of IncludedSeries property */ get: function () { return this.i.excludedSeries; }, set: function (v) { if (v && !Array.isArray(v) && typeof (v) == "string") { var re = /\s*(?:,|\s|$)\s*/gm; v = v.split(re); } this.i.excludedSeries = v; }, enumerable: false, configurable: true }); Object.defineProperty(IgxDataLegendComponent.prototype, "includedColumns", { /** * Gets or sets names of data columns or their labels to include in displaying in the data legend, e.g. "High, Low" or "H, L" * The ExcludedColumns property takes precedence over values of IncludedColumns property */ get: function () { return this.i.includedColumns; }, set: function (v) { if (v && !Array.isArray(v) && typeof (v) == "string") { var re = /\s*(?:,|\s|$)\s*/gm; v = v.split(re); } this.i.includedColumns = v; }, enumerable: false, configurable: true }); Object.defineProperty(IgxDataLegendComponent.prototype, "excludedColumns", { /** * Gets or sets names of data columns or their labels to exclude from displaying in the data legend, e.g. "High, Low" or "H, L" * The ExcludedColumns property takes precedence over values of IncludedColumns property */ get: function () { return this.i.excludedColumns; }, set: function (v) { if (v && !Array.isArray(v) && typeof (v) == "string") { var re = /\s*(?:,|\s|$)\s*/gm; v = v.split(re); } this.i.excludedColumns = v; }, enumerable: false, configurable: true }); Object.defineProperty(IgxDataLegendComponent.prototype, "shouldUpdateWhenSeriesDataChanges", { /** * Gets or sets whether the data legend should update when the series data is mutated. */ get: function () { return this.i.b9; }, set: function (v) { this.i.b9 = ensureBool(v); }, enumerable: false, configurable: true }); Object.defineProperty(IgxDataLegendComponent.prototype, "valueFormatAbbreviation", { /** * Gets or sets mode for abbreviating large numbers displayed in the legend * This property is ignored when setting ValueFormatSpecifiers or ValueFormatString properties */ get: function () { return this.i.an; }, set: function (v) { this.i.an = ensureEnum(DataAbbreviationMode_$type, v); }, enumerable: false, configurable: true }); Object.defineProperty(IgxDataLegendComponent.prototype, "valueFormatMaxFractions", { /** * Gets or sets maximum digits for formatting numbers displayed in the legend * This property is ignored when setting ValueFormatSpecifiers or ValueFormatString properties */ get: function () { return this.i.cy; }, set: function (v) { this.i.cy = +v; }, enumerable: false, configurable: true }); Object.defineProperty(IgxDataLegendComponent.prototype, "valueFormatMinFractions", { /** * Gets or sets minimum digits for formatting numbers displayed in the legend * This property is ignored when setting ValueFormatSpecifiers or ValueFormatString properties */ get: function () { return this.i.cz; }, set: function (v) { this.i.cz = +v; }, enumerable: false, configurable: true }); Object.defineProperty(IgxDataLegendComponent.prototype, "valueFormatMode", { /** * Gets or sets the mode for displaying values in the data legend, e.g. Currency ($500.25), Decimal (500.25), Integer (500) */ get: function () { return this.i.a5; }, set: function (v) { this.i.a5 = ensureEnum(DataLegendValueMode_$type, v); }, enumerable: false, configurable: true }); Object.defineProperty(IgxDataLegendComponent.prototype, "valueFormatCulture", { /** * Gets or sets globalization culture when displaying values as currencies, e.g. use "en-GB" to display British pound symbol when the ValueFormatMode property is set to 'Currency' mode * This property is ignored when setting ValueFormatSpecifiers or ValueFormatString properties */ get: function () { return this.i.e8; }, set: function (v) { this.i.e8 = v; }, enumerable: false, configurable: true }); Object.defineProperty(IgxDataLegendComponent.prototype, "valueFormatCurrencyCode", { /** * Gets or sets the currency code used for displaying currency symbol next to values, e.g. USD for $, EUR for € * This property is ignored when setting ValueFormatSpecifiers or ValueFormatString properties */ get: function () { return this.i.fa; }, set: function (v) { this.i.fa = v; }, enumerable: false, configurable: true }); Object.defineProperty(IgxDataLegendComponent.prototype, "valueFormatUseGrouping", { /** * Gets or sets whether or not use grouping separator, e.g, 15,000 for 15000 * This property is ignored when setting ValueFormatSpecifiers or ValueFormatString properties */ get: function () { return this.i.ca; }, set: function (v) { this.i.ca = ensureBool(v); }, enumerable: false, configurable: true }); Object.defineProperty(IgxDataLegendComponent.prototype, "valueFormatString", { /** * Gets or sets the format string for values displayed in the data legend. */ get: function () { return this.i.fg; }, set: function (v) { this.i.fg = v; }, enumerable: false, configurable: true }); Object.defineProperty(IgxDataLegendComponent.prototype, "valueFormatSpecifiers", { /** * Gets or sets the format specifiers to use with the ValueFormatString string. */ get: function () { return this.i.ah; }, set: function (v) { if (v && !Array.isArray(v) && typeof (v) == "string") { var re = /\s*(?:,|\s|$)\s*/gm; v = v.split(re); } this.i.ah = v; }, enumerable: false, configurable: true }); Object.defineProperty(IgxDataLegendComponent.prototype, "valueRowMarginBottom", { get: function () { return this.i.jf ? this.i.jf.bottom : NaN; }, set: function (v) { this.ensureValueRowMargin(); this.i.jf.bottom = +v; this.i.jf = this.i.jf; }, enumerable: false, configurable: true }); Object.defineProperty(IgxDataLegendComponent.prototype, "valueRowMarginLeft", { get: function () { return this.i.jf ? this.i.jf.left : NaN; }, set: function (v) { this.ensureValueRowMargin(); this.i.jf.left = +v; this.i.jf = this.i.jf; }, enumerable: false, configurable: true }); Object.defineProperty(IgxDataLegendComponent.prototype, "valueRowMarginRight", { get: function () { return this.i.jf ? this.i.jf.right : NaN; }, set: function (v) { this.ensureValueRowMargin(); this.i.jf.right = +v; this.i.jf = this.i.jf; }, enumerable: false, configurable: true }); Object.defineProperty(IgxDataLegendComponent.prototype, "valueRowMarginTop", { get: function () { return this.i.jf ? this.i.jf.top : NaN; }, set: function (v) { this.ensureValueRowMargin(); this.i.jf.top = +v; this.i.jf = this.i.jf; }, enumerable: false, configurable: true }); IgxDataLegendComponent.prototype.ensureValueRowMargin = function () { if (this.i.jf) { return; } this.i.jf = new Thickness(2); }; Object.defineProperty(IgxDataLegendComponent.prototype, "valueRowVisible", { /** * Gets or sets whether to show series rows. */ get: function () { return this.i.cb; }, set: function (v) { this.i.cb = ensureBool(v); }, enumerable: false, configurable: true }); Object.defineProperty(IgxDataLegendComponent.prototype, "valueTextWhenMissingData", { /** * Gets or sets text displayed when data column is missing a value, e.g. "no data" */ get: function () { return this.i.fp; }, set: function (v) { this.i.fp = v; }, enumerable: false, configurable: true }); Object.defineProperty(IgxDataLegendComponent.prototype, "valueTextUseSeriesColors", { /** * Gets or sets whether to use series colors when displaying values in the legend */ get: function () { return this.i.cc; }, set: function (v) { this.i.cc = ensureBool(v); }, enumerable: false, configurable: true }); Object.defineProperty(IgxDataLegendComponent.prototype, "valueTextMarginBottom", { get: function () { return this.i.jg ? this.i.jg.bottom : NaN; }, set: function (v) { this.ensureValueTextMargin(); this.i.jg.bottom = +v; this.i.jg = this.i.jg; }, enumerable: false, configurable: true }); Object.defineProperty(IgxDataLegendComponent.prototype, "valueTextMarginLeft", { get: function () { return this.i.jg ? this.i.jg.left : NaN; }, set: function (v) { this.ensureValueTextMargin(); this.i.jg.left = +v; this.i.jg = this.i.jg; }, enumerable: false, configurable: true }); Object.defineProperty(IgxDataLegendComponent.prototype, "valueTextMarginRight", { get: function () { return this.i.jg ? this.i.jg.right : NaN; }, set: function (v) { this.ensureValueTextMargin(); this.i.jg.right = +v; this.i.jg = this.i.jg; }, enumerable: false, configurable: true }); Object.defineProperty(IgxDataLegendComponent.prototype, "valueTextMarginTop", { get: function () { return this.i.jg ? this.i.jg.top : NaN; }, set: function (v) { this.ensureValueTextMargin(); this.i.jg.top = +v; this.i.jg = this.i.jg; }, enumerable: false, configurable: true }); IgxDataLegendComponent.prototype.ensureValueTextMargin = function () { if (this.i.jg) { return; } this.i.jg = new Thickness(2); }; Object.defineProperty(IgxDataLegendComponent.prototype, "valueTextColor", { /** * Gets or sets the units text color. */ get: function () { return brushToString(this.i.ix); }, set: function (v) { this.i.ix = stringToBrush(v); }, enumerable: false, configurable: true }); Object.defineProperty(IgxDataLegendComponent.prototype, "valueTextStyle", { /** * Gets or Sets the style to use for the units text. */ get: function () { if (this.i.bx == null) { return null; } return this.i.bx.fontString; }, set: function (v) { var fi = new FontInfo(); fi.fontString = v; this.i.bx = fi; }, enumerable: false, configurable: true }); Object.defineProperty(IgxDataLegendComponent.prototype, "headerFormatString", { /** * Gets or sets the format string for header text displayed in the data legend. */ get: function () { return this.i.dm; }, set: function (v) { this.i.dm = v; }, enumerable: false, configurable: true }); Object.defineProperty(IgxDataLegendComponent.prototype, "headerFormatSpecifiers", { /** * Gets or sets the format specifiers to use with the HeaderFormatString string. */ get: function () { return this.i.ag; }, set: function (v) { if (v && !Array.isArray(v) && typeof (v) == "string") { var re = /\s*(?:,|\s|$)\s*/gm; v = v.split(re); } this.i.ag = v; }, enumerable: false, configurable: true }); Object.defineProperty(IgxDataLegendComponent.prototype, "headerFormatCulture", { /** * Gets or sets globalization culture applied to header only when it displays dates that are fetched from date/time axes * This property is ignored when setting HeaderFormatSpecifiers or HeaderFormatString properties */ get: function () { return this.i.di; }, set: function (v) { this.i.di = v; }, enumerable: false, configurable: true }); Object.defineProperty(IgxDataLegendComponent.prototype, "headerFormatDate", { /** * Gets or sets date format for the header only when it displays dates that are fetched from date/time axes * This property is ignored when setting HeaderFormatSpecifiers or HeaderFormatString properties */ get: function () { return this.i.ap; }, set: function (v) { this.i.ap = ensureEnum(DataLegendHeaderDateMode_$type, v); }, enumerable: false, configurable: true }); Object.defineProperty(IgxDataLegendComponent.prototype, "headerFormatTime", { /** * Gets or sets time format for the header only when it displays dates that are fetched from date/time axes * This property is ignored when setting HeaderFormatSpecifiers or HeaderFormatString properties */ get: function () { return this.i.aq; }, set: function (v) { this.i.aq = ensureEnum(DataLegendHeaderTimeMode_$type, v); }, enumerable: false, configurable: true }); Object.defineProperty(IgxDataLegendComponent.prototype, "headerText", { /** * Gets or sets the HeaderText for the data legend. */ get: function () { return this.i.ds; }, set: function (v) { this.i.ds = v; }, enumerable: false, configurable: true }); Object.defineProperty(IgxDataLegendComponent.prototype, "headerTextColor", { /** * Gets or sets the header text color. */ get: function () { return brushToString(this.i.io); }, set: function (v) { this.i.io = stringToBrush(v); }, enumerable: false, configurable: true }); Object.defineProperty(IgxDataLegendComponent.prototype, "headerTextMarginBottom", { get: function () { return this.i.i8 ? this.i.i8.bottom : NaN; }, set: function (v) { this.ensureHeaderTextMargin(); this.i.i8.bottom = +v; this.i.i8 = this.i.i8; }, enumerable: false, configurable: true }); Object.defineProperty(IgxDataLegendComponent.prototype, "headerTextMarginLeft", { get: function () { return this.i.i8 ? this.i.i8.left : NaN; }, set: function (v) { this.ensureHeaderTextMargin(); this.i.i8.left = +v; this.i.i8 = this.i.i8; }, enumerable: false, configurable: true }); Object.defineProperty(IgxDataLegendComponent.prototype, "headerTextMarginRight", { get: function () { return this.i.i8 ? this.i.i8.right : NaN; }, set: function (v) { this.ensureHeaderTextMargin(); this.i.i8.right = +v; this.i.i8 = this.i.i8; }, enumerable: false, configurable: true }); Object.defineProperty(IgxDataLegendComponent.prototype, "headerTextMarginTop", { get: function () { return this.i.i8 ? this.i.i8.top : NaN; }, set: function (v) { this.ensureHeaderTextMargin(); this.i.i8.top = +v; this.i.i8 = this.i.i8; }, enumerable: false, configurable: true }); IgxDataLegendComponent.prototype.ensureHeaderTextMargin = function () { if (this.i.i8) { return; } this.i.i8 = new Thickness(2); }; Object.defineProperty(IgxDataLegendComponent.prototype, "headerRowMarginBottom", { get: function () { return this.i.i7 ? this.i.i7.bottom : NaN; }, set: function (v) { this.ensureHeaderRowMargin(); this.i.i7.bottom = +v; this.i.i7 = this.i.i7; }, enumerable: false, configurable: true }); Object.defineProperty(IgxDataLegendComponent.prototype, "headerRowMarginLeft", { get: function () { return this.i.i7 ? this.i.i7.left : NaN; }, set: function (v) { this.ensureHeaderRowMargin(); this.i.i7.left = +v; this.i.i7 = this.i.i7; }, enumerable: false, configurable: true }); Object.defineProperty(IgxDataLegendComponent.prototype, "headerRowMarginRight", { get: function () { return this.i.i7 ? this.i.i7.right : NaN; }, set: function (v) { this.ensureHeaderRowMargin(); this.i.i7.right = +v; this.i.i7 = this.i.i7; }, enumerable: false, configurable: true }); Object.defineProperty(IgxDataLegendComponent.prototype, "headerRowMarginTop", { get: function () { return this.i.i7 ? this.i.i7.top : NaN; }, set: function (v) { this.ensureHeaderRowMargin(); this.i.i7.top = +v; this.i.i7 = this.i.i7; }, enumerable: false, configurable: true }); IgxDataLegendComponent.prototype.ensureHeaderRowMargin = function () { if (this.i.i7) { return; } this.i.i7 = new Thickness(2); }; Object.defineProperty(IgxDataLegendComponent.prototype, "headerRowVisible", { /** * Gets or sets whether to show Header row. */ get: function () { return this.i.b5; }, set: function (v) { this.i.b5 = ensureBool(v); }, enumerable: false, configurable: true }); Object.defineProperty(IgxDataLegendComponent.prototype, "headerTextStyle", { /** * Gets or Sets the style to use for the header text. */ get: function () { if (this.i.bp == null) { return null; } return this.i.bp.fontString; }, set: function (v) { var fi = new FontInfo(); fi.fontString = v; this.i.bp = fi; }, enumerable: false, configurable: true }); Object.defineProperty(IgxDataLegendComponent.prototype, "groupRowVisible", { /** * Gets or sets whether to show Header row. */ get: function () { return this.i.b3; }, set: function (v) { this.i.b3 = ensureBool(v); }, enumerable: false, configurable: true }); Object.defineProperty(IgxDataLegendComponent.prototype, "groupTextColor", { /** * Gets or sets the Group text color. */ get: function () { return brushToString(this.i.im); }, set: function (v) { this.i.im = stringToBrush(v); }, enumerable: false, configurable: true }); Object.defineProperty(IgxDataLegendComponent.prototype, "groupTextMarginBottom", { get: function () { return this.i.i6 ? this.i.i6.bottom : NaN; }, set: function (v) { this.ensureGroupTextMargin(); this.i.i6.bottom = +v; this.i.i6 = this.i.i6; }, enumerable: false, configurable: true }); Object.defineProperty(IgxDataLegendComponent.prototype, "groupTextMarginLeft", { get: function () { return this.i.i6 ? this.i.i6.left : NaN; }, set: function (v) { this.ensureGroupTextMargin(); this.i.i6.left = +v; this.i.i6 = this.i.i6; }, enumerable: false, configurable: true }); Object.defineProperty(IgxDataLegendComponent.prototype, "groupTextMarginRight", { get: function () { return this.i.i6 ? this.i.i6.right : NaN; }, set: function (v) { this.ensureGroupTextMargin(); this.i.i6.right = +v; this.i.i6 = this.i.i6; }, enumerable: false, configurable: true }); Object.defineProperty(IgxDataLegendComponent.prototype, "groupTextMarginTop", { get: function () { return this.i.i6 ? this.i.i6.top : NaN; }, set: function (v) { this.ensureGroupTextMargin(); this.i.i6.top = +v; this.i.i6 = this.i.i6; }, enumerable: false, configurable: true }); IgxDataLegendComponent.prototype.ensureGroupTextMargin = function () { if (this.i.i6) { return; } this.i.i6 = new Thickness(2); }; Object.defineProperty(IgxDataLegendComponent.prototype, "groupRowMarginBottom", { get: function () { return this.i.i5 ? this.i.i5.bottom : NaN; }, set: function (v) { this.ensureGroupRowMargin(); this.i.i5.bottom = +v; this.i.i5 = this.i.i5; }, enumerable: false, configurable: true }); Object.defineProperty(IgxDataLegendComponent.prototype, "groupRowMarginLeft", { get: function () { return this.i.i5 ? this.i.i5.left : NaN; }, set: function (v) { this.ensureGroupRowMargin(); this.i.i5.left = +v; this.i.i5 = this.i.i5; }, enumerable: false, configurable: true }); Object.defineProperty(IgxDataLegendComponent.prototype, "groupRowMarginRight", { get: function () { return this.i.i5 ? this.i.i5.right : NaN; }, set: function (v) { this.ensureGroupRowMargin(); this.i.i5.right = +v; this.i.i5 = this.i.i5; }, enumerable: false, configurable: true }); Object.defineProperty(IgxDataLegendComponent.prototype, "groupRowMarginTop", { get: function () { return this.i.i5 ? this.i.i5.top : NaN; }, set: function (v) { this.ensureGroupRowMargin(); this.i.i5.top = +v; this.i.i5 = this.i.i5; }, enumerable: false, configurable: true }); IgxDataLegendComponent.prototype.ensureGroupRowMargin = function () { if (this.i.i5) { return; } this.i.i5 = new Thickness(2); }; Object.defineProperty(IgxDataLegendComponent.prototype, "groupTextStyle", { /** * Gets or Sets the style to use for the Group text. */ get: function () { if (this.i.bo == null) { return null; } return this.i.bo.fontString; }, set: function (v) { var fi = new FontInfo(); fi.fontString = v; this.i.bo = fi; }, enumerable: false, configurable: true }); Object.defineProperty(IgxDataLegendComponent.prototype, "summaryTitleTextColor", { /** * Gets or sets the summary text color. */ get: function () { return brushToString(this.i.is); }, set: function (v) { this.i.is = stringToBrush(v); }, enumerable: false, configurable: true }); Object.defineProperty(IgxDataLegendComponent.prototype, "summaryTitleTextStyle", { /** * Gets or Sets the style to use for the summary text. */ get: function () { if (this.i.bs == null) { return null; } return this.i.bs.fontString; }, set: function (v) { var fi = new FontInfo(); fi.fontString = v; this.i.bs = fi; }, enumerable: false, configurable: true }); Object.defineProperty(IgxDataLegendComponent.prototype, "summaryType", { /** * Gets or sets the SummaryType for the data legend. */ get: function () { return this.i.a3; }, set: function (v) { this.i.a3 = ensureEnum(DataLegendSummaryType_$type, v); }, enumerable: false, configurable: true }); Object.defineProperty(IgxDataLegendComponent.prototype, "summaryTitleText", { /** * Gets or sets the SummaryTitleText for the data legend. */ get: function () { return this.i.ej; }, set: function (v) { this.i.ej = v; }, enumerable: false, configurable: true }); Object.defineProperty(IgxDataLegendComponent.prototype, "summaryTitleTextMarginBottom", { get: function () { return this.i.jb ? this.i.jb.bottom : NaN; }, set: function (v) { this.ensureSummaryTitleTextMargin(); this.i.jb.bottom = +v; this.i.jb = this.i.jb; }, enumerable: false, configurable: true }); Object.defineProperty(IgxDataLegendComponent.prototype, "summaryTitleTextMarginLeft", { get: function () { return this.i.jb ? this.i.jb.left : NaN; }, set: function (v) { this.ensureSummaryTitleTextMargin(); this.i.jb.left = +v; this.i.jb = this.i.jb; }, enumerable: false, configurable: true }); Object.defineProperty(IgxDataLegendComponent.prototype, "summaryTitleTextMarginRight", { get: function () { return this.i.jb ? this.i.jb.right : NaN; }, set: function (v) { this.ensureSummaryTitleTextMargin(); this.i.jb.right = +v; this.i.jb = this.i.jb; }, enumerable: false, configurable: true }); Object.defineProperty(IgxDataLegendComponent.prototype, "summaryTitleTextMarginTop", { get: function () { return this.i.jb ? this.i.jb.top : NaN; }, set: function (v) { this.ensureSummaryTitleTextMargin(); this.i.jb.top = +v; this.i.jb = this.i.jb; }, enumerable: false, configurable: true }); IgxDataLegendComponent.prototype.ensureSummaryTitleTextMargin = function () { if (this.i.jb) { return; } this.i.jb = new Thickness(2); }; Object.defineProperty(IgxDataLegendComponent.prototype, "summaryRowMarginBottom", { get: function () { return this.i.ja ? this.i.ja.bottom : NaN; }, set: function (v) { this.ensureSummaryRowMargin(); this.i.ja.bottom = +v; this.i.ja = this.i.ja; }, enumerable: false, configurable: true }); Object.defineProperty(IgxDataLegendComponent.prototype, "summaryRowMarginLeft", { get: function () { return this.i.ja ? this.i.ja.left : NaN; }, set: function (v) { this.ensureSummaryRowMargin(); this.i.ja.left = +v; this.i.ja = this.i.ja; }, enumerable: false, configurable: true }); Object.defineProperty(IgxDataLegendComponent.prototype, "summaryRowMarginRight", { get: function () { return this.i.ja ? this.i.ja.right : NaN; }, set: function (v) { this.ensureSummaryRowMargin(); this.i.ja.right = +v; this.i.ja = this.i.ja; }, enumerable: false, configurable: true }); Object.defineProperty(IgxDataLegendComponent.prototype, "summaryRowMarginTop", { get: function () { return this.i.ja ? this.i.ja.top : NaN; }, set: function (v) { this.ensureSummaryRowMargin(); this.i.ja.top = +v; this.i.ja = this.i.ja; }, enumerable: false, configurable: true }); IgxDataLegendComponent.prototype.ensureSummaryRowMargin = function () { if (this.i.ja) { return; } this.i.ja = new Thickness(2); }; Object.defineProperty(IgxDataLegendComponent.prototype, "summaryValueTextColor", { /** * Gets or sets the units text color. */ get: function () { return brushToString(this.i.iu); }, set: function (v) { this.i.iu = stringToBrush(v); }, enumerable: false, configurable: true }); Object.defineProperty(IgxDataLegendComponent.prototype, "summaryValueTextStyle", { /** * Gets or Sets the style to use for the units text. */ get: function () { if (this.i.bu == null) { return null; } return this.i.bu.fontString; }, set: function (v) { var fi = new FontInfo(); fi.fontString = v; this.i.bu = fi; }, enumerable: false, configurable: true }); Object.defineProperty(IgxDataLegendComponent.prototype, "summaryLabelText", { /** * Gets or sets the units text for the data legend. */ get: function () { return this.i.ee; }, set: function (v) { this.i.ee = v; }, enumerable: false, configurable: true }); Object.defineProperty(IgxDataLegendComponent.prototype, "summaryLabelTextColor", { /** * Gets or sets the units text color. */ get: function () { return brushToString(this.i.ir); }, set: function (v) { this.i.ir = stringToBrush(v); }, enumerable: false, configurable: true }); Object.defineProperty(IgxDataLegendComponent.prototype, "summaryLabelTextStyle", { /** * Gets or Sets the style to use for the units text. */ get: function () { if (this.i.br == null) { return null; } return this.i.br.fontString; }, set: function (v) { var fi = new FontInfo(); fi.fontString = v; this.i.br = fi; }, enumerable: false, configurable: true }); Object.defineProperty(IgxDataLegendComponent.prototype, "summaryUnitsText", { /** * Gets or sets the units text for the data legend. */ get: function () { return this.i.ep; }, set: function (v) { this.i.ep = v; }, enumerable: false, configurable: true }); Object.defineProperty(IgxDataLegendComponent.prototype, "summaryUnitsTextColor", { /** * Gets or sets the units text color. */ get: function () { return brushToString(this.i.it); }, set: function (v) { this.i.it = stringToBrush(v); }, enumerable: false, configurable: true }); Object.defineProperty(IgxDataLegendComponent.prototype, "summaryUnitsTextStyle", { /** * Gets or Sets the style to use for the units text. */ get: function () { if (this.i.bt == null) { return null; } return this.i.bt.fontString; }, set: function (v) { var fi = new FontInfo(); fi.fontString = v; this.i.bt = fi; }, enumerable: false, configurable: true }); Object.defineProperty(IgxDataLegendComponent.prototype, "badgeMarginBottom", { get: function () { return this.i.i4 ? this.i.i4.bottom : NaN; }, set: function (v) { this.ensureBadgeMargin(); this.i.i4.bottom = +v; this.i.i4 = this.i.i4; }, enumerable: false, configurable: true }); Object.defineProperty(IgxDataLegendComponent.prototype, "badgeMarginLeft", { get: function () { return this.i.i4 ? this.i.i4.left : NaN; }, set: function (v) { this.ensureBadgeMargin(); this.i.i4.left = +v; this.i.i4 = this.i.i4; }, enumerable: false, configurable: true }); Object.defineProperty(IgxDataLegendComponent.prototype, "badgeMarginRight", { get: function () { return this.i.i4 ? this.i.i4.right : NaN; }, set: function (v) { this.ensureBadgeMargin(); this.i.i4.right = +v; this.i.i4 = this.i.i4; }, enumerable: false, configurable: true }); Object.defineProperty(IgxDataLegendComponent.prototype, "badgeMarginTop", { get: function () { return this.i.i4 ? this.i.i4.top : NaN; }, set: function (v) { this.ensureBadgeMargin(); this.i.i4.top = +v; this.i.i4 = this.i.i4; }, enumerable: false, configurable: true }); IgxDataLegendComponent.prototype.ensureBadgeMargin = function () { if (this.i.i4) { return; } this.i.i4 = new Thickness(2); }; Object.defineProperty(IgxDataLegendComponent.prototype, "badgeShape", { /** * Gets or sets the BadgeShape for the data legend. */ get: function () { return this.i.ba; }, set: function (v) { this.i.ba = ensureEnum(LegendItemBadgeShape_$type, v); }, enumerable: false, configurable: true }); Object.defineProperty(IgxDataLegendComponent.prototype, "targetCursorPositionX", { /** * Gets or sets horizontal position (between 0.0 and 1.0) in viewport of the target component */ get: function () { return this.i.targetCursorPositionX; }, set: function (v) { this.i.targetCursorPositionX = +v; }, enumerable: false, configurable: true }); Object.defineProperty(IgxDataLegendComponent.prototype, "targetCursorPositionY", { /** * Gets or sets vertical position (between 0.0 and 1.0) in viewport of the target component */ get: function () { return this.i.targetCursorPositionY; }, set: function (v) { this.i.targetCursorPositionY = +v; }, enumerable: false, configurable: true }); Object.defineProperty(IgxDataLegendComponent.prototype, "unitsDisplayMode", { /** * Gets or sets the UnitsMode for the data legend. */ get: function () { return this.i.a4; }, set: function (v) { this.i.a4 = ensureEnum(DataLegendUnitsMode_$type, v); }, enumerable: false, configurable: true }); Object.defineProperty(IgxDataLegendComponent.prototype, "unitsText", { /** * Gets or sets the units text for the data legend. */ get: function () { return this.i.e2; }, set: function (v) { this.i.e2 = v; }, enumerable: false, configurable: true }); Object.defineProperty(IgxDataLegendComponent.prototype, "unitsTextColor", { /** * Gets or sets the units text color. */ get: function () { return brushToString(this.i.iw); }, set: function (v) { this.i.iw = stringToBrush(v); }, enumerable: false, configurable: true }); Object.defineProperty(IgxDataLegendComponent.prototype, "unitsTextMarginBottom", { get: function () { return this.i.jd ? this.i.jd.bottom : NaN; }, set: function (v) { this.ensureUnitsTextMargin(); this.i.jd.bottom = +v; this.i.jd = this.i.jd; }, enumerable: false, configurable: true }); Object.defineProperty(IgxDataLegendComponent.prototype, "unitsTextMarginLeft", { get: function () { return this.i.jd ? this.i.jd.left : NaN; }, set: function (v) { this.ensureUnitsTextMargin(); this.i.jd.left = +v; this.i.jd = this.i.jd; }, enumerable: false, configurable: true }); Object.defineProperty(IgxDataLegendComponent.prototype, "unitsTextMarginRight", { get: function () { return this.i.jd ? this.i.jd.right : NaN; }, set: function (v) { this.ensureUnitsTextMargin(); this.i.jd.right = +v; this.i.jd = this.i.jd; }, enumerable: false, configurable: true }); Object.defineProperty(IgxDataLegendComponent.prototype, "unitsTextMarginTop", { get: function () { return this.i.jd ? this.i.jd.top : NaN; }, set: function (v) { this.ensureUnitsTextMargin(); this.i.jd.top = +v; this.i.jd = this.i.jd; }, enumerable: false, configurable: true }); IgxDataLegendComponent.prototype.ensureUnitsTextMargin = function () { if (this.i.jd) { return; } this.i.jd = new Thickness(2); }; Object.defineProperty(IgxDataLegendComponent.prototype, "unitsTextStyle", { /** * Gets or Sets the style to use for the units text. */ get: function () { if (this.i.bw == null) { return null; } return this.i.bw.fontString; }, set: function (v) { var fi = new FontInfo(); fi.fontString = v; this.i.bw = fi; }, enumerable: false, configurable: true