igniteui-react-core
Version:
Ignite UI React Core.
63 lines (62 loc) • 3.93 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 { __extends } from "tslib";
import { Base, String_$type, markType } from "./type";
import { Dictionary$2 } from "./Dictionary$2";
import { StyleDescriptionMetadata } from "./StyleDescriptionMetadata";
import { StackedSeriesCreatedEventArgsDescription } from "./StackedSeriesCreatedEventArgsDescription";
/**
* @hidden
*/
var StackedSeriesCreatedEventArgsDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) {
__extends(StackedSeriesCreatedEventArgsDescriptionMetadata, _super);
function StackedSeriesCreatedEventArgsDescriptionMetadata() {
return _super !== null && _super.apply(this, arguments) || this;
}
StackedSeriesCreatedEventArgsDescriptionMetadata.b = function (a) {
if (StackedSeriesCreatedEventArgsDescriptionMetadata.a == null) {
StackedSeriesCreatedEventArgsDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
StackedSeriesCreatedEventArgsDescriptionMetadata.c(StackedSeriesCreatedEventArgsDescriptionMetadata.a);
}
if (a.k(StackedSeriesCreatedEventArgsDescriptionMetadata.a)) {
return;
}
a.ac(StackedSeriesCreatedEventArgsDescriptionMetadata.a);
StyleDescriptionMetadata.d(a);
};
StackedSeriesCreatedEventArgsDescriptionMetadata.c = function (a) {
a.item("Brush", "Brush");
a.item("LegendItemTemplateRef", "(w:LegendItemTemplate,wf:LegendItemTemplate)DataRef::object");
a.item("LegendItemBadgeTemplateRef", "(w:LegendItemBadgeTemplate,wf:LegendItemBadgeTemplate)DataRef::object");
a.item("LegendItemVisibility", "ExportedType:string:Visibility");
a.item("LegendItemVisibility@names", "Visible;Collapsed");
a.item("Outline", "Brush");
a.item("DashArray", "DoubleCollection:double");
a.item("Thickness", "Number:double");
a.item("TitleRef", "(w:Title,wf:Title)DataRef");
a.item("TransitionDuration", "Number:int");
a.item("TransitionEasingFunctionRef", "(w:TransitionEasingFunction,wf:TransitionEasingFunction)MethodRef");
a.item("MarkerBrush", "Brush");
a.item("MarkerOutline", "Brush");
a.item("MarkerStyle", "ExportedType:Style");
a.item("MarkerTemplateRef", "(w:MarkerTemplate,wf:MarkerTemplate)DataRef::object");
a.item("MarkerType", "ExportedType:string:MarkerType");
a.item("MarkerType@names", "Unset;None;Automatic;Circle;Triangle;Pyramid;Square;Diamond;Pentagon;Hexagon;Tetragram;Pentagram;Hexagram;Hidden");
a.item("MarkerThickness", "Number:double");
a.item("LineCap", "ExportedType:string:PenLineCap");
a.item("LineCap@names", "Flat;Square;Round;Triangle");
};
StackedSeriesCreatedEventArgsDescriptionMetadata.d = function (a) {
StackedSeriesCreatedEventArgsDescriptionMetadata.b(a);
a.ae("StackedSeriesCreatedEventArgs", function () { return new StackedSeriesCreatedEventArgsDescription(); });
a.ad("StackedSeriesCreatedEventArgs", StackedSeriesCreatedEventArgsDescriptionMetadata.a);
};
StackedSeriesCreatedEventArgsDescriptionMetadata.$t = markType(StackedSeriesCreatedEventArgsDescriptionMetadata, 'StackedSeriesCreatedEventArgsDescriptionMetadata');
StackedSeriesCreatedEventArgsDescriptionMetadata.a = null;
return StackedSeriesCreatedEventArgsDescriptionMetadata;
}(Base));
export { StackedSeriesCreatedEventArgsDescriptionMetadata };