DevExpress.Sparkline.v21.2.Core.xml 25 KB

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