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