igniteui-react-core
Version:
Ignite UI React Core.
66 lines (65 loc) • 4.4 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 { AnnotationLayerDescriptionMetadata } from "./AnnotationLayerDescriptionMetadata";
/**
* @hidden
*/
export let DataAnnotationAxisLayerDescriptionMetadata = /*@__PURE__*/ (() => {
class DataAnnotationAxisLayerDescriptionMetadata extends Base {
static b(a) {
if (DataAnnotationAxisLayerDescriptionMetadata.a == null) {
DataAnnotationAxisLayerDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
DataAnnotationAxisLayerDescriptionMetadata.c(DataAnnotationAxisLayerDescriptionMetadata.a);
}
if (a.k(DataAnnotationAxisLayerDescriptionMetadata.a)) {
return;
}
a.ac(DataAnnotationAxisLayerDescriptionMetadata.a);
}
static c(a) {
AnnotationLayerDescriptionMetadata.c(a);
a.item("AnnotationLabelDisplayMode", "ExportedType:string:DataAnnotationDisplayMode");
a.item("AnnotationLabelDisplayMode@names", "Auto;DataValue;DataLabel;AxisValue;PixelValue;WindowValue;Hidden");
a.item("AnnotationLabelVisible", "Boolean");
a.item("AnnotationTextColor", "Brush");
a.item("AnnotationTextColorMode", "ExportedType:string:AnnotationAppearanceMode");
a.item("AnnotationTextColorMode@names", "Auto;BrightnessShift;SaturationShift;DashPattern;OpacityShift");
a.item("AnnotationTextColorShift", "Number:double");
a.item("AnnotationTextColorMatchLayer", "Boolean");
a.item("AnnotationBackground", "Brush");
a.item("AnnotationBorderRadius", "Number:double");
a.item("AnnotationBackgroundMode", "ExportedType:string:AnnotationAppearanceMode");
a.item("AnnotationBackgroundMode@names", "Auto;BrightnessShift;SaturationShift;DashPattern;OpacityShift");
a.item("AnnotationBackgroundShift", "Number:double");
a.item("AnnotationBackgroundMatchLayer", "Boolean");
a.item("AnnotationBorderMatchLayer", "Boolean");
a.item("AnnotationBorderColor", "Brush");
a.item("AnnotationBorderMode", "ExportedType:string:AnnotationAppearanceMode");
a.item("AnnotationBorderMode@names", "Auto;BrightnessShift;SaturationShift;DashPattern;OpacityShift");
a.item("AnnotationBorderShift", "Number:double");
a.item("AnnotationPaddingBottom", "(w:AnnotationPadding.Bottom,wf:AnnotationPaddingBottom)Number:double");
a.item("AnnotationPaddingLeft", "(w:AnnotationPadding.Left,wf:AnnotationPaddingLeft)Number:double");
a.item("AnnotationPaddingRight", "(w:AnnotationPadding.Right,wf:AnnotationPaddingRight)Number:double");
a.item("AnnotationPaddingTop", "(w:AnnotationPadding.Top,wf:AnnotationPaddingTop)Number:double");
a.item("AnnotationBorderThickness", "Number:double");
a.item("AnnotationValueMaxPrecision", "Number:int");
a.item("AnnotationValueMinPrecision", "Number:int");
a.item("TargetAxisRef", "(w:TargetAxis,wf:TargetAxis)DataRef::object");
a.item("TargetMode", "ExportedType:string:DataAnnotationTargetMode");
a.item("TargetMode@names", "Auto;DataSourceAxes;HorizontalAxes;VerticalAxes;CategoryAxes;TimeAxes;NumericXAxes;NumericYAxes");
}
static d(a) {
DataAnnotationAxisLayerDescriptionMetadata.b(a);
a.ad("DataAnnotationAxisLayer", DataAnnotationAxisLayerDescriptionMetadata.a);
}
}
DataAnnotationAxisLayerDescriptionMetadata.$t = /*@__PURE__*/ markType(DataAnnotationAxisLayerDescriptionMetadata, 'DataAnnotationAxisLayerDescriptionMetadata');
DataAnnotationAxisLayerDescriptionMetadata.a = null;
return DataAnnotationAxisLayerDescriptionMetadata;
})();