"use strict"; var __extends = (this && this.__extends) || (function () { var extendStatics = Object.setPrototypeOf || ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return function (d, b) { extendStatics(d, b); function __() { this.constructor = d; } d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __()); }; })(); /*! * devextreme-angular * Version: 19.1.16 * Build date: Tue Oct 18 2022 * * Copyright (c) 2012 - 2022 Developer Express Inc. ALL RIGHTS RESERVED * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file in the root of the project for details. * * https://github.com/DevExpress/devextreme-angular */ Object.defineProperty(exports, "__esModule", { value: true }); var nested_option_1 = require("../../../core/nested-option"); var DxoChartCommonAnnotationConfig = (function (_super) { __extends(DxoChartCommonAnnotationConfig, _super); function DxoChartCommonAnnotationConfig() { return _super !== null && _super.apply(this, arguments) || this; } Object.defineProperty(DxoChartCommonAnnotationConfig.prototype, "allowDragging", { get: function () { return this._getOption('allowDragging'); }, set: function (value) { this._setOption('allowDragging', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxoChartCommonAnnotationConfig.prototype, "argument", { get: function () { return this._getOption('argument'); }, set: function (value) { this._setOption('argument', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxoChartCommonAnnotationConfig.prototype, "arrowLength", { get: function () { return this._getOption('arrowLength'); }, set: function (value) { this._setOption('arrowLength', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxoChartCommonAnnotationConfig.prototype, "arrowWidth", { get: function () { return this._getOption('arrowWidth'); }, set: function (value) { this._setOption('arrowWidth', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxoChartCommonAnnotationConfig.prototype, "axis", { get: function () { return this._getOption('axis'); }, set: function (value) { this._setOption('axis', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxoChartCommonAnnotationConfig.prototype, "border", { get: function () { return this._getOption('border'); }, set: function (value) { this._setOption('border', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxoChartCommonAnnotationConfig.prototype, "color", { get: function () { return this._getOption('color'); }, set: function (value) { this._setOption('color', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxoChartCommonAnnotationConfig.prototype, "customizeTooltip", { get: function () { return this._getOption('customizeTooltip'); }, set: function (value) { this._setOption('customizeTooltip', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxoChartCommonAnnotationConfig.prototype, "description", { get: function () { return this._getOption('description'); }, set: function (value) { this._setOption('description', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxoChartCommonAnnotationConfig.prototype, "font", { get: function () { return this._getOption('font'); }, set: function (value) { this._setOption('font', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxoChartCommonAnnotationConfig.prototype, "height", { get: function () { return this._getOption('height'); }, set: function (value) { this._setOption('height', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxoChartCommonAnnotationConfig.prototype, "image", { get: function () { return this._getOption('image'); }, set: function (value) { this._setOption('image', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxoChartCommonAnnotationConfig.prototype, "offsetX", { get: function () { return this._getOption('offsetX'); }, set: function (value) { this._setOption('offsetX', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxoChartCommonAnnotationConfig.prototype, "offsetY", { get: function () { return this._getOption('offsetY'); }, set: function (value) { this._setOption('offsetY', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxoChartCommonAnnotationConfig.prototype, "opacity", { get: function () { return this._getOption('opacity'); }, set: function (value) { this._setOption('opacity', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxoChartCommonAnnotationConfig.prototype, "paddingLeftRight", { get: function () { return this._getOption('paddingLeftRight'); }, set: function (value) { this._setOption('paddingLeftRight', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxoChartCommonAnnotationConfig.prototype, "paddingTopBottom", { get: function () { return this._getOption('paddingTopBottom'); }, set: function (value) { this._setOption('paddingTopBottom', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxoChartCommonAnnotationConfig.prototype, "series", { get: function () { return this._getOption('series'); }, set: function (value) { this._setOption('series', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxoChartCommonAnnotationConfig.prototype, "shadow", { get: function () { return this._getOption('shadow'); }, set: function (value) { this._setOption('shadow', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxoChartCommonAnnotationConfig.prototype, "text", { get: function () { return this._getOption('text'); }, set: function (value) { this._setOption('text', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxoChartCommonAnnotationConfig.prototype, "textOverflow", { get: function () { return this._getOption('textOverflow'); }, set: function (value) { this._setOption('textOverflow', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxoChartCommonAnnotationConfig.prototype, "tooltipEnabled", { get: function () { return this._getOption('tooltipEnabled'); }, set: function (value) { this._setOption('tooltipEnabled', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxoChartCommonAnnotationConfig.prototype, "type", { get: function () { return this._getOption('type'); }, set: function (value) { this._setOption('type', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxoChartCommonAnnotationConfig.prototype, "value", { get: function () { return this._getOption('value'); }, set: function (value) { this._setOption('value', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxoChartCommonAnnotationConfig.prototype, "width", { get: function () { return this._getOption('width'); }, set: function (value) { this._setOption('width', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxoChartCommonAnnotationConfig.prototype, "wordWrap", { get: function () { return this._getOption('wordWrap'); }, set: function (value) { this._setOption('wordWrap', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxoChartCommonAnnotationConfig.prototype, "x", { get: function () { return this._getOption('x'); }, set: function (value) { this._setOption('x', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxoChartCommonAnnotationConfig.prototype, "y", { get: function () { return this._getOption('y'); }, set: function (value) { this._setOption('y', value); }, enumerable: true, configurable: true }); return DxoChartCommonAnnotationConfig; }(nested_option_1.NestedOption)); exports.DxoChartCommonAnnotationConfig = DxoChartCommonAnnotationConfig; //# sourceMappingURL=chart-common-annotation-config.js.map