5e34a58fe407e7e16ab31aa4b14c8380eecfc65e.svn-base 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616
  1. <?xml version="1.0"?>
  2. <doc>
  3. <assembly>
  4. <name>DevExpress.Sparkline.v14.1.Core</name>
  5. </assembly>
  6. <members>
  7. <member name="T:DevExpress.Sparkline.SparklineViewBase">
  8. <summary>
  9. <para>The base class for sparkline views.
  10. </para>
  11. </summary>
  12. </member>
  13. <member name="P:DevExpress.Sparkline.SparklineViewBase.ActualColor">
  14. <summary>
  15. <para>Gets the actual color of a sparkline.
  16. </para>
  17. </summary>
  18. <value>A <see cref="T:System.Drawing.Color"/> value that is the actual sparkline color.
  19. </value>
  20. </member>
  21. <member name="P:DevExpress.Sparkline.SparklineViewBase.ActualEndPointColor">
  22. <summary>
  23. <para>Gets the actual color of a sparkline end point.
  24. </para>
  25. </summary>
  26. <value>A <see cref="T:System.Drawing.Color"/> value that is the actual point color.
  27. </value>
  28. </member>
  29. <member name="P:DevExpress.Sparkline.SparklineViewBase.ActualMaxPointColor">
  30. <summary>
  31. <para>Gets the actual color of a sparkline maximum point.
  32. </para>
  33. </summary>
  34. <value>A <see cref="T:System.Drawing.Color"/> value that is the actual point color.
  35. </value>
  36. </member>
  37. <member name="P:DevExpress.Sparkline.SparklineViewBase.ActualMinPointColor">
  38. <summary>
  39. <para>Gets the actual color of a sparkline minimum point.
  40. </para>
  41. </summary>
  42. <value>A <see cref="T:System.Drawing.Color"/> value that is the actual point color.
  43. </value>
  44. </member>
  45. <member name="P:DevExpress.Sparkline.SparklineViewBase.ActualNegativePointColor">
  46. <summary>
  47. <para>Gets the actual color of sparkline negative points.
  48. </para>
  49. </summary>
  50. <value>A <see cref="T:System.Drawing.Color"/> value that is the actual point color.
  51. </value>
  52. </member>
  53. <member name="P:DevExpress.Sparkline.SparklineViewBase.ActualStartPointColor">
  54. <summary>
  55. <para>Gets the actual color of a sparkline start point.
  56. </para>
  57. </summary>
  58. <value>A <see cref="T:System.Drawing.Color"/> value that is the actual point color.
  59. </value>
  60. </member>
  61. <member name="M:DevExpress.Sparkline.SparklineViewBase.Assign(DevExpress.Sparkline.SparklineViewBase)">
  62. <summary>
  63. <para>Copies all the settings from the SparklineViewBase object passed as the parameter.
  64. </para>
  65. </summary>
  66. <param name="view">
  67. A SparklineViewBase object (which is the <see cref="T:DevExpress.Sparkline.SparklineViewBase"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
  68. </param>
  69. </member>
  70. <member name="P:DevExpress.Sparkline.SparklineViewBase.Color">
  71. <summary>
  72. <para>Gets or sets the color to draw a sparkline.
  73. </para>
  74. </summary>
  75. <value>A <see cref="T:System.Drawing.Color"/> that defines the color to draw a sparkline.
  76. </value>
  77. </member>
  78. <member name="M:DevExpress.Sparkline.SparklineViewBase.CreateView(DevExpress.Sparkline.SparklineViewType)">
  79. <summary>
  80. <para>Creates a sparkline view of the specified type.
  81. </para>
  82. </summary>
  83. <param name="viewType">
  84. A <see cref="T:DevExpress.Sparkline.SparklineViewType"/> enumeration value specifying the type of view to create.
  85. </param>
  86. <returns>A <see cref="T:DevExpress.Sparkline.SparklineViewBase"/> class descendant.
  87. </returns>
  88. </member>
  89. <member name="P:DevExpress.Sparkline.SparklineViewBase.EndPointColor">
  90. <summary>
  91. <para>Gets or sets the color to draw the end point of a sparkline.
  92. </para>
  93. </summary>
  94. <value>A <see cref="T:System.Drawing.Color"/> that defines the color to draw the end point.
  95. </value>
  96. </member>
  97. <member name="P:DevExpress.Sparkline.SparklineViewBase.HighlightEndPoint">
  98. <summary>
  99. <para>Gets or sets a value specifying whether or not to highlight the end point of a sparkline.
  100. </para>
  101. </summary>
  102. <value><b>true</b>, to highlight the end point; otherwise, <b>false</b>.
  103. </value>
  104. </member>
  105. <member name="P:DevExpress.Sparkline.SparklineViewBase.HighlightMaxPoint">
  106. <summary>
  107. <para>Gets or sets a value specifying whether or not to highlight a sparkline point that has the highest value among all points.
  108. </para>
  109. </summary>
  110. <value><b>true</b>, to highlight a point with the maximum value; otherwise, <b>false</b>.
  111. </value>
  112. </member>
  113. <member name="P:DevExpress.Sparkline.SparklineViewBase.HighlightMinPoint">
  114. <summary>
  115. <para>Gets or sets a value specifying whether or not to highlight a sparkline point that has the lowest value among all points.
  116. </para>
  117. </summary>
  118. <value><b>true</b>, to highlight a point with the minimum value; otherwise, <b>false</b>.
  119. </value>
  120. </member>
  121. <member name="P:DevExpress.Sparkline.SparklineViewBase.HighlightStartPoint">
  122. <summary>
  123. <para>Gets or sets a value specifying whether or not to highlight the start point of a sparkline.
  124. </para>
  125. </summary>
  126. <value><b>true</b>, to highlight the start point; otherwise, <b>false</b>.
  127. </value>
  128. </member>
  129. <member name="P:DevExpress.Sparkline.SparklineViewBase.MaxPointColor">
  130. <summary>
  131. <para>Gets or sets the color to draw a sparkline point that has the highest value among all data points.
  132. </para>
  133. </summary>
  134. <value>A <see cref="T:System.Drawing.Color"/> that defines the color to draw a data point with the maximum value.
  135. </value>
  136. </member>
  137. <member name="P:DevExpress.Sparkline.SparklineViewBase.MinPointColor">
  138. <summary>
  139. <para>Gets or sets the color to draw a sparkline point that has the lowest value among all data points.
  140. </para>
  141. </summary>
  142. <value>A <see cref="T:System.Drawing.Color"/> that defines the color to draw a data point with the minimum value.
  143. </value>
  144. </member>
  145. <member name="P:DevExpress.Sparkline.SparklineViewBase.NegativePointColor">
  146. <summary>
  147. <para>Gets or sets the color to draw sparkline points that have negative values (less than 0).
  148. </para>
  149. </summary>
  150. <value>A <see cref="T:System.Drawing.Color"/> that defines the color to draw data points with negative values.
  151. </value>
  152. </member>
  153. <member name="E:DevExpress.Sparkline.SparklineViewBase.PropertiesChanged">
  154. <summary>
  155. <para>Occurs when any property of the SparklineViewBase object has changed its value.
  156. </para>
  157. </summary>
  158. </member>
  159. <member name="P:DevExpress.Sparkline.SparklineViewBase.StartPointColor">
  160. <summary>
  161. <para>Gets or sets the color to draw the start point of a sparkline.
  162. </para>
  163. </summary>
  164. <value>A <see cref="T:System.Drawing.Color"/> that defines the color to draw the start point.
  165. </value>
  166. </member>
  167. <member name="M:DevExpress.Sparkline.SparklineViewBase.ToString">
  168. <summary>
  169. <para>Returns a human-readable string that represents the SparklineViewBase object.
  170. </para>
  171. </summary>
  172. <returns>A <see cref="T:System.String"/> value that represents the SparklineViewBase object.
  173. </returns>
  174. </member>
  175. <member name="P:DevExpress.Sparkline.SparklineViewBase.Type">
  176. <summary>
  177. <para>Gets the type of the sparkline view.
  178. </para>
  179. </summary>
  180. <value>A <see cref="T:DevExpress.Sparkline.SparklineViewType"/> enumeration value specifying the view type.
  181. </value>
  182. </member>
  183. <member name="T:DevExpress.Sparkline.WinLossSparklineView">
  184. <summary>
  185. <para>The <b>WinLoss</b> sparkline view.
  186. </para>
  187. </summary>
  188. </member>
  189. <member name="M:DevExpress.Sparkline.WinLossSparklineView.#ctor">
  190. <summary>
  191. <para>Initializes a new instance of the WinLossSparklineView class with default settings.
  192. </para>
  193. </summary>
  194. </member>
  195. <member name="P:DevExpress.Sparkline.WinLossSparklineView.Type">
  196. <summary>
  197. <para>Gets the type of the sparkline view.
  198. </para>
  199. </summary>
  200. <value>Always <see cref="F:DevExpress.Sparkline.SparklineViewType.WinLoss"/>.
  201. </value>
  202. </member>
  203. <member name="T:DevExpress.Sparkline.LineSparklineView">
  204. <summary>
  205. <para>The <b>Line</b> sparkline view.
  206. </para>
  207. </summary>
  208. </member>
  209. <member name="M:DevExpress.Sparkline.LineSparklineView.#ctor">
  210. <summary>
  211. <para>Initializes a new instance of the LineSparklineView class with default settings.
  212. </para>
  213. </summary>
  214. </member>
  215. <member name="P:DevExpress.Sparkline.LineSparklineView.ActualMarkerColor">
  216. <summary>
  217. <para>Gets the actual color of a sparkline marker.
  218. </para>
  219. </summary>
  220. <value>A <see cref="T:System.Drawing.Color"/> value that is the actual marker color.
  221. </value>
  222. </member>
  223. <member name="M:DevExpress.Sparkline.LineSparklineView.Assign(DevExpress.Sparkline.SparklineViewBase)">
  224. <summary>
  225. <para>Copies all the settings from the LineSparklineView object passed as the parameter.
  226. </para>
  227. </summary>
  228. <param name="view">
  229. A LineSparklineView object (which is the <see cref="T:DevExpress.Sparkline.SparklineViewBase"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
  230. </param>
  231. </member>
  232. <member name="P:DevExpress.Sparkline.LineSparklineView.EnableAntialiasing">
  233. <summary>
  234. <para>Gets or sets whether anti-aliasing (smoothing) is applied to the line view.
  235. </para>
  236. </summary>
  237. <value><b>True</b> to apply anti-aliasing to the line view; <b>False</b> to disable anti-aliasing.
  238. </value>
  239. </member>
  240. <member name="P:DevExpress.Sparkline.LineSparklineView.EndPointMarkerSize">
  241. <summary>
  242. <para>Gets or sets the size of an end point's marker.
  243. </para>
  244. </summary>
  245. <value>An integer value specifying the marker size, in pixels.
  246. </value>
  247. </member>
  248. <member name="P:DevExpress.Sparkline.LineSparklineView.HighlightNegativePoints">
  249. <summary>
  250. <para>Gets or sets a value specifying whether or not to highlight all sparkline points that have negative values (less than 0).
  251. </para>
  252. </summary>
  253. <value><b>true</b>, to highlight points with negative values; otherwise, <b>false</b>.
  254. </value>
  255. </member>
  256. <member name="P:DevExpress.Sparkline.LineSparklineView.LineWidth">
  257. <summary>
  258. <para>Specifies the width of a line in a LineSparklineView.
  259. </para>
  260. </summary>
  261. <value>An integer value specifying the line width (in pixels).
  262. </value>
  263. </member>
  264. <member name="P:DevExpress.Sparkline.LineSparklineView.MarkerColor">
  265. <summary>
  266. <para>Gets or sets the color to draw line markers.
  267. </para>
  268. </summary>
  269. <value>A <see cref="T:System.Drawing.Color"/> that defines the color to draw line markers.
  270. </value>
  271. </member>
  272. <member name="P:DevExpress.Sparkline.LineSparklineView.MarkerSize">
  273. <summary>
  274. <para>Gets or sets the size of markers for data points in a line sparkline.
  275. </para>
  276. </summary>
  277. <value>An integer value specifying the marker size, in pixels.
  278. </value>
  279. </member>
  280. <member name="P:DevExpress.Sparkline.LineSparklineView.MaxPointMarkerSize">
  281. <summary>
  282. <para>Gets or sets the marker size of a data point that has the maximum value among all data points.
  283. </para>
  284. </summary>
  285. <value>An integer value specifying the marker size, in pixels.
  286. </value>
  287. </member>
  288. <member name="P:DevExpress.Sparkline.LineSparklineView.MinPointMarkerSize">
  289. <summary>
  290. <para>Gets or sets the marker size of a data point that has the minimum value among all data points.
  291. </para>
  292. </summary>
  293. <value>An integer value specifying the marker size, in pixels.
  294. </value>
  295. </member>
  296. <member name="P:DevExpress.Sparkline.LineSparklineView.NegativePointMarkerSize">
  297. <summary>
  298. <para>Gets or sets the marker size of all data points that have negative values (less than 0).
  299. </para>
  300. </summary>
  301. <value>An integer value specifying the marker size, in pixels.
  302. </value>
  303. </member>
  304. <member name="M:DevExpress.Sparkline.LineSparklineView.SetSizeForAllMarkers(System.Int32)">
  305. <summary>
  306. <para>Sets size for all markers of a sparkline.
  307. </para>
  308. </summary>
  309. <param name="markerSize">
  310. An integer value specifying the new size for sparkline markers (in pixels).
  311. </param>
  312. </member>
  313. <member name="P:DevExpress.Sparkline.LineSparklineView.ShowMarkers">
  314. <summary>
  315. <para>Gets or sets a value specifying the visibility of point markers on a sparkline.
  316. </para>
  317. </summary>
  318. <value><b>true</b> to show markers for each data point; <b>false</b> to hide them.
  319. </value>
  320. </member>
  321. <member name="P:DevExpress.Sparkline.LineSparklineView.StartPointMarkerSize">
  322. <summary>
  323. <para>Gets or sets the size of a start point's marker.
  324. </para>
  325. </summary>
  326. <value>An integer value specifying the marker size, in pixels.
  327. </value>
  328. </member>
  329. <member name="P:DevExpress.Sparkline.LineSparklineView.Type">
  330. <summary>
  331. <para>Gets the type of the sparkline view.
  332. </para>
  333. </summary>
  334. <value>Always <see cref="F:DevExpress.Sparkline.SparklineViewType.Line"/>.
  335. </value>
  336. </member>
  337. <member name="T:DevExpress.Sparkline.BarSparklineViewBase">
  338. <summary>
  339. <para>The base for <b>Bar</b> and <b>WinLoss</b> sparkline views.
  340. </para>
  341. </summary>
  342. </member>
  343. <member name="M:DevExpress.Sparkline.BarSparklineViewBase.Assign(DevExpress.Sparkline.SparklineViewBase)">
  344. <summary>
  345. <para>Copies all the settings from the BarSparklineViewBase object passed as the parameter.
  346. </para>
  347. </summary>
  348. <param name="view">
  349. A BarSparklineViewBase object (which is the <see cref="T:DevExpress.Sparkline.SparklineViewBase"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
  350. </param>
  351. </member>
  352. <member name="P:DevExpress.Sparkline.BarSparklineViewBase.BarDistance">
  353. <summary>
  354. <para>Specifies the distance between two bars of a bar sparkline.
  355. </para>
  356. </summary>
  357. <value>An integer value (in pixels).
  358. </value>
  359. </member>
  360. <member name="T:DevExpress.Sparkline.BarSparklineView">
  361. <summary>
  362. <para>The <b>Bar</b> sparkline view.
  363. </para>
  364. </summary>
  365. </member>
  366. <member name="M:DevExpress.Sparkline.BarSparklineView.#ctor">
  367. <summary>
  368. <para>Initializes a new instance of the BarSparklineView class with default settings.
  369. </para>
  370. </summary>
  371. </member>
  372. <member name="M:DevExpress.Sparkline.BarSparklineView.Assign(DevExpress.Sparkline.SparklineViewBase)">
  373. <summary>
  374. <para>Copies all the settings from the BarSparklineView object passed as the parameter.
  375. </para>
  376. </summary>
  377. <param name="view">
  378. A BarSparklineView object (which is the <see cref="T:DevExpress.Sparkline.SparklineViewBase"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
  379. </param>
  380. </member>
  381. <member name="P:DevExpress.Sparkline.BarSparklineView.HighlightNegativePoints">
  382. <summary>
  383. <para>Gets or sets a value specifying whether or not to highlight all sparkline points that have negative values (less than 0).
  384. </para>
  385. </summary>
  386. <value><b>true</b>, to highlight points with negative values; otherwise, <b>false</b>.
  387. </value>
  388. </member>
  389. <member name="P:DevExpress.Sparkline.BarSparklineView.Type">
  390. <summary>
  391. <para>Gets the type of the sparkline view.
  392. </para>
  393. </summary>
  394. <value>Always <see cref="F:DevExpress.Sparkline.SparklineViewType.Bar"/>.
  395. </value>
  396. </member>
  397. <member name="T:DevExpress.Sparkline.AreaSparklineView">
  398. <summary>
  399. <para>The <b>Area</b> sparkline view.
  400. </para>
  401. </summary>
  402. </member>
  403. <member name="M:DevExpress.Sparkline.AreaSparklineView.#ctor">
  404. <summary>
  405. <para>Initializes a new instance of the AreaSparklineView class with default settings.
  406. </para>
  407. </summary>
  408. </member>
  409. <member name="P:DevExpress.Sparkline.AreaSparklineView.AreaOpacity">
  410. <summary>
  411. <para>Specifies the opacity (<b>0</b>-<b>255</b>) of the area sparkline.
  412. </para>
  413. </summary>
  414. <value>A <see cref="T:System.Byte"/> value from <b>0</b> (transparent) to <b>255</b> (opaque).
  415. </value>
  416. </member>
  417. <member name="M:DevExpress.Sparkline.AreaSparklineView.Assign(DevExpress.Sparkline.SparklineViewBase)">
  418. <summary>
  419. <para>Copies all the settings from the AreaSparklineView object passed as the parameter.
  420. </para>
  421. </summary>
  422. <param name="view">
  423. A AreaSparklineView object (which is the <see cref="T:DevExpress.Sparkline.SparklineViewBase"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
  424. </param>
  425. </member>
  426. <member name="P:DevExpress.Sparkline.AreaSparklineView.Type">
  427. <summary>
  428. <para>Gets the type of the sparkline view.
  429. </para>
  430. </summary>
  431. <value>Always <see cref="F:DevExpress.Sparkline.SparklineViewType.Area"/>.
  432. </value>
  433. </member>
  434. <member name="T:DevExpress.Sparkline.SparklineViewType">
  435. <summary>
  436. <para>Lists the values used to specify the available view types of a sparkline.
  437. </para>
  438. </summary>
  439. </member>
  440. <member name="F:DevExpress.Sparkline.SparklineViewType.Area">
  441. <summary>
  442. <para>Sparkline data points are represented as <b>area</b>.
  443. </para>
  444. </summary>
  445. </member>
  446. <member name="F:DevExpress.Sparkline.SparklineViewType.Bar">
  447. <summary>
  448. <para>Sparkline data points are represented as <b>bars</b>.
  449. </para>
  450. </summary>
  451. </member>
  452. <member name="F:DevExpress.Sparkline.SparklineViewType.Line">
  453. <summary>
  454. <para>Sparkline data points are represented as a <b>line</b>.
  455. </para>
  456. </summary>
  457. </member>
  458. <member name="F:DevExpress.Sparkline.SparklineViewType.WinLoss">
  459. <summary>
  460. <para>Sparkline data points are represented as <b>win</b> and <b>loss</b> squares.
  461. </para>
  462. </summary>
  463. </member>
  464. </members>
  465. </doc>