UNPKG

igniteui-react-core

Version:
240 lines (239 loc) 7.66 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 { MarkerSeriesDescription } from "./MarkerSeriesDescription"; import { markType } from "./type"; /** * @hidden */ export let RadialBaseDescription = /*@__PURE__*/ (() => { class RadialBaseDescription extends MarkerSeriesDescription { get_type() { return "RadialBase"; } constructor() { super(); this.gi = 0; this.gj = 0; this.gp = null; this.gu = null; this.gs = null; this.gr = null; this.gq = null; this.f0 = null; this.gz = null; this.f4 = null; this.gt = null; this.f1 = null; this.gy = null; this.gv = null; this.gw = null; this.f3 = null; this.gx = null; this.f2 = null; this.gc = false; this.gb = false; this.g0 = null; this.gd = false; this.gm = null; this.g1 = null; this.ga = false; this.go = null; this.gn = null; } get autoCalloutLabelPrecision() { return this.gi; } set autoCalloutLabelPrecision(a) { this.gi = a; this.j("AutoCalloutLabelPrecision"); } get autoCalloutPercentagePrecision() { return this.gj; } set autoCalloutPercentagePrecision(a) { this.gj = a; this.j("AutoCalloutPercentagePrecision"); } get autoCalloutLabelValueSeparator() { return this.gp; } set autoCalloutLabelValueSeparator(a) { this.gp = a; this.j("AutoCalloutLabelValueSeparator"); } get legendRadialLabelMode() { return this.gu; } set legendRadialLabelMode(a) { this.gu = a; this.j("LegendRadialLabelMode"); } get categoryCollisionMode() { return this.gs; } set categoryCollisionMode(a) { this.gs = a; this.j("CategoryCollisionMode"); } get autoCalloutRadialLabelMode() { return this.gr; } set autoCalloutRadialLabelMode(a) { this.gr = a; this.j("AutoCalloutRadialLabelMode"); } get autoCalloutOthersLabelFormat() { return this.gq; } set autoCalloutOthersLabelFormat(a) { this.gq = a; this.j("AutoCalloutOthersLabelFormat"); } get autoCalloutOthersLabelFormatSpecifiers() { return this.f0; } set autoCalloutOthersLabelFormatSpecifiers(a) { this.f0 = a; this.j("AutoCalloutOthersLabelFormatSpecifiers"); } get proportionalRadialLabelFormat() { return this.gz; } set proportionalRadialLabelFormat(a) { this.gz = a; this.j("ProportionalRadialLabelFormat"); } get proportionalRadialLabelFormatSpecifiers() { return this.f4; } set proportionalRadialLabelFormatSpecifiers(a) { this.f4 = a; this.j("ProportionalRadialLabelFormatSpecifiers"); } get legendProportionalRadialLabelFormat() { return this.gt; } set legendProportionalRadialLabelFormat(a) { this.gt = a; this.j("LegendProportionalRadialLabelFormat"); } get legendProportionalRadialLabelFormatSpecifiers() { return this.f1; } set legendProportionalRadialLabelFormatSpecifiers(a) { this.f1 = a; this.j("LegendProportionalRadialLabelFormatSpecifiers"); } get othersProportionalRadialLabelFormat() { return this.gy; } set othersProportionalRadialLabelFormat(a) { this.gy = a; this.j("OthersProportionalRadialLabelFormat"); } get othersCategoryBrush() { return this.gv; } set othersCategoryBrush(a) { this.gv = a; this.j("OthersCategoryBrush"); } get othersCategoryOutline() { return this.gw; } set othersCategoryOutline(a) { this.gw = a; this.j("OthersCategoryOutline"); } get othersProportionalRadialLabelFormatSpecifiers() { return this.f3; } set othersProportionalRadialLabelFormatSpecifiers(a) { this.f3 = a; this.j("OthersProportionalRadialLabelFormatSpecifiers"); } get othersLegendProportionalRadialLabelFormat() { return this.gx; } set othersLegendProportionalRadialLabelFormat(a) { this.gx = a; this.j("OthersLegendProportionalRadialLabelFormat"); } get othersLegendProportionalRadialLabelFormatSpecifiers() { return this.f2; } set othersLegendProportionalRadialLabelFormatSpecifiers(a) { this.f2 = a; this.j("OthersLegendProportionalRadialLabelFormatSpecifiers"); } get isCustomRadialStyleAllowed() { return this.gc; } set isCustomRadialStyleAllowed(a) { this.gc = a; this.j("IsCustomRadialStyleAllowed"); } get isCustomRadialMarkerStyleAllowed() { return this.gb; } set isCustomRadialMarkerStyleAllowed(a) { this.gb = a; this.j("IsCustomRadialMarkerStyleAllowed"); } get transitionInMode() { return this.g0; } set transitionInMode(a) { this.g0 = a; this.j("TransitionInMode"); } get isTransitionInEnabled() { return this.gd; } set isTransitionInEnabled(a) { this.gd = a; this.j("IsTransitionInEnabled"); } get angleAxisRef() { return this.gm; } set angleAxisRef(a) { this.gm = a; this.j("AngleAxisRef"); } get valueAxisRef() { return this.g1; } set valueAxisRef(a) { this.g1 = a; this.j("ValueAxisRef"); } get clipSeriesToBounds() { return this.ga; } set clipSeriesToBounds(a) { this.ga = a; this.j("ClipSeriesToBounds"); } get assigningRadialStyleRef() { return this.go; } set assigningRadialStyleRef(a) { this.go = a; this.j("AssigningRadialStyleRef"); } get assigningRadialMarkerStyleRef() { return this.gn; } set assigningRadialMarkerStyleRef(a) { this.gn = a; this.j("AssigningRadialMarkerStyleRef"); } } RadialBaseDescription.$t = /*@__PURE__*/ markType(RadialBaseDescription, 'RadialBaseDescription', MarkerSeriesDescription.$); return RadialBaseDescription; })();