igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
500 lines (499 loc) • 35.2 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 { PlotAreaMouseButtonEventArgsDescription } from "./PlotAreaMouseButtonEventArgsDescription";
import { PlotAreaMouseEventArgsDescription } from "./PlotAreaMouseEventArgsDescription";
import { SeriesDescriptionMetadata } from "./SeriesDescriptionMetadata";
import { ChartCursorEventArgsDescription } from "./ChartCursorEventArgsDescription";
import { ChartMouseEventArgsDescription } from "./ChartMouseEventArgsDescription";
import { DataChartMouseButtonEventArgsDescription } from "./DataChartMouseButtonEventArgsDescription";
import { UserAnnotationInformationEventArgsDescriptionMetadata } from "./UserAnnotationInformationEventArgsDescriptionMetadata";
import { UserAnnotationToolTipContentUpdatingEventArgsDescriptionMetadata } from "./UserAnnotationToolTipContentUpdatingEventArgsDescriptionMetadata";
import { AxisMouseEventArgsDescriptionMetadata } from "./AxisMouseEventArgsDescriptionMetadata";
import { ChartResizeIdleEventArgsDescriptionMetadata } from "./ChartResizeIdleEventArgsDescriptionMetadata";
import { SeriesViewerManipulationEventArgsDescriptionMetadata } from "./SeriesViewerManipulationEventArgsDescriptionMetadata";
import { RectChangedEventArgsDescriptionMetadata } from "./RectChangedEventArgsDescriptionMetadata";
import { SeriesViewerSelectedSeriesItemsChangedEventArgsDescriptionMetadata } from "./SeriesViewerSelectedSeriesItemsChangedEventArgsDescriptionMetadata";
import { RefreshCompletedEventArgsDescriptionMetadata } from "./RefreshCompletedEventArgsDescriptionMetadata";
import { ImageCapturedEventArgsDescriptionMetadata } from "./ImageCapturedEventArgsDescriptionMetadata";
/**
* @hidden
*/
var PlotAreaMouseButtonEventArgsDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) {
__extends(PlotAreaMouseButtonEventArgsDescriptionMetadata, _super);
function PlotAreaMouseButtonEventArgsDescriptionMetadata() {
return _super !== null && _super.apply(this, arguments) || this;
}
PlotAreaMouseButtonEventArgsDescriptionMetadata.b = function (a) {
if (PlotAreaMouseButtonEventArgsDescriptionMetadata.a == null) {
PlotAreaMouseButtonEventArgsDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
PlotAreaMouseButtonEventArgsDescriptionMetadata.c(PlotAreaMouseButtonEventArgsDescriptionMetadata.a);
}
if (a.k(PlotAreaMouseButtonEventArgsDescriptionMetadata.a)) {
return;
}
a.ad(PlotAreaMouseButtonEventArgsDescriptionMetadata.a);
SeriesViewerDescriptionMetadata.d(a);
};
PlotAreaMouseButtonEventArgsDescriptionMetadata.c = function (a) {
a.item("ChartPosition", "PixelPoint");
a.item("PlotAreaPosition", "PixelPoint");
a.item("ManipulationOccurred", "Boolean");
a.item("Viewer", "ExportedType:SeriesViewer");
};
PlotAreaMouseButtonEventArgsDescriptionMetadata.d = function (a) {
PlotAreaMouseButtonEventArgsDescriptionMetadata.b(a);
a.af("PlotAreaMouseButtonEventArgs", function () { return new PlotAreaMouseButtonEventArgsDescription(); });
a.ae("PlotAreaMouseButtonEventArgs", PlotAreaMouseButtonEventArgsDescriptionMetadata.a);
};
PlotAreaMouseButtonEventArgsDescriptionMetadata.$t = markType(PlotAreaMouseButtonEventArgsDescriptionMetadata, 'PlotAreaMouseButtonEventArgsDescriptionMetadata');
PlotAreaMouseButtonEventArgsDescriptionMetadata.a = null;
return PlotAreaMouseButtonEventArgsDescriptionMetadata;
}(Base));
export { PlotAreaMouseButtonEventArgsDescriptionMetadata };
/**
* @hidden
*/
var PlotAreaMouseEventArgsDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) {
__extends(PlotAreaMouseEventArgsDescriptionMetadata, _super);
function PlotAreaMouseEventArgsDescriptionMetadata() {
return _super !== null && _super.apply(this, arguments) || this;
}
PlotAreaMouseEventArgsDescriptionMetadata.b = function (a) {
if (PlotAreaMouseEventArgsDescriptionMetadata.a == null) {
PlotAreaMouseEventArgsDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
PlotAreaMouseEventArgsDescriptionMetadata.c(PlotAreaMouseEventArgsDescriptionMetadata.a);
}
if (a.k(PlotAreaMouseEventArgsDescriptionMetadata.a)) {
return;
}
a.ad(PlotAreaMouseEventArgsDescriptionMetadata.a);
SeriesViewerDescriptionMetadata.d(a);
};
PlotAreaMouseEventArgsDescriptionMetadata.c = function (a) {
a.item("ChartPosition", "Point");
a.item("PlotAreaPosition", "Point");
a.item("IsDuringManipulation", "Boolean");
a.item("Viewer", "ExportedType:SeriesViewer");
};
PlotAreaMouseEventArgsDescriptionMetadata.d = function (a) {
PlotAreaMouseEventArgsDescriptionMetadata.b(a);
a.af("PlotAreaMouseEventArgs", function () { return new PlotAreaMouseEventArgsDescription(); });
a.ae("PlotAreaMouseEventArgs", PlotAreaMouseEventArgsDescriptionMetadata.a);
};
PlotAreaMouseEventArgsDescriptionMetadata.$t = markType(PlotAreaMouseEventArgsDescriptionMetadata, 'PlotAreaMouseEventArgsDescriptionMetadata');
PlotAreaMouseEventArgsDescriptionMetadata.a = null;
return PlotAreaMouseEventArgsDescriptionMetadata;
}(Base));
export { PlotAreaMouseEventArgsDescriptionMetadata };
/**
* @hidden
*/
var ChartCursorEventArgsDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) {
__extends(ChartCursorEventArgsDescriptionMetadata, _super);
function ChartCursorEventArgsDescriptionMetadata() {
return _super !== null && _super.apply(this, arguments) || this;
}
ChartCursorEventArgsDescriptionMetadata.b = function (a) {
if (ChartCursorEventArgsDescriptionMetadata.a == null) {
ChartCursorEventArgsDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
ChartCursorEventArgsDescriptionMetadata.c(ChartCursorEventArgsDescriptionMetadata.a);
}
if (a.k(ChartCursorEventArgsDescriptionMetadata.a)) {
return;
}
a.ad(ChartCursorEventArgsDescriptionMetadata.a);
SeriesDescriptionMetadata.d(a);
SeriesViewerDescriptionMetadata.d(a);
};
ChartCursorEventArgsDescriptionMetadata.c = function (a) {
a.item("ItemRef", "(w:Item,p:Item)DataRef");
a.item("Series", "ExportedType:Series");
a.item("SeriesViewer", "ExportedType:SeriesViewer");
};
ChartCursorEventArgsDescriptionMetadata.d = function (a) {
ChartCursorEventArgsDescriptionMetadata.b(a);
a.af("ChartCursorEventArgs", function () { return new ChartCursorEventArgsDescription(); });
a.ae("ChartCursorEventArgs", ChartCursorEventArgsDescriptionMetadata.a);
};
ChartCursorEventArgsDescriptionMetadata.$t = markType(ChartCursorEventArgsDescriptionMetadata, 'ChartCursorEventArgsDescriptionMetadata');
ChartCursorEventArgsDescriptionMetadata.a = null;
return ChartCursorEventArgsDescriptionMetadata;
}(Base));
export { ChartCursorEventArgsDescriptionMetadata };
/**
* @hidden
*/
var ChartMouseEventArgsDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) {
__extends(ChartMouseEventArgsDescriptionMetadata, _super);
function ChartMouseEventArgsDescriptionMetadata() {
return _super !== null && _super.apply(this, arguments) || this;
}
ChartMouseEventArgsDescriptionMetadata.b = function (a) {
if (ChartMouseEventArgsDescriptionMetadata.a == null) {
ChartMouseEventArgsDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
ChartMouseEventArgsDescriptionMetadata.c(ChartMouseEventArgsDescriptionMetadata.a);
}
if (a.k(ChartMouseEventArgsDescriptionMetadata.a)) {
return;
}
a.ad(ChartMouseEventArgsDescriptionMetadata.a);
SeriesViewerDescriptionMetadata.d(a);
};
ChartMouseEventArgsDescriptionMetadata.c = function (a) {
a.item("Item", "Unknown");
a.item("SeriesRef", "(w:Series,p:Series)DataRef::object");
a.item("PlotAreaPosition", "Point");
a.item("WorldPosition", "Point");
a.item("Chart", "ExportedType:SeriesViewer");
};
ChartMouseEventArgsDescriptionMetadata.d = function (a) {
ChartMouseEventArgsDescriptionMetadata.b(a);
a.af("ChartMouseEventArgs", function () { return new ChartMouseEventArgsDescription(); });
a.ae("ChartMouseEventArgs", ChartMouseEventArgsDescriptionMetadata.a);
};
ChartMouseEventArgsDescriptionMetadata.$t = markType(ChartMouseEventArgsDescriptionMetadata, 'ChartMouseEventArgsDescriptionMetadata');
ChartMouseEventArgsDescriptionMetadata.a = null;
return ChartMouseEventArgsDescriptionMetadata;
}(Base));
export { ChartMouseEventArgsDescriptionMetadata };
/**
* @hidden
*/
var DataChartMouseButtonEventArgsDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) {
__extends(DataChartMouseButtonEventArgsDescriptionMetadata, _super);
function DataChartMouseButtonEventArgsDescriptionMetadata() {
return _super !== null && _super.apply(this, arguments) || this;
}
DataChartMouseButtonEventArgsDescriptionMetadata.b = function (a) {
if (DataChartMouseButtonEventArgsDescriptionMetadata.a == null) {
DataChartMouseButtonEventArgsDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
DataChartMouseButtonEventArgsDescriptionMetadata.c(DataChartMouseButtonEventArgsDescriptionMetadata.a);
}
if (a.k(DataChartMouseButtonEventArgsDescriptionMetadata.a)) {
return;
}
a.ad(DataChartMouseButtonEventArgsDescriptionMetadata.a);
SeriesDescriptionMetadata.d(a);
SeriesViewerDescriptionMetadata.d(a);
};
DataChartMouseButtonEventArgsDescriptionMetadata.c = function (a) {
a.item("Handled", "Boolean");
a.item("CancelSelection", "Boolean");
a.item("ItemRef", "(w:Item,p:Item)DataRef");
a.item("Series", "ExportedType:Series");
a.item("PlotAreaPosition", "Point");
a.item("WorldPosition", "Point");
a.item("Chart", "ExportedType:SeriesViewer");
};
DataChartMouseButtonEventArgsDescriptionMetadata.d = function (a) {
DataChartMouseButtonEventArgsDescriptionMetadata.b(a);
a.af("DataChartMouseButtonEventArgs", function () { return new DataChartMouseButtonEventArgsDescription(); });
a.ae("DataChartMouseButtonEventArgs", DataChartMouseButtonEventArgsDescriptionMetadata.a);
};
DataChartMouseButtonEventArgsDescriptionMetadata.$t = markType(DataChartMouseButtonEventArgsDescriptionMetadata, 'DataChartMouseButtonEventArgsDescriptionMetadata');
DataChartMouseButtonEventArgsDescriptionMetadata.a = null;
return DataChartMouseButtonEventArgsDescriptionMetadata;
}(Base));
export { DataChartMouseButtonEventArgsDescriptionMetadata };
/**
* @hidden
*/
var SeriesViewerDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) {
__extends(SeriesViewerDescriptionMetadata, _super);
function SeriesViewerDescriptionMetadata() {
return _super !== null && _super.apply(this, arguments) || this;
}
SeriesViewerDescriptionMetadata.b = function (a) {
if (SeriesViewerDescriptionMetadata.a == null) {
SeriesViewerDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
SeriesViewerDescriptionMetadata.c(SeriesViewerDescriptionMetadata.a);
}
if (a.k(SeriesViewerDescriptionMetadata.a)) {
return;
}
a.ad(SeriesViewerDescriptionMetadata.a);
UserAnnotationInformationEventArgsDescriptionMetadata.d(a);
UserAnnotationToolTipContentUpdatingEventArgsDescriptionMetadata.d(a);
PlotAreaMouseButtonEventArgsDescriptionMetadata.d(a);
PlotAreaMouseEventArgsDescriptionMetadata.d(a);
AxisMouseEventArgsDescriptionMetadata.d(a);
ChartCursorEventArgsDescriptionMetadata.d(a);
DataChartMouseButtonEventArgsDescriptionMetadata.d(a);
ChartMouseEventArgsDescriptionMetadata.d(a);
ChartResizeIdleEventArgsDescriptionMetadata.d(a);
SeriesViewerManipulationEventArgsDescriptionMetadata.d(a);
RectChangedEventArgsDescriptionMetadata.d(a);
SeriesViewerSelectedSeriesItemsChangedEventArgsDescriptionMetadata.d(a);
RefreshCompletedEventArgsDescriptionMetadata.d(a);
ImageCapturedEventArgsDescriptionMetadata.d(a);
};
SeriesViewerDescriptionMetadata.c = function (a) {
a.item("Series", "Collection:Series:SeriesCollection:Series");
a.item("FullSeries", "Collection:Series:SeriesCollection:Series");
a.item("Brushes", "BrushCollection:string");
a.item("Outlines", "BrushCollection:string");
a.item("MarkerBrushes", "BrushCollection:string");
a.item("MarkerOutlines", "BrushCollection:string");
a.item("MarkerAutomaticBehavior", "ExportedType:string:MarkerAutomaticBehavior");
a.item("MarkerAutomaticBehavior@names", "CircleSmart;None;SmartIndexed;Indexed;Circle;Triangle;Pyramid;Square;Diamond;Pentagon;Hexagon;Tetragram;Pentagram;Hexagram");
a.item("CrosshairPoint", "Point");
a.item("LegendRef", "(w:Legend,p:Legend)DataRef::object");
a.item("AnimateSeriesWhenAxisRangeChanges", "Boolean");
a.item("SeriesValueLayerUseLegend", "Boolean");
a.item("IsUserAnnotationsEnabled", "Boolean");
a.item("IsWindowSyncedToVisibleRange", "Boolean");
a.item("ShouldSimulateHoverMoveCrosshairPoint", "Boolean");
a.item("HighlightingMode", "ExportedType:string:SeriesHighlightingMode");
a.item("HighlightingMode@names", "Auto;None;BrightenSpecific;Brighten;FadeOthersSpecific;FadeOthers");
a.item("HighlightingFadeOpacity", "Number:double");
a.item("SelectionMode", "ExportedType:string:SeriesSelectionMode");
a.item("SelectionMode@names", "Auto;None;Brighten;FadeOthers;GrayscaleOthers;FocusColorThickOutline;FocusColorOutline;SelectionColorThickOutline;SelectionColorOutline;FocusColorFill;SelectionColorFill;ThickOutline");
a.item("SelectionBehavior", "ExportedType:string:SeriesSelectionBehavior");
a.item("SelectionBehavior@names", "Auto;PerDataItemMultiSelect;PerDataItemSingleSelect;PerSeriesAndDataItemMultiSelect;PerSeriesAndDataItemSingleSelect;PerSeriesAndDataItemGlobalSingleSelect;PerSeriesMultiSelect;PerSeriesSingleSelect");
a.item("FocusMode", "ExportedType:string:SeriesSelectionMode");
a.item("FocusMode@names", "Auto;None;Brighten;FadeOthers;GrayscaleOthers;FocusColorThickOutline;FocusColorOutline;SelectionColorThickOutline;SelectionColorOutline;FocusColorFill;SelectionColorFill;ThickOutline");
a.item("HorizontalViewScrollbarMode", "ExportedType:string:SeriesViewerScrollbarMode");
a.item("HorizontalViewScrollbarMode@names", "None;Fading;FadeToLine;Persistent");
a.item("VerticalViewScrollbarMode", "ExportedType:string:SeriesViewerScrollbarMode");
a.item("VerticalViewScrollbarMode@names", "None;Fading;FadeToLine;Persistent");
a.item("HorizontalViewScrollbarPosition", "ExportedType:string:SeriesViewerHorizontalScrollbarPosition");
a.item("HorizontalViewScrollbarPosition@names", "Auto;InsideBottom;InsideTop");
a.item("VerticalViewScrollbarPosition", "ExportedType:string:SeriesViewerVerticalScrollbarPosition");
a.item("VerticalViewScrollbarPosition@names", "Auto;InsideLeft;InsideRight");
a.item("HorizontalViewScrollbarFill", "Brush");
a.item("HorizontalViewScrollbarOutline", "Brush");
a.item("HorizontalViewScrollbarStrokeThickness", "Number:double");
a.item("HorizontalViewScrollbarMaxOpacity", "Number:double");
a.item("HorizontalViewScrollbarCornerRadius", "Number:double");
a.item("HorizontalViewScrollbarHeight", "Number:double");
a.item("HorizontalViewScrollbarInset", "Number:double");
a.item("HorizontalViewScrollbarTrackStartInset", "Number:double");
a.item("HorizontalViewScrollbarTrackEndInset", "Number:double");
a.item("HorizontalViewScrollbarShouldAddAutoTrackInsets", "Boolean");
a.item("VerticalViewScrollbarFill", "Brush");
a.item("VerticalViewScrollbarOutline", "Brush");
a.item("VerticalViewScrollbarStrokeThickness", "Number:double");
a.item("VerticalViewScrollbarMaxOpacity", "Number:double");
a.item("VerticalViewScrollbarCornerRadius", "Number:double");
a.item("VerticalViewScrollbarWidth", "Number:double");
a.item("VerticalViewScrollbarInset", "Number:double");
a.item("VerticalViewScrollbarTrackStartInset", "Number:double");
a.item("VerticalViewScrollbarTrackEndInset", "Number:double");
a.item("VerticalViewScrollbarShouldAddAutoTrackInsets", "Boolean");
a.item("HighlightingBehavior", "ExportedType:string:SeriesHighlightingBehavior");
a.item("HighlightingBehavior@names", "Auto;DirectlyOver;NearestItems;NearestItemsRetainMainShapes;NearestItemsAndSeries");
a.item("LegendHighlightingMode", "ExportedType:string:LegendHighlightingMode");
a.item("LegendHighlightingMode@names", "Auto;None;MatchSeries");
a.item("LegendItemBadgeShape", "ExportedType:string:LegendItemBadgeShape");
a.item("LegendItemBadgeShape@names", "Automatic;Circle;Line;Square;Marker;Bar;Column;Hidden");
a.item("LegendItemBadgeMode", "ExportedType:string:LegendItemBadgeMode");
a.item("LegendItemBadgeMode@names", "Simplified;MatchSeries");
a.item("FireMouseLeaveOnManipulationStart", "Boolean");
a.item("EffectiveViewport", "PixelRect");
a.item("WindowRect", "Rect");
a.item("UseTiledZooming", "Boolean");
a.item("PreferHigherResolutionTiles", "Boolean");
a.item("ZoomTileCacheSize", "Number:int");
a.item("HighlightingTransitionDuration", "Number:int");
a.item("ResizeIdleMilliseconds", "Number:int");
a.item("SelectionTransitionDuration", "Number:int");
a.item("SelectionDismissDelayMilliseconds", "Number:int");
a.item("HighlightingDismissDelayMilliseconds", "Number:int");
a.item("FocusDismissDelayMilliseconds", "Number:int");
a.item("FocusTransitionDuration", "Number:int");
a.item("ScrollbarsAnimationDuration", "Number:int");
a.item("IsPagePanningAllowed", "Boolean");
a.item("ContentHitTestMode", "ExportedType:string:ChartHitTestMode");
a.item("ContentHitTestMode@names", "Auto;Computational;ColorEncoded;Mixed;MixedFavoringComputational");
a.item("ActualContentHitTestMode", "ExportedType:string:ChartHitTestMode");
a.item("ActualContentHitTestMode@names", "Auto;Computational;ColorEncoded;Mixed;MixedFavoringComputational");
a.item("IsSurfaceInteractionDisabled", "Boolean");
a.item("WindowResponse", "ExportedType:string:WindowResponse");
a.item("WindowResponse@names", "Deferred;Immediate");
a.item("WindowRectMinWidth", "Number:double");
a.item("WindowRectMinHeight", "Number:double");
a.item("ActualWindowRectMinWidth", "Number:double");
a.item("ActualWindowRectMinHeight", "Number:double");
a.item("WindowSizeMinWidth", "Number:double");
a.item("WindowSizeMinHeight", "Number:double");
a.item("SyncChannel", "String");
a.item("CrosshairVisibility", "ExportedType:string:Visibility");
a.item("CrosshairVisibility@names", "Visible;Collapsed");
a.item("HorizontalCrosshairBrush", "Brush");
a.item("VerticalCrosshairBrush", "Brush");
a.item("ZoomCoercionMode", "ExportedType:string:ZoomCoercionMode");
a.item("ZoomCoercionMode@names", "Auto;AxisConstrained;Unconstrained");
a.item("PlotAreaBackground", "Brush");
a.item("ShouldMatchZOrderToSeriesOrder", "Boolean");
a.item("DefaultInteraction", "ExportedType:string:InteractionState");
a.item("DefaultInteraction@names", "None;DragZoom;DragPan;DragSelect;Auto");
a.item("InteractionOverride", "ExportedType:string:InteractionState");
a.item("InteractionOverride@names", "None;DragZoom;DragPan;DragSelect;Auto");
a.item("RightButtonDefaultInteraction", "ExportedType:string:InteractionState");
a.item("RightButtonDefaultInteraction@names", "None;DragZoom;DragPan;DragSelect;Auto");
a.item("DragModifier", "ExportedType:string:ModifierKeys");
a.item("DragModifier@names", "None;Alt;Control;Shift;Windows;Apple");
a.item("PanModifier", "ExportedType:string:ModifierKeys");
a.item("PanModifier@names", "None;Alt;Control;Shift;Windows;Apple");
a.item("SelectionModifier", "ExportedType:string:ModifierKeys");
a.item("SelectionModifier@names", "None;Alt;Control;Shift;Windows;Apple");
a.item("PreviewRect", "Rect");
a.item("HighlightedValuesDisplayMode", "ExportedType:string:SeriesHighlightedValuesDisplayMode");
a.item("HighlightedValuesDisplayMode@names", "Auto;Hidden;Overlay");
a.item("SelectedSeriesItems", "Collection:ChartSelection:ChartSelectedItemCollection:ChartSelection");
a.item("FocusedSeriesItems", "Collection:ChartSelection:ChartSelectedItemCollection:ChartSelection");
a.item("WindowPositionHorizontal", "Number:double");
a.item("WindowPositionVertical", "Number:double");
a.item("SelectionBrush", "Brush");
a.item("FocusBrush", "Brush");
a.item("ChartTitle", "(w:Title,xam:Title,p:Title)String");
a.item("TitleHorizontalAlignment", "ExportedType:string:HorizontalAlignment");
a.item("TitleHorizontalAlignment@names", "Left;Center;Right;Stretch");
a.item("SubtitleHorizontalAlignment", "ExportedType:string:HorizontalAlignment");
a.item("SubtitleHorizontalAlignment@names", "Left;Center;Right;Stretch");
a.item("TitleTextStyle", "String");
a.item("SubtitleTextStyle", "String");
a.item("TitleTextColor", "Brush");
a.item("SubtitleTextColor", "Brush");
a.item("TitleTopMargin", "Number:double");
a.item("TitleLeftMargin", "Number:double");
a.item("TitleRightMargin", "Number:double");
a.item("TitleBottomMargin", "Number:double");
a.item("SubtitleTopMargin", "Number:double");
a.item("SubtitleLeftMargin", "Number:double");
a.item("SubtitleRightMargin", "Number:double");
a.item("SubtitleBottomMargin", "Number:double");
a.item("Subtitle", "String");
a.item("TopMargin", "Number:double");
a.item("LeftMargin", "Number:double");
a.item("RightMargin", "Number:double");
a.item("BottomMargin", "Number:double");
a.item("AutoMarginWidth", "Number:double");
a.item("AutoMarginHeight", "Number:double");
a.item("IsAntiAliasingEnabledDuringInteraction", "Boolean");
a.item("PixelScalingRatio", "Number:double");
a.item("InteractionPixelScalingRatio", "Number:double");
a.item("ActualPixelScalingRatio", "Number:double");
a.item("ActualInteractionPixelScalingRatio", "Number:double");
a.item("ShouldPanOnMaximumZoom", "Boolean");
a.item("ActualWindowRect", "Rect");
a.item("ActualWindowPositionHorizontal", "Number:double");
a.item("ActualWindowPositionVertical", "Number:double");
a.item("PreviewPathStroke", "Brush");
a.item("PreviewPathFill", "Brush");
a.item("PreviewPathOpacity", "Number:double");
a.item("UserAnnotationInformationRequestedRef", "EventRef:UserAnnotationInformationRequestedEventHandler:userAnnotationInformationRequested");
a.item("UserAnnotationInformationRequestedRef@args", "UserAnnotationInformationEventArgs");
a.item("UserAnnotationToolTipContentUpdatingRef", "EventRef:UserAnnotationToolTipContentUpdatingEventHandler:userAnnotationToolTipContentUpdating");
a.item("UserAnnotationToolTipContentUpdatingRef@args", "UserAnnotationToolTipContentUpdatingEventArgs");
a.item("PlotAreaMouseLeftButtonDownRef", "EventRef:PlotAreaMouseButtonEventHandler:plotAreaMouseLeftButtonDown");
a.item("PlotAreaMouseLeftButtonDownRef@args", "PlotAreaMouseButtonEventArgs");
a.item("PlotAreaMouseLeftButtonUpRef", "EventRef:PlotAreaMouseButtonEventHandler:plotAreaMouseLeftButtonUp");
a.item("PlotAreaMouseLeftButtonUpRef@args", "PlotAreaMouseButtonEventArgs");
a.item("PlotAreaClickedRef", "EventRef:PlotAreaMouseButtonEventHandler:plotAreaClicked");
a.item("PlotAreaClickedRef@args", "PlotAreaMouseButtonEventArgs");
a.item("PlotAreaMouseEnterRef", "EventRef:PlotAreaMouseEventHandler:plotAreaMouseEnter");
a.item("PlotAreaMouseEnterRef@args", "PlotAreaMouseEventArgs");
a.item("PlotAreaMouseLeaveRef", "EventRef:PlotAreaMouseEventHandler:plotAreaMouseLeave");
a.item("PlotAreaMouseLeaveRef@args", "PlotAreaMouseEventArgs");
a.item("PlotAreaMouseOverRef", "EventRef:PlotAreaMouseEventHandler:plotAreaMouseOver");
a.item("PlotAreaMouseOverRef@args", "PlotAreaMouseEventArgs");
a.item("AxisLabelMouseDownRef", "EventRef:AxisMouseEventHandler:axisLabelMouseDown");
a.item("AxisLabelMouseDownRef@args", "AxisMouseEventArgs");
a.item("AxisLabelMouseUpRef", "EventRef:AxisMouseEventHandler:axisLabelMouseUp");
a.item("AxisLabelMouseUpRef@args", "AxisMouseEventArgs");
a.item("AxisLabelMouseEnterRef", "EventRef:AxisMouseEventHandler:axisLabelMouseEnter");
a.item("AxisLabelMouseEnterRef@args", "AxisMouseEventArgs");
a.item("AxisLabelMouseLeaveRef", "EventRef:AxisMouseEventHandler:axisLabelMouseLeave");
a.item("AxisLabelMouseLeaveRef@args", "AxisMouseEventArgs");
a.item("AxisLabelMouseOverRef", "EventRef:AxisMouseEventHandler:axisLabelMouseOver");
a.item("AxisLabelMouseOverRef@args", "AxisMouseEventArgs");
a.item("AxisLabelMouseClickRef", "EventRef:AxisMouseEventHandler:axisLabelMouseClick");
a.item("AxisLabelMouseClickRef@args", "AxisMouseEventArgs");
a.item("AxisPanelMouseDownRef", "EventRef:AxisMouseEventHandler:axisPanelMouseDown");
a.item("AxisPanelMouseDownRef@args", "AxisMouseEventArgs");
a.item("AxisPanelMouseUpRef", "EventRef:AxisMouseEventHandler:axisPanelMouseUp");
a.item("AxisPanelMouseUpRef@args", "AxisMouseEventArgs");
a.item("AxisPanelMouseEnterRef", "EventRef:AxisMouseEventHandler:axisPanelMouseEnter");
a.item("AxisPanelMouseEnterRef@args", "AxisMouseEventArgs");
a.item("AxisPanelMouseLeaveRef", "EventRef:AxisMouseEventHandler:axisPanelMouseLeave");
a.item("AxisPanelMouseLeaveRef@args", "AxisMouseEventArgs");
a.item("AxisPanelMouseOverRef", "EventRef:AxisMouseEventHandler:axisPanelMouseOver");
a.item("AxisPanelMouseOverRef@args", "AxisMouseEventArgs");
a.item("AxisPanelMouseClickRef", "EventRef:AxisMouseEventHandler:axisPanelMouseClick");
a.item("AxisPanelMouseClickRef@args", "AxisMouseEventArgs");
a.item("SeriesCursorMouseMoveRef", "EventRef:DataChartCursorEventHandler:seriesCursorMouseMove");
a.item("SeriesCursorMouseMoveRef@args", "ChartCursorEventArgs");
a.item("SeriesMouseLeftButtonDownRef", "EventRef:DataChartMouseButtonEventHandler:seriesMouseLeftButtonDown");
a.item("SeriesMouseLeftButtonDownRef@args", "DataChartMouseButtonEventArgs");
a.item("SeriesMouseLeftButtonUpRef", "EventRef:DataChartMouseButtonEventHandler:seriesMouseLeftButtonUp");
a.item("SeriesMouseLeftButtonUpRef@args", "DataChartMouseButtonEventArgs");
a.item("SeriesClickRef", "EventRef:DataChartMouseButtonEventHandler:seriesClick");
a.item("SeriesClickRef@args", "DataChartMouseButtonEventArgs");
a.item("SeriesMouseMoveRef", "EventRef:DataChartMouseEventHandler:seriesMouseMove");
a.item("SeriesMouseMoveRef@args", "ChartMouseEventArgs");
a.item("SeriesMouseEnterRef", "EventRef:DataChartMouseEventHandler:seriesMouseEnter");
a.item("SeriesMouseEnterRef@args", "ChartMouseEventArgs");
a.item("SeriesMouseLeaveRef", "EventRef:DataChartMouseEventHandler:seriesMouseLeave");
a.item("SeriesMouseLeaveRef@args", "ChartMouseEventArgs");
a.item("ResizeIdleRef", "EventRef:ChartResizeIdleEventHandler:resizeIdle");
a.item("ResizeIdleRef@args", "ChartResizeIdleEventArgs");
a.item("ViewerManipulationStartingRef", "EventRef:SeriesViewerManipulationEventHandler:viewerManipulationStarting");
a.item("ViewerManipulationStartingRef@args", "SeriesViewerManipulationEventArgs");
a.item("ViewerManipulationEndingRef", "EventRef:SeriesViewerManipulationEventHandler:viewerManipulationEnding");
a.item("ViewerManipulationEndingRef@args", "SeriesViewerManipulationEventArgs");
a.item("WindowRectChangedRef", "EventRef:RectChangedEventHandler:windowRectChanged");
a.item("WindowRectChangedRef@args", "RectChangedEventArgs");
a.item("SizeChangedRef", "EventRef:RectChangedEventHandler:sizeChanged");
a.item("SizeChangedRef@args", "RectChangedEventArgs");
a.item("ActualWindowRectChangedRef", "EventRef:RectChangedEventHandler:actualWindowRectChanged");
a.item("ActualWindowRectChangedRef@args", "RectChangedEventArgs");
a.item("GridAreaRectChangedRef", "EventRef:RectChangedEventHandler:gridAreaRectChanged");
a.item("GridAreaRectChangedRef@args", "RectChangedEventArgs");
a.item("SelectedSeriesItemsChangedRef", "EventRef:SeriesViewerSelectedSeriesItemsChangedEventHandler:selectedSeriesItemsChanged");
a.item("SelectedSeriesItemsChangedRef@args", "SeriesViewerSelectedSeriesItemsChangedEventArgs");
a.item("FocusedSeriesItemsChangedRef", "EventRef:SeriesViewerSelectedSeriesItemsChangedEventHandler:focusedSeriesItemsChanged");
a.item("FocusedSeriesItemsChangedRef@args", "SeriesViewerSelectedSeriesItemsChangedEventArgs");
a.item("RefreshCompletedRef", "EventRef:RefreshCompletedEventHandler:refreshCompleted");
a.item("RefreshCompletedRef@args", "RefreshCompletedEventArgs");
a.item("ImageCapturedRef", "EventRef:ImageCapturedEventHandler:imageCaptured");
a.item("ImageCapturedRef@args", "ImageCapturedEventArgs");
SeriesViewerDescriptionMetadata.e(a);
};
SeriesViewerDescriptionMetadata.d = function (a) {
SeriesViewerDescriptionMetadata.b(a);
a.ae("SeriesViewer", SeriesViewerDescriptionMetadata.a);
};
SeriesViewerDescriptionMetadata.e = function (a) {
a.item("Background", "(wf:BackColor/ColorTransform)Brush");
a.item("TitleFontFamily", "(w:TitleFontFamily/FontFamilyTransform,s:TitleTextStyle/FontFamilyTransform,xam:TitleFontFamily,wf:TitleFontFamily,web:TitleTextStyle/FontFamilyTransform)String");
a.item("TitleFontSize", "(w:TitleFontSize,xam:TitleFontSize,s:TitleTextStyle/FontSizeTransform,wf:TitleFontSize,web:TitleTextStyle/FontSizeTransform)Number:double");
a.item("TitleFontStyle", "(w:TitleFontStyle/FontStyleTransform,p:TitleFontStyle/FontStyleTransform,wf:TitleTextStyle/FontStyleTransform,s:TitleTextStyle/FontStyleTransform,xam:TitleFontStyle/FontStyleTransform,web:TitleTextStyle/FontStyleTransform)String");
a.item("TitleFontWeight", "(w:TitleFontWeight/FontWeightTransform,p:TitleFontStyle/FontWeightTransform,wf:TitleTextStyle/FontWeightTransform,s:TitleTextStyle/FontWeightTransform,xam:TitleFontWeight/FontWeightTransform,web:TitleTextStyle/FontWeightTransform)String");
a.item("SubtitleFontFamily", "(w:SubtitleFontFamily/FontFamilyTransform,s:SubtitleTextStyle/FontFamilyTransform,xam:SubtitleFontFamily,wf:SubtitleFontFamily,web:SubtitleTextStyle/FontFamilyTransform)String");
a.item("SubtitleFontSize", "(w:SubtitleFontSize,s:SubtitleTextStyle/FontSizeTransform,xam:SubtitleFontSize,wf:SubtitleFontSize,web:SubtitleTextStyle/FontSizeTransform)Number:double");
a.item("SubtitleFontStyle", "(w:SubtitleFontStyle/FontStyleTransform,p:SubtitleFontStyle/FontStyleTransform,wf:SubtitleTextStyle/FontStyleTransform,s:SubtitleTextStyle/FontStyleTransform,xam:SubtitleFontStyle/FontStyleTransform,web:SubtitleTextStyle/FontStyleTransform)String");
a.item("SubtitleFontWeight", "(w:SubtitleFontWeight/FontWeightTransform,p:SubtitleFontStyle/FontWeightTransform,wf:SubtitleTextStyle/FontWeightTransform,s:SubtitleTextStyle/FontWeightTransform,xam:SubtitleFontWeight/FontWeightTransform,web:SubtitleTextStyle/FontWeightTransform)String");
a.item("SubtitleLeftMargin", "(w:SubtitleMargin/ThicknessTransform,wf:SubtitleMargin/PaddingTransform)Number:double");
a.item("SubtitleTopMargin", "(w:SubtitleMargin/ThicknessTransform,wf:SubtitleMargin/PaddingTransform)Number:double");
a.item("SubtitleRightMargin", "(w:SubtitleMargin/ThicknessTransform,wf:SubtitleMargin/PaddingTransform)Number:double");
a.item("SubtitleBottomMargin", "(w:SubtitleMargin/ThicknessTransform,wf:SubtitleMargin/PaddingTransform)Number:double");
a.item("TitleLeftMargin", "(w:TitleMargin/ThicknessTransform,wf:TitleMargin/PaddingTransform)Number:double");
a.item("TitleTopMargin", "(w:TitleMargin/ThicknessTransform,wf:TitleMargin/PaddingTransform)Number:double");
a.item("TitleRightMargin", "(w:TitleMargin/ThicknessTransform,wf:TitleMargin/PaddingTransform)Number:double");
a.item("TitleBottomMargin", "(w:TitleMargin/ThicknessTransform,wf:TitleMargin/PaddingTransform)Number:double");
a.item("SynchronizeHorizontally", "Boolean");
a.item("SynchronizeVertically", "Boolean");
};
SeriesViewerDescriptionMetadata.$t = markType(SeriesViewerDescriptionMetadata, 'SeriesViewerDescriptionMetadata');
SeriesViewerDescriptionMetadata.a = null;
return SeriesViewerDescriptionMetadata;
}(Base));
export { SeriesViewerDescriptionMetadata };