| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314 |
- "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
|