DevExpress.Sparkline.v24.1.Core.xml 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <doc>
  3. <assembly>
  4. <name>DevExpress.Sparkline.v24.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">SparklineViewType.Area</see>.</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">SparklineViewType.Bar</see>.</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.ActualMarkerColor">
  125. <summary>
  126. <para>Gets the actual color of a sparkline marker.</para>
  127. </summary>
  128. <value>A <see cref="T:System.Drawing.Color"/> value that is the actual marker color.</value>
  129. </member>
  130. <member name="M:DevExpress.Sparkline.LineSparklineView.Assign(DevExpress.Sparkline.SparklineViewBase)">
  131. <summary>
  132. <para>Copies all the settings from the <see cref="T:DevExpress.Sparkline.LineSparklineView"/> object passed as the parameter.</para>
  133. </summary>
  134. <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>
  135. </member>
  136. <member name="P:DevExpress.Sparkline.LineSparklineView.EnableAntialiasing">
  137. <summary>
  138. <para>Gets or sets whether anti-aliasing (smoothing) is applied to the line view.</para>
  139. </summary>
  140. <value>True to apply anti-aliasing to the line view; False to disable anti-aliasing.</value>
  141. </member>
  142. <member name="P:DevExpress.Sparkline.LineSparklineView.EndPointMarkerSize">
  143. <summary>
  144. <para>Gets or sets the size of an end point’s marker.</para>
  145. </summary>
  146. <value>An integer value specifying the marker size, in pixels.</value>
  147. </member>
  148. <member name="P:DevExpress.Sparkline.LineSparklineView.LineWidth">
  149. <summary>
  150. <para>Specifies the width of a line in a <see cref="T:DevExpress.Sparkline.LineSparklineView"/>.</para>
  151. </summary>
  152. <value>An integer value specifying the line width (in pixels).</value>
  153. </member>
  154. <member name="P:DevExpress.Sparkline.LineSparklineView.MarkerColor">
  155. <summary>
  156. <para>Gets or sets the color to draw line markers.</para>
  157. </summary>
  158. <value>A <see cref="T:System.Drawing.Color"/> that defines the color to draw line markers.</value>
  159. </member>
  160. <member name="P:DevExpress.Sparkline.LineSparklineView.MarkerSize">
  161. <summary>
  162. <para>Gets or sets the size of markers for data points in a line sparkline.</para>
  163. </summary>
  164. <value>An integer value specifying the marker size, in pixels.</value>
  165. </member>
  166. <member name="P:DevExpress.Sparkline.LineSparklineView.MaxPointMarkerSize">
  167. <summary>
  168. <para>Gets or sets the marker size of a data point that has the maximum value among all data points.</para>
  169. </summary>
  170. <value>An integer value specifying the marker size, in pixels.</value>
  171. </member>
  172. <member name="P:DevExpress.Sparkline.LineSparklineView.MinPointMarkerSize">
  173. <summary>
  174. <para>Gets or sets the marker size of a data point that has the minimum value among all data points.</para>
  175. </summary>
  176. <value>An integer value specifying the marker size, in pixels.</value>
  177. </member>
  178. <member name="P:DevExpress.Sparkline.LineSparklineView.NegativePointMarkerSize">
  179. <summary>
  180. <para>Gets or sets the marker size of all data points that have negative values (less than 0).</para>
  181. </summary>
  182. <value>An integer value specifying the marker size, in pixels.</value>
  183. </member>
  184. <member name="M:DevExpress.Sparkline.LineSparklineView.SetSizeForAllMarkers(System.Int32)">
  185. <summary>
  186. <para>Sets size for all markers of a sparkline.</para>
  187. </summary>
  188. <param name="markerSize">An integer value specifying the new size for sparkline markers (in pixels).</param>
  189. </member>
  190. <member name="P:DevExpress.Sparkline.LineSparklineView.ShowMarkers">
  191. <summary>
  192. <para>Gets or sets a value specifying the visibility of point markers on a sparkline.</para>
  193. </summary>
  194. <value>true to show markers for each data point; false to hide them.</value>
  195. </member>
  196. <member name="P:DevExpress.Sparkline.LineSparklineView.StartPointMarkerSize">
  197. <summary>
  198. <para>Gets or sets the size of a start point’s marker.</para>
  199. </summary>
  200. <value>An integer value specifying the marker size, in pixels.</value>
  201. </member>
  202. <member name="P:DevExpress.Sparkline.LineSparklineView.Type">
  203. <summary>
  204. <para>Gets the type of the sparkline view.</para>
  205. </summary>
  206. <value>Always <see cref="F:DevExpress.Sparkline.SparklineViewType.Line">SparklineViewType.Line</see>.</value>
  207. </member>
  208. <member name="M:DevExpress.Sparkline.LineSparklineView.Visit(DevExpress.Sparkline.ISparklineViewVisitor)">
  209. <summary>
  210. <para>Invokes the Visit method of the specified visitor for the current <see cref="T:DevExpress.Sparkline.LineSparklineView"/> object.</para>
  211. </summary>
  212. <param name="visitor">An object implementing the <see cref="T:DevExpress.Sparkline.ISparklineViewVisitor"/> interface.</param>
  213. </member>
  214. <member name="T:DevExpress.Sparkline.SparklineRange">
  215. <summary>
  216. <para>Represents a range to be used in DevExpress Sparkline controls.</para>
  217. </summary>
  218. </member>
  219. <member name="M:DevExpress.Sparkline.SparklineRange.#ctor">
  220. <summary>
  221. <para>Initializes a new instance of the <see cref="T:DevExpress.Sparkline.SparklineRange"/> class with the default settings.</para>
  222. </summary>
  223. </member>
  224. <member name="M:DevExpress.Sparkline.SparklineRange.#ctor(System.Double,System.Double)">
  225. <summary>
  226. <para>Initializes a new instance of the <see cref="T:DevExpress.Sparkline.SparklineRange"/> class with the specified minimum and maximum limits.</para>
  227. </summary>
  228. <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">SparklineRange.Limit1</see> property.</param>
  229. <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">SparklineRange.Limit2</see> property.</param>
  230. </member>
  231. <member name="P:DevExpress.Sparkline.SparklineRange.IsAuto">
  232. <summary>
  233. <para>Gets or sets a value indicating whether or not range limits should be calculated automatically.</para>
  234. </summary>
  235. <value>true to calculate range limits automatically; false to use the <see cref="P:DevExpress.Sparkline.SparklineRange.Limit1">SparklineRange.Limit1</see> and <see cref="P:DevExpress.Sparkline.SparklineRange.Limit2">SparklineRange.Limit2</see> property values.</value>
  236. </member>
  237. <member name="P:DevExpress.Sparkline.SparklineRange.Limit1">
  238. <summary>
  239. <para>Gets or sets a value specifying the first limit of the range.</para>
  240. </summary>
  241. <value>A <see cref="T:System.Double"/> value that specifies the first limit.</value>
  242. </member>
  243. <member name="P:DevExpress.Sparkline.SparklineRange.Limit2">
  244. <summary>
  245. <para>Gets or sets a value specifying the second limit of the range.</para>
  246. </summary>
  247. <value>A <see cref="T:System.Double"/> value that specifies the second limit.</value>
  248. </member>
  249. <member name="E:DevExpress.Sparkline.SparklineRange.PropertiesChanged">
  250. <summary>
  251. <para>This event is hidden, because it is not appropriate for the <see cref="T:DevExpress.Sparkline.SparklineRange"/> class.</para>
  252. </summary>
  253. </member>
  254. <member name="M:DevExpress.Sparkline.SparklineRange.ToString">
  255. <summary>
  256. <para>Returns the textual representation of the <see cref="T:DevExpress.Sparkline.SparklineRange"/>.</para>
  257. </summary>
  258. <returns>A <see cref="T:System.String"/> value which is the textual representation of the <see cref="T:DevExpress.Sparkline.SparklineRange"/>.</returns>
  259. </member>
  260. <member name="T:DevExpress.Sparkline.SparklineViewBase">
  261. <summary>
  262. <para>The base class for sparkline views.</para>
  263. </summary>
  264. </member>
  265. <member name="P:DevExpress.Sparkline.SparklineViewBase.ActualColor">
  266. <summary>
  267. <para>Gets the actual color of a sparkline.</para>
  268. </summary>
  269. <value>A <see cref="T:System.Drawing.Color"/> value that is the actual sparkline color.</value>
  270. </member>
  271. <member name="P:DevExpress.Sparkline.SparklineViewBase.ActualEndPointColor">
  272. <summary>
  273. <para>Gets the actual color of a sparkline end point.</para>
  274. </summary>
  275. <value>A <see cref="T:System.Drawing.Color"/> value that is the actual point color.</value>
  276. </member>
  277. <member name="P:DevExpress.Sparkline.SparklineViewBase.ActualMaxPointColor">
  278. <summary>
  279. <para>Gets the actual color of a sparkline maximum point.</para>
  280. </summary>
  281. <value>A <see cref="T:System.Drawing.Color"/> value that is the actual point color.</value>
  282. </member>
  283. <member name="P:DevExpress.Sparkline.SparklineViewBase.ActualMinPointColor">
  284. <summary>
  285. <para>Gets the actual color of a sparkline minimum point.</para>
  286. </summary>
  287. <value>A <see cref="T:System.Drawing.Color"/> value that is the actual point color.</value>
  288. </member>
  289. <member name="P:DevExpress.Sparkline.SparklineViewBase.ActualNegativePointColor">
  290. <summary>
  291. <para>Gets the actual color of sparkline negative points.</para>
  292. </summary>
  293. <value>A <see cref="T:System.Drawing.Color"/> value that is the actual point color.</value>
  294. </member>
  295. <member name="P:DevExpress.Sparkline.SparklineViewBase.ActualStartPointColor">
  296. <summary>
  297. <para>Gets the actual color of a sparkline start point.</para>
  298. </summary>
  299. <value>A <see cref="T:System.Drawing.Color"/> value that is the actual point color.</value>
  300. </member>
  301. <member name="M:DevExpress.Sparkline.SparklineViewBase.Assign(DevExpress.Sparkline.SparklineViewBase)">
  302. <summary>
  303. <para>Copies all the settings from the <see cref="T:DevExpress.Sparkline.SparklineViewBase"/> object passed as the parameter.</para>
  304. </summary>
  305. <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>
  306. </member>
  307. <member name="P:DevExpress.Sparkline.SparklineViewBase.Color">
  308. <summary>
  309. <para>Gets or sets the color to draw a sparkline.</para>
  310. </summary>
  311. <value>A <see cref="T:System.Drawing.Color"/> that defines the color to draw a sparkline.</value>
  312. </member>
  313. <member name="M:DevExpress.Sparkline.SparklineViewBase.CreateView(DevExpress.Sparkline.SparklineViewType)">
  314. <summary>
  315. <para>Creates a sparkline view of the specified type.</para>
  316. </summary>
  317. <param name="viewType">A <see cref="T:DevExpress.Sparkline.SparklineViewType"/> enumeration value specifying the type of view to create.</param>
  318. <returns>A <see cref="T:DevExpress.Sparkline.SparklineViewBase"/> class descendant.</returns>
  319. </member>
  320. <member name="P:DevExpress.Sparkline.SparklineViewBase.EndPointColor">
  321. <summary>
  322. <para>Gets or sets the color to draw the end point of a sparkline.</para>
  323. </summary>
  324. <value>A <see cref="T:System.Drawing.Color"/> that defines the color to draw the end point.</value>
  325. </member>
  326. <member name="P:DevExpress.Sparkline.SparklineViewBase.HighlightEndPoint">
  327. <summary>
  328. <para>Gets or sets a value specifying whether or not to highlight the end point of a sparkline.</para>
  329. </summary>
  330. <value>true, to highlight the end point; otherwise, false.</value>
  331. </member>
  332. <member name="P:DevExpress.Sparkline.SparklineViewBase.HighlightMaxPoint">
  333. <summary>
  334. <para>Gets or sets a value specifying whether or not to highlight a sparkline point that has the highest value among all points.</para>
  335. </summary>
  336. <value>true, to highlight a point with the maximum value; otherwise, false.</value>
  337. </member>
  338. <member name="P:DevExpress.Sparkline.SparklineViewBase.HighlightMinPoint">
  339. <summary>
  340. <para>Gets or sets a value specifying whether or not to highlight a sparkline point that has the lowest value among all points.</para>
  341. </summary>
  342. <value>true, to highlight a point with the minimum value; otherwise, false.</value>
  343. </member>
  344. <member name="P:DevExpress.Sparkline.SparklineViewBase.HighlightNegativePoints">
  345. <summary>
  346. <para>Gets or sets the value that specifies whether to highlight the negative points of a sparkline.</para>
  347. </summary>
  348. <value>true to highlight the negative points; otherwise, `false``.</value>
  349. </member>
  350. <member name="P:DevExpress.Sparkline.SparklineViewBase.HighlightStartPoint">
  351. <summary>
  352. <para>Gets or sets a value specifying whether or not to highlight the start point of a sparkline.</para>
  353. </summary>
  354. <value>true, to highlight the start point; otherwise, false.</value>
  355. </member>
  356. <member name="P:DevExpress.Sparkline.SparklineViewBase.MaxPointColor">
  357. <summary>
  358. <para>Gets or sets the color to draw a sparkline point that has the highest value among all data points.</para>
  359. </summary>
  360. <value>A <see cref="T:System.Drawing.Color"/> that defines the color to draw a data point with the maximum value.</value>
  361. </member>
  362. <member name="P:DevExpress.Sparkline.SparklineViewBase.MinPointColor">
  363. <summary>
  364. <para>Gets or sets the color to draw a sparkline point that has the lowest value among all data points.</para>
  365. </summary>
  366. <value>A <see cref="T:System.Drawing.Color"/> that defines the color to draw a data point with the minimum value.</value>
  367. </member>
  368. <member name="P:DevExpress.Sparkline.SparklineViewBase.NegativePointColor">
  369. <summary>
  370. <para>Gets or sets the color to draw sparkline points that have negative values (less than 0).</para>
  371. </summary>
  372. <value>A <see cref="T:System.Drawing.Color"/> that defines the color to draw data points with negative values.</value>
  373. </member>
  374. <member name="E:DevExpress.Sparkline.SparklineViewBase.PropertiesChanged">
  375. <summary>
  376. <para>Occurs when any property of the <see cref="T:DevExpress.Sparkline.SparklineViewBase"/> object has changed its value.</para>
  377. </summary>
  378. </member>
  379. <member name="P:DevExpress.Sparkline.SparklineViewBase.StartPointColor">
  380. <summary>
  381. <para>Gets or sets the color to draw the start point of a sparkline.</para>
  382. </summary>
  383. <value>A <see cref="T:System.Drawing.Color"/> that defines the color to draw the start point.</value>
  384. </member>
  385. <member name="M:DevExpress.Sparkline.SparklineViewBase.ToString">
  386. <summary>
  387. <para>Returns a human-readable string that represents the <see cref="T:DevExpress.Sparkline.SparklineViewBase"/> object.</para>
  388. </summary>
  389. <returns>A <see cref="T:System.String"/> value that represents the <see cref="T:DevExpress.Sparkline.SparklineViewBase"/> object.</returns>
  390. </member>
  391. <member name="P:DevExpress.Sparkline.SparklineViewBase.Type">
  392. <summary>
  393. <para>Gets the type of the sparkline view.</para>
  394. </summary>
  395. <value>A <see cref="T:DevExpress.Sparkline.SparklineViewType"/> enumeration value specifying the view type.</value>
  396. </member>
  397. <member name="M:DevExpress.Sparkline.SparklineViewBase.Visit(DevExpress.Sparkline.ISparklineViewVisitor)">
  398. <summary>
  399. <para>Invokes the Visit method of the specified visitor for the current <see cref="T:DevExpress.Sparkline.SparklineViewBase"/> object.</para>
  400. </summary>
  401. <param name="visitor">An object implementing the <see cref="T:DevExpress.Sparkline.ISparklineViewVisitor"/> interface.</param>
  402. </member>
  403. <member name="T:DevExpress.Sparkline.SparklineViewType">
  404. <summary>
  405. <para>Lists the values used to specify the available view types of a sparkline.</para>
  406. </summary>
  407. </member>
  408. <member name="F:DevExpress.Sparkline.SparklineViewType.Area">
  409. <summary>
  410. <para>Sparkline data points are represented as area.</para>
  411. </summary>
  412. </member>
  413. <member name="F:DevExpress.Sparkline.SparklineViewType.Bar">
  414. <summary>
  415. <para>Sparkline data points are represented as bars.</para>
  416. </summary>
  417. </member>
  418. <member name="F:DevExpress.Sparkline.SparklineViewType.Line">
  419. <summary>
  420. <para>Sparkline data points are represented as a line.</para>
  421. </summary>
  422. </member>
  423. <member name="F:DevExpress.Sparkline.SparklineViewType.WinLoss">
  424. <summary>
  425. <para>Sparkline data points are represented as win and loss squares.</para>
  426. </summary>
  427. </member>
  428. <member name="T:DevExpress.Sparkline.WinLossSparklineView">
  429. <summary>
  430. <para>The WinLoss sparkline view.</para>
  431. </summary>
  432. </member>
  433. <member name="M:DevExpress.Sparkline.WinLossSparklineView.#ctor">
  434. <summary>
  435. <para>Initializes a new instance of the <see cref="T:DevExpress.Sparkline.WinLossSparklineView"/> class with the default settings.</para>
  436. </summary>
  437. </member>
  438. <member name="P:DevExpress.Sparkline.WinLossSparklineView.Type">
  439. <summary>
  440. <para>Gets the type of the sparkline view.</para>
  441. </summary>
  442. <value>Always <see cref="F:DevExpress.Sparkline.SparklineViewType.WinLoss">SparklineViewType.WinLoss</see>.</value>
  443. </member>
  444. <member name="M:DevExpress.Sparkline.WinLossSparklineView.Visit(DevExpress.Sparkline.ISparklineViewVisitor)">
  445. <summary>
  446. <para>Invokes the Visit method of the specified visitor for the current <see cref="T:DevExpress.Sparkline.WinLossSparklineView"/> object.</para>
  447. </summary>
  448. <param name="visitor">An object implementing the <see cref="T:DevExpress.Sparkline.ISparklineViewVisitor"/> interface.</param>
  449. </member>
  450. </members>
  451. </doc>