chart-series-dxi.d.ts 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294
  1. /*!
  2. * devextreme-angular
  3. * Version: 19.1.16
  4. * Build date: Tue Oct 18 2022
  5. *
  6. * Copyright (c) 2012 - 2022 Developer Express Inc. ALL RIGHTS RESERVED
  7. *
  8. * This software may be modified and distributed under the terms
  9. * of the MIT license. See the LICENSE file in the root of the project for details.
  10. *
  11. * https://github.com/DevExpress/devextreme-angular
  12. */
  13. import { CollectionNestedOption } from '../../../core/nested-option';
  14. import DevExpress from 'devextreme/bundles/dx.all';
  15. export declare abstract class DxiChartSeries extends CollectionNestedOption {
  16. aggregation: {
  17. calculate?: Function;
  18. enabled?: boolean;
  19. method?: string;
  20. };
  21. argumentField: string;
  22. axis: string;
  23. barOverlapGroup: string;
  24. barPadding: number;
  25. barWidth: number;
  26. border: {
  27. color?: string;
  28. dashStyle?: string;
  29. visible?: boolean;
  30. width?: number;
  31. };
  32. closeValueField: string;
  33. color: string;
  34. cornerRadius: number;
  35. dashStyle: string;
  36. highValueField: string;
  37. hoverMode: string;
  38. hoverStyle: {
  39. border?: {
  40. color?: string;
  41. dashStyle?: string;
  42. visible?: boolean;
  43. width?: number;
  44. };
  45. color?: string;
  46. dashStyle?: string;
  47. hatching?: {
  48. direction?: string;
  49. opacity?: number;
  50. step?: number;
  51. width?: number;
  52. };
  53. width?: number;
  54. } | {
  55. border?: {
  56. color?: string;
  57. dashStyle?: string;
  58. visible?: boolean;
  59. width?: number;
  60. };
  61. color?: string;
  62. hatching?: {
  63. direction?: string;
  64. opacity?: number;
  65. step?: number;
  66. width?: number;
  67. };
  68. };
  69. ignoreEmptyPoints: boolean;
  70. innerColor: string;
  71. label: {
  72. alignment?: string;
  73. argumentFormat?: DevExpress.ui.format | string;
  74. backgroundColor?: string;
  75. border?: {
  76. color?: string;
  77. dashStyle?: string;
  78. visible?: boolean;
  79. width?: number;
  80. };
  81. connector?: {
  82. color?: string;
  83. visible?: boolean;
  84. width?: number;
  85. };
  86. customizeText?: Function;
  87. font?: DevExpress.viz.Font;
  88. format?: DevExpress.ui.format | string;
  89. horizontalOffset?: number;
  90. position?: string;
  91. rotationAngle?: number;
  92. showForZeroValues?: boolean;
  93. verticalOffset?: number;
  94. visible?: boolean;
  95. } | {
  96. argumentFormat?: DevExpress.ui.format | string;
  97. backgroundColor?: string;
  98. border?: {
  99. color?: string;
  100. dashStyle?: string;
  101. visible?: boolean;
  102. width?: number;
  103. };
  104. connector?: {
  105. color?: string;
  106. visible?: boolean;
  107. width?: number;
  108. };
  109. customizeText?: Function;
  110. font?: DevExpress.viz.Font;
  111. format?: DevExpress.ui.format | string;
  112. position?: string;
  113. radialOffset?: number;
  114. rotationAngle?: number;
  115. textOverflow?: string;
  116. visible?: boolean;
  117. wordWrap?: string;
  118. } | {
  119. argumentFormat?: DevExpress.ui.format | string;
  120. backgroundColor?: string;
  121. border?: {
  122. color?: string;
  123. dashStyle?: string;
  124. visible?: boolean;
  125. width?: number;
  126. };
  127. connector?: {
  128. color?: string;
  129. visible?: boolean;
  130. width?: number;
  131. };
  132. customizeText?: Function;
  133. font?: DevExpress.viz.Font;
  134. format?: DevExpress.ui.format | string;
  135. position?: string;
  136. rotationAngle?: number;
  137. showForZeroValues?: boolean;
  138. visible?: boolean;
  139. };
  140. lowValueField: string;
  141. maxLabelCount: number;
  142. minBarSize: number;
  143. name: string;
  144. opacity: number;
  145. openValueField: string;
  146. pane: string;
  147. point: {
  148. border?: {
  149. color?: string;
  150. visible?: boolean;
  151. width?: number;
  152. };
  153. color?: string;
  154. hoverMode?: string;
  155. hoverStyle?: {
  156. border?: {
  157. color?: string;
  158. visible?: boolean;
  159. width?: number;
  160. };
  161. color?: string;
  162. size?: number;
  163. };
  164. image?: string | {
  165. height?: number | {
  166. rangeMaxPoint?: number;
  167. rangeMinPoint?: number;
  168. };
  169. url?: string | {
  170. rangeMaxPoint?: string;
  171. rangeMinPoint?: string;
  172. };
  173. width?: number | {
  174. rangeMaxPoint?: number;
  175. rangeMinPoint?: number;
  176. };
  177. };
  178. selectionMode?: string;
  179. selectionStyle?: {
  180. border?: {
  181. color?: string;
  182. visible?: boolean;
  183. width?: number;
  184. };
  185. color?: string;
  186. size?: number;
  187. };
  188. size?: number;
  189. symbol?: string;
  190. visible?: boolean;
  191. } | {
  192. border?: {
  193. color?: string;
  194. visible?: boolean;
  195. width?: number;
  196. };
  197. color?: string;
  198. hoverMode?: string;
  199. hoverStyle?: {
  200. border?: {
  201. color?: string;
  202. visible?: boolean;
  203. width?: number;
  204. };
  205. color?: string;
  206. size?: number;
  207. };
  208. image?: string | {
  209. height?: number;
  210. url?: string;
  211. width?: number;
  212. };
  213. selectionMode?: string;
  214. selectionStyle?: {
  215. border?: {
  216. color?: string;
  217. visible?: boolean;
  218. width?: number;
  219. };
  220. color?: string;
  221. size?: number;
  222. };
  223. size?: number;
  224. symbol?: string;
  225. visible?: boolean;
  226. };
  227. rangeValue1Field: string;
  228. rangeValue2Field: string;
  229. reduction: {
  230. color?: string;
  231. level?: string;
  232. };
  233. selectionMode: string;
  234. selectionStyle: {
  235. border?: {
  236. color?: string;
  237. dashStyle?: string;
  238. visible?: boolean;
  239. width?: number;
  240. };
  241. color?: string;
  242. dashStyle?: string;
  243. hatching?: {
  244. direction?: string;
  245. opacity?: number;
  246. step?: number;
  247. width?: number;
  248. };
  249. width?: number;
  250. } | {
  251. border?: {
  252. color?: string;
  253. dashStyle?: string;
  254. visible?: boolean;
  255. width?: number;
  256. };
  257. color?: string;
  258. hatching?: {
  259. direction?: string;
  260. opacity?: number;
  261. step?: number;
  262. width?: number;
  263. };
  264. };
  265. showInLegend: boolean;
  266. sizeField: string;
  267. stack: string;
  268. tag: any;
  269. tagField: string;
  270. type: string;
  271. valueErrorBar: {
  272. color?: string;
  273. displayMode?: string;
  274. edgeLength?: number;
  275. highValueField?: string;
  276. lineWidth?: number;
  277. lowValueField?: string;
  278. opacity?: number;
  279. type?: string;
  280. value?: number;
  281. };
  282. valueField: string;
  283. visible: boolean;
  284. width: number;
  285. argumentType: string;
  286. minSegmentSize: number;
  287. smallValuesGrouping: {
  288. groupName?: string;
  289. mode?: string;
  290. threshold?: number;
  291. topCount?: number;
  292. };
  293. closed: boolean;
  294. }