igniteui-react-core
Version:
Ignite UI React Core.
50 lines (49 loc) • 2.78 kB
JavaScript
/*
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 { Base, String_$type, markType } from "./type";
import { Dictionary$2 } from "./Dictionary$2";
import { RadialBaseDescriptionMetadata } from "./RadialBaseDescriptionMetadata";
/**
* @hidden
*/
export let AnchoredRadialSeriesDescriptionMetadata = /*@__PURE__*/ (() => {
class AnchoredRadialSeriesDescriptionMetadata extends Base {
static b(a) {
if (AnchoredRadialSeriesDescriptionMetadata.a == null) {
AnchoredRadialSeriesDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
AnchoredRadialSeriesDescriptionMetadata.c(AnchoredRadialSeriesDescriptionMetadata.a);
}
if (a.k(AnchoredRadialSeriesDescriptionMetadata.a)) {
return;
}
a.ac(AnchoredRadialSeriesDescriptionMetadata.a);
}
static c(a) {
RadialBaseDescriptionMetadata.c(a);
a.item("UseCategoryNormalizedValues", "Boolean");
a.item("ValueMemberPath", "String");
a.item("HighlightedValueMemberPath", "String");
a.item("ValueMemberAsLegendLabel", "String");
a.item("ValueMemberAsLegendUnit", "String");
a.item("TrendLineType", "ExportedType:string:TrendLineType");
a.item("TrendLineType@names", "None;LinearFit;QuadraticFit;CubicFit;QuarticFit;QuinticFit;LogarithmicFit;ExponentialFit;PowerLawFit;SimpleAverage;ExponentialAverage;ModifiedAverage;CumulativeAverage;WeightedAverage");
a.item("TrendLineBrush", "Brush");
a.item("ActualTrendLineBrush", "Brush");
a.item("TrendLineThickness", "Number:double");
a.item("TrendLineDashArray", "DoubleCollection:double");
a.item("TrendLinePeriod", "Number:int");
a.item("TrendLineZIndex", "Number:int");
}
static d(a) {
AnchoredRadialSeriesDescriptionMetadata.b(a);
a.ad("AnchoredRadialSeries", AnchoredRadialSeriesDescriptionMetadata.a);
}
}
AnchoredRadialSeriesDescriptionMetadata.$t = /*@__PURE__*/ markType(AnchoredRadialSeriesDescriptionMetadata, 'AnchoredRadialSeriesDescriptionMetadata');
AnchoredRadialSeriesDescriptionMetadata.a = null;
return AnchoredRadialSeriesDescriptionMetadata;
})();