DevExpress.Sparkline.v20.1.Core.xml 25 KB

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