chart-common-series-settings.js 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684
  1. "use strict";
  2. var __extends = (this && this.__extends) || (function () {
  3. var extendStatics = Object.setPrototypeOf ||
  4. ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
  5. function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
  6. return function (d, b) {
  7. extendStatics(d, b);
  8. function __() { this.constructor = d; }
  9. d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
  10. };
  11. })();
  12. /*!
  13. * devextreme-angular
  14. * Version: 19.1.16
  15. * Build date: Tue Oct 18 2022
  16. *
  17. * Copyright (c) 2012 - 2022 Developer Express Inc. ALL RIGHTS RESERVED
  18. *
  19. * This software may be modified and distributed under the terms
  20. * of the MIT license. See the LICENSE file in the root of the project for details.
  21. *
  22. * https://github.com/DevExpress/devextreme-angular
  23. */
  24. Object.defineProperty(exports, "__esModule", { value: true });
  25. var nested_option_1 = require("../../../core/nested-option");
  26. var DxoChartCommonSeriesSettings = (function (_super) {
  27. __extends(DxoChartCommonSeriesSettings, _super);
  28. function DxoChartCommonSeriesSettings() {
  29. return _super !== null && _super.apply(this, arguments) || this;
  30. }
  31. Object.defineProperty(DxoChartCommonSeriesSettings.prototype, "aggregation", {
  32. get: function () {
  33. return this._getOption('aggregation');
  34. },
  35. set: function (value) {
  36. this._setOption('aggregation', value);
  37. },
  38. enumerable: true,
  39. configurable: true
  40. });
  41. Object.defineProperty(DxoChartCommonSeriesSettings.prototype, "area", {
  42. get: function () {
  43. return this._getOption('area');
  44. },
  45. set: function (value) {
  46. this._setOption('area', value);
  47. },
  48. enumerable: true,
  49. configurable: true
  50. });
  51. Object.defineProperty(DxoChartCommonSeriesSettings.prototype, "argumentField", {
  52. get: function () {
  53. return this._getOption('argumentField');
  54. },
  55. set: function (value) {
  56. this._setOption('argumentField', value);
  57. },
  58. enumerable: true,
  59. configurable: true
  60. });
  61. Object.defineProperty(DxoChartCommonSeriesSettings.prototype, "axis", {
  62. get: function () {
  63. return this._getOption('axis');
  64. },
  65. set: function (value) {
  66. this._setOption('axis', value);
  67. },
  68. enumerable: true,
  69. configurable: true
  70. });
  71. Object.defineProperty(DxoChartCommonSeriesSettings.prototype, "bar", {
  72. get: function () {
  73. return this._getOption('bar');
  74. },
  75. set: function (value) {
  76. this._setOption('bar', value);
  77. },
  78. enumerable: true,
  79. configurable: true
  80. });
  81. Object.defineProperty(DxoChartCommonSeriesSettings.prototype, "barOverlapGroup", {
  82. get: function () {
  83. return this._getOption('barOverlapGroup');
  84. },
  85. set: function (value) {
  86. this._setOption('barOverlapGroup', value);
  87. },
  88. enumerable: true,
  89. configurable: true
  90. });
  91. Object.defineProperty(DxoChartCommonSeriesSettings.prototype, "barPadding", {
  92. get: function () {
  93. return this._getOption('barPadding');
  94. },
  95. set: function (value) {
  96. this._setOption('barPadding', value);
  97. },
  98. enumerable: true,
  99. configurable: true
  100. });
  101. Object.defineProperty(DxoChartCommonSeriesSettings.prototype, "barWidth", {
  102. get: function () {
  103. return this._getOption('barWidth');
  104. },
  105. set: function (value) {
  106. this._setOption('barWidth', value);
  107. },
  108. enumerable: true,
  109. configurable: true
  110. });
  111. Object.defineProperty(DxoChartCommonSeriesSettings.prototype, "border", {
  112. get: function () {
  113. return this._getOption('border');
  114. },
  115. set: function (value) {
  116. this._setOption('border', value);
  117. },
  118. enumerable: true,
  119. configurable: true
  120. });
  121. Object.defineProperty(DxoChartCommonSeriesSettings.prototype, "bubble", {
  122. get: function () {
  123. return this._getOption('bubble');
  124. },
  125. set: function (value) {
  126. this._setOption('bubble', value);
  127. },
  128. enumerable: true,
  129. configurable: true
  130. });
  131. Object.defineProperty(DxoChartCommonSeriesSettings.prototype, "candlestick", {
  132. get: function () {
  133. return this._getOption('candlestick');
  134. },
  135. set: function (value) {
  136. this._setOption('candlestick', value);
  137. },
  138. enumerable: true,
  139. configurable: true
  140. });
  141. Object.defineProperty(DxoChartCommonSeriesSettings.prototype, "closeValueField", {
  142. get: function () {
  143. return this._getOption('closeValueField');
  144. },
  145. set: function (value) {
  146. this._setOption('closeValueField', value);
  147. },
  148. enumerable: true,
  149. configurable: true
  150. });
  151. Object.defineProperty(DxoChartCommonSeriesSettings.prototype, "color", {
  152. get: function () {
  153. return this._getOption('color');
  154. },
  155. set: function (value) {
  156. this._setOption('color', value);
  157. },
  158. enumerable: true,
  159. configurable: true
  160. });
  161. Object.defineProperty(DxoChartCommonSeriesSettings.prototype, "cornerRadius", {
  162. get: function () {
  163. return this._getOption('cornerRadius');
  164. },
  165. set: function (value) {
  166. this._setOption('cornerRadius', value);
  167. },
  168. enumerable: true,
  169. configurable: true
  170. });
  171. Object.defineProperty(DxoChartCommonSeriesSettings.prototype, "dashStyle", {
  172. get: function () {
  173. return this._getOption('dashStyle');
  174. },
  175. set: function (value) {
  176. this._setOption('dashStyle', value);
  177. },
  178. enumerable: true,
  179. configurable: true
  180. });
  181. Object.defineProperty(DxoChartCommonSeriesSettings.prototype, "fullstackedarea", {
  182. get: function () {
  183. return this._getOption('fullstackedarea');
  184. },
  185. set: function (value) {
  186. this._setOption('fullstackedarea', value);
  187. },
  188. enumerable: true,
  189. configurable: true
  190. });
  191. Object.defineProperty(DxoChartCommonSeriesSettings.prototype, "fullstackedbar", {
  192. get: function () {
  193. return this._getOption('fullstackedbar');
  194. },
  195. set: function (value) {
  196. this._setOption('fullstackedbar', value);
  197. },
  198. enumerable: true,
  199. configurable: true
  200. });
  201. Object.defineProperty(DxoChartCommonSeriesSettings.prototype, "fullstackedline", {
  202. get: function () {
  203. return this._getOption('fullstackedline');
  204. },
  205. set: function (value) {
  206. this._setOption('fullstackedline', value);
  207. },
  208. enumerable: true,
  209. configurable: true
  210. });
  211. Object.defineProperty(DxoChartCommonSeriesSettings.prototype, "fullstackedspline", {
  212. get: function () {
  213. return this._getOption('fullstackedspline');
  214. },
  215. set: function (value) {
  216. this._setOption('fullstackedspline', value);
  217. },
  218. enumerable: true,
  219. configurable: true
  220. });
  221. Object.defineProperty(DxoChartCommonSeriesSettings.prototype, "fullstackedsplinearea", {
  222. get: function () {
  223. return this._getOption('fullstackedsplinearea');
  224. },
  225. set: function (value) {
  226. this._setOption('fullstackedsplinearea', value);
  227. },
  228. enumerable: true,
  229. configurable: true
  230. });
  231. Object.defineProperty(DxoChartCommonSeriesSettings.prototype, "highValueField", {
  232. get: function () {
  233. return this._getOption('highValueField');
  234. },
  235. set: function (value) {
  236. this._setOption('highValueField', value);
  237. },
  238. enumerable: true,
  239. configurable: true
  240. });
  241. Object.defineProperty(DxoChartCommonSeriesSettings.prototype, "hoverMode", {
  242. get: function () {
  243. return this._getOption('hoverMode');
  244. },
  245. set: function (value) {
  246. this._setOption('hoverMode', value);
  247. },
  248. enumerable: true,
  249. configurable: true
  250. });
  251. Object.defineProperty(DxoChartCommonSeriesSettings.prototype, "hoverStyle", {
  252. get: function () {
  253. return this._getOption('hoverStyle');
  254. },
  255. set: function (value) {
  256. this._setOption('hoverStyle', value);
  257. },
  258. enumerable: true,
  259. configurable: true
  260. });
  261. Object.defineProperty(DxoChartCommonSeriesSettings.prototype, "ignoreEmptyPoints", {
  262. get: function () {
  263. return this._getOption('ignoreEmptyPoints');
  264. },
  265. set: function (value) {
  266. this._setOption('ignoreEmptyPoints', value);
  267. },
  268. enumerable: true,
  269. configurable: true
  270. });
  271. Object.defineProperty(DxoChartCommonSeriesSettings.prototype, "innerColor", {
  272. get: function () {
  273. return this._getOption('innerColor');
  274. },
  275. set: function (value) {
  276. this._setOption('innerColor', value);
  277. },
  278. enumerable: true,
  279. configurable: true
  280. });
  281. Object.defineProperty(DxoChartCommonSeriesSettings.prototype, "label", {
  282. get: function () {
  283. return this._getOption('label');
  284. },
  285. set: function (value) {
  286. this._setOption('label', value);
  287. },
  288. enumerable: true,
  289. configurable: true
  290. });
  291. Object.defineProperty(DxoChartCommonSeriesSettings.prototype, "line", {
  292. get: function () {
  293. return this._getOption('line');
  294. },
  295. set: function (value) {
  296. this._setOption('line', value);
  297. },
  298. enumerable: true,
  299. configurable: true
  300. });
  301. Object.defineProperty(DxoChartCommonSeriesSettings.prototype, "lowValueField", {
  302. get: function () {
  303. return this._getOption('lowValueField');
  304. },
  305. set: function (value) {
  306. this._setOption('lowValueField', value);
  307. },
  308. enumerable: true,
  309. configurable: true
  310. });
  311. Object.defineProperty(DxoChartCommonSeriesSettings.prototype, "maxLabelCount", {
  312. get: function () {
  313. return this._getOption('maxLabelCount');
  314. },
  315. set: function (value) {
  316. this._setOption('maxLabelCount', value);
  317. },
  318. enumerable: true,
  319. configurable: true
  320. });
  321. Object.defineProperty(DxoChartCommonSeriesSettings.prototype, "minBarSize", {
  322. get: function () {
  323. return this._getOption('minBarSize');
  324. },
  325. set: function (value) {
  326. this._setOption('minBarSize', value);
  327. },
  328. enumerable: true,
  329. configurable: true
  330. });
  331. Object.defineProperty(DxoChartCommonSeriesSettings.prototype, "opacity", {
  332. get: function () {
  333. return this._getOption('opacity');
  334. },
  335. set: function (value) {
  336. this._setOption('opacity', value);
  337. },
  338. enumerable: true,
  339. configurable: true
  340. });
  341. Object.defineProperty(DxoChartCommonSeriesSettings.prototype, "openValueField", {
  342. get: function () {
  343. return this._getOption('openValueField');
  344. },
  345. set: function (value) {
  346. this._setOption('openValueField', value);
  347. },
  348. enumerable: true,
  349. configurable: true
  350. });
  351. Object.defineProperty(DxoChartCommonSeriesSettings.prototype, "pane", {
  352. get: function () {
  353. return this._getOption('pane');
  354. },
  355. set: function (value) {
  356. this._setOption('pane', value);
  357. },
  358. enumerable: true,
  359. configurable: true
  360. });
  361. Object.defineProperty(DxoChartCommonSeriesSettings.prototype, "point", {
  362. get: function () {
  363. return this._getOption('point');
  364. },
  365. set: function (value) {
  366. this._setOption('point', value);
  367. },
  368. enumerable: true,
  369. configurable: true
  370. });
  371. Object.defineProperty(DxoChartCommonSeriesSettings.prototype, "rangearea", {
  372. get: function () {
  373. return this._getOption('rangearea');
  374. },
  375. set: function (value) {
  376. this._setOption('rangearea', value);
  377. },
  378. enumerable: true,
  379. configurable: true
  380. });
  381. Object.defineProperty(DxoChartCommonSeriesSettings.prototype, "rangebar", {
  382. get: function () {
  383. return this._getOption('rangebar');
  384. },
  385. set: function (value) {
  386. this._setOption('rangebar', value);
  387. },
  388. enumerable: true,
  389. configurable: true
  390. });
  391. Object.defineProperty(DxoChartCommonSeriesSettings.prototype, "rangeValue1Field", {
  392. get: function () {
  393. return this._getOption('rangeValue1Field');
  394. },
  395. set: function (value) {
  396. this._setOption('rangeValue1Field', value);
  397. },
  398. enumerable: true,
  399. configurable: true
  400. });
  401. Object.defineProperty(DxoChartCommonSeriesSettings.prototype, "rangeValue2Field", {
  402. get: function () {
  403. return this._getOption('rangeValue2Field');
  404. },
  405. set: function (value) {
  406. this._setOption('rangeValue2Field', value);
  407. },
  408. enumerable: true,
  409. configurable: true
  410. });
  411. Object.defineProperty(DxoChartCommonSeriesSettings.prototype, "reduction", {
  412. get: function () {
  413. return this._getOption('reduction');
  414. },
  415. set: function (value) {
  416. this._setOption('reduction', value);
  417. },
  418. enumerable: true,
  419. configurable: true
  420. });
  421. Object.defineProperty(DxoChartCommonSeriesSettings.prototype, "scatter", {
  422. get: function () {
  423. return this._getOption('scatter');
  424. },
  425. set: function (value) {
  426. this._setOption('scatter', value);
  427. },
  428. enumerable: true,
  429. configurable: true
  430. });
  431. Object.defineProperty(DxoChartCommonSeriesSettings.prototype, "selectionMode", {
  432. get: function () {
  433. return this._getOption('selectionMode');
  434. },
  435. set: function (value) {
  436. this._setOption('selectionMode', value);
  437. },
  438. enumerable: true,
  439. configurable: true
  440. });
  441. Object.defineProperty(DxoChartCommonSeriesSettings.prototype, "selectionStyle", {
  442. get: function () {
  443. return this._getOption('selectionStyle');
  444. },
  445. set: function (value) {
  446. this._setOption('selectionStyle', value);
  447. },
  448. enumerable: true,
  449. configurable: true
  450. });
  451. Object.defineProperty(DxoChartCommonSeriesSettings.prototype, "showInLegend", {
  452. get: function () {
  453. return this._getOption('showInLegend');
  454. },
  455. set: function (value) {
  456. this._setOption('showInLegend', value);
  457. },
  458. enumerable: true,
  459. configurable: true
  460. });
  461. Object.defineProperty(DxoChartCommonSeriesSettings.prototype, "sizeField", {
  462. get: function () {
  463. return this._getOption('sizeField');
  464. },
  465. set: function (value) {
  466. this._setOption('sizeField', value);
  467. },
  468. enumerable: true,
  469. configurable: true
  470. });
  471. Object.defineProperty(DxoChartCommonSeriesSettings.prototype, "spline", {
  472. get: function () {
  473. return this._getOption('spline');
  474. },
  475. set: function (value) {
  476. this._setOption('spline', value);
  477. },
  478. enumerable: true,
  479. configurable: true
  480. });
  481. Object.defineProperty(DxoChartCommonSeriesSettings.prototype, "splinearea", {
  482. get: function () {
  483. return this._getOption('splinearea');
  484. },
  485. set: function (value) {
  486. this._setOption('splinearea', value);
  487. },
  488. enumerable: true,
  489. configurable: true
  490. });
  491. Object.defineProperty(DxoChartCommonSeriesSettings.prototype, "stack", {
  492. get: function () {
  493. return this._getOption('stack');
  494. },
  495. set: function (value) {
  496. this._setOption('stack', value);
  497. },
  498. enumerable: true,
  499. configurable: true
  500. });
  501. Object.defineProperty(DxoChartCommonSeriesSettings.prototype, "stackedarea", {
  502. get: function () {
  503. return this._getOption('stackedarea');
  504. },
  505. set: function (value) {
  506. this._setOption('stackedarea', value);
  507. },
  508. enumerable: true,
  509. configurable: true
  510. });
  511. Object.defineProperty(DxoChartCommonSeriesSettings.prototype, "stackedbar", {
  512. get: function () {
  513. return this._getOption('stackedbar');
  514. },
  515. set: function (value) {
  516. this._setOption('stackedbar', value);
  517. },
  518. enumerable: true,
  519. configurable: true
  520. });
  521. Object.defineProperty(DxoChartCommonSeriesSettings.prototype, "stackedline", {
  522. get: function () {
  523. return this._getOption('stackedline');
  524. },
  525. set: function (value) {
  526. this._setOption('stackedline', value);
  527. },
  528. enumerable: true,
  529. configurable: true
  530. });
  531. Object.defineProperty(DxoChartCommonSeriesSettings.prototype, "stackedspline", {
  532. get: function () {
  533. return this._getOption('stackedspline');
  534. },
  535. set: function (value) {
  536. this._setOption('stackedspline', value);
  537. },
  538. enumerable: true,
  539. configurable: true
  540. });
  541. Object.defineProperty(DxoChartCommonSeriesSettings.prototype, "stackedsplinearea", {
  542. get: function () {
  543. return this._getOption('stackedsplinearea');
  544. },
  545. set: function (value) {
  546. this._setOption('stackedsplinearea', value);
  547. },
  548. enumerable: true,
  549. configurable: true
  550. });
  551. Object.defineProperty(DxoChartCommonSeriesSettings.prototype, "steparea", {
  552. get: function () {
  553. return this._getOption('steparea');
  554. },
  555. set: function (value) {
  556. this._setOption('steparea', value);
  557. },
  558. enumerable: true,
  559. configurable: true
  560. });
  561. Object.defineProperty(DxoChartCommonSeriesSettings.prototype, "stepline", {
  562. get: function () {
  563. return this._getOption('stepline');
  564. },
  565. set: function (value) {
  566. this._setOption('stepline', value);
  567. },
  568. enumerable: true,
  569. configurable: true
  570. });
  571. Object.defineProperty(DxoChartCommonSeriesSettings.prototype, "stock", {
  572. get: function () {
  573. return this._getOption('stock');
  574. },
  575. set: function (value) {
  576. this._setOption('stock', value);
  577. },
  578. enumerable: true,
  579. configurable: true
  580. });
  581. Object.defineProperty(DxoChartCommonSeriesSettings.prototype, "tagField", {
  582. get: function () {
  583. return this._getOption('tagField');
  584. },
  585. set: function (value) {
  586. this._setOption('tagField', value);
  587. },
  588. enumerable: true,
  589. configurable: true
  590. });
  591. Object.defineProperty(DxoChartCommonSeriesSettings.prototype, "type", {
  592. get: function () {
  593. return this._getOption('type');
  594. },
  595. set: function (value) {
  596. this._setOption('type', value);
  597. },
  598. enumerable: true,
  599. configurable: true
  600. });
  601. Object.defineProperty(DxoChartCommonSeriesSettings.prototype, "valueErrorBar", {
  602. get: function () {
  603. return this._getOption('valueErrorBar');
  604. },
  605. set: function (value) {
  606. this._setOption('valueErrorBar', value);
  607. },
  608. enumerable: true,
  609. configurable: true
  610. });
  611. Object.defineProperty(DxoChartCommonSeriesSettings.prototype, "valueField", {
  612. get: function () {
  613. return this._getOption('valueField');
  614. },
  615. set: function (value) {
  616. this._setOption('valueField', value);
  617. },
  618. enumerable: true,
  619. configurable: true
  620. });
  621. Object.defineProperty(DxoChartCommonSeriesSettings.prototype, "visible", {
  622. get: function () {
  623. return this._getOption('visible');
  624. },
  625. set: function (value) {
  626. this._setOption('visible', value);
  627. },
  628. enumerable: true,
  629. configurable: true
  630. });
  631. Object.defineProperty(DxoChartCommonSeriesSettings.prototype, "width", {
  632. get: function () {
  633. return this._getOption('width');
  634. },
  635. set: function (value) {
  636. this._setOption('width', value);
  637. },
  638. enumerable: true,
  639. configurable: true
  640. });
  641. Object.defineProperty(DxoChartCommonSeriesSettings.prototype, "argumentType", {
  642. get: function () {
  643. return this._getOption('argumentType');
  644. },
  645. set: function (value) {
  646. this._setOption('argumentType', value);
  647. },
  648. enumerable: true,
  649. configurable: true
  650. });
  651. Object.defineProperty(DxoChartCommonSeriesSettings.prototype, "minSegmentSize", {
  652. get: function () {
  653. return this._getOption('minSegmentSize');
  654. },
  655. set: function (value) {
  656. this._setOption('minSegmentSize', value);
  657. },
  658. enumerable: true,
  659. configurable: true
  660. });
  661. Object.defineProperty(DxoChartCommonSeriesSettings.prototype, "smallValuesGrouping", {
  662. get: function () {
  663. return this._getOption('smallValuesGrouping');
  664. },
  665. set: function (value) {
  666. this._setOption('smallValuesGrouping', value);
  667. },
  668. enumerable: true,
  669. configurable: true
  670. });
  671. Object.defineProperty(DxoChartCommonSeriesSettings.prototype, "closed", {
  672. get: function () {
  673. return this._getOption('closed');
  674. },
  675. set: function (value) {
  676. this._setOption('closed', value);
  677. },
  678. enumerable: true,
  679. configurable: true
  680. });
  681. return DxoChartCommonSeriesSettings;
  682. }(nested_option_1.NestedOption));
  683. exports.DxoChartCommonSeriesSettings = DxoChartCommonSeriesSettings;
  684. //# sourceMappingURL=chart-common-series-settings.js.map