1<?xml version="1.0" encoding="utf-8"?>
2<doc>
3  <assembly>
4    <name>System.Windows.Forms.DataVisualization</name>
5  </assembly>
6  <members>
7    <member name="E:System.Windows.Forms.DataVisualization.Charting.Chart.AnnotationPlaced">
8      <summary>Occurs when the end-user places an annotation on the chart.</summary>
9    </member>
10    <member name="E:System.Windows.Forms.DataVisualization.Charting.Chart.AnnotationPositionChanged">
11      <summary>Occurs when the annotation position is changed.</summary>
12    </member>
13    <member name="E:System.Windows.Forms.DataVisualization.Charting.Chart.AnnotationPositionChanging">
14      <summary>Occurs when the annotation position is about to change.</summary>
15    </member>
16    <member name="E:System.Windows.Forms.DataVisualization.Charting.Chart.AnnotationSelectionChanged">
17      <summary>Occurs when a selection of the annotation is changed.</summary>
18    </member>
19    <member name="E:System.Windows.Forms.DataVisualization.Charting.Chart.AnnotationTextChanged">
20      <summary>Occurs when the annotation text is changed.</summary>
21    </member>
22    <member name="E:System.Windows.Forms.DataVisualization.Charting.Chart.AxisScrollBarClicked">
23      <summary>Occurs when the axis scroll bar is clicked by the end-user.</summary>
24    </member>
25    <member name="E:System.Windows.Forms.DataVisualization.Charting.Chart.AxisViewChanged">
26      <summary>Occurs when the axis scale view position or size is changed.</summary>
27    </member>
28    <member name="E:System.Windows.Forms.DataVisualization.Charting.Chart.AxisViewChanging">
29      <summary>Occurs when the axis scale view position or size is about to change.</summary>
30    </member>
31    <member name="E:System.Windows.Forms.DataVisualization.Charting.Chart.CursorPositionChanged">
32      <summary>Occurs when the cursor position is changed.</summary>
33    </member>
34    <member name="E:System.Windows.Forms.DataVisualization.Charting.Chart.CursorPositionChanging">
35      <summary>Occurs when the cursor position is about to change.</summary>
36    </member>
37    <member name="E:System.Windows.Forms.DataVisualization.Charting.Chart.Customize">
38      <summary>Occurs just before the chart image is drawn. Use this event to customize the chart picture.</summary>
39    </member>
40    <member name="E:System.Windows.Forms.DataVisualization.Charting.Chart.CustomizeLegend">
41      <summary>Occurs when the chart legend must be customized.</summary>
42    </member>
43    <member name="E:System.Windows.Forms.DataVisualization.Charting.Chart.FormatNumber">
44      <summary>Occurs when a numeric value has to be converted to a string.</summary>
45    </member>
46    <member name="E:System.Windows.Forms.DataVisualization.Charting.Chart.GetToolTipText">
47      <summary>Occurs before showing the tooltip to get the tooltip text.</summary>
48    </member>
49    <member name="E:System.Windows.Forms.DataVisualization.Charting.Chart.PostPaint">
50      <summary>Occurs when the chart element is painted.</summary>
51    </member>
52    <member name="E:System.Windows.Forms.DataVisualization.Charting.Chart.PrePaint">
53      <summary>Occurs when the chart element background is painted.</summary>
54    </member>
55    <member name="E:System.Windows.Forms.DataVisualization.Charting.Chart.SelectionRangeChanged">
56      <summary>Occurs when the selection start position or end position is changed.</summary>
57    </member>
58    <member name="E:System.Windows.Forms.DataVisualization.Charting.Chart.SelectionRangeChanging">
59      <summary>Occurs when the selection start or end position is about to change.</summary>
60    </member>
61    <member name="M:System.Windows.Forms.DataVisualization.Charting.Annotation.#ctor">
62      <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.Annotation" /> class. This is the default constructor and should not be used.</summary>
63    </member>
64    <member name="M:System.Windows.Forms.DataVisualization.Charting.Annotation.BeginPlacement">
65      <summary>Begins the end user placement of an annotation using the mouse.</summary>
66    </member>
67    <member name="M:System.Windows.Forms.DataVisualization.Charting.Annotation.BringToFront">
68      <summary>Brings an annotation to the front of all annotations.</summary>
69    </member>
70    <member name="M:System.Windows.Forms.DataVisualization.Charting.Annotation.Dispose(System.Boolean)">
71      <summary>Releases unmanaged resources and, optionally, managed resources.</summary>
72      <param name="disposing">
73            <see langword="True" /> to release both unmanaged and managed resources; <see langword="false" /> to release only unmanaged resources.</param>
74    </member>
75    <member name="M:System.Windows.Forms.DataVisualization.Charting.Annotation.EndPlacement">
76      <summary>Ends the end user placement of an annotation.</summary>
77    </member>
78    <member name="M:System.Windows.Forms.DataVisualization.Charting.Annotation.ResizeToContent">
79      <summary>Resizes an annotation according to its content size.</summary>
80    </member>
81    <member name="M:System.Windows.Forms.DataVisualization.Charting.Annotation.SendToBack">
82      <summary>Sends an annotation to the back of all the annotations.</summary>
83    </member>
84    <member name="M:System.Windows.Forms.DataVisualization.Charting.Annotation.SetAnchor(System.Windows.Forms.DataVisualization.Charting.DataPoint)">
85      <summary>Anchors an annotation to the specified data point.</summary>
86      <param name="dataPoint">The <see cref="T:System.Windows.Forms.DataVisualization.Charting.DataPoint" /> to which the annotation will be anchored.</param>
87    </member>
88    <member name="M:System.Windows.Forms.DataVisualization.Charting.Annotation.SetAnchor(System.Windows.Forms.DataVisualization.Charting.DataPoint,System.Windows.Forms.DataVisualization.Charting.DataPoint)">
89      <summary>Anchors an annotation to two data points.</summary>
90      <param name="dataPoint1">The first anchor <see cref="T:System.Windows.Forms.DataVisualization.Charting.DataPoint" />.</param>
91      <param name="dataPoint2">The second anchor <see cref="T:System.Windows.Forms.DataVisualization.Charting.DataPoint" />.</param>
92    </member>
93    <member name="M:System.Windows.Forms.DataVisualization.Charting.AnnotationCollection.FindByName(System.String)">
94      <summary>Finds an annotation in the collection by name.</summary>
95      <param name="name">The name of the annotation to find.</param>
96      <returns>An <see cref="T:System.Windows.Forms.DataVisualization.Charting.Annotation" /> object, or <see langword="null" /> if the object does not exist.</returns>
97    </member>
98    <member name="M:System.Windows.Forms.DataVisualization.Charting.AnnotationGroup.#ctor">
99      <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.AnnotationGroup" /> class.</summary>
100    </member>
101    <member name="M:System.Windows.Forms.DataVisualization.Charting.AnnotationGroup.Dispose(System.Boolean)">
102      <summary>Releases unmanaged and, optionally, managed resources.</summary>
103      <param name="disposing">
104            <see langword="True" /> to release both unmanaged and managed resources; <see langword="false" /> to release only unmanaged resources.</param>
105    </member>
106    <member name="M:System.Windows.Forms.DataVisualization.Charting.AnnotationPathPoint.#ctor">
107      <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.AnnotationPathPoint" /> class.</summary>
108    </member>
109    <member name="M:System.Windows.Forms.DataVisualization.Charting.AnnotationPathPoint.#ctor(System.Single,System.Single)">
110      <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.AnnotationPathPoint" /> class with the specified <paramref name="x" /> and <paramref name="y" /> values.</summary>
111      <param name="x">Point X-value.</param>
112      <param name="y">Point Y-value.</param>
113    </member>
114    <member name="M:System.Windows.Forms.DataVisualization.Charting.AnnotationPathPoint.#ctor(System.Single,System.Single,System.Byte)">
115      <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.AnnotationPathPoint" /> class with the specified <paramref name="x" />, <paramref name="y" /> and point <paramref name="type" /> values.</summary>
116      <param name="x">Point X-value.</param>
117      <param name="y">Point Y-value.</param>
118      <param name="type">Point type.</param>
119    </member>
120    <member name="M:System.Windows.Forms.DataVisualization.Charting.AnnotationPathPointCollection.#ctor(System.Windows.Forms.DataVisualization.Charting.PolylineAnnotation)">
121      <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.AnnotationPathPointCollection" /> class with the specified polyline annotation.</summary>
122      <param name="annotation">A polyline annotation.</param>
123    </member>
124    <member name="M:System.Windows.Forms.DataVisualization.Charting.AnnotationPathPointCollection.Dispose(System.Boolean)">
125      <summary>Releases unmanaged and, optionally, managed resources</summary>
126      <param name="disposing">
127            <see langword="True" /> to release both unmanaged and managed resources; <see langword="false" /> to release only unmanaged resources.</param>
128    </member>
129    <member name="M:System.Windows.Forms.DataVisualization.Charting.AnnotationPathPointCollection.Invalidate">
130      <summary>Forces the invalidation of the chart element.</summary>
131    </member>
132    <member name="M:System.Windows.Forms.DataVisualization.Charting.AnnotationPositionChangingEventArgs.#ctor">
133      <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.DataVisualization.AnnotationPositionChangingEventArgs" /> class.</summary>
134    </member>
135    <member name="M:System.Windows.Forms.DataVisualization.Charting.AnnotationSmartLabelStyle.#ctor">
136      <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.AnnotationSmartLabelStyle" /> class.</summary>
137    </member>
138    <member name="M:System.Windows.Forms.DataVisualization.Charting.AnnotationSmartLabelStyle.#ctor(System.Object)">
139      <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.AnnotationSmartLabelStyle" /> class with the specified chart element.</summary>
140      <param name="chartElement">Chart element that this style belongs to.</param>
141    </member>
142    <member name="M:System.Windows.Forms.DataVisualization.Charting.AnovaResult.#ctor">
143      <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.AnovaResult" /> class.</summary>
144    </member>
145    <member name="M:System.Windows.Forms.DataVisualization.Charting.ArrowAnnotation.#ctor">
146      <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.ArrowAnnotation" /> class.</summary>
147    </member>
148    <member name="M:System.Windows.Forms.DataVisualization.Charting.Axis.#ctor">
149      <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.Axis" /> class.</summary>
150    </member>
151    <member name="M:System.Windows.Forms.DataVisualization.Charting.Axis.#ctor(System.Windows.Forms.DataVisualization.Charting.ChartArea,System.Windows.Forms.DataVisualization.Charting.AxisName)">
152      <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.Axis" /> class with the specified <paramref name="chartArea" /> and <paramref name="axisTypeName" /> values.</summary>
153      <param name="chartArea">The chart area.</param>
154      <param name="axisTypeName">The axis name.</param>
155    </member>
156    <member name="M:System.Windows.Forms.DataVisualization.Charting.Axis.Dispose(System.Boolean)">
157      <summary>Releases unmanaged and, optionally, managed resources.</summary>
158      <param name="disposing">
159            <see langword="True" /> to release both unmanaged and managed resources; <see langword="false" /> to release only unmanaged resources.</param>
160    </member>
161    <member name="M:System.Windows.Forms.DataVisualization.Charting.Axis.GetPosition(System.Double)">
162      <summary>Converts an axis value to a relative position (0-100%). If an axis is logarithmic, the value is converted to a linear scale.</summary>
163      <param name="axisValue">The axis value.</param>
164      <returns>A <see langword="double" /> value that represents the relative position (0-100%).</returns>
165    </member>
166    <member name="M:System.Windows.Forms.DataVisualization.Charting.Axis.PixelPositionToValue(System.Double)">
167      <summary>Converts an absolute pixel position along an axis to an axis value. This method only works in paint events.</summary>
168      <param name="position">The pixel position.</param>
169      <returns>A <see langword="double" /> value that represents the axis value.</returns>
170    </member>
171    <member name="M:System.Windows.Forms.DataVisualization.Charting.Axis.PositionToValue(System.Double)">
172      <summary>Converts a relative coordinate along an axis to an axis value. This method only works in paint events.</summary>
173      <param name="position">The relative position (0-100%).</param>
174      <returns>A <see langword="double" /> value that represents the axis value.</returns>
175    </member>
176    <member name="M:System.Windows.Forms.DataVisualization.Charting.Axis.RoundAxisValues">
177      <summary>Automatically rounds axis values.</summary>
178    </member>
179    <member name="M:System.Windows.Forms.DataVisualization.Charting.Axis.ValueToPixelPosition(System.Double)">
180      <summary>Converts an axis value to an absolute coordinate along an axis. Measured in pixels. This method only works in paint events.</summary>
181      <param name="axisValue">The axis value.</param>
182      <returns>A <see langword="double" /> value that represents the pixel position.</returns>
183    </member>
184    <member name="M:System.Windows.Forms.DataVisualization.Charting.Axis.ValueToPosition(System.Double)">
185      <summary>Converts an axis value to its relative position (0-100%). If an axis has a logarithmic scale, the value is converted to a linear scale. This method only works in paint events.</summary>
186      <param name="axisValue">The axis value.</param>
187      <returns>A <see langword="double" /> value that represents the relative position (0-100%).</returns>
188    </member>
189    <member name="M:System.Windows.Forms.DataVisualization.Charting.AxisScaleBreakStyle.#ctor">
190      <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.AxisScaleBreakStyle" /> class.</summary>
191    </member>
192    <member name="M:System.Windows.Forms.DataVisualization.Charting.AxisScaleView.#ctor">
193      <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.AxisScaleView" /> class.</summary>
194    </member>
195    <member name="M:System.Windows.Forms.DataVisualization.Charting.AxisScaleView.Scroll(System.DateTime)">
196      <summary>Scrolls to a position along an axis specified by the <paramref name="newPosition" /> parameter, which is expressed as a <see cref="T:System.DateTime" /> value.</summary>
197      <param name="newPosition">The new position to scroll.</param>
198    </member>
199    <member name="M:System.Windows.Forms.DataVisualization.Charting.AxisScaleView.Scroll(System.Double)">
200      <summary>Scrolls to a position along an axis specified by the <paramref name="newPosition" /> parameter.</summary>
201      <param name="newPosition">The new position to scroll.</param>
202    </member>
203    <member name="M:System.Windows.Forms.DataVisualization.Charting.AxisScaleView.Scroll(System.Windows.Forms.DataVisualization.Charting.ScrollType)">
204      <summary>Scrolls along an axis according to the direction and size indicated by the <paramref name="scrollType" /> parameter.</summary>
205      <param name="scrollType">The direction and size to scroll.</param>
206    </member>
207    <member name="M:System.Windows.Forms.DataVisualization.Charting.AxisScaleView.Zoom(System.Double,System.Double)">
208      <summary>Sets a new axis data view and/or position based on the specified start and end values.</summary>
209      <param name="viewStart">The new start position for the axis scale view.</param>
210      <param name="viewEnd">The new end position for the axis scale view.</param>
211    </member>
212    <member name="M:System.Windows.Forms.DataVisualization.Charting.AxisScaleView.Zoom(System.Double,System.Double,System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType)">
213      <summary>Sets a new axis data view and/or position based on the specified start position, view size and unit of measurement.</summary>
214      <param name="viewPosition">The new start position for the axis scale view.</param>
215      <param name="viewSize">The new size for the axis scale view.</param>
216      <param name="viewSizeType">The new unit of measurement of the size.</param>
217    </member>
218    <member name="M:System.Windows.Forms.DataVisualization.Charting.AxisScaleView.Zoom(System.Double,System.Double,System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType,System.Boolean)">
219      <summary>Sets a new axis data view and/or position based on the specified start position, view size, unit of measurement and save state.</summary>
220      <param name="viewPosition">The new start position for the axis scale view.</param>
221      <param name="viewSize">The new size for the axis scale view.</param>
222      <param name="viewSizeType">The new unit of measurement of the size.</param>
223      <param name="saveState">Indicates whether the current size and/or position must be saved.</param>
224    </member>
225    <member name="M:System.Windows.Forms.DataVisualization.Charting.AxisScaleView.ZoomReset">
226      <summary>Resets one zoom operation by restoring the axis data view.</summary>
227    </member>
228    <member name="M:System.Windows.Forms.DataVisualization.Charting.AxisScaleView.ZoomReset(System.Int32)">
229      <summary>Resets the specified number of zoom operations by restoring the axis data view.</summary>
230      <param name="numberOfViews">Number of zoom operations to reset.</param>
231    </member>
232    <member name="M:System.Windows.Forms.DataVisualization.Charting.AxisScrollBar.#ctor">
233      <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.AxisScrollBar" /> class.</summary>
234    </member>
235    <member name="M:System.Windows.Forms.DataVisualization.Charting.AxisScrollBar.Dispose">
236      <summary>Releases all resources used by the current instance of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.AxisScrollBar" />.</summary>
237    </member>
238    <member name="M:System.Windows.Forms.DataVisualization.Charting.AxisScrollBar.Dispose(System.Boolean)">
239      <summary>Releases the unmanaged resources used by the <see cref="T:System.Windows.Forms.DataVisualization.Charting.AxisScrollBar" /> class and optionally releases the managed resources.</summary>
240      <param name="disposing">
241            <see langword="True" /> to release both unmanaged and managed resources;<see langword=" false" /> to release only unmanaged resources.</param>
242    </member>
243    <member name="M:System.Windows.Forms.DataVisualization.Charting.Border3DAnnotation.#ctor">
244      <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.Border3DAnnotation" /> class.</summary>
245    </member>
246    <member name="M:System.Windows.Forms.DataVisualization.Charting.BorderSkin.#ctor">
247      <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.BorderSkin" /> class.</summary>
248    </member>
249    <member name="M:System.Windows.Forms.DataVisualization.Charting.CalloutAnnotation.#ctor">
250      <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.CalloutAnnotation" /> class.</summary>
251    </member>
252    <member name="M:System.Windows.Forms.DataVisualization.Charting.Chart.#ctor">
253      <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.Chart" /> class.</summary>
254    </member>
255    <member name="M:System.Windows.Forms.DataVisualization.Charting.Chart.AlignDataPointsByAxisLabel">
256      <summary>Aligns data points along the X axis using their axis labels. Applicable when multiple series are indexed and their X-values are strings.</summary>
257    </member>
258    <member name="M:System.Windows.Forms.DataVisualization.Charting.Chart.AlignDataPointsByAxisLabel(System.String)">
259      <summary>Aligns data points from different series along the X axis using their axis labels. The specified series in the chart are aligned using an ascending sort order.</summary>
260      <param name="series">A comma-separated list of series that will have their data points aligned to the X axis using the data point axis labels.</param>
261    </member>
262    <member name="M:System.Windows.Forms.DataVisualization.Charting.Chart.AlignDataPointsByAxisLabel(System.String,System.Windows.Forms.DataVisualization.Charting.PointSortOrder)">
263      <summary>Aligns data points using their axis labels.</summary>
264      <param name="series">A comma-separated list of series that should be aligned by axis label.</param>
265      <param name="sortingOrder">A <see cref="T:System.Windows.Forms.DataVisualization.Charting.PointSortOrder" /> enumeration value that determines if ascending or descending sort order is used on axis labels, which in turn determines the order by which points that previously occupied the same axis space are displayed.</param>
266    </member>
267    <member name="M:System.Windows.Forms.DataVisualization.Charting.Chart.AlignDataPointsByAxisLabel(System.Windows.Forms.DataVisualization.Charting.PointSortOrder)">
268      <summary>Aligns data points using their axis labels. All series in the chart are aligned, using the specified sort order.</summary>
269      <param name="sortingOrder">A <see cref="T:System.Windows.Forms.DataVisualization.Charting.PointSortOrder" /> object that indicates if ascending or descending sort order is used on axis labels, which in turn determines the order by which points that previously occupied the same axis space are displayed.</param>
270    </member>
271    <member name="M:System.Windows.Forms.DataVisualization.Charting.Chart.ApplyPaletteColors">
272      <summary>Sets the automatically assigned series and data point colors, to allow programmatic access at run time.</summary>
273    </member>
274    <member name="M:System.Windows.Forms.DataVisualization.Charting.Chart.BeginInit">
275      <summary>Signals to the object that initialization is starting.</summary>
276    </member>
277    <member name="M:System.Windows.Forms.DataVisualization.Charting.Chart.CreateAccessibilityInstance">
278      <summary>When overridden in a derived class, returns the custom <see cref="T:System.Windows.Forms.AccessibleObject" /> for the entire chart.</summary>
279      <returns>The <see cref="T:System.Windows.Forms.AccessibleObject" /> for the chart.</returns>
280    </member>
281    <member name="M:System.Windows.Forms.DataVisualization.Charting.Chart.DataBind">
282      <summary>Data binds the <see cref="T:System.Windows.Forms.DataVisualization.Charting.Chart" /> control to a data source.</summary>
283    </member>
284    <member name="M:System.Windows.Forms.DataVisualization.Charting.Chart.DataBindCrossTable(System.Collections.IEnumerable,System.String,System.String,System.String,System.String)">
285      <summary>Data binds a chart to the table, with one series created per unique value in a given column. </summary>
286      <param name="dataSource">The data source that is data bound by a chart.</param>
287      <param name="seriesGroupByField">The name of the field used to group data into the series.</param>
288      <param name="xField">The name of the field for X values.</param>
289      <param name="yFields">A comma-separated list of name(s) of the field(s) for Y value(s).</param>
290      <param name="otherFields">The other data point properties that can be bound.</param>
291    </member>
292    <member name="M:System.Windows.Forms.DataVisualization.Charting.Chart.DataBindCrossTable(System.Collections.IEnumerable,System.String,System.String,System.String,System.String,System.Windows.Forms.DataVisualization.Charting.PointSortOrder)">
293      <summary>Data binds a chart to the table, with one series created per unique value in a given column. </summary>
294      <param name="dataSource">The data source that is data bound by a chart.</param>
295      <param name="seriesGroupByField">The name of the field used to group data into the series.</param>
296      <param name="xField">The name of the field for X values.</param>
297      <param name="yFields">A comma-separated list of name(s) of the field(s) for Y value(s).</param>
298      <param name="otherFields">The other data point properties that can be bound.</param>
299      <param name="sortingOrder">The order in which the series will be sorted by group field values.</param>
300    </member>
301    <member name="M:System.Windows.Forms.DataVisualization.Charting.Chart.DataBindTable(System.Collections.IEnumerable)">
302      <summary>Automatically creates and binds series data to the specified data table.</summary>
303      <param name="dataSource">The data source that is data bound by a chart, which can be any <see cref="T:System.Collections.IEnumerable" /> object.</param>
304    </member>
305    <member name="M:System.Windows.Forms.DataVisualization.Charting.Chart.DataBindTable(System.Collections.IEnumerable,System.String)">
306      <summary>Automatically creates and binds series data to the specified data table, and optionally populates X-values.</summary>
307      <param name="dataSource">The data source that is data bound by a chart, which can be any <see cref="T:System.Collections.IEnumerable" /> object.</param>
308      <param name="xField">The name of the field used for the series X-values.</param>
309    </member>
310    <member name="M:System.Windows.Forms.DataVisualization.Charting.Chart.Dispose(System.Boolean)">
311      <summary>Releases unmanaged and, optionally, managed resources.</summary>
312      <param name="disposing">
313            <see langword="true" /> to release both unmanaged and managed resources; <see langword="false" /> to release only unmanaged resources.</param>
314    </member>
315    <member name="M:System.Windows.Forms.DataVisualization.Charting.Chart.EndInit">
316      <summary>Signals to the <see cref="T:System.Windows.Forms.DataVisualization.Charting.Chart" /> object that initialization is complete.</summary>
317    </member>
318    <member name="M:System.Windows.Forms.DataVisualization.Charting.Chart.GetChartElementOutline(System.Object,System.Windows.Forms.DataVisualization.Charting.ChartElementType)">
319      <summary>Returns the chart element outline.</summary>
320      <param name="element">The <see cref="T:System.Windows.Forms.DataVisualization.Charting.Chart" /> object.</param>
321      <param name="elementType">The type of the element.</param>
322      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartElementOutline" /> object that contains:An array of points in absolute coordinates that can be used as outline markers around this chart element. A <see cref="T:System.Drawing.Drawing2D.GraphicsPath" /> object for drawing an outline around this chart element.</returns>
323    </member>
324    <member name="M:System.Windows.Forms.DataVisualization.Charting.Chart.GetService(System.Type)">
325      <summary>Returns the requested chart service.</summary>
326      <param name="serviceType">The type of requested chart service.</param>
327      <returns>An <see cref="T:System.Object" /> that represents the service type, or <see langword="null" /> if the service cannot be found.</returns>
328    </member>
329    <member name="M:System.Windows.Forms.DataVisualization.Charting.Chart.HitTest(System.Int32,System.Int32)">
330      <summary>Determines the chart element, if any, that is located at a point defined by the given X and Y coordinates.</summary>
331      <param name="x">The X-coordinate value of the point the user clicked.</param>
332      <param name="y">The Y-coordinate value of the point the user clicked.</param>
333      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.HitTestResult" /> object, which provides information concerning the chart element, if any, that is at the specified location.</returns>
334    </member>
335    <member name="M:System.Windows.Forms.DataVisualization.Charting.Chart.HitTest(System.Int32,System.Int32,System.Boolean)">
336      <summary>Determines the chart element, if any, that is located at a point defined by given X and Y coordinates. Transparent elements can optionally be ignored.</summary>
337      <param name="x">The X-coordinate value of the point the user clicked on.</param>
338      <param name="y">The Y-coordinate value of the point the user clicked on.</param>
339      <param name="ignoreTransparent">
340            <see langword="true" /> to ignore transparent elements; otherwise, <see langword="false" />.</param>
341      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.HitTestResult" /> object, which provides information concerning the chart element, if any, that is at the specified location.</returns>
342    </member>
343    <member name="M:System.Windows.Forms.DataVisualization.Charting.Chart.HitTest(System.Int32,System.Int32,System.Boolean,System.Windows.Forms.DataVisualization.Charting.ChartElementType[])">
344      <summary>Determines whether a chart element that is one of the specified types is located at a point defined by the given X and Y coordinates.</summary>
345      <param name="x">The X-coordinate for the specified data point.</param>
346      <param name="y">The Y-coordinate for the specified data point.</param>
347      <param name="ignoreTransparent">
348            <see langword="true" /> to ignore transparent elements; otherwise, <see langword="false" />.</param>
349      <param name="requestedElement">An array of <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartElementType" /> objects that specify the types to test for, in order to filter the result. If omitted, checking for element types will be ignored and all element types will be valid.</param>
350      <returns>An array of <see cref="T:System.Windows.Forms.DataVisualization.Charting.HitTestResult" /> objects that provides information about the chart element, if any, found at the specified location. The array contains at least one element, which can be <see cref="F:System.Windows.Forms.DataVisualization.Charting.ChartElementType.Nothing" />. The objects in the result are sorted from the top to the bottom of different layers of control.</returns>
351    </member>
352    <member name="M:System.Windows.Forms.DataVisualization.Charting.Chart.HitTest(System.Int32,System.Int32,System.Windows.Forms.DataVisualization.Charting.ChartElementType)">
353      <summary>Determines if a chart element of a given type is located at a point defined by given X and Y coordinates.</summary>
354      <param name="x">The X-coordinate value of the point the user clicked on.</param>
355      <param name="y">The Y-coordinate value of the point the user clicked on.</param>
356      <param name="requestedElement">A flag that determines the chart element type to be tested.</param>
357      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.HitTestResult" /> object, which provides information concerning the chart element, if any, that is at the specified location.</returns>
358    </member>
359    <member name="M:System.Windows.Forms.DataVisualization.Charting.Chart.Invalidate">
360      <summary>Invalidates the entire surface of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.Chart" /> and causes the <see cref="T:System.Windows.Forms.DataVisualization.Charting.Chart" /> control to be redrawn.</summary>
361    </member>
362    <member name="M:System.Windows.Forms.DataVisualization.Charting.Chart.Invalidate(System.Drawing.Rectangle)">
363      <summary>Invalidates the specified area of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.Chart" /> control.</summary>
364      <param name="rectangle">A <see cref="T:System.Drawing.Rectangle" /> object that specifies the area to invalidate.</param>
365    </member>
366    <member name="M:System.Windows.Forms.DataVisualization.Charting.Chart.LoadTemplate(System.IO.Stream)">
367      <summary>Loads a template into the <see cref="T:System.Windows.Forms.DataVisualization.Charting.Chart" /> control from an image stream.</summary>
368      <param name="stream">The stream to load from.</param>
369    </member>
370    <member name="M:System.Windows.Forms.DataVisualization.Charting.Chart.LoadTemplate(System.String)">
371      <summary>Loads a template with the specified filename from the disk.</summary>
372      <param name="name">The file name of the template to load. You must specify the full path of the template to be loaded from the disk.</param>
373    </member>
374    <member name="M:System.Windows.Forms.DataVisualization.Charting.Chart.OnCursorChanged(System.EventArgs)">
375      <summary>Overrides the <see cref="M:System.Windows.Forms.Control.OnCursorChanged(System.EventArgs)" /> method and raises the <see cref="E:System.Windows.Forms.DataVisualization.Charting.Chart.CursorPositionChanging" /> and <see cref="E:System.Windows.Forms.DataVisualization.Charting.Chart.CursorPositionChanged" /> events.</summary>
376      <param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
377    </member>
378    <member name="M:System.Windows.Forms.DataVisualization.Charting.Chart.OnCustomize">
379      <summary>Raises the <see cref="E:System.Windows.Forms.DataVisualization.Charting.Chart.Customize" /> event.</summary>
380    </member>
381    <member name="M:System.Windows.Forms.DataVisualization.Charting.Chart.OnCustomizeLegend(System.Windows.Forms.DataVisualization.Charting.LegendItemsCollection,System.String)">
382      <summary>Raises the <see cref="E:System.Windows.Forms.DataVisualization.Charting.Chart.CustomizeLegend" /> event.</summary>
383      <param name="legendItems">A <see cref="T:System.Windows.Forms.DataVisualization.Charting.LegendItemsCollection" /> object.</param>
384      <param name="legendName">The name of the legend.</param>
385    </member>
386    <member name="M:System.Windows.Forms.DataVisualization.Charting.Chart.OnDoubleClick(System.EventArgs)">
387      <summary>Overrides the <see cref="M:System.Windows.Forms.Control.OnDoubleClick(System.EventArgs)" /> method.</summary>
388      <param name="e">An <see cref="T:System.EventArgs" /> object that contains the event arguments.</param>
389    </member>
390    <member name="M:System.Windows.Forms.DataVisualization.Charting.Chart.OnFormatNumber(System.Windows.Forms.DataVisualization.Charting.FormatNumberEventArgs)">
391      <summary>Raises the <see cref="E:System.Windows.Forms.DataVisualization.Charting.Chart.FormatNumber" /> event.</summary>
392      <param name="e">A <see cref="T:System.Windows.Forms.DataVisualization.Charting.FormatNumberEventArgs" /> object that contains the event arguments.</param>
393    </member>
394    <member name="M:System.Windows.Forms.DataVisualization.Charting.Chart.OnLocationChanged(System.EventArgs)">
395      <summary>Overrides the <see cref="M:System.Windows.Forms.Control.OnLocationChanged(System.EventArgs)" /> method.</summary>
396      <param name="e">An <see cref="T:System.EventArgs" /> object that contains the event arguments.</param>
397    </member>
398    <member name="M:System.Windows.Forms.DataVisualization.Charting.Chart.OnMouseDown(System.Windows.Forms.MouseEventArgs)">
399      <summary>Overrides the <see cref="M:System.Windows.Forms.Control.OnMouseDown(System.Windows.Forms.MouseEventArgs)" /> method.</summary>
400      <param name="e">A <see cref="T:System.MouseEventArgs" /> object that contains the event arguments.</param>
401    </member>
402    <member name="M:System.Windows.Forms.DataVisualization.Charting.Chart.OnMouseMove(System.Windows.Forms.MouseEventArgs)">
403      <summary>Overrides the <see cref="M:System.Windows.Forms.Control.OnMouseMove(System.Windows.Forms.MouseEventArgs)" /> method.</summary>
404      <param name="e">A <see cref="T:System.MouseEventArgs" /> object that contains the event arguments.</param>
405    </member>
406    <member name="M:System.Windows.Forms.DataVisualization.Charting.Chart.OnMouseUp(System.Windows.Forms.MouseEventArgs)">
407      <summary>Overrides the <see cref="M:System.Windows.Forms.Control.OnMouseUp(System.Windows.Forms.MouseEventArgs)" /> method.</summary>
408      <param name="e">A <see cref="T:System.MouseEventArgs" /> object that contains the event arguments.</param>
409    </member>
410    <member name="M:System.Windows.Forms.DataVisualization.Charting.Chart.OnPaint(System.Windows.Forms.PaintEventArgs)">
411      <summary>Overrides the <see cref="M:System.Windows.Forms.Control.OnPaint(System.Windows.Forms.PaintEventArgs)" /> method.</summary>
412      <param name="e">A <see cref="T:System.PaintEventArgs" /> object that contains the event arguments.</param>
413    </member>
414    <member name="M:System.Windows.Forms.DataVisualization.Charting.Chart.OnPaintBackground(System.Windows.Forms.PaintEventArgs)">
415      <summary>Overrides the <see cref="M:System.Windows.Forms.Control.OnPaintBackground(System.Windows.Forms.PaintEventArgs)" /> method.</summary>
416      <param name="pevent">A <see cref="T:System.PaintEventArgs" /> object that contains the event arguments.</param>
417    </member>
418    <member name="M:System.Windows.Forms.DataVisualization.Charting.Chart.OnPostPaint(System.Windows.Forms.DataVisualization.Charting.ChartPaintEventArgs)">
419      <summary>Raises the <see cref="E:System.Windows.Forms.DataVisualization.Charting.Chart.PostPaint" /> event.</summary>
420      <param name="e">A <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartPaintEventArgs" /> object that contains the event arguments.</param>
421    </member>
422    <member name="M:System.Windows.Forms.DataVisualization.Charting.Chart.OnPrePaint(System.Windows.Forms.DataVisualization.Charting.ChartPaintEventArgs)">
423      <summary>Raises the <see cref="E:System.Windows.Forms.DataVisualization.Charting.Chart.PrePaint" /> event.</summary>
424      <param name="e">A <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartPaintEventArgs" /> object that contains the event arguments.</param>
425    </member>
426    <member name="M:System.Windows.Forms.DataVisualization.Charting.Chart.OnResize(System.EventArgs)">
427      <summary>Overrides the <see cref="M:System.Windows.Forms.Control.OnResize(System.EventArgs)" /> method.</summary>
428      <param name="e">An <see cref="T:System.EventArgs" /> object that contains the event arguments.</param>
429    </member>
430    <member name="M:System.Windows.Forms.DataVisualization.Charting.Chart.OnRightToLeftChanged(System.EventArgs)">
431      <summary>Overrides the <see cref="M:System.Windows.Forms.Control.OnRightToLeftChanged(System.EventArgs)" /> method.</summary>
432      <param name="e">An <see cref="T:System.EventArgs" /> object that contains the event arguments.</param>
433    </member>
434    <member name="M:System.Windows.Forms.DataVisualization.Charting.Chart.OnSystemColorsChanged(System.EventArgs)">
435      <summary>Overrides the <see cref="M:System.Windows.Forms.Control.OnSystemColorsChanged(System.EventArgs)" /> method.</summary>
436      <param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
437    </member>
438    <member name="M:System.Windows.Forms.DataVisualization.Charting.Chart.Refresh">
439      <summary>Forces the control to invalidate its client area and immediately redraw itself and any child controls.</summary>
440    </member>
441    <member name="M:System.Windows.Forms.DataVisualization.Charting.Chart.ResetAutoValues">
442      <summary>Resets automatically calculated chart property values to "Auto".</summary>
443    </member>
444    <member name="M:System.Windows.Forms.DataVisualization.Charting.Chart.SaveImage(System.IO.Stream,System.Drawing.Imaging.ImageFormat)">
445      <summary>Saves the image to the specifed stream.</summary>
446      <param name="imageStream">The stream in which the image is saved to.</param>
447      <param name="format">The image format.</param>
448    </member>
449    <member name="M:System.Windows.Forms.DataVisualization.Charting.Chart.SaveImage(System.IO.Stream,System.Windows.Forms.DataVisualization.Charting.ChartImageFormat)">
450      <summary>Saves the chart image to the specified stream. </summary>
451      <param name="imageStream">The stream in which the image is saved to.</param>
452      <param name="format">The chart image format.</param>
453    </member>
454    <member name="M:System.Windows.Forms.DataVisualization.Charting.Chart.SaveImage(System.String,System.Drawing.Imaging.ImageFormat)">
455      <summary>Saves an image to the specified file.</summary>
456      <param name="imageFileName">The name of the file in which image is saved to.</param>
457      <param name="format">The image format.</param>
458    </member>
459    <member name="M:System.Windows.Forms.DataVisualization.Charting.Chart.SaveImage(System.String,System.Windows.Forms.DataVisualization.Charting.ChartImageFormat)">
460      <summary>Saves the chart image to the specified file.</summary>
461      <param name="imageFileName">The name of the file in which image is saved to.</param>
462      <param name="format">The chart image format.</param>
463    </member>
464    <member name="M:System.Windows.Forms.DataVisualization.Charting.Chart.UpdateAnnotations">
465      <summary>Updates the annotations in the <see cref="T:System.Windows.Forms.DataVisualization.Charting.Chart" /> control.</summary>
466    </member>
467    <member name="M:System.Windows.Forms.DataVisualization.Charting.Chart.UpdateCursor">
468      <summary>Updates the cursor in the <see cref="T:System.Windows.Forms.DataVisualization.Charting.Chart" /> control.</summary>
469    </member>
470    <member name="M:System.Windows.Forms.DataVisualization.Charting.ChartArea.#ctor">
471      <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartArea" /> class.</summary>
472    </member>
473    <member name="M:System.Windows.Forms.DataVisualization.Charting.ChartArea.#ctor(System.String)">
474      <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartArea" /> class with the specified chart area name.</summary>
475      <param name="name">The name for the new <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartArea" /> object.</param>
476    </member>
477    <member name="M:System.Windows.Forms.DataVisualization.Charting.ChartArea.Dispose(System.Boolean)">
478      <summary>Releases unmanaged and, optionally, managed resources.</summary>
479      <param name="disposing">
480            <see langword="true" /> to release both unmanaged and managed resources; <see langword="false" /> to release only unmanaged resources.</param>
481    </member>
482    <member name="M:System.Windows.Forms.DataVisualization.Charting.ChartArea.GetSeriesDepth(System.Windows.Forms.DataVisualization.Charting.Series)">
483      <summary>Returns the depth of a <see cref="T:System.Windows.Forms.DataVisualization.Charting.Series" /> in a chart area.</summary>
484      <param name="series">The <see cref="T:System.Windows.Forms.DataVisualization.Charting.Series" /> for which the depth is retrieved.</param>
485      <returns>A <see langword="float" /> value that represents the depth of the specified <see cref="T:System.Windows.Forms.DataVisualization.Charting.Series" />, which is measured as a percentage of the chart area's depth.</returns>
486    </member>
487    <member name="M:System.Windows.Forms.DataVisualization.Charting.ChartArea.GetSeriesZPosition(System.Windows.Forms.DataVisualization.Charting.Series)">
488      <summary>Returns the Z position of a series, which is useful for custom drawing.</summary>
489      <param name="series">The <see cref="T:System.Windows.Forms.DataVisualization.Charting.Series" /> for which the Z position is retrieved.</param>
490      <returns>A <see langword="float" /> value that represents the Z position of the specified series, which is measured as a percentage of the depth of a chart area.</returns>
491    </member>
492    <member name="M:System.Windows.Forms.DataVisualization.Charting.ChartArea.RecalculateAxesScale">
493      <summary>Recalculates the properties of the chart area after changes have been made to the chart in the <see cref="E:System.Windows.Forms.DataVisualization.Charting.Chart.Customize" /> event.</summary>
494    </member>
495    <member name="M:System.Windows.Forms.DataVisualization.Charting.ChartArea.TransformPoints(System.Windows.Forms.DataVisualization.Charting.Point3D[])">
496      <summary>Applies 3D transformations to an array of 3D points, which must be done before GDI+ drawing methods can be called.</summary>
497      <param name="points">An array of 3D points.</param>
498    </member>
499    <member name="M:System.Windows.Forms.DataVisualization.Charting.ChartArea3DStyle.#ctor">
500      <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartArea3DStyle" /> class.</summary>
501    </member>
502    <member name="M:System.Windows.Forms.DataVisualization.Charting.ChartArea3DStyle.#ctor(System.Windows.Forms.DataVisualization.Charting.ChartArea)">
503      <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartArea3DStyle" /> class using the <paramref name="chartArea" /> parameter.</summary>
504      <param name="chartArea">A <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartArea" /> object that is used for initialization.</param>
505    </member>
506    <member name="M:System.Windows.Forms.DataVisualization.Charting.ChartAreaCollection.Add(System.String)">
507      <summary>Adds a <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartArea" /> object with the specified name to the collection.</summary>
508      <param name="name">The name of the object to be added to the collection.</param>
509      <returns>A <see langword="string" /> value that represents a reference to the newly added object.</returns>
510    </member>
511    <member name="M:System.Windows.Forms.DataVisualization.Charting.ChartElement.#ctor">
512      <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartElement" /> class.</summary>
513    </member>
514    <member name="M:System.Windows.Forms.DataVisualization.Charting.ChartElement.Dispose">
515      <summary>Releases the resources used by the <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartElement" />.</summary>
516    </member>
517    <member name="M:System.Windows.Forms.DataVisualization.Charting.ChartElement.Dispose(System.Boolean)">
518      <summary>Releases the unmanaged resources used by the <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartElement" /> and optionally releases the managed resources.</summary>
519      <param name="disposing">
520            <see langword="True" /> to release both managed and unmanaged resources; <see langword="False" /> to release only unmanaged resources.</param>
521    </member>
522    <member name="M:System.Windows.Forms.DataVisualization.Charting.ChartElement.Equals(System.Object)">
523      <summary>Determines whether the specified <see cref="T:System.Object" /> is equal to the current <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartElement" />.</summary>
524      <param name="obj">The <see cref="T:System.Object" /> to compare with the current <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartElement" />.</param>
525      <returns>
526          <see langword="True" /> if the specified <see cref="T:System.Object" /> is equal to the current <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartElement" />; otherwise, <see langword="False" />.</returns>
527    </member>
528    <member name="M:System.Windows.Forms.DataVisualization.Charting.ChartElement.GetHashCode">
529      <summary>Returns a hash function for a particular type.</summary>
530      <returns>An <see langword="integer" /> value that represents the hash code for the current <see cref="T:System.Object" />.</returns>
531    </member>
532    <member name="M:System.Windows.Forms.DataVisualization.Charting.ChartElement.ToString">
533      <summary>Returns a string that represents the current <see cref="T:System.Object" />.</summary>
534      <returns>A <see langword="string" /> value that represents the current <see cref="T:System.Object" />.</returns>
535    </member>
536    <member name="M:System.Windows.Forms.DataVisualization.Charting.ChartElementCollection`1.ClearItems">
537      <summary>Removes all elements from the <see cref="T:System.Collections.ObjectModel.Collection`1" />.</summary>
538    </member>
539    <member name="M:System.Windows.Forms.DataVisualization.Charting.ChartElementCollection`1.Dispose">
540      <summary>Releases the resources used by the <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartElementCollection`1" />.</summary>
541    </member>
542    <member name="M:System.Windows.Forms.DataVisualization.Charting.ChartElementCollection`1.Dispose(System.Boolean)">
543      <summary>Releases the unmanaged resources used by the <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartElementCollection`1" /> and optionally releases the managed resources.</summary>
544      <param name="disposing">
545            <see langword="True" /> to release both managed and unmanaged resources; <see langword="False" /> to release only unmanaged resources.</param>
546    </member>
547    <member name="M:System.Windows.Forms.DataVisualization.Charting.ChartElementCollection`1.InsertItem(System.Int32,`0)">
548      <summary>Inserts an element into the <see cref="T:System.Collections.ObjectModel.Collection`1" /> at the specified index location.</summary>
549      <param name="index">The zero-based index location of the item will be inserted.</param>
550      <param name="item">The object to insert. The value can be <see langword="null" /> for reference types.</param>
551    </member>
552    <member name="M:System.Windows.Forms.DataVisualization.Charting.ChartElementCollection`1.Invalidate">
553      <summary>Forces the invalidation of the parent chart element.</summary>
554    </member>
555    <member name="M:System.Windows.Forms.DataVisualization.Charting.ChartElementCollection`1.RemoveItem(System.Int32)">
556      <summary>Removes the element at the specified index location of the <see cref="T:System.Collections.ObjectModel.Collection`1" />.</summary>
557      <param name="index">The zero-based index location of the element to remove.</param>
558    </member>
559    <member name="M:System.Windows.Forms.DataVisualization.Charting.ChartElementCollection`1.ResumeUpdates">
560      <summary>Resumes the invalidation of a chart element in the collection.</summary>
561    </member>
562    <member name="M:System.Windows.Forms.DataVisualization.Charting.ChartElementCollection`1.SetItem(System.Int32,`0)">
563      <summary>Replaces the element at the specified index location.</summary>
564      <param name="index">The zero-based index location of the element to replace.</param>
565      <param name="item">The new value for the element at the specified index location. The value can be <see langword="null" /> for reference types.</param>
566    </member>
567    <member name="M:System.Windows.Forms.DataVisualization.Charting.ChartElementCollection`1.SuspendUpdates">
568      <summary>Suspends the invalidation of a chart element in the collection.</summary>
569    </member>
570    <member name="M:System.Windows.Forms.DataVisualization.Charting.ChartElementOutline.Dispose">
571      <summary>Performs application-defined tasks that frees, releases, or resets unmanaged resources.</summary>
572    </member>
573    <member name="M:System.Windows.Forms.DataVisualization.Charting.ChartElementOutline.Dispose(System.Boolean)">
574      <summary>Releases unmanaged and, optionally, managed resources.</summary>
575      <param name="disposing">
576            <see langword="true" /> to release both unmanaged and managed resources; <see langword="false" /> to release only unmanaged resources.</param>
577    </member>
578    <member name="M:System.Windows.Forms.DataVisualization.Charting.ChartGraphics.Dispose(System.Boolean)">
579      <summary>Releases unmanaged and, optionally, managed resources.</summary>
580      <param name="disposing">
581            <see langword="True" /> to release both unmanaged and managed resources; <see langword="false" /> to release only unmanaged resources.</param>
582    </member>
583    <member name="M:System.Windows.Forms.DataVisualization.Charting.ChartGraphics.GetAbsolutePoint(System.Drawing.PointF)">
584      <summary>Takes a <see cref="T:System.Drawing.PointF" /> object and converts its relative coordinates to absolute coordinates.</summary>
585      <param name="point">A <see cref="T:System.Drawing.PointF" /> object in relative coordinates.</param>
586      <returns>A <see cref="T:System.Drawing.PointF" /> object in absolute coordinates.</returns>
587    </member>
588    <member name="M:System.Windows.Forms.DataVisualization.Charting.ChartGraphics.GetAbsoluteRectangle(System.Drawing.RectangleF)">
589      <summary>Takes a <see cref="T:System.Drawing.RectangleF" /> object and converts its relative coordinates to absolute coordinates.</summary>
590      <param name="rectangle">A <see cref="T:System.Drawing.RectangleF" /> object in relative coordinates.</param>
591      <returns>A <see cref="T:System.Drawing.RectangleF" /> object in absolute coordinates.</returns>
592    </member>
593    <member name="M:System.Windows.Forms.DataVisualization.Charting.ChartGraphics.GetAbsoluteSize(System.Drawing.SizeF)">
594      <summary>Takes a <see cref="T:System.Drawing.SizeF" /> object that uses relative coordinates and returns a <see cref="T:System.Drawing.SizeF" /> object that uses absolute coordinates.</summary>
595      <param name="size">A <see cref="T:System.Drawing.SizeF" /> object in relative coordinates.</param>
596      <returns>A <see cref="T:System.Drawing.SizeF" /> object in absolute coordinates.</returns>
597    </member>
598    <member name="M:System.Windows.Forms.DataVisualization.Charting.ChartGraphics.GetPositionFromAxis(System.String,System.Windows.Forms.DataVisualization.Charting.AxisName,System.Double)">
599      <summary>Takes a given axis value for a specified axis and returns the relative pixel value.</summary>
600      <param name="chartAreaName">Chart area name.</param>
601      <param name="axis">An <see cref="T:System.Windows.Forms.DataVisualization.Charting.AxisName" /> enumeration value that identifies the relevant axis.</param>
602      <param name="axisValue">The axis value to be converted to a relative pixel value.</param>
603      <returns>A <see langword="string" /> value that represents the converted axis value, in relative pixel coordinates.</returns>
604    </member>
605    <member name="M:System.Windows.Forms.DataVisualization.Charting.ChartGraphics.GetRelativePoint(System.Drawing.PointF)">
606      <summary>Takes a <see cref="T:System.Drawing.PointF" /> object that uses absolute coordinates and returns a <see cref="T:System.Drawing.PointF" /> object that uses relative coordinates.</summary>
607      <param name="point">A <see cref="T:System.Drawing.PointF" /> object in absolute coordinates.</param>
608      <returns>A <see cref="T:System.Drawing.PointF" /> object in relative coordinates.</returns>
609    </member>
610    <member name="M:System.Windows.Forms.DataVisualization.Charting.ChartGraphics.GetRelativeRectangle(System.Drawing.RectangleF)">
611      <summary>Takes a <see cref="T:System.Drawing.RectangleF" /> structure that is using absolute coordinates and returns a <see cref="T:System.Drawing.RectangleF" /> object that uses relative coordinates.</summary>
612      <param name="rectangle">A <see cref="T:System.Drawing.RectangleF" /> structure in absolute coordinates.</param>
613      <returns>A <see cref="T:System.Drawing.RectangleF" /> structure in relative coordinates.</returns>
614    </member>
615    <member name="M:System.Windows.Forms.DataVisualization.Charting.ChartGraphics.GetRelativeSize(System.Drawing.SizeF)">
616      <summary>Takes a <see cref="T:System.Drawing.SizeF" /> object in absolute coordinates and returns a <see cref="T:System.Drawing.SizeF" /> object that uses relative coordinates.</summary>
617      <param name="size">A <see cref="T:System.Drawing.SizeF" /> object in absolute coordinates.</param>
618      <returns>A <see cref="T:System.Drawing.SizeF" /> object in relative coordinates.</returns>
619    </member>
620    <member name="M:System.Windows.Forms.DataVisualization.Charting.ChartNamedElement.#ctor">
621      <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartNamedElement" /> class.</summary>
622    </member>
623    <member name="M:System.Windows.Forms.DataVisualization.Charting.ChartNamedElement.#ctor(System.String)">
624      <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartNamedElement" /> class with the specified chart element name.</summary>
625      <param name="name">The name of the new chart element.</param>
626    </member>
627    <member name="M:System.Windows.Forms.DataVisualization.Charting.ChartNamedElementCollection`1.FindByName(System.String)">
628      <summary>Finds the chart element by the specified name.</summary>
629      <param name="name">The name of the chart element.</param>
630      <returns>The <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartNamedElement" /> object of the specified name in the collection.</returns>
631    </member>
632    <member name="M:System.Windows.Forms.DataVisualization.Charting.ChartNamedElementCollection`1.IndexOf(System.String)">
633      <summary>Finds the index of the chart element with the specified name.</summary>
634      <param name="name">The name of the chart element.</param>
635      <returns>An <see langword="integer" /> value that represents the position of the chart element in the zero-based index.</returns>
636    </member>
637    <member name="M:System.Windows.Forms.DataVisualization.Charting.ChartNamedElementCollection`1.InsertItem(System.Int32,`0)">
638      <summary>Inserts the specified item in the collection at the specified index.</summary>
639      <param name="index">The zero-based index where the item is to be inserted.</param>
640      <param name="item">The object to insert.</param>
641    </member>
642    <member name="M:System.Windows.Forms.DataVisualization.Charting.ChartNamedElementCollection`1.IsUniqueName(System.String)">
643      <summary>Determines whether the chart element with the specified name already exists in the collection.</summary>
644      <param name="name">The new chart element name.</param>
645      <returns>
646          <see langword="True" /> if the new chart element name is unique, otherwise <see langword="false" />.</returns>
647    </member>
648    <member name="M:System.Windows.Forms.DataVisualization.Charting.ChartNamedElementCollection`1.NextUniqueName">
649      <summary>Finds the unique name for the new element to be added to the collection.</summary>
650      <returns>A <see langword="string" /> value that represents the next unique chart element name.</returns>
651    </member>
652    <member name="M:System.Windows.Forms.DataVisualization.Charting.ChartNamedElementCollection`1.RemoveItem(System.Int32)">
653      <summary>Removes the chart element at the specified index of the collection.</summary>
654      <param name="index">The zero-based index of the chart element to remove.</param>
655    </member>
656    <member name="M:System.Windows.Forms.DataVisualization.Charting.ChartNamedElementCollection`1.SetItem(System.Int32,`0)">
657      <summary>Replaces the chart element at the specified index with a new chart element.</summary>
658      <param name="index">The zero-based index of the chart element to replace.</param>
659      <param name="item">The new chart element to insert at the specified index.</param>
660    </member>
661    <member name="M:System.Windows.Forms.DataVisualization.Charting.ChartSerializer.GetContentString(System.Windows.Forms.DataVisualization.Charting.SerializationContents,System.Boolean)">
662      <summary>Returns a serializable or non serializable class and/or property names, depending on the specific flag value.</summary>
663      <param name="content">The serializable content.</param>
664      <param name="serializable">
665            <see langword="True " />to get a serializable string; <see langword="false" /> to get a non serializaable string.</param>
666      <returns>A <see langword="string" /> value that represents the serializable or non serializable class and/or property names.</returns>
667    </member>
668    <member name="M:System.Windows.Forms.DataVisualization.Charting.ChartSerializer.Load(System.IO.Stream)">
669      <summary>Loads serialized data into the control from an object derived from the <see cref="T:System.IO.Stream" /> class.</summary>
670      <param name="stream">An object derived from the <see cref="T:System.IO.Stream" /> class, for example, a <see cref="T:System.IO.MemoryStream" /> object.</param>
671    </member>
672    <member name="M:System.Windows.Forms.DataVisualization.Charting.ChartSerializer.Load(System.IO.TextReader)">
673      <summary>Loads serialized data into the control from a reader object that derives from the <see cref="T:System.IO.TextReader" /> class.</summary>
674      <param name="reader">A reader, such as <see cref="T:System.IO.StringReader" />, that is derived from the abstract <see cref="T:System.IO.TextReader" /> class.</param>
675    </member>
676    <member name="M:System.Windows.Forms.DataVisualization.Charting.ChartSerializer.Load(System.String)">
677      <summary>Loads serialized data saved to disk into the <see cref="T:System.Windows.Forms.DataVisualization.Charting.Chart" /> control.</summary>
678      <param name="fileName">The relative or absolute path of the file used to store the serialized data. If a relative path is specified, the path will be relative to the current directory.</param>
679    </member>
680    <member name="M:System.Windows.Forms.DataVisualization.Charting.ChartSerializer.Load(System.Xml.XmlReader)">
681      <summary>Loads serialized data into the control from an object derived from the <see cref="T:System.Xml.XmlReader" /> class.</summary>
682      <param name="reader">An object from which to read the persisted data. The object is derived from the <see cref="T:System.Xml.XmlReader" /> class, and can be a .NET Framework object or a user-defined object.</param>
683    </member>
684    <member name="M:System.Windows.Forms.DataVisualization.Charting.ChartSerializer.Reset">
685      <summary>Resets all chart properties marked for serialization.</summary>
686    </member>
687    <member name="M:System.Windows.Forms.DataVisualization.Charting.ChartSerializer.Save(System.IO.Stream)">
688      <summary>Saves chart data and properties with non-default values to an object that derives from the <see cref="T:System.IO.Stream" /> class.</summary>
689      <param name="stream">An object derived from the <see cref="T:System.IO.Stream" /> class, such as <see cref="T:System.IO.MemoryStream" />, that is used to save chart properties.</param>
690    </member>
691    <member name="M:System.Windows.Forms.DataVisualization.Charting.ChartSerializer.Save(System.IO.TextWriter)">
692      <summary>Saves chart data and properties with non-default values to the given object that is derived from the <see cref="T:System.IO.TextWriter" /> class.</summary>
693      <param name="writer">An object derived from <see cref="T:System.IO.TextWriter" /> class, for example, <see cref="T:System.IO.StringWriter" />, that is used to save chart properties.</param>
694    </member>
695    <member name="M:System.Windows.Forms.DataVisualization.Charting.ChartSerializer.Save(System.String)">
696      <summary>Saves chart data and properties with non-default values to the given file.</summary>
697      <param name="fileName">The relative or absolute path of the file used to store the serialized data. Note that if a relative path is specified, the path will be relative to the current directory.</param>
698    </member>
699    <member name="M:System.Windows.Forms.DataVisualization.Charting.ChartSerializer.Save(System.Xml.XmlWriter)">
700      <summary>Saves chart data and properties with non-default values to the given object that is derived from the <see cref="T:System.Xml.XmlWriter" /> class.</summary>
701      <param name="writer">An object derived from <see cref="T:System.Xml.XmlWriter" /> used to save <see cref="T:System.Windows.Forms.DataVisualization.Charting.Chart" /> properties.</param>
702    </member>
703    <member name="M:System.Windows.Forms.DataVisualization.Charting.Cursor.#ctor">
704      <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.Cursor" /> class.</summary>
705    </member>
706    <member name="M:System.Windows.Forms.DataVisualization.Charting.Cursor.Dispose">
707      <summary>Performs application-defined tasks that free, release, or reset unmanaged resources.</summary>
708    </member>
709    <member name="M:System.Windows.Forms.DataVisualization.Charting.Cursor.Dispose(System.Boolean)">
710      <summary>Releases unmanaged and, optionally, managed resources.</summary>
711      <param name="disposing">
712            <see langword="true" /> to release both unmanaged and managed resources; <see langword="false" /> to release only unmanaged resources.</param>
713    </member>
714    <member name="M:System.Windows.Forms.DataVisualization.Charting.Cursor.SetCursorPixelPosition(System.Drawing.PointF,System.Boolean)">
715      <summary>Displays a cursor at the specified position. Measured in pixels.</summary>
716      <param name="point">A <see cref="T:System.Drawing.PointF" /> structure that specifies where the cursor will be drawn.</param>
717      <param name="roundToBoundary">If <see langword="true" />, the cursor will be drawn along the nearest chart area boundary, if the specified position does not fall within a <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartArea" /> object.</param>
718    </member>
719    <member name="M:System.Windows.Forms.DataVisualization.Charting.Cursor.SetCursorPosition(System.Double)">
720      <summary>Sets the position of a cursor within a chart area at the specified axis value.</summary>
721      <param name="newPosition">The new position of the cursor. Measured as a value along the relevant axis.</param>
722    </member>
723    <member name="M:System.Windows.Forms.DataVisualization.Charting.Cursor.SetSelectionPixelPosition(System.Drawing.PointF,System.Drawing.PointF,System.Boolean)">
724      <summary>Sets the start and end positions of a range selection.</summary>
725      <param name="startPoint">A <see cref="T:System.Drawing.PointF" /> structure that specifies where the range selection begins.</param>
726      <param name="endPoint">A <see cref="T:System.Drawing.PointF" /> structure that specifies where the range selection ends.</param>
727      <param name="roundToBoundary">If <see langword="true" />, the start and end points will be rounded to the nearest chart area boundary if the specified positions do not fall within a <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartArea" /> object.</param>
728    </member>
729    <member name="M:System.Windows.Forms.DataVisualization.Charting.Cursor.SetSelectionPosition(System.Double,System.Double)">
730      <summary>Sets the position of a selected range within a chart area at the specified axis values.</summary>
731      <param name="newStart">The new start position of the range selection. Measured as a value along the relevant axis.</param>
732      <param name="newEnd">The new end position of the range selection. Measured as a value along the relevant axis.</param>
733    </member>
734    <member name="M:System.Windows.Forms.DataVisualization.Charting.CursorEventArgs.#ctor(System.Windows.Forms.DataVisualization.Charting.ChartArea,System.Windows.Forms.DataVisualization.Charting.Axis,System.Double)">
735      <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.CursorEventArgs" /> class with the specified chart area, axis, and cursor position.</summary>
736      <param name="chartArea">The <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartArea" /> of the cursor.</param>
737      <param name="axis">The axis of the cursor.</param>
738      <param name="newPosition">The new cursor position.</param>
739    </member>
740    <member name="M:System.Windows.Forms.DataVisualization.Charting.CursorEventArgs.#ctor(System.Windows.Forms.DataVisualization.Charting.ChartArea,System.Windows.Forms.DataVisualization.Charting.Axis,System.Double,System.Double)">
741      <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.CursorEventArgs" /> class with the specified chart area, axis, start and end positions for the new range.</summary>
742      <param name="chartArea">The <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartArea" /> of the cursor.</param>
743      <param name="axis">The axis of the cursor.</param>
744      <param name="newSelectionStart">The start position of the new range selection.</param>
745      <param name="newSelectionEnd">The end position of the new range selection.</param>
746    </member>
747    <member name="M:System.Windows.Forms.DataVisualization.Charting.CustomizeLegendEventArgs.#ctor(System.Windows.Forms.DataVisualization.Charting.LegendItemsCollection)">
748      <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.CustomizeLegendEventArgs" /> class with the specified <see cref="T:System.Windows.Forms.DataVisualization.Charting.LegendItemsCollection" />.</summary>
749      <param name="legendItems">The <see cref="T:System.Windows.Forms.DataVisualization.Charting.LegendItemsCollection" />.</param>
750    </member>
751    <member name="M:System.Windows.Forms.DataVisualization.Charting.CustomizeLegendEventArgs.#ctor(System.Windows.Forms.DataVisualization.Charting.LegendItemsCollection,System.String)">
752      <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.CustomizeLegendEventArgs" /> class with the specified <see cref="T:System.Windows.Forms.DataVisualization.Charting.LegendItemsCollection" /> and legend name.</summary>
753      <param name="legendItems">The <see cref="T:System.Windows.Forms.DataVisualization.Charting.LegendItemsCollection" />.</param>
754      <param name="legendName">The legend name.</param>
755    </member>
756    <member name="M:System.Windows.Forms.DataVisualization.Charting.CustomLabel.#ctor">
757      <summary>Creates a new instance of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.CustomLabel" /> class.</summary>
758    </member>
759    <member name="M:System.Windows.Forms.DataVisualization.Charting.CustomLabel.#ctor(System.Double,System.Double,System.String,System.Int32,System.Windows.Forms.DataVisualization.Charting.LabelMarkStyle)">
760      <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.CustomLabel" /> class with the specified <paramref name="fromPosition" />, <paramref name="toPosition" />, <paramref name="text" />, <paramref name="labelRow" />, and <paramref name="markStyle" /> parameters.</summary>
761      <param name="fromPosition">The beginning of the axis range the label applies to.</param>
762      <param name="toPosition">The end of the axis range the label applies to.</param>
763      <param name="text">The label text.</param>
764      <param name="labelRow">The label row index.</param>
765      <param name="markStyle">The label mark style.</param>
766    </member>
767    <member name="M:System.Windows.Forms.DataVisualization.Charting.CustomLabel.#ctor(System.Double,System.Double,System.String,System.Int32,System.Windows.Forms.DataVisualization.Charting.LabelMarkStyle,System.Windows.Forms.DataVisualization.Charting.GridTickTypes)">
768      <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.CustomLabel" /> class with the specified <paramref name="fromPosition" />, <paramref name="toPosition" />, <paramref name="text" />, <paramref name="labelRow" />, <paramref name="markStyle" /> and <paramref name="gridTick" /> parameters.</summary>
769      <param name="fromPosition">The beginning of the axis range the label applies to.</param>
770      <param name="toPosition">The end of the axis range the label applies to.</param>
771      <param name="text">The label text.</param>
772      <param name="labelRow">The label row index.</param>
773      <param name="markStyle">The label mark style.</param>
774      <param name="gridTick">The custom grid line and/or tick marks flag.</param>
775    </member>
776    <member name="M:System.Windows.Forms.DataVisualization.Charting.CustomLabel.Clone">
777      <summary>Returns a cloned label object.</summary>
778      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.CustomLabel" /> object that represents a copy of the current custom label.</returns>
779    </member>
780    <member name="M:System.Windows.Forms.DataVisualization.Charting.CustomLabelsCollection.Add(System.Double,System.Double,System.String)">
781      <summary>Adds a <see cref="T:System.Windows.Forms.DataVisualization.Charting.CustomLabel" /> object to the collection, using the given axis range and text.</summary>
782      <param name="fromPosition">The minimum value of the axis range to which the label is applied.</param>
783      <param name="toPosition">The maximum value of the axis range to which the label is applied.</param>
784      <param name="text">The label text.</param>
785      <returns>The newly added <see cref="T:System.Windows.Forms.DataVisualization.Charting.CustomLabel" /> object.</returns>
786    </member>
787    <member name="M:System.Windows.Forms.DataVisualization.Charting.CustomLabelsCollection.Add(System.Double,System.Double,System.String,System.Int32,System.Windows.Forms.DataVisualization.Charting.LabelMarkStyle)">
788      <summary>Adds a custom label to the collection, using the given axis range, text, row index and marking style.</summary>
789      <param name="fromPosition">The minimum value of the axis range the label is applied to.</param>
790      <param name="toPosition">The maximum value of the axis range the label is applied to.</param>
791      <param name="text">The label text.</param>
792      <param name="rowIndex">The label row index.</param>
793      <param name="markStyle">A <see cref="T:System.Windows.Forms.DataVisualization.Charting.LabelMarkstyle" /> enumeration value that specifies mark style for the label.</param>
794      <returns>The newly added <see cref="T:System.Windows.Forms.DataVisualization.Charting.CustomLabel" /> object.</returns>
795    </member>
796    <member name="M:System.Windows.Forms.DataVisualization.Charting.CustomLabelsCollection.Add(System.Double,System.Double,System.String,System.Int32,System.Windows.Forms.DataVisualization.Charting.LabelMarkStyle,System.Windows.Forms.DataVisualization.Charting.GridTickTypes)">
797      <summary>Adds a custom label to the collection, using the given axis range, text, row index, marking style and grid tick type.</summary>
798      <param name="fromPosition">The minimum value of the axis range the label is applied to.</param>
799      <param name="toPosition">The maximum value of the axis range the label is applied to.</param>
800      <param name="text">The label text.</param>
801      <param name="rowIndex">The label row index.</param>
802      <param name="markStyle">A <see cref="T:System.Windows.Forms.DataVisualization.Charting.LabelMarkstyle" /> enumeration value that specifies mark style for the label.</param>
803      <param name="gridTick">A <see cref="T:System.Windows.Forms.DataVisualization.Charting.GridTickTypes" /> enumeration value that specifies the grid tick for the label.</param>
804      <returns>The newly added <see cref="T:System.Windows.Forms.DataVisualization.Charting.CustomLabel" /> object.</returns>
805    </member>
806    <member name="M:System.Windows.Forms.DataVisualization.Charting.CustomLabelsCollection.Add(System.Double,System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType)">
807      <summary>Adds multiple <see cref="T:System.Windows.Forms.DataVisualization.Charting.CustomLabel" /> objects of type <see cref="T:System.DateTime" /> to the collection. Populates the entire first row of an axis with labels.</summary>
808      <param name="labelsStep">A <see langword="Double" /> value that determines how often the custom labels will be drawn.</param>
809      <param name="intervalType">A <see cref="T:System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType" /> enumeration value that determines the interval type.</param>
810    </member>
811    <member name="M:System.Windows.Forms.DataVisualization.Charting.CustomLabelsCollection.Add(System.Double,System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType,System.Double,System.Double,System.String,System.Int32,System.Windows.Forms.DataVisualization.Charting.LabelMarkStyle)">
812      <summary>Adds multiple custom labels to the collection. The labels will be <see cref="T:System.DateTime" /> labels with the specified interval type, and will be generated for the axis range that is determined by the <paramref name="min" /> and <paramref name="max" /> arguments.</summary>
813      <param name="labelsStep">A <see langword="Double" /> value that determines how often custom labels will be drawn.</param>
814      <param name="intervalType">A <see cref="T:System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType" /> enumeration value that determines the unit of measure for the <paramref name="labelsStep" /> parameter.</param>
815      <param name="min">The minimum value for the axis range.</param>
816      <param name="max">The maximum value for the axis range.</param>
817      <param name="format">The label text format.</param>
818      <param name="rowIndex">The label row index.</param>
819      <param name="markStyle">A <see cref="T:System.Windows.Forms.DataVisualization.Charting.LabelMarkstyle" /> enumeration value that specifies mark style for the label.</param>
820    </member>
821    <member name="M:System.Windows.Forms.DataVisualization.Charting.CustomLabelsCollection.Add(System.Double,System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType,System.String)">
822      <summary>Adds multiple <see cref="T:System.DateTime" /><see cref="T:System.Windows.Forms.DataVisualization.Charting.CustomLabelsCollection" /> objects to the collection. Populates the entire first row of an axis with labels with the specified format.</summary>
823      <param name="labelsStep">A <see langword="Double" /> value that determines how often custom labels will be drawn.</param>
824      <param name="intervalType">A <see cref="T:System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType" /> enumeration value that determines the unit of measure for the <paramref name="labelsStep" /> parameter.</param>
825      <param name="format">A value that determines the format of the custom label.</param>
826    </member>
827    <member name="M:System.Windows.Forms.DataVisualization.Charting.CustomLabelsCollection.Add(System.Double,System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType,System.String,System.Int32,System.Windows.Forms.DataVisualization.Charting.LabelMarkStyle)">
828      <summary>Adds multiple custom labels to the collection. The labels will be <see cref="T:System.DateTime" /> labels with the specified interval type, text format, row index and marking style.</summary>
829      <param name="labelsStep">A <see langword="Double" /> value that determines how often custom labels will be drawn.</param>
830      <param name="intervalType">A <see cref="T:System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType" /> enumeration value that determines the unit of measure for the <paramref name="labelsStep" /> parameter.</param>
831      <param name="format">The label text format.</param>
832      <param name="rowIndex">The label row index.</param>
833      <param name="markStyle">A <see cref="T:System.Windows.Forms.DataVisualization.Charting.LabelMarkstyle" /> enumeration value that specifies mark style for the label.</param>
834    </member>
835    <member name="M:System.Windows.Forms.DataVisualization.Charting.DataFormula.#ctor">
836      <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.DataFormula" /> class.</summary>
837    </member>
838    <member name="M:System.Windows.Forms.DataVisualization.Charting.DataFormula.CopySeriesValues(System.String,System.String)">
839      <summary>Copies a series or the specific X or Y value.</summary>
840      <param name="inputSeries">A comma-separated list of input data series names and optional X and Y value names.</param>
841      <param name="outputSeries">A comma-separated list of output data series names and optional X and Y value names.</param>
842    </member>
843    <member name="M:System.Windows.Forms.DataVisualization.Charting.DataFormula.FinancialFormula(System.Windows.Forms.DataVisualization.Charting.FinancialFormula,System.String)">
844      <summary>Calls a method from a formula module with the specified formula name and input series.</summary>
845      <param name="formulaName">The name of the formula to call.</param>
846      <param name="inputSeries">The input series in which calculation is performed.</param>
847    </member>
848    <member name="M:System.Windows.Forms.DataVisualization.Charting.DataFormula.FinancialFormula(System.Windows.Forms.DataVisualization.Charting.FinancialFormula,System.String,System.String)">
849      <summary>Calls a method from a formula module with the specified formula name, and the names of the input and output series.</summary>
850      <param name="formulaName">The name of the formula to call.</param>
851      <param name="inputSeries">The input series in which calculation is performed.</param>
852      <param name="outputSeries">The output series in which the result of the calculation is stored.</param>
853    </member>
854    <member name="M:System.Windows.Forms.DataVisualization.Charting.DataFormula.FinancialFormula(System.Windows.Forms.DataVisualization.Charting.FinancialFormula,System.String,System.String,System.String)">
855      <summary>Calls a method from a formula module with the specified formula name and parameters, and the names of the input and output series.</summary>
856      <param name="formulaName">The name of the formula to call.</param>
857      <param name="parameters">The parameters associated with the formula.</param>
858      <param name="inputSeries">The input series in which calculation is performed.</param>
859      <param name="outputSeries">The output series in which the result of the calculation is stored.</param>
860    </member>
861    <member name="M:System.Windows.Forms.DataVisualization.Charting.DataFormula.FinancialFormula(System.Windows.Forms.DataVisualization.Charting.FinancialFormula,System.String,System.Windows.Forms.DataVisualization.Charting.Series,System.Windows.Forms.DataVisualization.Charting.Series)">
862      <summary>Calls a method from a formula module with the specified formula name and parameters, using the specified input and output series.</summary>
863      <param name="formulaName">The name of the formula to call.</param>
864      <param name="parameters">The parameters associated with the formula.</param>
865      <param name="inputSeries">A comma-separated list of input series names and optional X and Y value names.</param>
866      <param name="outputSeries">A comma-separated list of output series names and optional X and Y value names.</param>
867    </member>
868    <member name="M:System.Windows.Forms.DataVisualization.Charting.DataFormula.FinancialFormula(System.Windows.Forms.DataVisualization.Charting.FinancialFormula,System.Windows.Forms.DataVisualization.Charting.Series)">
869      <summary>Calls a method from a formula module with the specified formula name and input series.</summary>
870      <param name="formulaName">The name of the formula to call.</param>
871      <param name="inputSeries">A comma-separated list of input series names and optional X and Y value names.</param>
872    </member>
873    <member name="M:System.Windows.Forms.DataVisualization.Charting.DataFormula.FinancialFormula(System.Windows.Forms.DataVisualization.Charting.FinancialFormula,System.Windows.Forms.DataVisualization.Charting.Series,System.Windows.Forms.DataVisualization.Charting.Series)">
874      <summary>Calls a method from a formula module with the specified formula name, input and output series.</summary>
875      <param name="formulaName">The name of the formula to call.</param>
876      <param name="inputSeries">A comma-separated list of input series names and optional X and Y value names.</param>
877      <param name="outputSeries">A comma-separated list of output series names and optional X and Y value names.</param>
878    </member>
879    <member name="M:System.Windows.Forms.DataVisualization.Charting.DataManipulator.#ctor">
880      <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.DataManipulator" /> class.</summary>
881    </member>
882    <member name="M:System.Windows.Forms.DataVisualization.Charting.DataManipulator.ExportSeriesValues">
883      <summary>Exports the data for every series stored in the <see cref="T:System.Windows.Forms.DataVisualization.Charting.SeriesCollection" /> to the <see cref="T:System.Data.DataSet" /> object.</summary>
884      <returns>A <see cref="T:System.Data.DataSet" /> object that contains the exported series data.</returns>
885    </member>
886    <member name="M:System.Windows.Forms.DataVisualization.Charting.DataManipulator.ExportSeriesValues(System.String)">
887      <summary>Exports the data from one or more series to the <see cref="T:System.Data.DataSet" /> object.</summary>
888      <param name="seriesNames">A comma-separated list of names of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.Series" /> to be exported.</param>
889      <returns>A <see cref="T:System.Data.DataSet" /> object that contains the exported series data.</returns>
890    </member>
891    <member name="M:System.Windows.Forms.DataVisualization.Charting.DataManipulator.ExportSeriesValues(System.Windows.Forms.DataVisualization.Charting.Series)">
892      <summary>Exports the data from the specified series to the <see cref="T:System.Data.DataSet" /> object.</summary>
893      <param name="series">The series to be exported.</param>
894      <returns>A <see cref="T:System.Data.DataSet" /> object that contains the exported series data.</returns>
895    </member>
896    <member name="M:System.Windows.Forms.DataVisualization.Charting.DataManipulator.Filter(System.Windows.Forms.DataVisualization.Charting.CompareMethod,System.Double,System.String)">
897      <summary>Filters one or more series by applying a filtering rule to the first Y-value of the data points in the first series. The filtered <see cref="T:System.Windows.Forms.DataVisualization.Charting.Series" /> objects are used to store the modified data.</summary>
898      <param name="compareMethod">A <see cref="T:System.Windows.Forms.DataVisualization.Charting.CompareMethod" /> enumeration value that determines the comparison method for the filtering rule. Can be <see cref="F:System.Windows.Forms.DataVisualization.Charting.CompareMethod.LessThan" />, <see cref="F:System.Windows.Forms.DataVisualization.Charting.CompareMethod.EqualTo" />, and so forth.</param>
899      <param name="compareValue">The value part of the filtering rule that is applied to the first Y-values of data points. For example, in the filtering rule "&lt;6", 6 is the value.</param>
900      <param name="inputSeriesNames">A comma-separated list of names of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.Series" /> to be filtered.</param>
901    </member>
902    <member name="M:System.Windows.Forms.DataVisualization.Charting.DataManipulator.Filter(System.Windows.Forms.DataVisualization.Charting.CompareMethod,System.Double,System.String,System.String)">
903      <summary>Filters one or more series by applying a filtering rule to the first Y-value of each of the data points in the first series.</summary>
904      <param name="compareMethod">A <see cref="T:System.Windows.Forms.DataVisualization.Charting.CompareMethod" /> enumeration value that determines the comparison method for the filtering rule. Can be <see cref="F:System.Windows.Forms.DataVisualization.Charting.CompareMethod.LessThan" />, <see cref="F:System.Windows.Forms.DataVisualization.Charting.CompareMethod.EqualTo" />, and so forth.</param>
905      <param name="compareValue">The value part of the filtering rule that is applied to the first Y-values of data points. For example, in the filtering rule "&lt;6", 6 is the value.</param>
906      <param name="inputSeriesNames">A comma-separated list of names of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.Series" /> to be filtered.</param>
907      <param name="outputSeriesNames">A comma-separated list of names of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.Series" /> that store the filtered data. The number of output series must match the number of input series, otherwise an exception will be thrown.</param>
908    </member>
909    <member name="M:System.Windows.Forms.DataVisualization.Charting.DataManipulator.Filter(System.Windows.Forms.DataVisualization.Charting.CompareMethod,System.Double,System.String,System.String,System.String)">
910      <summary>Filters one or more series by applying a filtering rule to the specified data point values in the first series.</summary>
911      <param name="compareMethod">A <see cref="T:System.Windows.Forms.DataVisualization.Charting.CompareMethod" /> enumeration value that determines the comparison method for the filtering rule. Can be <see cref="F:System.Windows.Forms.DataVisualization.Charting.CompareMethod.LessThan" />, <see cref="F:System.Windows.Forms.DataVisualization.Charting.CompareMethod.EqualTo" />, and so forth.</param>
912      <param name="compareValue">The value part of the filtering rule that is applied to the first Y-values of data points. For example, in the filtering rule "&lt;6", 6 is the value.</param>
913      <param name="inputSeriesNames">A comma-separated list of names of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.Series" /> to be filtered.</param>
914      <param name="outputSeriesNames">A comma-separated list of names of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.Series" /> that store the filtered data. The number of output series must equal the number of input series, otherwise an exception will be thrown.</param>
915      <param name="usingValue">The data point value that the filtering rule is applied to. Can be X, Y, Y2, Y3, and so forth.</param>
916    </member>
917    <member name="M:System.Windows.Forms.DataVisualization.Charting.DataManipulator.Filter(System.Windows.Forms.DataVisualization.Charting.CompareMethod,System.Double,System.Windows.Forms.DataVisualization.Charting.Series)">
918      <summary>Filters the data points in a series by applying a filtering rule to the first Y-value of each data point. The <see cref="T:System.Windows.Forms.DataVisualization.Charting.Series" /> object that is filtered also stores the modified data.</summary>
919      <param name="compareMethod">A <see cref="T:System.Windows.Forms.DataVisualization.Charting.CompareMethod" /> enumeration value that determines the comparison method for the filtering rule. Can be <see cref="F:System.Windows.Forms.DataVisualization.Charting.CompareMethod.LessThan" />, <see cref="F:System.Windows.Forms.DataVisualization.Charting.CompareMethod.EqualTo" />, and so forth.</param>
920      <param name="compareValue">The value part of the filtering rule that is applied to the first Y-values of data points. For example, in the filtering rule "&lt;6", 6 is the value.</param>
921      <param name="inputSeries">The <see cref="T:System.Windows.Forms.DataVisualization.Charting.Series" /> object that is filtered.</param>
922    </member>
923    <member name="M:System.Windows.Forms.DataVisualization.Charting.DataManipulator.Filter(System.Windows.Forms.DataVisualization.Charting.CompareMethod,System.Double,System.Windows.Forms.DataVisualization.Charting.Series,System.Windows.Forms.DataVisualization.Charting.Series)">
924      <summary>Filters the data points in a series by applying a filtering rule to the first Y-value of each of the data points.</summary>
925      <param name="compareMethod">A <see cref="T:System.Windows.Forms.DataVisualization.Charting.CompareMethod" /> enumeration value that determines the comparison method for the filtering rule. Can be <see cref="F:System.Windows.Forms.DataVisualization.Charting.CompareMethod.LessThan" />, <see cref="F:System.Windows.Forms.DataVisualization.Charting.CompareMethod.EqualTo" />, and so forth.</param>
926      <param name="compareValue">The value part of the filtering rule that is applied to the first Y-values of data points. For example, in the filtering rule "&lt;6", 6 is the value.</param>
927      <param name="inputSeries">The <see cref="T:System.Windows.Forms.DataVisualization.Charting.Series" /> object to be filtered.</param>
928      <param name="outputSeries">A <see cref="T:System.Windows.Forms.DataVisualization.Charting.Series" /> object that stores the filtered data. If the series does not exist, an exception will be thrown.</param>
929    </member>
930    <member name="M:System.Windows.Forms.DataVisualization.Charting.DataManipulator.Filter(System.Windows.Forms.DataVisualization.Charting.CompareMethod,System.Double,System.Windows.Forms.DataVisualization.Charting.Series,System.Windows.Forms.DataVisualization.Charting.Series,System.String)">
931      <summary>Filters the data points in a series by applying a filtering rule to the specified data point values for comparison.</summary>
932      <param name="compareMethod">A <see cref="T:System.Windows.Forms.DataVisualization.Charting.CompareMethod" /> enumeration value that determines the comparison method for the filtering rule. Can be <see cref="F:System.Windows.Forms.DataVisualization.Charting.CompareMethod.LessThan" />, <see cref="F:System.Windows.Forms.DataVisualization.Charting.CompareMethod.EqualTo" />, and so forth.</param>
933      <param name="compareValue">The value part of the filtering rule that is applied to the first Y-values of data points. For example, in the filtering rule "&lt;6", 6 is the value.</param>
934      <param name="inputSeries">The <see cref="T:System.Windows.Forms.DataVisualization.Charting.Series" /> object to be filtered.</param>
935      <param name="outputSeries">A <see cref="T:System.Windows.Forms.DataVisualization.Charting.Series" /> object that stores the filtered data. If the series does not exist, an exception will be thrown.</param>
936      <param name="usingValue">The data point value that the filtering rule is applied to. Can be X, Y, Y2, Y3, and so forth.</param>
937    </member>
938    <member name="M:System.Windows.Forms.DataVisualization.Charting.DataManipulator.Filter(System.Windows.Forms.DataVisualization.Charting.DateRangeType,System.String,System.String)">
939      <summary>Filters the data points of one or more series, either by removing the specified points or by marking them as empty for the given date/time ranges. The filtered <see cref="T:System.Windows.Forms.DataVisualization.Charting.Series" /> objects are used to store the modified data.</summary>
940      <param name="dateRange">A <see cref="T:System.Windows.Forms.DataVisualization.Charting.DateRangeType" /> enumeration value that represents a date/time interval, such as days of the week, days of the month, and so forth. Determines the range over which the given elements will be filtered.</param>
941      <param name="rangeElements">Specifies the elements within the date/time range designated by the <paramref name="dateRange" /> parameter that will be filtered. Can be a single value, for example, "7"; comma-separated values, for example, "5,6"; a range of values, such as "9-11"; or any variation thereof, such as "5,6,9-11".</param>
942      <param name="inputSeriesNames">A comma-separated list of names of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.Series" /> to be filtered.</param>
943    </member>
944    <member name="M:System.Windows.Forms.DataVisualization.Charting.DataManipulator.Filter(System.Windows.Forms.DataVisualization.Charting.DateRangeType,System.String,System.String,System.String)">
945      <summary>Filters the data points of one or more series, either by removing the specified points or by marking them as empty for the given date/time ranges.</summary>
946      <param name="dateRange">A <see cref="T:System.Windows.Forms.DataVisualization.Charting.DateRangeType" /> enumeration value that represents a date/time interval, such as days of the week, days of the month, and so forth. Determines the range over which the given elements will be filtered.</param>
947      <param name="rangeElements">Specifies the elements within the date/time range designated by the <paramref name="dateRange" /> parameter that will be filtered. Can be a single value, for example, "7"; comma-separated values, for example, "5,6"; a range of values, such as "9-11"; or any variation thereof, such as "5,6,9-11".</param>
948      <param name="inputSeriesNames">A comma-separated list of names of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.Series" /> to be filtered.</param>
949      <param name="outputSeriesNames">A comma-separated list of names of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.Series" /> that store the filtered data. Make sure that the number of output series matches the number of input series, otherwise an exception will be thrown.</param>
950    </member>
951    <member name="M:System.Windows.Forms.DataVisualization.Charting.DataManipulator.Filter(System.Windows.Forms.DataVisualization.Charting.DateRangeType,System.String,System.Windows.Forms.DataVisualization.Charting.Series)">
952      <summary>Filters the data points in a series, either by removing the specified points or by marking them as empty for the specified date/time ranges. The <see cref="T:System.Windows.Forms.DataVisualization.Charting.Series" /> object that is filtered is used to store the modified data.</summary>
953      <param name="dateRange">A <see cref="T:System.Windows.Forms.DataVisualization.Charting.DateRangeType" /> enumeration value that represents a date/time interval, such as days of the week, days of the month, and so forth. Determines the range over which the given elements will be filtered.</param>
954      <param name="rangeElements">Specifies the elements within the date/time range designated by the <paramref name="dateRange" /> parameter that will be filtered. Can be a single value, for example, "7"; comma-separated values, for example, "5,6"; a range of values, such as "9-11"; or any variation thereof, such as "5,6,9-11".</param>
955      <param name="inputSeries">The <see cref="T:System.Windows.Forms.DataVisualization.Charting.Series" /> object to be filtered.</param>
956    </member>
957    <member name="M:System.Windows.Forms.DataVisualization.Charting.DataManipulator.Filter(System.Windows.Forms.DataVisualization.Charting.DateRangeType,System.String,System.Windows.Forms.DataVisualization.Charting.Series,System.Windows.Forms.DataVisualization.Charting.Series)">
958      <summary>Filters the data points in a series, either by removing the specified points or by marking them as empty for the specified date/time ranges.</summary>
959      <param name="dateRange">A <see cref="T:System.Windows.Forms.DataVisualization.Charting.DateRangeType" /> enumeration value that represents a date/time interval, such as days of the week, days of the month, and so forth. Determines the range over which the given elements will be filtered.</param>
960      <param name="rangeElements">Specifies the elements within the date/time range designated by the <paramref name="dateRange" /> parameter that will be filtered. Can be a single value, for example, "7"; comma-separated values, for example, "5,6"; a range of values, such as "9-11"; or any variation thereof, such as "5,6,9-11".</param>
961      <param name="inputSeries">The <see cref="T:System.Windows.Forms.DataVisualization.Charting.Series" /> object to be filtered.</param>
962      <param name="outputSeries">A <see cref="T:System.Windows.Forms.DataVisualization.Charting.Series" /> object that stores the filtered data. If the series does not exist, an exception will be thrown.</param>
963    </member>
964    <member name="M:System.Windows.Forms.DataVisualization.Charting.DataManipulator.Filter(System.Windows.Forms.DataVisualization.Charting.IDataPointFilter,System.String)">
965      <summary>Performs custom filtering on the data points in one or more series, based on the points of the first series. The filtered <see cref="T:System.Windows.Forms.DataVisualization.Charting.Series" /> objects also store the modified data.</summary>
966      <param name="filterInterface">An object that implements the <see cref="T:System.Windows.Forms.DataVisualization.Charting.IDataPointFilter" /> interface.</param>
967      <param name="inputSeriesNames">A comma-separated list of names of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.Series" /> to be filtered.</param>
968    </member>
969    <member name="M:System.Windows.Forms.DataVisualization.Charting.DataManipulator.Filter(System.Windows.Forms.DataVisualization.Charting.IDataPointFilter,System.String,System.String)">
970      <summary>Performs custom filtering on the data points in one or more series, based on the points of the first series.</summary>
971      <param name="filterInterface">An object that implements the <see cref="T:System.Windows.Forms.DataVisualization.Charting.IDataPointFilter" /> interface.</param>
972      <param name="inputSeriesNames">A comma-separated list of names of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.Series" /> to be filtered.</param>
973      <param name="outputSeriesNames">A comma-separated list of names of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.Series" /> that store the filtered data. Make sure that the number of output series matches the number of input series, otherwise an exception will be thrown.</param>
974    </member>
975    <member name="M:System.Windows.Forms.DataVisualization.Charting.DataManipulator.Filter(System.Windows.Forms.DataVisualization.Charting.IDataPointFilter,System.Windows.Forms.DataVisualization.Charting.Series)">
976      <summary>Performs custom filtering on the data points in a series. The <see cref="T:System.Windows.Forms.DataVisualization.Charting.Series" /> object that is filtered also stores the modified data.</summary>
977      <param name="filterInterface">An object that implements the <see cref="T:System.Windows.Forms.DataVisualization.Charting.IDataPointFilter" /> interface.</param>
978      <param name="inputSeries">The <see cref="T:System.Windows.Forms.DataVisualization.Charting.Series" /> object that is filtered.</param>
979    </member>
980    <member name="M:System.Windows.Forms.DataVisualization.Charting.DataManipulator.Filter(System.Windows.Forms.DataVisualization.Charting.IDataPointFilter,System.Windows.Forms.DataVisualization.Charting.Series,System.Windows.Forms.DataVisualization.Charting.Series)">
981      <summary>Performs custom filtering on the data points in a series.</summary>
982      <param name="filterInterface">An object that implements the <see cref="T:System.Windows.Forms.DataVisualization.Charting.IDataPointFilter" /> interface.</param>
983      <param name="inputSeries">The <see cref="T:System.Windows.Forms.DataVisualization.Charting.Series" /> object to be filtered.</param>
984      <param name="outputSeries">A <see cref="T:System.Windows.Forms.DataVisualization.Charting.Series" /> object that stores the filtered data. If the series does not exist, an exception will be thrown.</param>
985    </member>
986    <member name="M:System.Windows.Forms.DataVisualization.Charting.DataManipulator.FilterTopN(System.Int32,System.String)">
987      <summary>Filters all data points in one or more series except for a specified number of points. The points that are not filtered correspond to points in the first series that have the largest first Y-values. The <see cref="T:System.Windows.Forms.DataVisualization.Charting.Series" /> objects that are filtered are used to store the modified data.</summary>
988      <param name="pointCount">The number of data points that the filtering operation will not remove.</param>
989      <param name="inputSeriesNames">A comma-separated list of names of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.Series" /> to be filtered.</param>
990    </member>
991    <member name="M:System.Windows.Forms.DataVisualization.Charting.DataManipulator.FilterTopN(System.Int32,System.String,System.String)">
992      <summary>Filters all data points in one or more series except for a specified number of points. The points that aren't filtered correspond to points in the first series that have the largest first Y-values.</summary>
993      <param name="pointCount">The number of data points that the filtering operation will not remove.</param>
994      <param name="inputSeriesNames">A comma-separated list of names of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.Series" /> to be filtered.</param>
995      <param name="outputSeriesNames">A comma-separated list of names of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.Series" /> that store the filtered data. Make sure that the number of output series matches the number of input series, otherwise an exception will be thrown.</param>
996    </member>
997    <member name="M:System.Windows.Forms.DataVisualization.Charting.DataManipulator.FilterTopN(System.Int32,System.String,System.String,System.String)">
998      <summary>Filters all data points in one or more series except for a specified number of points. The points that are not filtered correspond to points in the first series that have the largest values.</summary>
999      <param name="pointCount">The number of data points that the filtering operation will not remove.</param>
1000      <param name="inputSeriesNames">A comma-separated list of names of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.Series" /> to be filtered.</param>
1001      <param name="outputSeriesNames">A comma-separated list of names of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.Series" /> that store the filtered data. Make sure that the number of output series matches the number of input series, otherwise an exception will be thrown.</param>
1002      <param name="usingValue">The data point value that the filtering rule is applied to. Can be X, Y, Y2, Y3, and so forth.</param>
1003    </member>
1004    <member name="M:System.Windows.Forms.DataVisualization.Charting.DataManipulator.FilterTopN(System.Int32,System.String,System.String,System.String,System.Boolean)">
1005      <summary>Filters all data points in one or more series except for a specified number of points. The points that are not filtered correspond to points in the first input series that have the largest or smallest values.</summary>
1006      <param name="pointCount">The number of data points that the filtering operation will not remove.</param>
1007      <param name="inputSeriesNames">A comma-separated list of names of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.Series" /> to be filtered.</param>
1008      <param name="outputSeriesNames">A comma-separated list of names of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.Series" /> that store the filtered data. Make sure that the number of output series matches the number of input series, otherwise an exception will be thrown.</param>
1009      <param name="usingValue">The data point value that the filtering rule is applied to. Can be X, Y, Y2, Y3, and so forth.</param>
1010      <param name="getTopValues">
1011            <see langword="true" /> if the largest values are kept; <see langword="false" /> if the smallest values are kept.</param>
1012    </member>
1013    <member name="M:System.Windows.Forms.DataVisualization.Charting.DataManipulator.FilterTopN(System.Int32,System.Windows.Forms.DataVisualization.Charting.Series)">
1014      <summary>Filters all data points in a series except for a specified number of points with the largest first Y-values. The <see cref="T:System.Windows.Forms.DataVisualization.Charting.Series" /> object that is filtered is used to store the modified data.</summary>
1015      <param name="pointCount">The number of data points that the filtering operation will not remove.</param>
1016      <param name="inputSeries">The <see cref="T:System.Windows.Forms.DataVisualization.Charting.Series" /> object to be filtered.</param>
1017    </member>
1018    <member name="M:System.Windows.Forms.DataVisualization.Charting.DataManipulator.FilterTopN(System.Int32,System.Windows.Forms.DataVisualization.Charting.Series,System.Windows.Forms.DataVisualization.Charting.Series)">
1019      <summary>Filters all data points in a series except for a specified number of points with the largest first Y-values. </summary>
1020      <param name="pointCount">The number of data points that the filtering operation will not remove.</param>
1021      <param name="inputSeries">The <see cref="T:System.Windows.Forms.DataVisualization.Charting.Series" /> object to be filtered.</param>
1022      <param name="outputSeries">A <see cref="T:System.Windows.Forms.DataVisualization.Charting.Series" /> object that stores the filtered data. If the series does not exist, an exception will be thrown.</param>
1023    </member>
1024    <member name="M:System.Windows.Forms.DataVisualization.Charting.DataManipulator.FilterTopN(System.Int32,System.Windows.Forms.DataVisualization.Charting.Series,System.Windows.Forms.DataVisualization.Charting.Series,System.String)">
1025      <summary>Filters all data points in a series except for a specified number of points with the largest values.</summary>
1026      <param name="pointCount">The number of data points that the filtering operation will not remove.</param>
1027      <param name="inputSeries">The <see cref="T:System.Windows.Forms.DataVisualization.Charting.Series" /> object to be filtered.</param>
1028      <param name="outputSeries">A <see cref="T:System.Windows.Forms.DataVisualization.Charting.Series" /> object that stores the filtered data. If the series does not exist, an exception will be thrown.</param>
1029      <param name="usingValue">The data point value that the filtering rule is applied to. Can be X, Y, Y2, Y3, and so forth.</param>
1030    </member>
1031    <member name="M:System.Windows.Forms.DataVisualization.Charting.DataManipulator.FilterTopN(System.Int32,System.Windows.Forms.DataVisualization.Charting.Series,System.Windows.Forms.DataVisualization.Charting.Series,System.String,System.Boolean)">
1032      <summary>Filters all data points in a series except for a specified number of points with the smallest or largest values.</summary>
1033      <param name="pointCount">The number of data points that the filtering operation will not remove.</param>
1034      <param name="inputSeries">The <see cref="T:System.Windows.Forms.DataVisualization.Charting.Series" /> object to be filtered.</param>
1035      <param name="outputSeries">A <see cref="T:System.Windows.Forms.DataVisualization.Charting.Series" /> object that stores the filtered data. If the series does not exist, an exception will be thrown.</param>
1036      <param name="usingValue">The data point value that the filtering rule is applied to. Can be X, Y, Y2, Y3, and so forth.</param>
1037      <param name="getTopValues">
1038            <see langword="true" /> if the largest values are kept; <see langword="false" /> if the smallest values are kept.</param>
1039    </member>
1040    <member name="M:System.Windows.Forms.DataVisualization.Charting.DataManipulator.Group(System.String,System.Double,System.Windows.Forms.DataVisualization.Charting.IntervalType,System.Double,System.Windows.Forms.DataVisualization.Charting.IntervalType,System.String)">
1041      <summary>Groups data points for one or more series, using one or more formulas. Series are cleared of their original data and used to store the new data points.</summary>
1042      <param name="formula">A comma-separated list of one or more formulas to be used for calculating the grouped data point values.</param>
1043      <param name="interval">The size of the interval checked for missing data points.</param>
1044      <param name="intervalType">The unit of measurement for the <paramref name="interval" /> parameter.</param>
1045      <param name="intervalOffset">The interval offset size.</param>
1046      <param name="intervalOffsetType">The unit of measurement for the interval offset.</param>
1047      <param name="inputSeriesName">A comma-separated list of names of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.Series" /> to be grouped.</param>
1048    </member>
1049    <member name="M:System.Windows.Forms.DataVisualization.Charting.DataManipulator.Group(System.String,System.Double,System.Windows.Forms.DataVisualization.Charting.IntervalType,System.Double,System.Windows.Forms.DataVisualization.Charting.IntervalType,System.String,System.String)">
1050      <summary>Groups data points for one or more series, using one or more formulas. Output series are used to store the grouped data points, and an offset can be used for intervals.</summary>
1051      <param name="formula">A comma-separated list of one or more formulas to be used for calculating the grouped data point values.</param>
1052      <param name="interval">The size of the interval checked for missing data points.</param>
1053      <param name="intervalType">The unit of measurement for the <paramref name="interval" /> parameter.</param>
1054      <param name="intervalOffset">The interval offset size.</param>
1055      <param name="intervalOffsetType">The unit of measurement for the interval offset.</param>
1056      <param name="inputSeriesName">A comma-separated list of names of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.Series" /> to be grouped.</param>
1057      <param name="outputSeriesName">A comma-separated list of names of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.Series" /> that will store the grouped data points. If a series does not exist, it will be created; if it does exist, it will first be cleared of all data before storing grouped data points. The number of output series must equal the number of input series, or an exception will be thrown.</param>
1058    </member>
1059    <member name="M:System.Windows.Forms.DataVisualization.Charting.DataManipulator.Group(System.String,System.Double,System.Windows.Forms.DataVisualization.Charting.IntervalType,System.Double,System.Windows.Forms.DataVisualization.Charting.IntervalType,System.Windows.Forms.DataVisualization.Charting.Series)">
1060      <summary>Groups data points in a series using one or more formulas. The series that is grouped is cleared of its original data, and used to store the new data points.</summary>
1061      <param name="formula">A comma-separated list of one or more formulas to be used for calculating the grouped data point values.</param>
1062      <param name="interval">The size of the interval checked for missing data points.</param>
1063      <param name="intervalType">The unit of measurement for the <paramref name="interval" /> parameter.</param>
1064      <param name="intervalOffset">The interval offset size.</param>
1065      <param name="intervalOffsetType">The unit of measurement for the interval offset.</param>
1066      <param name="inputSeries">The <see cref="T:System.Windows.Forms.DataVisualization.Charting.Series" /> object to be grouped.</param>
1067    </member>
1068    <member name="M:System.Windows.Forms.DataVisualization.Charting.DataManipulator.Group(System.String,System.Double,System.Windows.Forms.DataVisualization.Charting.IntervalType,System.Double,System.Windows.Forms.DataVisualization.Charting.IntervalType,System.Windows.Forms.DataVisualization.Charting.Series,System.Windows.Forms.DataVisualization.Charting.Series)">
1069      <summary>Groups data points in a series using one or more formulas. An output series is used to store the grouped data points, and an offset can be used for intervals.</summary>
1070      <param name="formula">A comma-separated list of one or more formulas to be used for calculating the grouped data point values.</param>
1071      <param name="interval">The size of the interval checked for missing data points.</param>
1072      <param name="intervalType">The unit of measurement for the <paramref name="interval" /> parameter.</param>
1073      <param name="intervalOffset">The interval offset size.</param>
1074      <param name="intervalOffsetType">The unit of measurement for the interval offset.</param>
1075      <param name="inputSeries">The <see cref="T:System.Windows.Forms.DataVisualization.Charting.Series" /> object to be grouped.</param>
1076      <param name="outputSeries">The <see cref="T:System.Windows.Forms.DataVisualization.Charting.Series" /> that will store the new data points created by the grouping operation. If it does not exist, an exception will be thrown.</param>
1077    </member>
1078    <member name="M:System.Windows.Forms.DataVisualization.Charting.DataManipulator.Group(System.String,System.Double,System.Windows.Forms.DataVisualization.Charting.IntervalType,System.String)">
1079      <summary>Groups data points for one or more series, using one or more formulas. Series are cleared of their original data and used to store the new data points.</summary>
1080      <param name="formula">A comma-separated list of one or more formulas to be used for calculating the grouped data point values.</param>
1081      <param name="interval">The size of the interval checked for missing data points.</param>
1082      <param name="intervalType">The unit of measurement for the <paramref name="interval" /> parameter.</param>
1083      <param name="inputSeriesName">A comma-separated list of names of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.Series" /> to be grouped.</param>
1084    </member>
1085    <member name="M:System.Windows.Forms.DataVisualization.Charting.DataManipulator.Group(System.String,System.Double,System.Windows.Forms.DataVisualization.Charting.IntervalType,System.String,System.String)">
1086      <summary>Groups data points for one or more series, using one or more formulas. Output series are used to store the grouped data points.</summary>
1087      <param name="formula">A comma-separated list of one or more formulas to be used for calculating the grouped data point values.</param>
1088      <param name="interval">The size of the interval checked for missing data points.</param>
1089      <param name="intervalType">The unit of measurement for the <paramref name="interval" /> parameter.</param>
1090      <param name="inputSeriesName">A comma-separated list of names of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.Series" /> to be grouped.</param>
1091      <param name="outputSeriesName">A comma-separated list of names of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.Series" /> that will store the grouped data points. If a series does not exist, it will be created; if it does exist, it will first be cleared of all data before storing grouped data points. The number of output series must equal the number of input series, or an exception will be thrown.</param>
1092    </member>
1093    <member name="M:System.Windows.Forms.DataVisualization.Charting.DataManipulator.Group(System.String,System.Double,System.Windows.Forms.DataVisualization.Charting.IntervalType,System.Windows.Forms.DataVisualization.Charting.Series)">
1094      <summary>Groups data points in a series using one or more formulas. The series that is grouped is cleared of its original data, and used to store the new data points.</summary>
1095      <param name="formula">A comma-separated list of one or more formulas to be used for calculating the grouped data point values.</param>
1096      <param name="interval">The size of the interval checked for missing data points.</param>
1097      <param name="intervalType">The unit of measurement for the <paramref name="interval" /> parameter.</param>
1098      <param name="inputSeries">The <see cref="T:System.Windows.Forms.DataVisualization.Charting.Series" /> object to be grouped.</param>
1099    </member>
1100    <member name="M:System.Windows.Forms.DataVisualization.Charting.DataManipulator.Group(System.String,System.Double,System.Windows.Forms.DataVisualization.Charting.IntervalType,System.Windows.Forms.DataVisualization.Charting.Series,System.Windows.Forms.DataVisualization.Charting.Series)">
1101      <summary>Groups data points in a series using one or more formulas. An output series is used to store the grouped data points.</summary>
1102      <param name="formula">A comma-separated list of one or more formulas to be used for calculating the grouped data point values.</param>
1103      <param name="interval">The size of the interval checked for missing data points.</param>
1104      <param name="intervalType">The unit of measurement for the <paramref name="interval" /> parameter.</param>
1105      <param name="inputSeries">The <see cref="T:System.Windows.Forms.DataVisualization.Charting.Series" /> object to be grouped.</param>
1106      <param name="outputSeries">The <see cref="T:System.Windows.Forms.DataVisualization.Charting.Series" /> that will store the new data points created by the grouping operation. If it does not exist, an exception will be thrown.</param>
1107    </member>
1108    <member name="M:System.Windows.Forms.DataVisualization.Charting.DataManipulator.GroupByAxisLabel(System.String,System.String)">
1109      <summary>Groups data points in one or more series by axis labels, using one or more formulas. Original data point values are cleared, and each of the series then stores its new grouped data points.</summary>
1110      <param name="formula">A comma-separated list of one or more formulas to be used for calculating the grouped data point values.</param>
1111      <param name="inputSeriesName">A comma-separated list of names of the input <see cref="T:System.Windows.Forms.DataVisualization.Charting.Series" />.</param>
1112    </member>
1113    <member name="M:System.Windows.Forms.DataVisualization.Charting.DataManipulator.GroupByAxisLabel(System.String,System.String,System.String)">
1114      <summary>Groups data points in one or more series by axis labels, using one or more formulas. Output series are used to store the grouped data points.</summary>
1115      <param name="formula">A comma-separated list of one or more formulas to be used for calculating the grouped data point values.</param>
1116      <param name="inputSeriesName">A comma-separated list of names of the input <see cref="T:System.Windows.Forms.DataVisualization.Charting.Series" />.</param>
1117      <param name="outputSeriesName">A comma-separated list of names of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.Series" /> that will store the grouped data points. If a series does not exist, it will be created; if it does exist, it will first be cleared of all data before storing grouped data points. The number of output series must equal the number of input series, or an exception will be thrown.</param>
1118    </member>
1119    <member name="M:System.Windows.Forms.DataVisualization.Charting.DataManipulator.GroupByAxisLabel(System.String,System.Windows.Forms.DataVisualization.Charting.Series)">
1120      <summary>Groups data points in a series by axis labels, using one or more formulas. Original data point values are cleared, and the series then stores the new grouped data points.</summary>
1121      <param name="formula">A comma-separated list of one or more formulas to be used for calculating the grouped data point values.</param>
1122      <param name="inputSeries">The input <see cref="T:System.Windows.Forms.DataVisualization.Charting.Series" />.</param>
1123    </member>
1124    <member name="M:System.Windows.Forms.DataVisualization.Charting.DataManipulator.GroupByAxisLabel(System.String,System.Windows.Forms.DataVisualization.Charting.Series,System.Windows.Forms.DataVisualization.Charting.Series)">
1125      <summary>Groups data points in a series by axis labels, using one or more formulas. An output series is used to store the grouped data points.</summary>
1126      <param name="formula">A comma-separated list of one or more formulas to be used for calculating the grouped data point values.</param>
1127      <param name="inputSeries">The input <see cref="T:System.Windows.Forms.DataVisualization.Charting.Series" /> to be grouped.</param>
1128      <param name="outputSeries">The <see cref="T:System.Windows.Forms.DataVisualization.Charting.Series" /> that will store the new data points created by the grouping operation. If it does not exist, an exception will be thrown.</param>
1129    </member>
1130    <member name="M:System.Windows.Forms.DataVisualization.Charting.DataManipulator.InsertEmptyPoints(System.Double,System.Windows.Forms.DataVisualization.Charting.IntervalType,System.Double,System.Windows.Forms.DataVisualization.Charting.IntervalType,System.Double,System.Double,System.String)">
1131      <summary>Replaces the missing data points in one or more series with empty points. Each series is checked for a given interval that is determined by the <paramref name="interval" />, <paramref name="intervalOffset" />, <paramref name="intervalOffsetType" /> and <paramref name="intervalType" /> arguments. The series range that is checked is determined by the <paramref name="toXValue" /> and <paramref name="fromXValue" /> arguments.</summary>
1132      <param name="interval">The size of the interval checked for missing data points.</param>
1133      <param name="intervalType">The unit of measurement for the <paramref name="interval" /> parameter.</param>
1134      <param name="intervalOffset">The interval offset size.</param>
1135      <param name="intervalOffsetType">The unit of measurement for the interval offset.</param>
1136      <param name="fromXValue">The starting point for the series range to be checked. Uses the X-values of the data points.</param>
1137      <param name="toXValue">The end point for the series range to be checked. Uses the X-values of the data points.</param>
1138      <param name="seriesName">A comma-separated list of names of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.Series" /> to be checked.</param>
1139    </member>
1140    <member name="M:System.Windows.Forms.DataVisualization.Charting.DataManipulator.InsertEmptyPoints(System.Double,System.Windows.Forms.DataVisualization.Charting.IntervalType,System.Double,System.Windows.Forms.DataVisualization.Charting.IntervalType,System.Double,System.Double,System.Windows.Forms.DataVisualization.Charting.Series)">
1141      <summary>Replaces the missing data points in a series with empty points. The series is checked for a given interval that is determined by the <paramref name="interval" />, <paramref name="intervalOffset" />, <paramref name="intervalOffsetType " />and <paramref name="intervalType" /> arguments. The series range that is checked is determined by the <paramref name="toXValue" /> and <paramref name="fromXValue" /> arguments.</summary>
1142      <param name="interval">The size of the interval checked for missing data points.</param>
1143      <param name="intervalType">The unit of measurement for the <paramref name="interval" /> parameter.</param>
1144      <param name="intervalOffset">The interval offset size.</param>
1145      <param name="intervalOffsetType">The unit of measurement for the interval offset.</param>
1146      <param name="fromXValue">The starting point for the series range to be checked. Uses the X-values of the data points.</param>
1147      <param name="toXValue">The end point for the series range to be checked. Uses the X-values of the data points.</param>
1148      <param name="series">The <see cref="T:System.Windows.Forms.DataVisualization.Charting.Series" /> in which to insert the empty points.</param>
1149    </member>
1150    <member name="M:System.Windows.Forms.DataVisualization.Charting.DataManipulator.InsertEmptyPoints(System.Double,System.Windows.Forms.DataVisualization.Charting.IntervalType,System.Double,System.Windows.Forms.DataVisualization.Charting.IntervalType,System.String)">
1151      <summary>Replaces the missing data points in one or more series with empty points. Each series is checked for a given interval that is determined by the <paramref name="interval" />, <paramref name="intervalOffset" />, <paramref name="intervalOffsetType" /> and <paramref name="intervalType" /> arguments.</summary>
1152      <param name="interval">The size of the interval checked for missing data points.</param>
1153      <param name="intervalType">The unit of measurement for the <paramref name="interval" /> parameter.</param>
1154      <param name="intervalOffset">The interval offset size.</param>
1155      <param name="intervalOffsetType">The unit of measurement for the interval offset.</param>
1156      <param name="seriesName">A comma-separated list of names of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.Series" /> to be checked.</param>
1157    </member>
1158    <member name="M:System.Windows.Forms.DataVisualization.Charting.DataManipulator.InsertEmptyPoints(System.Double,System.Windows.Forms.DataVisualization.Charting.IntervalType,System.Double,System.Windows.Forms.DataVisualization.Charting.IntervalType,System.Windows.Forms.DataVisualization.Charting.Series)">
1159      <summary>Replaces the missing data points in a series with empty points. The series is checked for a given interval that is determined by the <paramref name="interval" />, <paramref name="intervalOffset" />, <paramref name="intervalOffsetType" /> and <paramref name="intervalType" /> arguments.</summary>
1160      <param name="interval">The size of the interval checked for missing data points.</param>
1161      <param name="intervalType">The unit of measurement for the <paramref name="interval" /> parameter.</param>
1162      <param name="intervalOffset">The interval offset size.</param>
1163      <param name="intervalOffsetType">The unit of measurement for the interval offset.</param>
1164      <param name="series">The <see cref="T:System.Windows.Forms.DataVisualization.Charting.Series" /> object in which to insert the empty points.</param>
1165    </member>
1166    <member name="M:System.Windows.Forms.DataVisualization.Charting.DataManipulator.InsertEmptyPoints(System.Double,System.Windows.Forms.DataVisualization.Charting.IntervalType,System.String)">
1167      <summary>Replaces the missing data points in one or more series with empty points. Each series is checked for a given interval that is determined by the <paramref name="interval" /> and <paramref name="intervalType" /> arguments.</summary>
1168      <param name="interval">The size of the interval checked for missing data points.</param>
1169      <param name="intervalType">The unit of measurement for the <paramref name="interval" /> parameter.</param>
1170      <param name="seriesName">A comma-separated list of names of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.Series" /> to be checked.</param>
1171    </member>
1172    <member name="M:System.Windows.Forms.DataVisualization.Charting.DataManipulator.InsertEmptyPoints(System.Double,System.Windows.Forms.DataVisualization.Charting.IntervalType,System.Windows.Forms.DataVisualization.Charting.Series)">
1173      <summary>Replaces the missing data points in a series with empty points. The series is checked for a given interval that is determined by the <paramref name="interval" /> and <paramref name="intervalType" /> arguments. </summary>
1174      <param name="interval">The size of the interval checked for missing data points.</param>
1175      <param name="intervalType">The unit of measurement for the <paramref name="interval" /> parameter.</param>
1176      <param name="series">The <see cref="T:System.Windows.Forms.DataVisualization.Charting.Series" /> object that is checked.</param>
1177    </member>
1178    <member name="M:System.Windows.Forms.DataVisualization.Charting.DataManipulator.Sort(System.Collections.Generic.IComparer{System.Windows.Forms.DataVisualization.Charting.DataPoint},System.String)">
1179      <summary>Performs a custom sort on the data points in one or more series.</summary>
1180      <param name="comparer">An object that implements the <see cref="T:System.Collections.IComparer" /> interface and provides the custom sorting logic.</param>
1181      <param name="seriesName">A comma-separated list of names of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.Series" /> to be sorted.</param>
1182    </member>
1183    <member name="M:System.Windows.Forms.DataVisualization.Charting.DataManipulator.Sort(System.Collections.Generic.IComparer{System.Windows.Forms.DataVisualization.Charting.DataPoint},System.Windows.Forms.DataVisualization.Charting.Series)">
1184      <summary>Performs a custom sort on the data points in a series.</summary>
1185      <param name="comparer">An object that implements the <see cref="T:System.Collections.IComparer" /> interface and provides the custom sorting logic.</param>
1186      <param name="series">The <see cref="T:System.Windows.Forms.DataVisualization.Charting.Series" /> object to be sorted.</param>
1187    </member>
1188    <member name="M:System.Windows.Forms.DataVisualization.Charting.DataManipulator.Sort(System.Windows.Forms.DataVisualization.Charting.PointSortOrder,System.String)">
1189      <summary>Performs a sort on the data points in one or more series, using the specified order. The sort is based on the first Y-value of each of the data points.</summary>
1190      <param name="pointSortOrder">A <see cref="T:System.Windows.Forms.DataVisualization.Charting.PointSortOrder" /> enumeration value that determines if the sort is ascending or descending.</param>
1191      <param name="seriesName">A comma-separated list of names of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.Series" /> to be sorted.</param>
1192    </member>
1193    <member name="M:System.Windows.Forms.DataVisualization.Charting.DataManipulator.Sort(System.Windows.Forms.DataVisualization.Charting.PointSortOrder,System.String,System.String)">
1194      <summary>Performs a sort on the data points in one or more series, using the specified order. The sort can be based on any available data point value.</summary>
1195      <param name="pointSortOrder">A <see cref="T:System.Windows.Forms.DataVisualization.Charting.PointSortOrder" /> enumeration value that determines if the sort is ascending or descending.</param>
1196      <param name="sortBy">A <see langword="string" /> value that represents the data point values to be sorted. Possible values are: "X", "Y", "Y2", "Y3", "AxisLabel", and so forth.</param>
1197      <param name="seriesName">A comma-separated list of names of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.Series" /> to be sorted.</param>
1198    </member>
1199    <member name="M:System.Windows.Forms.DataVisualization.Charting.DataManipulator.Sort(System.Windows.Forms.DataVisualization.Charting.PointSortOrder,System.String,System.Windows.Forms.DataVisualization.Charting.Series)">
1200      <summary>Performs a sort on the data points in a series using the specified order. The sort can be based on any available data point value.</summary>
1201      <param name="pointSortOrder">A <see cref="T:System.Windows.Forms.DataVisualization.Charting.PointSortOrder" /> enumeration value that determines if the sort is ascending or descending</param>
1202      <param name="sortBy">A <see langword="string" /> value that represents the data point values to be sorted. Possible values are: "X", "Y", "Y2", "Y3", "AxisLabel", and so forth.</param>
1203      <param name="series">The <see cref="T:System.Windows.Forms.DataVisualization.Charting.Series" /> object to be sorted.</param>
1204    </member>
1205    <member name="M:System.Windows.Forms.DataVisualization.Charting.DataManipulator.Sort(System.Windows.Forms.DataVisualization.Charting.PointSortOrder,System.Windows.Forms.DataVisualization.Charting.Series)">
1206      <summary>Performs a sort on the data points in a series using the specified order. The sort is based on the first Y-value of each of the data points.</summary>
1207      <param name="pointSortOrder">A <see cref="T:System.Windows.Forms.DataVisualization.Charting.PointSortOrder" /> enumeration value that determines if the sort is ascending or descending.</param>
1208      <param name="series">The <see cref="T:System.Windows.Forms.DataVisualization.Charting.Series" /> object to be sorted.</param>
1209    </member>
1210    <member name="M:System.Windows.Forms.DataVisualization.Charting.DataPoint.#ctor">
1211      <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.DataPoint" /> class.</summary>
1212    </member>
1213    <member name="M:System.Windows.Forms.DataVisualization.Charting.DataPoint.#ctor(System.Double,System.Double)">
1214      <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.DataPoint" /> class with the specified X and Y-value.</summary>
1215      <param name="xValue">The X-value of the data point.</param>
1216      <param name="yValue">The Y-value of the data point.</param>
1217    </member>
1218    <member name="M:System.Windows.Forms.DataVisualization.Charting.DataPoint.#ctor(System.Double,System.Double[])">
1219      <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.DataPoint" /> class with the specified X-value and an array of Y-values.</summary>
1220      <param name="xValue">The X-value of the data point.</param>
1221      <param name="yValues">An array of Y-values of the data point.</param>
1222    </member>
1223    <member name="M:System.Windows.Forms.DataVisualization.Charting.DataPoint.#ctor(System.Double,System.String)">
1224      <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.DataPoint" /> class with the specified X-value and Y-values.</summary>
1225      <param name="xValue">The X-value of the data point.</param>
1226      <param name="yValues">A comma-separated <see langword="string" /> of Y-values of the data point.</param>
1227    </member>
1228    <member name="M:System.Windows.Forms.DataVisualization.Charting.DataPoint.#ctor(System.Windows.Forms.DataVisualization.Charting.Series)">
1229      <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.DataPoint" /> class, and sets the <see cref="T:System.Windows.Forms.DataVisualization.Charting.Series" /> that the data point belongs to.</summary>
1230      <param name="series">The <see cref="T:System.Windows.Forms.DataVisualization.Charting.Series" /> object that the data point belongs to.</param>
1231    </member>
1232    <member name="M:System.Windows.Forms.DataVisualization.Charting.DataPoint.Clone">
1233      <summary>Returns a new instance that is an exact copy of the data point.</summary>
1234      <returns>A cloned <see cref="T:System.Windows.Forms.DataVisualization.Charting.DataPoint" /> object  that is an exact copy of the data point.</returns>
1235    </member>
1236    <member name="M:System.Windows.Forms.DataVisualization.Charting.DataPoint.GetValueByName(System.String)">
1237      <summary>Returns a data point that is specified by its name. This is a helper function.</summary>
1238      <param name="valueName">Point value names. X, Y, Y2...</param>
1239      <returns>A <see langword="string" /> value that represents a data point.</returns>
1240    </member>
1241    <member name="M:System.Windows.Forms.DataVisualization.Charting.DataPoint.SetValueXY(System.Object,System.Object[])">
1242      <summary>Sets the X-value and one or more Y-values of the data point.</summary>
1243      <param name="xValue">The X-value of the data point.</param>
1244      <param name="yValue">A list of Y-values of the data point.</param>
1245    </member>
1246    <member name="M:System.Windows.Forms.DataVisualization.Charting.DataPoint.SetValueY(System.Object[])">
1247      <summary>Sets the Y-value(s) of a single data point.</summary>
1248      <param name="yValue">The Y-value(s) of a <see cref="T:System.Windows.Forms.DataVisualization.Charting.DataPoint" /> object in the collection. Formatted as one or more values separated by commas.</param>
1249    </member>
1250    <member name="M:System.Windows.Forms.DataVisualization.Charting.DataPointCollection.Add(System.Double[])">
1251      <summary>Adds a new <see cref="T:System.Windows.Forms.DataVisualization.Charting.DataPoint" /> object to the collection and sets its Y value.</summary>
1252      <param name="y">The Y-value of the data point.</param>
1253      <returns>The newly added <see cref="T:System.Web.UI.DataVisualization.Charting.DataPoint" /> object.</returns>
1254    </member>
1255    <member name="M:System.Windows.Forms.DataVisualization.Charting.DataPointCollection.AddXY(System.Double,System.Double)">
1256      <summary>Adds a <see cref="T:System.Windows.Forms.DataVisualization.Charting.DataPoint" /> object to the end of the collection, with the specified X-value and Y-value.</summary>
1257      <param name="xValue">The X-value of the data point.</param>
1258      <param name="yValue">The Y-value of the data point.</param>
1259      <returns>An <see langword="integer" /> that represents the zero-based index where the item was inserted into the data point collection.</returns>
1260    </member>
1261    <member name="M:System.Windows.Forms.DataVisualization.Charting.DataPointCollection.AddXY(System.Object,System.Object[])">
1262      <summary>Adds a <see cref="T:System.Windows.Forms.DataVisualization.Charting.DataPoint" /> object to the end of the collection, with the specified X-value and Y-value(s).</summary>
1263      <param name="xValue">The X value of the data point.</param>
1264      <param name="yValue">One or more comma-separated values that represent the Y-value(s) of the data point.</param>
1265      <returns>An <see langword="integer" /> value that represents the zero-based index where the item was inserted into the collection.</returns>
1266    </member>
1267    <member name="M:System.Windows.Forms.DataVisualization.Charting.DataPointCollection.AddY(System.Double)">
1268      <summary>Adds a <see cref="T:System.Windows.Forms.DataVisualization.Charting.DataPoint" /> object to the end of the collection, with the specified Y-value.</summary>
1269      <param name="yValue">The Y-value of the data point.</param>
1270      <returns>An <see langword="integer" /> that represents the zero-based index where the item was inserted into the data point collection.</returns>
1271    </member>
1272    <member name="M:System.Windows.Forms.DataVisualization.Charting.DataPointCollection.AddY(System.Object[])">
1273      <summary>Adds a <see cref="T:System.Windows.Forms.DataVisualization.Charting.DataPoint" /> object to the end of the collection, with the specified Y-value(s).</summary>
1274      <param name="yValue">A comma-separated list of Y-value(s) of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.DataPoint" /> object added to the collection.</param>
1275      <returns>An <see langword="integer" /> that represents the location in zero-based index where the item was inserted into the collection.</returns>
1276    </member>
1277    <member name="M:System.Windows.Forms.DataVisualization.Charting.DataPointCollection.ClearItems">
1278      <summary>Removes all elements from the <see cref="T:System.Collections.ObjectModel.Collection`1" />.</summary>
1279    </member>
1280    <member name="M:System.Windows.Forms.DataVisualization.Charting.DataPointCollection.DataBind(System.Collections.IEnumerable,System.String,System.String,System.String)">
1281      <summary>Data binds the X-value, Y-value(s) and property values of the data points, such as Tooltip or LabelStyle, to the data source. </summary>
1282      <param name="dataSource">The data source to bind with X-value and Y-value(s).</param>
1283      <param name="xField">The name of the field for X-values.</param>
1284      <param name="yFields">A comma separated names of the fields for Y-values.</param>
1285      <param name="otherFields">Other data point properties with binding rules, in the format: PointProperty=Field[{Format}] [,PointProperty=Field[{Format}]]. For example: "Tooltip=Price{C1},Url=WebSiteName".</param>
1286    </member>
1287    <member name="M:System.Windows.Forms.DataVisualization.Charting.DataPointCollection.DataBindXY(System.Collections.IEnumerable,System.Collections.IEnumerable[])">
1288      <summary>Data binds the X-value and Y-values of the collection's data points to the first columns of the specified data source.</summary>
1289      <param name="xValue">The data source that will supply the X-values for the data points.</param>
1290      <param name="yValues">A comma-separated list of the Y-value(s) of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.DataPoint" /> object added to the collection.</param>
1291    </member>
1292    <member name="M:System.Windows.Forms.DataVisualization.Charting.DataPointCollection.DataBindXY(System.Collections.IEnumerable,System.String,System.Collections.IEnumerable,System.String)">
1293      <summary>Data binds the X-value and Y-values of the data points in the collection to the specified columns of the specified data sources.</summary>
1294      <param name="xValue">The data source that will supply the X-values for the data points.</param>
1295      <param name="xField">The name of the column that will supply the X-values for the data points.</param>
1296      <param name="yValue">A comma-separated list of the Y-value(s) of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.DataPoint" /> object added to the collection.</param>
1297      <param name="yFields">A comma-separated list of column name(s) that will supply the Y-values for the data points. Note that a comma can be embedded as part of a column name, by using a double comma.</param>
1298    </member>
1299    <member name="M:System.Windows.Forms.DataVisualization.Charting.DataPointCollection.DataBindY(System.Collections.IEnumerable,System.String)">
1300      <summary>Data binds the Y-value(s) of the data points to the specified column(s) of the specified data source.</summary>
1301      <param name="yValue">An <see cref="T:System.Collections.Generic.IEnumerable`1" /> data source object that provides the Y-value(s).</param>
1302      <param name="yFields">The data source field(s) to which to bind data point(s). Note that a comma can be embedded as part of a column name, by using a double comma.</param>
1303    </member>
1304    <member name="M:System.Windows.Forms.DataVisualization.Charting.DataPointCollection.DataBindY(System.Collections.IEnumerable[])">
1305      <summary>Data binds the Y-value(s) of the collection's data points to the first column of the specified data source(s).</summary>
1306      <param name="yValue">One or more comma-separated <see cref="T:System.Collections.Generic.IEnumerable`1" /> data sources.</param>
1307    </member>
1308    <member name="M:System.Windows.Forms.DataVisualization.Charting.DataPointCollection.FindAllByValue(System.Double)">
1309      <summary>Finds all the data points that are equal to the specified value.</summary>
1310      <param name="valueToFind">The data point value to find.</param>
1311      <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1" /> interface that represents the enumerator of the matching data points.</returns>
1312    </member>
1313    <member name="M:System.Windows.Forms.DataVisualization.Charting.DataPointCollection.FindAllByValue(System.Double,System.String)">
1314      <summary>Finds all the data points that are equal to the specified value.</summary>
1315      <param name="valueToFind">The data point value to find.</param>
1316      <param name="useValue">The data point value to use (X, Y1, Y2...).</param>
1317      <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1" /> interface that represents the enumerator of the matching data points.</returns>
1318    </member>
1319    <member name="M:System.Windows.Forms.DataVisualization.Charting.DataPointCollection.FindAllByValue(System.Double,System.String,System.Int32)">
1320      <summary>Finds all the data points that are equal to the specified value, starting from the specified index location.</summary>
1321      <param name="valueToFind">The data point value to find.</param>
1322      <param name="useValue">The data point value to use (X, Y1, Y2...).</param>
1323      <param name="startIndex">The index location of the data point to start searching from.</param>
1324      <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1" /> interface that represents the enumerator of the matching data points.</returns>
1325    </member>
1326    <member name="M:System.Windows.Forms.DataVisualization.Charting.DataPointCollection.FindByValue(System.Double)">
1327      <summary>Finds the first data point that is equal to the specified value.</summary>
1328      <param name="valueToFind">The data point value to find.</param>
1329      <returns>The <see cref="T:System.Windows.Forms.DataVisualization.Charting.DataPoint" /> that matches the specified value, or <see langword="null" /> if there is no match.</returns>
1330    </member>
1331    <member name="M:System.Windows.Forms.DataVisualization.Charting.DataPointCollection.FindByValue(System.Double,System.String)">
1332      <summary>Finds the first data point that is equal to the specified value.</summary>
1333      <param name="valueToFind">The data point value to find.</param>
1334      <param name="useValue">The data point value to use (X, Y1, Y2...).</param>
1335      <returns>The <see cref="T:System.Windows.Forms.DataVisualization.Charting.DataPoint" /> that matches the specified value, or <see langword="null" /> if there is no match.</returns>
1336    </member>
1337    <member name="M:System.Windows.Forms.DataVisualization.Charting.DataPointCollection.FindByValue(System.Double,System.String,System.Int32)">
1338      <summary>Finds the first data point that is equal to the specified value, starting from the specified index location.</summary>
1339      <param name="valueToFind">The data point value to find.</param>
1340      <param name="useValue">The data point value to use (X, Y1, Y2...).</param>
1341      <param name="startIndex">The index location of the data point to start searching from.</param>
1342      <returns>The <see cref="T:System.Windows.Forms.DataVisualization.Charting.DataPoint" /> that matches the specified value, or <see langword="null" /> if there is no match.</returns>
1343    </member>
1344    <member name="M:System.Windows.Forms.DataVisualization.Charting.DataPointCollection.FindMaxByValue">
1345      <summary>Finds  the data point with the maximum value.</summary>
1346      <returns>The <see cref="T:System.Windows.Forms.DataVisualization.Charting.DataPoint" /> object with the maximum value.</returns>
1347    </member>
1348    <member name="M:System.Windows.Forms.DataVisualization.Charting.DataPointCollection.FindMaxByValue(System.String)">
1349      <summary>Finds the data point value with the maximum value.</summary>
1350      <param name="useValue">The data point value to use (X, Y1, Y2...).</param>
1351      <returns>The <see cref="T:System.Windows.Forms.DataVisualization.Charting.DataPoint" /> object with the maximum value.</returns>
1352    </member>
1353    <member name="M:System.Windows.Forms.DataVisualization.Charting.DataPointCollection.FindMaxByValue(System.String,System.Int32)">
1354      <summary>Finds the data point with the maximum value, starting from the specified index location.</summary>
1355      <param name="useValue">The data point value to use (X, Y1, Y2...).</param>
1356      <param name="startIndex">The index location of the data point to start searching from.</param>
1357      <returns>The <see cref="T:System.Windows.Forms.DataVisualization.Charting.DataPoint" /> object with the maximum value.</returns>
1358    </member>
1359    <member name="M:System.Windows.Forms.DataVisualization.Charting.DataPointCollection.FindMinByValue">
1360      <summary>Finds the data point with the minimum value.</summary>
1361      <returns>The <see cref="T:System.Windows.Forms.DataVisualization.Charting.DataPoint" /> object with the minimum value.</returns>
1362    </member>
1363    <member name="M:System.Windows.Forms.DataVisualization.Charting.DataPointCollection.FindMinByValue(System.String)">
1364      <summary>Finds the data point with the minimum value.</summary>
1365      <param name="useValue">The data point value to use (X, Y1, Y2...).</param>
1366      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.DataPoint" /> object with the minimum value.</returns>
1367    </member>
1368    <member name="M:System.Windows.Forms.DataVisualization.Charting.DataPointCollection.FindMinByValue(System.String,System.Int32)">
1369      <summary>Finds the data point with the minimum value, starting from the specified index location.</summary>
1370      <param name="useValue">The data point value to use (X, Y1, Y2...).</param>
1371      <param name="startIndex">The index location of the data point to start searching from.</param>
1372      <returns>The <see cref="T:System.Windows.Forms.DataVisualization.Charting.DataPoint" /> object with the minimum value.</returns>
1373    </member>
1374    <member name="M:System.Windows.Forms.DataVisualization.Charting.DataPointCollection.InsertXY(System.Int32,System.Object,System.Object[])">
1375      <summary>Inserts a data point with the specified X value and one or more specified Y values.</summary>
1376      <param name="index">The index at which the data point will be inserted.</param>
1377      <param name="xValue">The X value of the data point.</param>
1378      <param name="yValue">A comma-separated list of Y values of the data point.</param>
1379    </member>
1380    <member name="M:System.Windows.Forms.DataVisualization.Charting.DataPointCollection.InsertY(System.Int32,System.Object[])">
1381      <summary>Inserts a data point with one or more specified Y values.</summary>
1382      <param name="index">The index at which the data point will be inserted.</param>
1383      <param name="yValue">A comma-separated list of Y values of the data point.</param>
1384    </member>
1385    <member name="M:System.Windows.Forms.DataVisualization.Charting.DataPointComparer.#ctor(System.Windows.Forms.DataVisualization.Charting.Series,System.Windows.Forms.DataVisualization.Charting.PointSortOrder,System.String)">
1386      <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.DataPointComparer" /> class with the specified data series, sort order and sort value.</summary>
1387      <param name="series">Data series.</param>
1388      <param name="sortOrder">Sort order.</param>
1389      <param name="sortBy">Value used for the sort, for example, "X", "Y or Y1", "Y2", and so forth.</param>
1390    </member>
1391    <member name="M:System.Windows.Forms.DataVisualization.Charting.DataPointComparer.Compare(System.Windows.Forms.DataVisualization.Charting.DataPoint,System.Windows.Forms.DataVisualization.Charting.DataPoint)">
1392      <summary>Compares two data points.</summary>
1393      <param name="x">First data point.</param>
1394      <param name="y">Second data point.</param>
1395      <returns>An <see langword="integer" /> value. Returns zero (0) if the two values are equal. Returns a positive integer if the value of <paramref name="x" /> is greater than the value of <paramref name="y" />; otherwise, returns a negative integer.</returns>
1396    </member>
1397    <member name="M:System.Windows.Forms.DataVisualization.Charting.DataPointCustomProperties.#ctor">
1398      <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.DataPointCustomProperties" /> class.</summary>
1399    </member>
1400    <member name="M:System.Windows.Forms.DataVisualization.Charting.DataPointCustomProperties.#ctor(System.Windows.Forms.DataVisualization.Charting.Series,System.Boolean)">
1401      <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.DataPointCustomProperties" /> class with the specified series and custom properties flag.</summary>
1402      <param name="series">The series that the data point belongs to.</param>
1403      <param name="pointProperties">A flag that indicates whether this is a data point custom property.</param>
1404    </member>
1405    <member name="M:System.Windows.Forms.DataVisualization.Charting.DataPointCustomProperties.DeleteCustomProperty(System.String)">
1406      <summary>Deletes the data point custom property with the specified name.</summary>
1407      <param name="name">The name of the property to delete.</param>
1408    </member>
1409    <member name="M:System.Windows.Forms.DataVisualization.Charting.DataPointCustomProperties.GetCustomProperty(System.String)">
1410      <summary>Returns the data point custom property with the specified name.</summary>
1411      <param name="name">The name of the property to return.</param>
1412      <returns>A <see langword="string" /> value that represents the data point custom property with the specified name. If the requested property is not set, the default custom property of the data series will be returned.</returns>
1413    </member>
1414    <member name="M:System.Windows.Forms.DataVisualization.Charting.DataPointCustomProperties.IsCustomPropertySet(System.String)">
1415      <summary>Determines whether a custom property with the specified name was set.</summary>
1416      <param name="name">The name of the custom property to check.</param>
1417      <returns>
1418          <see langword="true" /> if the custom property was set; otherwise, <see langword="false" />.</returns>
1419    </member>
1420    <member name="M:System.Windows.Forms.DataVisualization.Charting.DataPointCustomProperties.ResetIsValueShownAsLabel">
1421      <summary>Resets a custom property to its default value.</summary>
1422    </member>
1423    <member name="M:System.Windows.Forms.DataVisualization.Charting.DataPointCustomProperties.ResetIsVisibleInLegend">
1424      <summary>Resets a custom property to its default value.</summary>
1425    </member>
1426    <member name="M:System.Windows.Forms.DataVisualization.Charting.DataPointCustomProperties.SetCustomProperty(System.String,System.String)">
1427      <summary>Sets a custom property of the data point.</summary>
1428      <param name="name">The name of the property to set.</param>
1429      <param name="propertyValue">The value of the property to set.</param>
1430    </member>
1431    <member name="M:System.Windows.Forms.DataVisualization.Charting.DataPointCustomProperties.SetDefault(System.Boolean)">
1432      <summary>Sets the default properties of the data point. Indicates whether the previous property values must be cleared.</summary>
1433      <param name="clearAll">A flag that indicates whether to clear previous property values.</param>
1434    </member>
1435    <member name="M:System.Windows.Forms.DataVisualization.Charting.ElementPosition.#ctor">
1436      <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.ElementPosition" /> class.</summary>
1437    </member>
1438    <member name="M:System.Windows.Forms.DataVisualization.Charting.ElementPosition.#ctor(System.Single,System.Single,System.Single,System.Single)">
1439      <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.ElementPosition" /> class with the specified <paramref name="x" />, <paramref name="y" />, <paramref name="width" /> and <paramref name="height" /> parameters.</summary>
1440      <param name="x">The X position of the top-left corner of the chart control.</param>
1441      <param name="y">The Y position of the top-left corner of the chart control.</param>
1442      <param name="width">The width of the chart element.</param>
1443      <param name="height">The height of the chart element.</param>
1444    </member>
1445    <member name="M:System.Windows.Forms.DataVisualization.Charting.ElementPosition.FromRectangleF(System.Drawing.RectangleF)">
1446      <summary>Initializes an <see cref="T:System.Windows.Forms.DataVisualization.Charting.ElementPosition" /> object from a <see cref="T:System.Drawing.RectangleF" /> structure.</summary>
1447      <param name="rect">A <see cref="T:System.Drawing.RectangleF" /> structure used to initialize the element position object.</param>
1448    </member>
1449    <member name="M:System.Windows.Forms.DataVisualization.Charting.ElementPosition.ToRectangleF">
1450      <summary>Returns a <see cref="T:System.Drawing.RectangleF" /> object that uses the coordinates of an <see cref="T:System.Windows.Forms.DataVisualization.Charting.ElementPosition" /> object.</summary>
1451      <returns>A <see cref="T:System.Drawing.RectangleF" /> structure that represents the coordinates of an element position object.</returns>
1452    </member>
1453    <member name="M:System.Windows.Forms.DataVisualization.Charting.EllipseAnnotation.#ctor">
1454      <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.EllipseAnnotation" /> class.</summary>
1455    </member>
1456    <member name="M:System.Windows.Forms.DataVisualization.Charting.FTestResult.#ctor">
1457      <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.FTestResult" /> class.</summary>
1458    </member>
1459    <member name="M:System.Windows.Forms.DataVisualization.Charting.Grid.#ctor">
1460      <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.Grid" /> class.</summary>
1461    </member>
1462    <member name="M:System.Windows.Forms.DataVisualization.Charting.HitTestResult.#ctor">
1463      <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.HitTestResult" /> class.</summary>
1464    </member>
1465    <member name="M:System.Windows.Forms.DataVisualization.Charting.HorizontalLineAnnotation.#ctor">
1466      <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.HorizontalLineAnnotation" /> class.</summary>
1467    </member>
1468    <member name="M:System.Windows.Forms.DataVisualization.Charting.IDataPointFilter.FilterDataPoint(System.Windows.Forms.DataVisualization.Charting.DataPoint,System.Windows.Forms.DataVisualization.Charting.Series,System.Int32)">
1469      <summary>Determines whether a particular data point in the series will be filtered. </summary>
1470      <param name="point">The <see cref="T:System.Windows.Forms.DataVisualization.Charting.DataPoint" /> object to be filtered.</param>
1471      <param name="series">The <see cref="T:System.Windows.Forms.DataVisualization.Charting.Series" /> object that the data point belongs to.</param>
1472      <param name="pointIndex">The index of the data point, which determines its position in the series.</param>
1473      <returns>
1474          <see langword="True" /> if the data point is removed, otherwise <see langword="false" />.</returns>
1475    </member>
1476    <member name="M:System.Windows.Forms.DataVisualization.Charting.ImageAnnotation.#ctor">
1477      <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.ImageAnnotation" /> class.</summary>
1478    </member>
1479    <member name="M:System.Windows.Forms.DataVisualization.Charting.LabelStyle.#ctor">
1480      <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.LabelStyle" /> class.</summary>
1481    </member>
1482    <member name="M:System.Windows.Forms.DataVisualization.Charting.LabelStyle.Dispose(System.Boolean)">
1483      <summary>Releases the resources used by the <see cref="T:System.Windows.Forms.DataVisualization.Charting.LabelStyle" />.</summary>
1484      <param name="disposing">
1485            <see langword="True" /> to release both managed and unmanaged resources; <see langword="False" /> to release only unmanaged resources.</param>
1486    </member>
1487    <member name="M:System.Windows.Forms.DataVisualization.Charting.Legend.#ctor">
1488      <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.Legend" /> class.</summary>
1489    </member>
1490    <member name="M:System.Windows.Forms.DataVisualization.Charting.Legend.#ctor(System.String)">
1491      <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.AnnotationPathPoint" /> class with the specified legend name.</summary>
1492      <param name="name">The name of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.Legend" /> object.</param>
1493    </member>
1494    <member name="M:System.Windows.Forms.DataVisualization.Charting.Legend.Dispose(System.Boolean)">
1495      <summary>Releases the unmanaged resources used by the <see cref="T:System.Windows.Forms.DataVisualization.Charting.Legend" /> and optionally releases the managed resources.</summary>
1496      <param name="disposing">
1497            <see langword="true" /> to release both managed and unmanaged resources; <see langword="false" /> to release only unmanaged resources.</param>
1498    </member>
1499    <member name="M:System.Windows.Forms.DataVisualization.Charting.LegendCell.#ctor">
1500      <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.LegendCell" /> class.</summary>
1501    </member>
1502    <member name="M:System.Windows.Forms.DataVisualization.Charting.LegendCell.#ctor(System.String)">
1503      <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.LegendCell" /> class with a <paramref name="text" /> parameter that specifies the cell text or image name.</summary>
1504      <param name="text">A <see langword="string" /> value that represent the cell text or image name, depending on the type of cell.</param>
1505    </member>
1506    <member name="M:System.Windows.Forms.DataVisualization.Charting.LegendCell.#ctor(System.Windows.Forms.DataVisualization.Charting.LegendCellType,System.String)">
1507      <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.LegendCell" /> class with the specified cell type and a <paramref name="text" /> parameter that specifies the cell text or image name.</summary>
1508      <param name="cellType">A <see cref="T:System.Windows.Forms.DataVisualization.Charting.LegendCellType" /> value that represents the legend cell type to be used.</param>
1509      <param name="text">A string value that represents the cell text or image name, depending on the type of cell.</param>
1510    </member>
1511    <member name="M:System.Windows.Forms.DataVisualization.Charting.LegendCell.#ctor(System.Windows.Forms.DataVisualization.Charting.LegendCellType,System.String,System.Drawing.ContentAlignment)">
1512      <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.LegendCell" /> class with the specified cell type, content alignment, and a <paramref name="text" /> parameter that specifies the cell text or image name.</summary>
1513      <param name="cellType">A <see cref="T:System.Windows.Forms.DataVisualization.Charting.LegendCellType" /> value that represents the legend cell type to be used.</param>
1514      <param name="text">A <see langword="string" /> value representing the cell text or image name, depending on the type of cell.</param>
1515      <param name="alignment">A <see cref="T:System.Drawing.ContentAlignment" /> value that represents the alignment of the legend cell contents.</param>
1516    </member>
1517    <member name="M:System.Windows.Forms.DataVisualization.Charting.LegendCell.Dispose(System.Boolean)">
1518      <summary>Releases the unmanaged resources used by the <see cref="T:System.Windows.Forms.DataVisualization.Charting.LegendCell" /> and optionally releases the managed resources.</summary>
1519      <param name="disposing">
1520            <see langword="true" /> to release both managed and unmanaged resources; <see langword="false" /> to release only unmanaged resources.</param>
1521    </member>
1522    <member name="M:System.Windows.Forms.DataVisualization.Charting.LegendCellCollection.Add(System.Windows.Forms.DataVisualization.Charting.LegendCellType,System.String,System.Drawing.ContentAlignment)">
1523      <summary>Adds a legend cell with the specified cell type, text and alignment to the end of the collection.</summary>
1524      <param name="cellType">A <see cref="T:System.Windows.Forms.DataVisualization.Charting.LegendCellType" /> value representing the cell type.</param>
1525      <param name="text">A <see langword="string" /> value that represents either the cell text or its image name, depending on the value of the <paramref name="cellType" /> parameter.</param>
1526      <param name="alignment">A <see cref="T:System.Drawing.ContentAlignment" /> value that represents the cell content alignment.</param>
1527      <returns>An <see langword="integer" /> value that represents the index of the newly added legend cell in the collection. The index is zero-based.</returns>
1528    </member>
1529    <member name="M:System.Windows.Forms.DataVisualization.Charting.LegendCellCollection.Insert(System.Int32,System.Windows.Forms.DataVisualization.Charting.LegendCellType,System.String,System.Drawing.ContentAlignment)">
1530      <summary>Inserts a legend cell with the specified cell type, text and alignment into the collection at a given location.</summary>
1531      <param name="index">Index of the location to insert the object.</param>
1532      <param name="cellType">A <see cref="T:System.Windows.Forms.DataVisualization.Charting.LegendCellType" /> value that represents the cell type.</param>
1533      <param name="text">A <see langword="string" /> value that represents either the cell text or its image name, depending on the value of the <paramref name="cellType" /> parameter.</param>
1534      <param name="alignment">A <see cref="T:System.Drawing.ContentAlignment" /> enumeration value that represents the alignment of the legend cell content.</param>
1535    </member>
1536    <member name="M:System.Windows.Forms.DataVisualization.Charting.LegendCellColumn.#ctor">
1537      <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.LegendCellColumn" /> class.</summary>
1538    </member>
1539    <member name="M:System.Windows.Forms.DataVisualization.Charting.LegendCellColumn.#ctor(System.String,System.Windows.Forms.DataVisualization.Charting.LegendCellColumnType,System.String)">
1540      <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.LegendCellColumn" /> class with the specified header text, column type and column cell text.</summary>
1541      <param name="headerText">The text for the legend cell column header.</param>
1542      <param name="columnType">A <see cref="T:System.Windows.Forms.DataVisualization.Charting.LegendCellColumnType" /> enumeration value that represents the legend cell column type.</param>
1543      <param name="text">The text for the legend cell column.</param>
1544    </member>
1545    <member name="M:System.Windows.Forms.DataVisualization.Charting.LegendCellColumn.#ctor(System.String,System.Windows.Forms.DataVisualization.Charting.LegendCellColumnType,System.String,System.Drawing.ContentAlignment)">
1546      <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.LegendCellColumn" /> class with the specified header text, column type, column cell text and content alignment.</summary>
1547      <param name="headerText">The text for the legend cell column header.</param>
1548      <param name="columnType">A <see cref="T:System.Windows.Forms.DataVisualization.Charting.LegendCellColumnType" /> enumeration value that represents the legend cell column type.</param>
1549      <param name="text">The text for the legend cell column.</param>
1550      <param name="alignment">The legend column content alignment.</param>
1551    </member>
1552    <member name="M:System.Windows.Forms.DataVisualization.Charting.LegendCellColumn.Dispose(System.Boolean)">
1553      <summary>Releases the unmanaged resources used by the <see cref="T:System.Windows.Forms.DataVisualization.Charting.LegendCellColumn" /> and optionally releases the managed resources.</summary>
1554      <param name="disposing">
1555            <see langword="true" /> to release both managed and unmanaged resources; <see langword="false" /> to release only unmanaged resources.</param>
1556    </member>
1557    <member name="M:System.Windows.Forms.DataVisualization.Charting.LegendCellColumn.ShouldSerializeMargins">
1558      <summary>Determines whether the property should be serialized.</summary>
1559      <returns>
1560          <see langword="true" /> if property should be serialized; otherwise, <see langword="false" />.</returns>
1561    </member>
1562    <member name="M:System.Windows.Forms.DataVisualization.Charting.LegendCellColumnCollection.Dispose(System.Boolean)">
1563      <summary>Releases the unmanaged resources used by the <see cref="T:System.Windows.Forms.DataVisualization.Charting.LegendCellColumnCollection" /> and optionally releases the managed resources.</summary>
1564      <param name="disposing">
1565            <see langword="True" /> to release both managed and unmanaged resources; <see langword="False" /> to release only unmanaged resources.</param>
1566    </member>
1567    <member name="M:System.Windows.Forms.DataVisualization.Charting.LegendCollection.Add(System.String)">
1568      <summary>Adds the specified <see cref="T:System.Windows.Forms.DataVisualization.Charting.Legend" /> object to the end of the collection.</summary>
1569      <param name="name">The name of legend to be added.</param>
1570      <returns>A <see langword="string" /> value that represents the index of the added item.</returns>
1571    </member>
1572    <member name="M:System.Windows.Forms.DataVisualization.Charting.LegendItem.#ctor">
1573      <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.LegendItem" /> class.</summary>
1574    </member>
1575    <member name="M:System.Windows.Forms.DataVisualization.Charting.LegendItem.#ctor(System.String,System.Drawing.Color,System.String)">
1576      <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.LegendItem" /> class with the specified name, color and image path.</summary>
1577      <param name="name">The name of the legend item.</param>
1578      <param name="color">The color of the legend item.</param>
1579      <param name="image">The path of the image to be displayed for the legend item.</param>
1580    </member>
1581    <member name="M:System.Windows.Forms.DataVisualization.Charting.LegendItem.Dispose(System.Boolean)">
1582      <summary>Releases the unmanaged resources used by the <see cref="T:System.Windows.Forms.DataVisualization.Charting.LegendItem" /> and optionally releases the managed resources.</summary>
1583      <param name="disposing">
1584            <see langword="true" /> to release both managed and unmanaged resources; <see langword="false" /> to release only unmanaged resources.</param>
1585    </member>
1586    <member name="M:System.Windows.Forms.DataVisualization.Charting.LegendItemsCollection.Add(System.Drawing.Color,System.String)">
1587      <summary>Adds a custom <see cref="T:System.Windows.Forms.DataVisualization.Charting.LegendItem" /> object to the end of the collection.</summary>
1588      <param name="color">The symbol color of the legend item.</param>
1589      <param name="text">The legend item text.</param>
1590      <returns>An <see langword="integer" /> that represents the location in the zero-based index where the item was inserted into the collection.</returns>
1591    </member>
1592    <member name="M:System.Windows.Forms.DataVisualization.Charting.LegendItemsCollection.Add(System.String,System.String)">
1593      <summary>Adds a custom <see cref="T:System.Windows.Forms.DataVisualization.Charting.LegendItem" /> object with the specified image to the end of the collection.</summary>
1594      <param name="image">The absolute or relative URL of the image file to be used for the legend item symbol.</param>
1595      <param name="text">The legend item text.</param>
1596      <returns>An <see langword="integer" /> that represents the location in the zero-based index where the item was inserted into the collection.</returns>
1597    </member>
1598    <member name="M:System.Windows.Forms.DataVisualization.Charting.LegendItemsCollection.Insert(System.Int32,System.Drawing.Color,System.String)">
1599      <summary>Inserts a <see cref="T:System.Windows.Forms.DataVisualization.Charting.LegendItem" /> object with the specified text and symbol color into the collection at the specified location.</summary>
1600      <param name="index">The location in the zero-based index where the <see cref="T:System.Windows.Forms.DataVisualization.Charting.LegendItem" /> object is to be inserted.</param>
1601      <param name="color">The symbol color of the legend item.</param>
1602      <param name="text">The legend item text.</param>
1603    </member>
1604    <member name="M:System.Windows.Forms.DataVisualization.Charting.LegendItemsCollection.Insert(System.Int32,System.String,System.String)">
1605      <summary>Inserts a <see cref="T:System.Windows.Forms.DataVisualization.Charting.LegendItem" /> object with the specified text and symbol image into the collection at the specified location.</summary>
1606      <param name="index">The location in the zero-based index where the <see cref="T:System.Windows.Forms.DataVisualization.Charting.LegendItem" /> object is to be inserted.</param>
1607      <param name="image">The absolute or relative URL of the image file to be used for the legend item symbol.</param>
1608      <param name="text">The legend item text.</param>
1609    </member>
1610    <member name="M:System.Windows.Forms.DataVisualization.Charting.LegendItemsCollection.Reverse">
1611      <summary>Reverses the order of items in the collection.</summary>
1612    </member>
1613    <member name="M:System.Windows.Forms.DataVisualization.Charting.LineAnnotation.#ctor">
1614      <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.LineAnnotation" /> class.</summary>
1615    </member>
1616    <member name="M:System.Windows.Forms.DataVisualization.Charting.Margins.#ctor">
1617      <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.Margins" /> class.</summary>
1618    </member>
1619    <member name="M:System.Windows.Forms.DataVisualization.Charting.Margins.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)">
1620      <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.Margins" /> class with the specified top, bottom, left and right coordinates of the margin.</summary>
1621      <param name="top">Top margin.</param>
1622      <param name="bottom">Bottom margin.</param>
1623      <param name="left">Left margin.</param>
1624      <param name="right">Right margin.</param>
1625    </member>
1626    <member name="M:System.Windows.Forms.DataVisualization.Charting.Margins.Equals(System.Object)">
1627      <summary>Determines whether the specified object is equal to the current object.</summary>
1628      <param name="obj">The object to compare with the current object.</param>
1629      <returns>
1630          <see langword="True" /> if the specified object is equal to the current object, otherwise <see langword="false" />.</returns>
1631    </member>
1632    <member name="M:System.Windows.Forms.DataVisualization.Charting.Margins.GetHashCode">
1633      <summary>Gets the hash code for the <see cref="T:System.Windows.Forms.DataVisualization.Charting.Margins" /> object.</summary>
1634      <returns>An <see langword="integer" /> value that represents the hash code for a <see cref="T:System.Windows.Forms.DataVisualization.Charting.Margins" /> object.</returns>
1635    </member>
1636    <member name="M:System.Windows.Forms.DataVisualization.Charting.Margins.IsEmpty">
1637      <summary>Determines whether the margins are empty.</summary>
1638      <returns>
1639          <see langword="True" /> if all margins values are zero, otherwise <see langword="false" />.</returns>
1640    </member>
1641    <member name="M:System.Windows.Forms.DataVisualization.Charting.Margins.ToRectangleF">
1642      <summary>Converts a <see cref="T:System.Windows.Forms.DataVisualization.Charting.Margins" /> object to a <see cref="T:System.Drawing.RectangleF" /> object.</summary>
1643      <returns>A <see cref="RectangleF" /> object that has margins.</returns>
1644    </member>
1645    <member name="M:System.Windows.Forms.DataVisualization.Charting.Margins.ToString">
1646      <summary>Converts a <see cref="T:System.Windows.Forms.DataVisualization.Charting.Margins" /> object to its <see langword="string" /> representation.</summary>
1647      <returns>A <see langword="string" /> value that represents this object.</returns>
1648    </member>
1649    <member name="M:System.Windows.Forms.DataVisualization.Charting.NamedImage.#ctor">
1650      <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.NamedImage" /> class.</summary>
1651    </member>
1652    <member name="M:System.Windows.Forms.DataVisualization.Charting.NamedImage.#ctor(System.String,System.Drawing.Image)">
1653      <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.NamedImage" /> class with the specified name of the named image and its associated image.</summary>
1654      <param name="name">The name of the named image. Use this name when setting a named image to one of the image properties.</param>
1655      <param name="image">The associated image of the named image.</param>
1656    </member>
1657    <member name="M:System.Windows.Forms.DataVisualization.Charting.NamedImage.Dispose(System.Boolean)">
1658      <summary>Releases unmanaged and, optionally, managed resources.</summary>
1659      <param name="disposing">
1660            <see langword="true" /> to release both unmanaged and managed resources; <see langword="false" /> to release only unmanaged resources.</param>
1661    </member>
1662    <member name="M:System.Windows.Forms.DataVisualization.Charting.Point3D.#ctor">
1663      <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.Point3D" /> class.</summary>
1664    </member>
1665    <member name="M:System.Windows.Forms.DataVisualization.Charting.Point3D.#ctor(System.Single,System.Single,System.Single)">
1666      <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.AnnotationPathPoint" /> class with the specified X, Y and Z coordinates.</summary>
1667      <param name="x">The X coordinate of 3D point.</param>
1668      <param name="y">The Y coordinate of 3D point.</param>
1669      <param name="z">The Z coordinate, which represents the depth of 3D point.</param>
1670    </member>
1671    <member name="M:System.Windows.Forms.DataVisualization.Charting.PolygonAnnotation.#ctor">
1672      <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.PolygonAnnotation" /> class.</summary>
1673    </member>
1674    <member name="M:System.Windows.Forms.DataVisualization.Charting.PolylineAnnotation.#ctor">
1675      <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.PolylineAnnotation" /> class.</summary>
1676    </member>
1677    <member name="M:System.Windows.Forms.DataVisualization.Charting.PolylineAnnotation.Dispose(System.Boolean)">
1678      <summary>Releases unmanaged and, optionally, managed resources.</summary>
1679      <param name="disposing">
1680            <see langword="True" /> to release both unmanaged and managed resources; <see langword="false" /> to release only unmanaged resources.</param>
1681    </member>
1682    <member name="M:System.Windows.Forms.DataVisualization.Charting.PolylineAnnotation.EndPlacement">
1683      <summary>Ends the user placement of a polyline annotation.</summary>
1684    </member>
1685    <member name="M:System.Windows.Forms.DataVisualization.Charting.PrintingManager.#ctor(System.ComponentModel.Design.IServiceContainer)">
1686      <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.PrintingManager" /> class.</summary>
1687      <param name="container">An <see cref="T:System.ComponentModel.Design.IServiceContainer" /> reference.</param>
1688    </member>
1689    <member name="M:System.Windows.Forms.DataVisualization.Charting.PrintingManager.Dispose">
1690      <summary>Frees, releases, or resets managed resources.</summary>
1691    </member>
1692    <member name="M:System.Windows.Forms.DataVisualization.Charting.PrintingManager.Dispose(System.Boolean)">
1693      <summary>Releases unmanaged and, optionally, managed resources</summary>
1694      <param name="disposing">
1695            <see langword="true" /> to release both unmanaged and managed resources; <see langword="false" /> to release only unmanaged resources.</param>
1696    </member>
1697    <member name="M:System.Windows.Forms.DataVisualization.Charting.PrintingManager.PageSetup">
1698      <summary>Displays a Page Setup dialog.</summary>
1699    </member>
1700    <member name="M:System.Windows.Forms.DataVisualization.Charting.PrintingManager.Print(System.Boolean)">
1701      <summary>Prints the chart.</summary>
1702      <param name="showPrintDialog">
1703            <see langword="true" /> to indicate that a print dialog should be shown; otherwise, <see langword="false" />.</param>
1704    </member>
1705    <member name="M:System.Windows.Forms.DataVisualization.Charting.PrintingManager.PrintPaint(System.Drawing.Graphics,System.Drawing.Rectangle)">
1706      <summary>Draws the chart on the printer graphics.</summary>
1707      <param name="graphics">The printer <see cref="T:System.Drawing.Graphics" /> object.</param>
1708      <param name="position">The position to draw on the graphics.</param>
1709    </member>
1710    <member name="M:System.Windows.Forms.DataVisualization.Charting.PrintingManager.PrintPreview">
1711      <summary>Provides a preview of the chart.</summary>
1712    </member>
1713    <member name="M:System.Windows.Forms.DataVisualization.Charting.RectangleAnnotation.#ctor">
1714      <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.AnnotationPathPoint" /> class.</summary>
1715    </member>
1716    <member name="M:System.Windows.Forms.DataVisualization.Charting.ScrollBarEventArgs.#ctor(System.Windows.Forms.DataVisualization.Charting.Axis,System.Int32,System.Int32,System.Windows.Forms.DataVisualization.Charting.ScrollBarButtonType)">
1717      <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.ScrollBarEventArgs" /> class with the specified axis, X and Y positions of the mouse cursor, and type of button clicked.</summary>
1718      <param name="axis">The <see cref="T:System.Windows.Forms.DataVisualization.Charting.Axis" /> that contains the scrollbar.</param>
1719      <param name="x">The X position of mouse cursor.</param>
1720      <param name="y">The Y position of mouse cursor.</param>
1721      <param name="buttonType">The type of button clicked.</param>
1722    </member>
1723    <member name="M:System.Windows.Forms.DataVisualization.Charting.Series.#ctor">
1724      <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.Series" /> class.</summary>
1725    </member>
1726    <member name="M:System.Windows.Forms.DataVisualization.Charting.Series.#ctor(System.String)">
1727      <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.Series" /> class with the specified series name.</summary>
1728      <param name="name">The name of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.Series" /> object that will be created. This must be a unique name; otherwise, an exception will be thrown.</param>
1729    </member>
1730    <member name="M:System.Windows.Forms.DataVisualization.Charting.Series.#ctor(System.String,System.Int32)">
1731      <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.Series" /> class with the specified name and maximum number of Y-values.</summary>
1732      <param name="name">The name of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.Series" /> object that will be created.</param>
1733      <param name="yValues">The maximum number of Y-values allowed for the <see cref="T:System.Windows.Forms.DataVisualization.Charting.DataPoint" /> objects that belong to this series.</param>
1734    </member>
1735    <member name="M:System.Windows.Forms.DataVisualization.Charting.Series.Dispose(System.Boolean)">
1736      <summary>Releases the unmanaged resources used by the <see cref="T:System.Windows.Forms.DataVisualization.Charting.Series" /> and optionally releases the managed resources.</summary>
1737      <param name="disposing">
1738            <see langword="true" /> to release both managed and unmanaged resources; <see langword="false" /> to release only unmanaged resources.</param>
1739    </member>
1740    <member name="M:System.Windows.Forms.DataVisualization.Charting.Series.Sort(System.Collections.Generic.IComparer{System.Windows.Forms.DataVisualization.Charting.DataPoint})">
1741      <summary>Sorts the points in the series using <see cref="T:System.Collections.IComparer" /> interface.</summary>
1742      <param name="comparer">The <see cref="T:System.Collections.IComparer" /> interface.</param>
1743    </member>
1744    <member name="M:System.Windows.Forms.DataVisualization.Charting.Series.Sort(System.Windows.Forms.DataVisualization.Charting.PointSortOrder)">
1745      <summary>Sorts the data points in the series, given the specified sort order.</summary>
1746      <param name="pointSortOrder">The sort order.</param>
1747    </member>
1748    <member name="M:System.Windows.Forms.DataVisualization.Charting.Series.Sort(System.Windows.Forms.DataVisualization.Charting.PointSortOrder,System.String)">
1749      <summary>Sorts the points in the series, given the specified sort order and value to use for the sort.</summary>
1750      <param name="pointSortOrder">The sort order.</param>
1751      <param name="sortBy">The value used for the sort (X, Y, Y2 ...).</param>
1752    </member>
1753    <member name="M:System.Windows.Forms.DataVisualization.Charting.SeriesCollection.Add(System.String)">
1754      <summary>Adds a <see cref="T:System.Windows.Forms.DataVisualization.Charting.Series" /> object to the end of the collection.</summary>
1755      <param name="name">The name of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.Series" /> to be added.</param>
1756      <returns>The new <see cref="T:System.Windows.Forms.DataVisualization.Charting.Series" /> object appended to the collection..</returns>
1757    </member>
1758    <member name="M:System.Windows.Forms.DataVisualization.Charting.SmartLabelStyle.#ctor">
1759      <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.SmartLabelStyle" /> class.</summary>
1760    </member>
1761    <member name="M:System.Windows.Forms.DataVisualization.Charting.StatisticFormula.Anova(System.Double,System.String)">
1762      <summary>Performs an ANOVA test to determine whether there is a statistically significant difference between the mean values of two or more groups of data.</summary>
1763      <param name="probability">The alpha value, which is the probability that the hypothesis is rejected. The allowable range is 0-1.</param>
1764      <param name="inputSeriesNames">A comma-delimited list of input series names.</param>
1765      <returns>An <see cref="T:System.Windows.Forms.DataVisualization.Charting.AnovaResult" /> object.</returns>
1766    </member>
1767    <member name="M:System.Windows.Forms.DataVisualization.Charting.StatisticFormula.BetaFunction(System.Double,System.Double)">
1768      <summary>Returns the beta function value for two given values.</summary>
1769      <param name="m">The first value for the beta function.</param>
1770      <param name="n">The second value for the beta function.</param>
1771      <returns>A <see langword="double" /> value that represents the beta function for the two given values.</returns>
1772    </member>
1773    <member name="M:System.Windows.Forms.DataVisualization.Charting.StatisticFormula.Correlation(System.String,System.String)">
1774      <summary>Returns the correlation value for two data series.</summary>
1775      <param name="firstInputSeriesName">The first input series name.</param>
1776      <param name="secondInputSeriesName">The second input series name.</param>
1777      <returns>A <see langword="double" /> value that represents the correlation between two data series.</returns>
1778    </member>
1779    <member name="M:System.Windows.Forms.DataVisualization.Charting.StatisticFormula.Covariance(System.String,System.String)">
1780      <summary>Returns the covariance value for two data series.</summary>
1781      <param name="firstInputSeriesName">The first input series name.</param>
1782      <param name="secondInputSeriesName">The second input series name.</param>
1783      <returns>A <see langword="double" /> value that represents the covariance between two data series.</returns>
1784    </member>
1785    <member name="M:System.Windows.Forms.DataVisualization.Charting.StatisticFormula.FDistribution(System.Double,System.Int32,System.Int32)">
1786      <summary>Returns the cumulative F distribution function probability.</summary>
1787      <param name="value">The F value.</param>
1788      <param name="firstDegreeOfFreedom">First degree of freedom.</param>
1789      <param name="secondDegreeOfFreedom">Second degree of freedom.</param>
1790      <returns>A <see langword="double" /> value that represents the cumulative F distribution function probability.</returns>
1791    </member>
1792    <member name="M:System.Windows.Forms.DataVisualization.Charting.StatisticFormula.FTest(System.Double,System.String,System.String)">
1793      <summary>Performs a two-sample F Test using the F distribution. This test is used to determine if the samples have different variances.</summary>
1794      <param name="probability">The alpha value, which is the probability that the hypothesis is rejected. The allowable range is 0-1.</param>
1795      <param name="firstInputSeriesName">First input series name.</param>
1796      <param name="secondInputSeriesName">Second input series name.</param>
1797      <returns>An <see cref="T:System.Windows.Forms.DataVisualization.Charting.FTestResult" /> object.</returns>
1798    </member>
1799    <member name="M:System.Windows.Forms.DataVisualization.Charting.StatisticFormula.GammaFunction(System.Double)">
1800      <summary>Returns the gamma function value for the given variable.</summary>
1801      <param name="value">The input variable.</param>
1802      <returns>A <see langword="double" /> value that represents the gamma function.</returns>
1803    </member>
1804    <member name="M:System.Windows.Forms.DataVisualization.Charting.StatisticFormula.InverseFDistribution(System.Double,System.Int32,System.Int32)">
1805      <summary>Returns the inverse of the F cumulative distribution.</summary>
1806      <param name="probability">The alpha value, which is the probability that the hypothesis is rejected. The allowable range is 0-1.</param>
1807      <param name="firstDegreeOfFreedom">First degree of freedom.</param>
1808      <param name="secondDegreeOfFreedom">Second degree of freedom.</param>
1809      <returns>A <see langword="double" /> value from the inverse F distribution function.</returns>
1810      <exception cref="T:System.InvalidOperationException">Condition: Cannot continue calculation using specified parameter values because of limitation.</exception>
1811    </member>
1812    <member name="M:System.Windows.Forms.DataVisualization.Charting.StatisticFormula.InverseNormalDistribution(System.Double)">
1813      <summary>Returns the inverse of the standard normal cumulative distribution.</summary>
1814      <param name="probability">The alpha value, which is the probability that the hypothesis is rejected. The allowable range is 0-1.</param>
1815      <returns>A <see langword="double" /> value from the inverse standard normal cumulative distribution function.</returns>
1816    </member>
1817    <member name="M:System.Windows.Forms.DataVisualization.Charting.StatisticFormula.InverseTDistribution(System.Double,System.Int32)">
1818      <summary>Returns the inverse t-value of the Students t-distribution as a function of probability and degree of freedom.</summary>
1819      <param name="probability">The alpha value, which is the probability that the hypothesis is rejected. The allowable range is 0-1.</param>
1820      <param name="degreeOfFreedom">The degree of freedom.</param>
1821      <returns>A <see langword="double" /> value that represents the inverse T distribution.</returns>
1822    </member>
1823    <member name="M:System.Windows.Forms.DataVisualization.Charting.StatisticFormula.Mean(System.String)">
1824      <summary>Returns the average of all data points stored in the specified series.</summary>
1825      <param name="inputSeriesName">Input series name.</param>
1826      <returns>A <see langword="double" /> value that represents the average of all data points.</returns>
1827    </member>
1828    <member name="M:System.Windows.Forms.DataVisualization.Charting.StatisticFormula.Median(System.String)">
1829      <summary>Returns the median of all data points in the specified series.</summary>
1830      <param name="inputSeriesName">Input series name.</param>
1831      <returns>A <see langword="double" /> value that represents the median.</returns>
1832    </member>
1833    <member name="M:System.Windows.Forms.DataVisualization.Charting.StatisticFormula.NormalDistribution(System.Double)">
1834      <summary>Returns the probability for the standard normal cumulative distribution function.</summary>
1835      <param name="zValue">The Z value for which the probability is required.</param>
1836      <returns>A <see langword="double" /> value from the standard normal cumulative distribution function.</returns>
1837    </member>
1838    <member name="M:System.Windows.Forms.DataVisualization.Charting.StatisticFormula.TDistribution(System.Double,System.Int32,System.Boolean)">
1839      <summary>Returns the probability for the T distribution (Student's distribution).</summary>
1840      <param name="value">The T value</param>
1841      <param name="degreeOfFreedom">Degree of freedom</param>
1842      <param name="oneTail">If <see langword="true" />, a one-tailed distribution is used; otherwise, a two-tailed distribution is used.</param>
1843      <returns>A <see langword="double" /> value that represents a T Distribution cumulative function.</returns>
1844    </member>
1845    <member name="M:System.Windows.Forms.DataVisualization.Charting.StatisticFormula.TTestEqualVariances(System.Double,System.Double,System.String,System.String)">
1846      <summary>Performs a T Test using Student's distribution (T distribution) with equal variances.</summary>
1847      <param name="hypothesizedMeanDifference">Hypothesized mean difference.</param>
1848      <param name="probability">The alpha value, which is the probability that the hypothesis is rejected. The allowable range is 0-1.</param>
1849      <param name="firstInputSeriesName">First input series name.</param>
1850      <param name="secondInputSeriesName">Second input series name.</param>
1851      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.TTestResult" /> object.</returns>
1852    </member>
1853    <member name="M:System.Windows.Forms.DataVisualization.Charting.StatisticFormula.TTestPaired(System.Double,System.Double,System.String,System.String)">
1854      <summary>Performs a T Test using Student's distribution (T distribution) with paired samples. This is useful when there is a natural pairing of observations in samples.</summary>
1855      <param name="hypothesizedMeanDifference">Hypothesized mean difference.</param>
1856      <param name="probability">The alpha value, which is the probability that the hypothesis is rejected. The allowable range is 0-1.</param>
1857      <param name="firstInputSeriesName">First input series name.</param>
1858      <param name="secondInputSeriesName">Second input series name.</param>
1859      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.TTestResult" /> object.</returns>
1860    </member>
1861    <member name="M:System.Windows.Forms.DataVisualization.Charting.StatisticFormula.TTestUnequalVariances(System.Double,System.Double,System.String,System.String)">
1862      <summary>Performs a T Test using Student's distribution (T distribution) with unequal variances.</summary>
1863      <param name="hypothesizedMeanDifference">Hypothesized mean difference.</param>
1864      <param name="probability">The alpha value, which is the probability that the hypothesis is rejected. The allowable range is 0-1.</param>
1865      <param name="firstInputSeriesName">First input series name.</param>
1866      <param name="secondInputSeriesName">Second input series name.</param>
1867      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.TTestResult" /> object.</returns>
1868    </member>
1869    <member name="M:System.Windows.Forms.DataVisualization.Charting.StatisticFormula.Variance(System.String,System.Boolean)">
1870      <summary>Returns the variance for a series.</summary>
1871      <param name="inputSeriesName">The input series name.</param>
1872      <param name="sampleVariance">
1873            <see langword="True" /> if the data is a sample of the population; <see langword="false" /> if the data is the entire population.</param>
1874      <returns>A <see langword="double" /> value that represents the variance.</returns>
1875    </member>
1876    <member name="M:System.Windows.Forms.DataVisualization.Charting.StatisticFormula.ZTest(System.Double,System.Double,System.Double,System.Double,System.String,System.String)">
1877      <summary>Performs a Z Test using the Normal distribution.</summary>
1878      <param name="hypothesizedMeanDifference">Hypothesized mean difference.</param>
1879      <param name="varianceFirstGroup">Variance of the first group.</param>
1880      <param name="varianceSecondGroup">Variance of the second group.</param>
1881      <param name="probability">The alpha value, which is the probability that the hypothesis is rejected. The allowable range is 0-1.</param>
1882      <param name="firstInputSeriesName">First input series name.</param>
1883      <param name="secondInputSeriesName">Second input series name.</param>
1884      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.ZTestResult" /> object.</returns>
1885    </member>
1886    <member name="M:System.Windows.Forms.DataVisualization.Charting.StripLine.#ctor">
1887      <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.StripLine" /> class.</summary>
1888    </member>
1889    <member name="M:System.Windows.Forms.DataVisualization.Charting.StripLine.Dispose(System.Boolean)">
1890      <summary>Releases the unmanaged resources used by the <see cref="T:System.Windows.Forms.DataVisualization.Charting.StripLine" /> and optionally releases the managed resources.</summary>
1891      <param name="disposing">
1892            <see langword="True" /> to release both managed and unmanaged resources; <see langword="False" /> to release only unmanaged resources.</param>
1893    </member>
1894    <member name="M:System.Windows.Forms.DataVisualization.Charting.TextAnnotation.#ctor">
1895      <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.TextAnnotation" /> class.</summary>
1896    </member>
1897    <member name="M:System.Windows.Forms.DataVisualization.Charting.TextAnnotation.BeginTextEditing">
1898      <summary>Begins editing of the annotation text by an end-user.</summary>
1899    </member>
1900    <member name="M:System.Windows.Forms.DataVisualization.Charting.TextAnnotation.EndPlacement">
1901      <summary>Ends user placement of an annotation.</summary>
1902    </member>
1903    <member name="M:System.Windows.Forms.DataVisualization.Charting.TextAnnotation.StopTextEditing">
1904      <summary>Stops end-user editing of the annotation text.</summary>
1905    </member>
1906    <member name="M:System.Windows.Forms.DataVisualization.Charting.TickMark.#ctor">
1907      <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.TickMark" /> class.</summary>
1908    </member>
1909    <member name="M:System.Windows.Forms.DataVisualization.Charting.Title.#ctor">
1910      <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.Title" /> class.</summary>
1911    </member>
1912    <member name="M:System.Windows.Forms.DataVisualization.Charting.Title.#ctor(System.String)">
1913      <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.Title" /> class with the specified title text.</summary>
1914      <param name="text">The text for the title.</param>
1915    </member>
1916    <member name="M:System.Windows.Forms.DataVisualization.Charting.Title.#ctor(System.String,System.Windows.Forms.DataVisualization.Charting.Docking)">
1917      <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.Title" /> class with the specified title text and docking value.</summary>
1918      <param name="text">The text for the title.</param>
1919      <param name="docking">A <see cref="T:System.Windows.Forms.DataVisualization.Charting.Docking" /> enumeration value that determines where the title will be docked on the chart.</param>
1920    </member>
1921    <member name="M:System.Windows.Forms.DataVisualization.Charting.Title.#ctor(System.String,System.Windows.Forms.DataVisualization.Charting.Docking,System.Drawing.Font,System.Drawing.Color)">
1922      <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.Title" /> class with the specified title text, docking value, font and color.</summary>
1923      <param name="text">The text for the title.</param>
1924      <param name="docking">A <see cref="T:System.Windows.Forms.DataVisualization.Charting.Docking" /> enumeration value that determines where the title will be docked on the chart.</param>
1925      <param name="font">The title font.</param>
1926      <param name="color">The title color.</param>
1927    </member>
1928    <member name="M:System.Windows.Forms.DataVisualization.Charting.Title.Dispose(System.Boolean)">
1929      <summary>Releases the unmanaged resources used by the <see cref="T:System.Windows.Forms.DataVisualization.Charting.Title" /> and optionally releases the managed resources.</summary>
1930      <param name="disposing">
1931            <see langword="true" /> to release both managed and unmanaged resources; <see langword="false" /> to release only unmanaged resources.</param>
1932    </member>
1933    <member name="M:System.Windows.Forms.DataVisualization.Charting.TitleCollection.Add(System.String)">
1934      <summary>Adds a <see cref="T:System.Windows.Forms.DataVisualization.Charting.Title" /> object with the specified name to the end of the collection.</summary>
1935      <param name="name">The name of the title to add to the collection.</param>
1936      <returns>Index of the added object.</returns>
1937    </member>
1938    <member name="M:System.Windows.Forms.DataVisualization.Charting.ToolTipEventArgs.#ctor(System.Int32,System.Int32,System.String,System.Windows.Forms.DataVisualization.Charting.HitTestResult)">
1939      <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.ToolTipEventArgs" /> class with the specified <paramref name="x" />, <paramref name="y" />, <paramref name="text" /> and <paramref name="result" /> parameters.</summary>
1940      <param name="x">X-coordinate of mouse.</param>
1941      <param name="y">Y-coordinate of mouse.</param>
1942      <param name="text">The tooltip text.</param>
1943      <param name="result">The <see cref="T:System.Windows.Forms.DataVisualization.Charting.HitTestResult" />  object.</param>
1944    </member>
1945    <member name="M:System.Windows.Forms.DataVisualization.Charting.TTestResult.#ctor">
1946      <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.TTestResult" /> class.</summary>
1947    </member>
1948    <member name="M:System.Windows.Forms.DataVisualization.Charting.VerticalLineAnnotation.#ctor">
1949      <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.VerticalLineAnnotation" /> class.</summary>
1950    </member>
1951    <member name="M:System.Windows.Forms.DataVisualization.Charting.ViewEventArgs.#ctor(System.Windows.Forms.DataVisualization.Charting.Axis,System.Double)">
1952      <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.DataVisualization.ViewEventArgs" /> class with the specified <paramref name="axis" /> and <paramref name="newPosition" /> parameters.</summary>
1953      <param name="axis">The axis of the scale view.</param>
1954      <param name="newPosition">The start position of the new scale view.</param>
1955    </member>
1956    <member name="M:System.Windows.Forms.DataVisualization.Charting.ViewEventArgs.#ctor(System.Windows.Forms.DataVisualization.Charting.Axis,System.Double,System.Double,System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType)">
1957      <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.DataVisualization.ViewEventArgs" /> class with the specified <paramref name="axis" />, <paramref name="newPosition" />, <paramref name="newSize" /> and <paramref name="newSizeType" /> parameters.</summary>
1958      <param name="axis">The axis of the scale view.</param>
1959      <param name="newPosition">The start position of the new scale view.</param>
1960      <param name="newSize">The new scale view size.</param>
1961      <param name="newSizeType">The unit of measurement for the size of the new scale view.</param>
1962    </member>
1963    <member name="M:System.Windows.Forms.DataVisualization.Charting.ZTestResult.#ctor">
1964      <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.ZTestResult" /> class.</summary>
1965    </member>
1966    <member name="P:System.Windows.Forms.DataVisualization.Charting.Annotation.Alignment">
1967      <summary>Gets or sets the content alignment of an annotation.</summary>
1968      <returns>A <see cref="T:System.Drawing.ContentAlignment" /> enumeration value that represents the content alignment.</returns>
1969    </member>
1970    <member name="P:System.Windows.Forms.DataVisualization.Charting.Annotation.AllowAnchorMoving">
1971      <summary>Gets or sets a flag that specifies whether the end user is allowed to move the annotation anchor using a mouse.</summary>
1972      <returns>
1973          <see langword="true" /> if the annotation anchor may be moved; otherwise, <see langword="false" />.</returns>
1974    </member>
1975    <member name="P:System.Windows.Forms.DataVisualization.Charting.Annotation.AllowMoving">
1976      <summary>Gets or sets a flag that specifies whether the end user is allowed to move an annotation using a mouse.</summary>
1977      <returns>
1978          <see langword="true" /> if the annotation may be moved; otherwise, <see langword="false" />.</returns>
1979    </member>
1980    <member name="P:System.Windows.Forms.DataVisualization.Charting.Annotation.AllowPathEditing">
1981      <summary>Gets or sets a flag that specifies whether the end user is allowed to move the points of a polygon annotation using a mouse.</summary>
1982      <returns>
1983          <see langword="true" /> if the polygon annotation's points may be moved; otherwise, <see langword="false" />.</returns>
1984    </member>
1985    <member name="P:System.Windows.Forms.DataVisualization.Charting.Annotation.AllowResizing">
1986      <summary>Gets or sets a flag that specifies whether the end user is allowed to resize an annotation using a mouse.</summary>
1987      <returns>
1988          <see langword="true" /> if the annotation may be resized; otherwise, <see langword="false" />.</returns>
1989    </member>
1990    <member name="P:System.Windows.Forms.DataVisualization.Charting.Annotation.AllowSelecting">
1991      <summary>Gets or sets a flag that specifies whether the end user is allowed to select an annotation using a mouse.</summary>
1992      <returns>
1993          <see langword="true" /> if the annotation may be selected; otherwise <see langword="false" />.</returns>
1994    </member>
1995    <member name="P:System.Windows.Forms.DataVisualization.Charting.Annotation.AllowTextEditing">
1996      <summary>Gets or sets a flag that specifies whether the text in an annotation may be edited when the end user double clicks the text.</summary>
1997      <returns>
1998          <see langword="true" /> if the annotation text may be edited; otherwise, <see langword="false" />.</returns>
1999    </member>
2000    <member name="P:System.Windows.Forms.DataVisualization.Charting.Annotation.AnchorAlignment">
2001      <summary>Gets or sets the alignment of an annotation to the anchor point.</summary>
2002      <returns>A <see cref="T:System.Drawing.ContentAlignment" /> enumeration value that represents the alignment of the annotation to the anchor point.</returns>
2003    </member>
2004    <member name="P:System.Windows.Forms.DataVisualization.Charting.Annotation.AnchorDataPoint">
2005      <summary>Gets or sets the data point to which an annotation is anchored.</summary>
2006      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.DataPoint" /> object to which an annotation is anchored.</returns>
2007    </member>
2008    <member name="P:System.Windows.Forms.DataVisualization.Charting.Annotation.AnchorDataPointName">
2009      <summary>Gets or sets the name of a data point to which an annotation is anchored.</summary>
2010      <returns>A <see langword="string" /> value that represents the name of the data point that an annotation is anchored to.</returns>
2011    </member>
2012    <member name="P:System.Windows.Forms.DataVisualization.Charting.Annotation.AnchorOffsetX">
2013      <summary>Gets or sets the offset from the anchor point for the X position of an annotation.</summary>
2014      <returns>A <see langword="double" /> value that represents the offset of the X position from the anchor point.</returns>
2015    </member>
2016    <member name="P:System.Windows.Forms.DataVisualization.Charting.Annotation.AnchorOffsetY">
2017      <summary>Gets or sets the offset from the anchor point for the Y position of an annotation.</summary>
2018      <returns>A <see langword="double" /> value that represents the offset of the Y position from the anchor point.</returns>
2019    </member>
2020    <member name="P:System.Windows.Forms.DataVisualization.Charting.Annotation.AnchorX">
2021      <summary>Gets or sets the X coordinate to which the annotation is anchored.</summary>
2022      <returns>A <see langword="double" /> value that represents the X coordinate an annotation is anchored to.</returns>
2023    </member>
2024    <member name="P:System.Windows.Forms.DataVisualization.Charting.Annotation.AnchorY">
2025      <summary>Gets or sets the Y coordinate to which the annotation is anchored.</summary>
2026      <returns>A <see langword="double" /> value that represents the Y coordinate an annotation is anchored to.</returns>
2027    </member>
2028    <member name="P:System.Windows.Forms.DataVisualization.Charting.Annotation.AnnotationGroup">
2029      <summary>Gets the group, if any, to which the annotation belongs.</summary>
2030      <returns>An <see cref="T:System.Windows.Forms.DataVisualization.Charting.AnnotationGroup" /> object that represents the group which the annotation belongs to.</returns>
2031    </member>
2032    <member name="P:System.Windows.Forms.DataVisualization.Charting.Annotation.AnnotationType">
2033      <summary>Gets or sets an annotation's type name. </summary>
2034      <returns>The annotation type.</returns>
2035    </member>
2036    <member name="P:System.Windows.Forms.DataVisualization.Charting.Annotation.AxisX">
2037      <summary>Gets or sets the X axis to which an annotation is attached.</summary>
2038      <returns>An <see cref="T:System.Windows.Forms.DataVisualization.Charting.Axis" /> object to which the annotation is attached.</returns>
2039    </member>
2040    <member name="P:System.Windows.Forms.DataVisualization.Charting.Annotation.AxisXName">
2041      <summary>Gets or sets the name of the X axis to which an annotation is attached. </summary>
2042      <returns>A <see langword="string" /> value that represents the name of the X axis which an annotation is attached to.</returns>
2043    </member>
2044    <member name="P:System.Windows.Forms.DataVisualization.Charting.Annotation.AxisY">
2045      <summary>Gets or sets the Y axis to which an annotation is attached.</summary>
2046      <returns>An <see cref="T:System.Windows.Forms.DataVisualization.Charting.Axis" /> object to which this annotation is attached.</returns>
2047    </member>
2048    <member name="P:System.Windows.Forms.DataVisualization.Charting.Annotation.AxisYName">
2049      <summary>Gets or sets the name of the Y axis which an annotation is attached to.</summary>
2050      <returns>A <see langword="string" /> value that represents the name of the Y axis that an annotation is attached to.</returns>
2051    </member>
2052    <member name="P:System.Windows.Forms.DataVisualization.Charting.Annotation.BackColor">
2053      <summary>Gets or sets the color of an annotation background.</summary>
2054      <returns>A <see cref="T:System.Drawing.Color" /> value used to draw an annotation background.</returns>
2055    </member>
2056    <member name="P:System.Windows.Forms.DataVisualization.Charting.Annotation.BackGradientStyle">
2057      <summary>Gets or sets the gradient style of an annotation background.</summary>
2058      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.GradientStyle" /> value used to draw an annotation background.</returns>
2059    </member>
2060    <member name="P:System.Windows.Forms.DataVisualization.Charting.Annotation.BackHatchStyle">
2061      <summary>Gets or sets the hatching style of an annotation background.</summary>
2062      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartHatchStyle" /> value used to draw the background.</returns>
2063    </member>
2064    <member name="P:System.Windows.Forms.DataVisualization.Charting.Annotation.BackSecondaryColor">
2065      <summary>Gets or sets the secondary color of an annotation background.</summary>
2066      <returns>A <see cref="T:System.Drawing.Color" /> value used to draw an annotation background with hatching or gradient fill.</returns>
2067    </member>
2068    <member name="P:System.Windows.Forms.DataVisualization.Charting.Annotation.Bottom">
2069      <summary>Gets or sets the bottom boundary of an annotation position.</summary>
2070      <returns>A <see langword="double" /> value that represents the position of the bottom boundary of an annotation.</returns>
2071    </member>
2072    <member name="P:System.Windows.Forms.DataVisualization.Charting.Annotation.ClipToChartArea">
2073      <summary>Gets or sets the name of the chart area to which an annotation is clipped.</summary>
2074      <returns>A <see langword="string" /> that represents the name of an existing chart area to which an annotation is clipped.</returns>
2075    </member>
2076    <member name="P:System.Windows.Forms.DataVisualization.Charting.Annotation.Font">
2077      <summary>Gets or sets the font to use for the text of an annotation.</summary>
2078      <returns>A <see cref="T:System.Drawing.Font" /> object used to draw the annotation text.</returns>
2079    </member>
2080    <member name="P:System.Windows.Forms.DataVisualization.Charting.Annotation.ForeColor">
2081      <summary>Gets or sets the text color of an annotation.</summary>
2082      <returns>A <see cref="T:System.Drawing.Color" /> value used for the text color of an annotation.</returns>
2083    </member>
2084    <member name="P:System.Windows.Forms.DataVisualization.Charting.Annotation.Height">
2085      <summary>Gets or sets the height of an annotation.</summary>
2086      <returns>A <see langword="double" /> value that represents the height of an annotation.</returns>
2087    </member>
2088    <member name="P:System.Windows.Forms.DataVisualization.Charting.Annotation.IsSelected">
2089      <summary>Gets or sets a flag that determines if an annotation is selected.</summary>
2090      <returns>
2091          <see langword="true" /> if the annotation is selected; otherwise, <see langword="false" />.</returns>
2092    </member>
2093    <member name="P:System.Windows.Forms.DataVisualization.Charting.Annotation.IsSizeAlwaysRelative">
2094      <summary>Gets or sets a flag that specifies whether the size of an annotation is always defined in relative chart coordinates.</summary>
2095      <returns>
2096          <see langword="true" /> if the <see cref="P:System.Windows.Forms.DataVisualization.Charting.Annotation.Width" /> and <see cref="P:System.Windows.Forms.DataVisualization.Charting.Annotation.Height" /> of an annotation are always expressed in relative chart coordinates; otherwise, <see langword="false" />.</returns>
2097    </member>
2098    <member name="P:System.Windows.Forms.DataVisualization.Charting.Annotation.LineColor">
2099      <summary>Gets or sets the line color of an annotation.</summary>
2100      <returns>A <see cref="T:System.Drawing.Color" /> value used to draw an annotation's line.</returns>
2101    </member>
2102    <member name="P:System.Windows.Forms.DataVisualization.Charting.Annotation.LineDashStyle">
2103      <summary>Gets or sets the line style of an annotation.</summary>
2104      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartDashStyle" /> value used to draw the line style of an annotation.</returns>
2105    </member>
2106    <member name="P:System.Windows.Forms.DataVisualization.Charting.Annotation.LineWidth">
2107      <summary>Gets or sets the line width of an annotation.</summary>
2108      <returns>An <see langword="integer" /> value that defines the line width, in pixels, of an annotation.</returns>
2109    </member>
2110    <member name="P:System.Windows.Forms.DataVisualization.Charting.Annotation.Name">
2111      <summary>Gets or sets the unique name of an annotation.</summary>
2112      <returns>A <see langword="string" /> that represents the unique name of an annotation.</returns>
2113    </member>
2114    <member name="P:System.Windows.Forms.DataVisualization.Charting.Annotation.Right">
2115      <summary>Gets or sets the right boundary position of an annotation.</summary>
2116      <returns>A <see langword="double" /> value that represents the position of the right boundary of an annotation.</returns>
2117    </member>
2118    <member name="P:System.Windows.Forms.DataVisualization.Charting.Annotation.ShadowColor">
2119      <summary>Gets or sets the color of an annotation's shadow.</summary>
2120      <returns>A <see cref="T:System.Drawing.Color" /> value used to draw the annotation shadow.</returns>
2121    </member>
2122    <member name="P:System.Windows.Forms.DataVisualization.Charting.Annotation.ShadowOffset">
2123      <summary>Gets or sets the size of an annotation's shadow.</summary>
2124      <returns>An <see langword="integer" /> value that represents the size of the shadow.</returns>
2125    </member>
2126    <member name="P:System.Windows.Forms.DataVisualization.Charting.Annotation.SmartLabelStyle">
2127      <summary>Gets or sets the smart label style of an annotation.</summary>
2128      <returns>An <see cref="T:System.Windows.Forms.DataVisualization.Charting.AnnotationSmartLabelStyle" /> object that represents an annotation's smart labels style properties.</returns>
2129    </member>
2130    <member name="P:System.Windows.Forms.DataVisualization.Charting.Annotation.TextStyle">
2131      <summary>Gets or sets the text style of an annotation.</summary>
2132      <returns>A <see cref="P:System.Windows.Forms.DataVisualization.Charting.Annotation.TextStyle" /> value used to draw the text of an annotation.</returns>
2133    </member>
2134    <member name="P:System.Windows.Forms.DataVisualization.Charting.Annotation.ToolTip">
2135      <summary>Gets or sets the tooltip text for an annotation.</summary>
2136      <returns>A <see langword="string" /> value that represents the tooltip text for an annotation.</returns>
2137    </member>
2138    <member name="P:System.Windows.Forms.DataVisualization.Charting.Annotation.Visible">
2139      <summary>Gets or sets a flag that specifies whether an annotation is visible.</summary>
2140      <returns>
2141          <see langword="true" /> if the annotation is visible; otherwise, <see langword="false" />.</returns>
2142    </member>
2143    <member name="P:System.Windows.Forms.DataVisualization.Charting.Annotation.Width">
2144      <summary>Gets or sets the width, in pixels, of an annotation.</summary>
2145      <returns>A <see langword="double" /> value that represents the width of an annotation.</returns>
2146    </member>
2147    <member name="P:System.Windows.Forms.DataVisualization.Charting.Annotation.X">
2148      <summary>Gets or sets the X coordinate of an annotation.</summary>
2149      <returns>A <see langword="double" /> value that represents the X coordinate of an annotation's position.</returns>
2150    </member>
2151    <member name="P:System.Windows.Forms.DataVisualization.Charting.Annotation.Y">
2152      <summary>Gets or sets the Y coordinate of the annotation.</summary>
2153      <returns>A <see langword="double" /> value that represents the Y coordinate of an annotation's position.</returns>
2154    </member>
2155    <member name="P:System.Windows.Forms.DataVisualization.Charting.Annotation.YAxisName">
2156      <summary>Gets or sets the name of the Y axis to which an annotation is attached.</summary>
2157      <returns>A <see langword="string" /> value that represents the name of the Y axis which an annotation is attached to.</returns>
2158    </member>
2159    <member name="P:System.Windows.Forms.DataVisualization.Charting.AnnotationGroup.Alignment">
2160      <summary>Gets or sets the content alignment of an annotation.</summary>
2161      <returns>A <see cref="T:System.Drawing.ContentAlignment" /> value that represents the content alignment of an annotation.</returns>
2162    </member>
2163    <member name="P:System.Windows.Forms.DataVisualization.Charting.AnnotationGroup.AllowAnchorMoving">
2164      <summary>Gets or sets a flag that specifies whether an annotation anchor may be moved with a mouse by the end user.</summary>
2165      <returns>
2166          <see langword="True" /> if the annotation anchor may be moved, otherwise <see langword="false" />.</returns>
2167    </member>
2168    <member name="P:System.Windows.Forms.DataVisualization.Charting.AnnotationGroup.AllowMoving">
2169      <summary>Gets or sets a flag that specifies whether an annotation may be moved with a mouse by the end user.</summary>
2170      <returns>
2171          <see langword="True" /> if the annotation may be moved, otherwise <see langword="false" />.</returns>
2172    </member>
2173    <member name="P:System.Windows.Forms.DataVisualization.Charting.AnnotationGroup.AllowPathEditing">
2174      <summary>Gets or sets a flag that specifies whether the points of a polygon annotation may be moved with a mouse by the end user.</summary>
2175      <returns>
2176          <see langword="True" /> if the points of the polygon annotation may be moved, otherwise <see langword="false" />.</returns>
2177    </member>
2178    <member name="P:System.Windows.Forms.DataVisualization.Charting.AnnotationGroup.AllowResizing">
2179      <summary>Gets or sets a flag that specifies whether an annotation may be resized with a mouse by the end user.</summary>
2180      <returns>
2181          <see langword="True" /> if the annotation may be resized, otherwise <see langword="false" />.</returns>
2182    </member>
2183    <member name="P:System.Windows.Forms.DataVisualization.Charting.AnnotationGroup.AllowSelecting">
2184      <summary>Gets or sets a flag that specifies whether an annotation may be selected with a mouse by the end user.</summary>
2185      <returns>
2186          <see langword="True" /> if the annotation may be selected, otherwise <see langword="false" />.</returns>
2187    </member>
2188    <member name="P:System.Windows.Forms.DataVisualization.Charting.AnnotationGroup.AllowTextEditing">
2189      <summary>Gets or sets a flag that specifies whether an annotation's text may be edited when the end user double clicks the text.</summary>
2190      <returns>
2191          <see langword="True" /> if the annotation text may be edited, otherwise <see langword="false" />.</returns>
2192    </member>
2193    <member name="P:System.Windows.Forms.DataVisualization.Charting.AnnotationGroup.Annotations">
2194      <summary>Gets the collection of annotations in the group.</summary>
2195      <returns>An <see cref="T:System.Windows.Forms.DataVisualization.Charting.AnnotationCollection" /> object.</returns>
2196    </member>
2197    <member name="P:System.Windows.Forms.DataVisualization.Charting.AnnotationGroup.AnnotationType">
2198      <summary>Gets the annotation type. </summary>
2199      <returns>The annotation type.</returns>
2200    </member>
2201    <member name="P:System.Windows.Forms.DataVisualization.Charting.AnnotationGroup.BackColor">
2202      <summary>Gets or sets the background color of an annotation.</summary>
2203      <returns>A <see cref="T:System.Drawing.Color" /> value used for the background of an annotation.</returns>
2204    </member>
2205    <member name="P:System.Windows.Forms.DataVisualization.Charting.AnnotationGroup.BackGradientStyle">
2206      <summary>Gets or sets the background gradient style of an annotation.</summary>
2207      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.GradientStyle" /> value used to draw the background of an annotation.</returns>
2208    </member>
2209    <member name="P:System.Windows.Forms.DataVisualization.Charting.AnnotationGroup.BackHatchStyle">
2210      <summary>Gets or sets the hatch style of an annotation background.</summary>
2211      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartHatchStyle" /> value used to draw the background of an annotation.</returns>
2212    </member>
2213    <member name="P:System.Windows.Forms.DataVisualization.Charting.AnnotationGroup.BackSecondaryColor">
2214      <summary>Gets or sets the secondary color for the background of an annotation.</summary>
2215      <returns>A <see cref="T:System.Drawing.Color" /> value used to draw the background with hatching or gradient fill.</returns>
2216    </member>
2217    <member name="P:System.Windows.Forms.DataVisualization.Charting.AnnotationGroup.ClipToChartArea">
2218      <summary>Gets or sets the name of the chart area to which the annotation is clipped.</summary>
2219      <returns>A <see langword="string" /> that represents the name of an existing chart area.</returns>
2220    </member>
2221    <member name="P:System.Windows.Forms.DataVisualization.Charting.AnnotationGroup.Font">
2222      <summary>Gets or sets the font to use for the text of an annotation.</summary>
2223      <returns>A <see cref="T:System.Drawing.Font" /> object used for the text of an annotation.</returns>
2224    </member>
2225    <member name="P:System.Windows.Forms.DataVisualization.Charting.AnnotationGroup.ForeColor">
2226      <summary>Gets or sets the text color for an annotation.</summary>
2227      <returns>A <see cref="T:System.Drawing.Color" /> value used for the text color of an annotation.</returns>
2228    </member>
2229    <member name="P:System.Windows.Forms.DataVisualization.Charting.AnnotationGroup.IsSelected">
2230      <summary>Gets or sets a flag that determines if an annotation is selected.</summary>
2231      <returns>
2232          <see langword="True" /> if the annotation is selected, otherwise <see langword="false" />.</returns>
2233    </member>
2234    <member name="P:System.Windows.Forms.DataVisualization.Charting.AnnotationGroup.IsSizeAlwaysRelative">
2235      <summary>Gets or sets a flag that specifies whether the size of an annotation is always defined in relative chart coordinates.</summary>
2236      <returns>
2237          <see langword="True" /> if the <see cref="P:System.Windows.Forms.DataVisualization.Charting.Annotation.Width" /> and <see cref="P:System.Windows.Forms.DataVisualization.Charting.Annotation.Height" /> of an annotation are always in chart relative coordinates, otherwise <see langword="false" />.</returns>
2238    </member>
2239    <member name="P:System.Windows.Forms.DataVisualization.Charting.AnnotationGroup.LineColor">
2240      <summary>Gets or sets the line color of the annotation.</summary>
2241      <returns>A <see cref="T:System.Drawing.Color" /> value used to draw an annotation line.</returns>
2242    </member>
2243    <member name="P:System.Windows.Forms.DataVisualization.Charting.AnnotationGroup.LineDashStyle">
2244      <summary>Gets or sets the line style of the annotation.</summary>
2245      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartDashStyle" /> value used to draw an annotation line.</returns>
2246    </member>
2247    <member name="P:System.Windows.Forms.DataVisualization.Charting.AnnotationGroup.LineWidth">
2248      <summary>Gets or sets the line width, in pixels, of the annotation.</summary>
2249      <returns>An <see langword="integer" /> value defining the width, in pixels, of an annotation line.</returns>
2250    </member>
2251    <member name="P:System.Windows.Forms.DataVisualization.Charting.AnnotationGroup.ShadowColor">
2252      <summary>Gets or sets the color of the annotation's shadow.</summary>
2253      <returns>A <see cref="T:System.Drawing.Color" /> value used to draw the shadow of an annotation.</returns>
2254    </member>
2255    <member name="P:System.Windows.Forms.DataVisualization.Charting.AnnotationGroup.ShadowOffset">
2256      <summary>Gets or sets the size of the annotation's shadow.</summary>
2257      <returns>An <see langword="integer" /> value that represents the offset between an annotation and its shadow.</returns>
2258    </member>
2259    <member name="P:System.Windows.Forms.DataVisualization.Charting.AnnotationGroup.TextStyle">
2260      <summary>Gets or sets the text style of an annotation.</summary>
2261      <returns>A <see cref="P:System.Windows.Forms.DataVisualization.Charting.AnnotationGroup.TextStyle" /> enumeration value used to draw the text of an annotation.</returns>
2262    </member>
2263    <member name="P:System.Windows.Forms.DataVisualization.Charting.AnnotationGroup.Visible">
2264      <summary>Gets or sets a flag that indicates whether the annotation is visible.</summary>
2265      <returns>
2266          <see langword="True" /> if the annotation is visible, otherwise <see langword="false" />.</returns>
2267    </member>
2268    <member name="P:System.Windows.Forms.DataVisualization.Charting.AnnotationPathPoint.Name">
2269      <summary>Gets the name for the path point of an annotation.</summary>
2270      <returns>A <see langword="string" /> value that represents the name of the path point.</returns>
2271    </member>
2272    <member name="P:System.Windows.Forms.DataVisualization.Charting.AnnotationPathPoint.PointType">
2273      <summary>Gets or sets the type for the path point of an annotation.</summary>
2274      <returns>A <see langword="byte " />value.</returns>
2275    </member>
2276    <member name="P:System.Windows.Forms.DataVisualization.Charting.AnnotationPathPoint.X">
2277      <summary>Gets or sets the X coordinate for the path point of an annotation.</summary>
2278      <returns>A <see langword="float" /> that represents the X value.</returns>
2279    </member>
2280    <member name="P:System.Windows.Forms.DataVisualization.Charting.AnnotationPathPoint.Y">
2281      <summary>Gets or sets the Y coordinate for the path point of an annotation.</summary>
2282      <returns>A <see langword="float" /> that represents the Y value.</returns>
2283    </member>
2284    <member name="P:System.Windows.Forms.DataVisualization.Charting.AnnotationPositionChangingEventArgs.Annotation">
2285      <summary>Gets or sets the <see cref="T:System.Windows.Forms.DataVisualization.Charting.Annotation" /> object.</summary>
2286      <returns>The <see cref="T:System.Windows.Forms.DataVisualization.Charting.Annotation" /> object.</returns>
2287    </member>
2288    <member name="P:System.Windows.Forms.DataVisualization.Charting.AnnotationPositionChangingEventArgs.NewAnchorLocation">
2289      <summary>Gets or sets the new anchor location of the annotation.</summary>
2290      <returns>A <see cref="T:System.Drawing.PointF" /> object that represents the new anchor position.</returns>
2291    </member>
2292    <member name="P:System.Windows.Forms.DataVisualization.Charting.AnnotationPositionChangingEventArgs.NewAnchorLocationX">
2293      <summary>Gets or sets the new annotation anchor point X location.</summary>
2294      <returns>A <see langword="double" /> value that represents the new annotation anchor point X location.</returns>
2295    </member>
2296    <member name="P:System.Windows.Forms.DataVisualization.Charting.AnnotationPositionChangingEventArgs.NewAnchorLocationY">
2297      <summary>Gets or sets the new annotation anchor point Y location.</summary>
2298      <returns>A <see langword="double" /> value representing the new annotation anchor point Y location.</returns>
2299    </member>
2300    <member name="P:System.Windows.Forms.DataVisualization.Charting.AnnotationPositionChangingEventArgs.NewLocationX">
2301      <summary>Gets or sets the new X coordinate location of the annotation.</summary>
2302      <returns>A <see langword="double" /> value that represents the new X coordinate location of the annotation.</returns>
2303    </member>
2304    <member name="P:System.Windows.Forms.DataVisualization.Charting.AnnotationPositionChangingEventArgs.NewLocationY">
2305      <summary>Gets or sets the new Y coordinate of the annotation location.</summary>
2306      <returns>A <see langword="double" /> value that represents the new Y coordinate of the annotation location.</returns>
2307    </member>
2308    <member name="P:System.Windows.Forms.DataVisualization.Charting.AnnotationPositionChangingEventArgs.NewPosition">
2309      <summary>Gets or sets the new location and size of the annotation.</summary>
2310      <returns>A <see cref="T:System.Drawing.RectangleF" /> object.</returns>
2311    </member>
2312    <member name="P:System.Windows.Forms.DataVisualization.Charting.AnnotationPositionChangingEventArgs.NewSizeHeight">
2313      <summary>Gets or sets the new height of the annotation.</summary>
2314      <returns>A <see langword="double" /> value that represents the new height of the annotation.</returns>
2315    </member>
2316    <member name="P:System.Windows.Forms.DataVisualization.Charting.AnnotationPositionChangingEventArgs.NewSizeWidth">
2317      <summary>Gets or sets the new width of the annotation.</summary>
2318      <returns>A <see langword="double" /> value that represents the new width of the annotation.</returns>
2319    </member>
2320    <member name="P:System.Windows.Forms.DataVisualization.Charting.AnnotationSmartLabelStyle.CalloutBackColor">
2321      <summary>Gets or sets the back color of the label callout. This property is only applicable when the <see cref="P:System.Windows.Forms.DataVisualization.Charting.AnnotationSmartLabelStyle.CalloutStyle" /> property is set to a value of <see cref="F:System.Windows.Forms.DataVisualization.Charting.LabelCalloutStyle.Box" />.</summary>
2322      <returns>A <see cref="T:System.Drawing.Color" /> object.</returns>
2323    </member>
2324    <member name="P:System.Windows.Forms.DataVisualization.Charting.AnnotationSmartLabelStyle.CalloutLineAnchorCapStyle">
2325      <summary>Gets or sets the anchor cap style for the label callout line.</summary>
2326      <returns>A <see cref="P:System.Windows.Forms.DataVisualization.Charting.AnnotationSmartLabelStyle.CalloutLineAnchorCapStyle" /> object.</returns>
2327    </member>
2328    <member name="P:System.Windows.Forms.DataVisualization.Charting.AnnotationSmartLabelStyle.CalloutLineColor">
2329      <summary>Gets or sets the color of the label callout line.</summary>
2330      <returns>A <see cref="T:System.Drawing.Color" /> object.</returns>
2331    </member>
2332    <member name="P:System.Windows.Forms.DataVisualization.Charting.AnnotationSmartLabelStyle.CalloutLineDashStyle">
2333      <summary>Gets or sets the style of the label callout line.</summary>
2334      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartDashStyle" /> object.</returns>
2335    </member>
2336    <member name="P:System.Windows.Forms.DataVisualization.Charting.AnnotationSmartLabelStyle.CalloutLineWidth">
2337      <summary>Gets or sets the width of the label callout line.</summary>
2338      <returns>The width of the callout line.</returns>
2339    </member>
2340    <member name="P:System.Windows.Forms.DataVisualization.Charting.AnnotationSmartLabelStyle.CalloutStyle">
2341      <summary>Gets or sets the callout style of the repositioned smart labels.</summary>
2342      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.LabelCalloutStyle" /> object.</returns>
2343    </member>
2344    <member name="P:System.Windows.Forms.DataVisualization.Charting.AnovaResult.DegreeOfFreedomBetweenGroups">
2345      <summary>Gets the degree of freedom between groups.</summary>
2346      <returns>A <see langword="double" /> value.</returns>
2347    </member>
2348    <member name="P:System.Windows.Forms.DataVisualization.Charting.AnovaResult.DegreeOfFreedomTotal">
2349      <summary>Gets the total degree of freedom.</summary>
2350      <returns>A <see langword="double" /> value.</returns>
2351    </member>
2352    <member name="P:System.Windows.Forms.DataVisualization.Charting.AnovaResult.DegreeOfFreedomWithinGroups">
2353      <summary>Gets the degree of freedom within groups.</summary>
2354      <returns>A <see langword="double" /> value.</returns>
2355    </member>
2356    <member name="P:System.Windows.Forms.DataVisualization.Charting.AnovaResult.FCriticalValue">
2357      <summary>Gets the F critical value.</summary>
2358      <returns>A <see langword="double" /> value.</returns>
2359    </member>
2360    <member name="P:System.Windows.Forms.DataVisualization.Charting.AnovaResult.FRatio">
2361      <summary>Gets the F ratio.</summary>
2362      <returns>A <see langword="double" /> value.</returns>
2363    </member>
2364    <member name="P:System.Windows.Forms.DataVisualization.Charting.AnovaResult.MeanSquareVarianceBetweenGroups">
2365      <summary>Gets the mean square variance between groups.</summary>
2366      <returns>A <see langword="double" /> value.</returns>
2367    </member>
2368    <member name="P:System.Windows.Forms.DataVisualization.Charting.AnovaResult.MeanSquareVarianceWithinGroups">
2369      <summary>Gets the mean square variance within groups.</summary>
2370      <returns>A <see langword="double" /> value.</returns>
2371    </member>
2372    <member name="P:System.Windows.Forms.DataVisualization.Charting.AnovaResult.SumOfSquaresBetweenGroups">
2373      <summary>Gets the sum of the squares between groups.</summary>
2374      <returns>A <see langword="double" /> value.</returns>
2375    </member>
2376    <member name="P:System.Windows.Forms.DataVisualization.Charting.AnovaResult.SumOfSquaresTotal">
2377      <summary>Gets the total sum of the squares.</summary>
2378      <returns>A <see langword="double" /> value.</returns>
2379    </member>
2380    <member name="P:System.Windows.Forms.DataVisualization.Charting.AnovaResult.SumOfSquaresWithinGroups">
2381      <summary>Gets the sum of the squares within groups.</summary>
2382      <returns>A <see langword="double" /> value.</returns>
2383    </member>
2384    <member name="P:System.Windows.Forms.DataVisualization.Charting.ArrowAnnotation.AnchorAlignment">
2385      <summary>Gets or sets the position alignment of the annotation to the anchor point.</summary>
2386      <returns>A <see cref="T:System.Drawing.ContentAlignment" /> enumeration value that represents the alignment of the annotation to the anchor point.</returns>
2387    </member>
2388    <member name="P:System.Windows.Forms.DataVisualization.Charting.ArrowAnnotation.AnnotationType">
2389      <summary>Gets the name of the annotation type. For internal use, should not be used.</summary>
2390      <returns>A <see langword="string" /> value that represents the name of the annotation type.</returns>
2391    </member>
2392    <member name="P:System.Windows.Forms.DataVisualization.Charting.ArrowAnnotation.ArrowSize">
2393      <summary>Gets or sets an arrow size, in pixels.</summary>
2394      <returns>An <see langword="integer" /> value that represents arrow size—that is, its thickness—in pixels.</returns>
2395    </member>
2396    <member name="P:System.Windows.Forms.DataVisualization.Charting.ArrowAnnotation.ArrowStyle">
2397      <summary>Gets or sets the arrow style.</summary>
2398      <returns>The <see cref="T:System.Windows.Forms.DataVisualization.Charting.ArrowStyle" /> of an annotation.</returns>
2399    </member>
2400    <member name="P:System.Windows.Forms.DataVisualization.Charting.Axis.ArrowStyle">
2401      <summary>Gets or sets the arrow style of a 2D axis; this style is not applied to 3D chart areas.</summary>
2402      <returns>An <see cref="T:System.Windows.Forms.DataVisualization.Charting.AxisArrowStyle" /> enumeration value.</returns>
2403    </member>
2404    <member name="P:System.Windows.Forms.DataVisualization.Charting.Axis.AxisName">
2405      <summary>Gets the name of the axis, which can be either X, Y, X2 or Y2.</summary>
2406      <returns>An <see cref="T:System.Windows.Forms.DataVisualization.Charting.AxisName" /> enumeration value.</returns>
2407    </member>
2408    <member name="P:System.Windows.Forms.DataVisualization.Charting.Axis.Crossing">
2409      <summary>Gets or sets the location at which an axis is crossed by its associated axis.</summary>
2410      <returns>A <see langword="double" /> value that represents where an axis is crossed by its associated axis. The default value is <see cref="F:System.Double.NaN" />.</returns>
2411    </member>
2412    <member name="P:System.Windows.Forms.DataVisualization.Charting.Axis.CustomLabels">
2413      <summary>Gets a <see cref="T:System.Windows.Forms.DataVisualization.Charting.CustomLabelsCollection" /> object used to store <see cref="T:System.Windows.Forms.DataVisualization.Charting.CustomLabel" /> objects.</summary>
2414      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.CustomLabelsCollection" /> object.</returns>
2415    </member>
2416    <member name="P:System.Windows.Forms.DataVisualization.Charting.Axis.Enabled">
2417      <summary>Gets or sets a value that indicates whether an axis is enabled.</summary>
2418      <returns>An <see cref="T:System.Windows.Forms.DataVisualization.Charting.AxisEnabled" /> enumeration value. The default value is <see cref="F:System.Windows.Forms.DataVisualization.Charting.AxisEnabled.Auto" />.</returns>
2419    </member>
2420    <member name="P:System.Windows.Forms.DataVisualization.Charting.Axis.InterlacedColor">
2421      <summary>Gets or sets the color of interlaced strip lines.</summary>
2422      <returns>A <see cref="T:System.Drawing.Color" /> object that represents the color of interlaced strip lines.</returns>
2423    </member>
2424    <member name="P:System.Windows.Forms.DataVisualization.Charting.Axis.Interval">
2425      <summary>Gets or sets the interval of an axis.</summary>
2426      <returns>A <see langword="double" /> value that represents the interval of an axis. The default value is "Auto", which is represented by a value of zero (0).</returns>
2427    </member>
2428    <member name="P:System.Windows.Forms.DataVisualization.Charting.Axis.IntervalAutoMode">
2429      <summary>Gets or sets a flag that determines if a fixed number of intervals is used on the axis, or if the number of intervals depends on the axis size.</summary>
2430      <returns>An <see cref="T:System.Windows.Forms.DataVisualization.Charting.IntervalAutoMode" /> enumeration value. The default value is <see cref="F:System.Windows.Forms.DataVisualization.Charting.IntervalAutoMode.FixedCount" />.</returns>
2431    </member>
2432    <member name="P:System.Windows.Forms.DataVisualization.Charting.Axis.IntervalOffset">
2433      <summary>Gets or sets the interval offset of an axis.</summary>
2434      <returns>A <see langword="double" /> value that represents the interval offset of an axis. The default value is "Auto", which is represented by a value of zero (0).</returns>
2435    </member>
2436    <member name="P:System.Windows.Forms.DataVisualization.Charting.Axis.IntervalOffsetType">
2437      <summary>Gets or sets the interval offset type of an axis.</summary>
2438      <returns>The interval offset type of an axis. The default value is <see cref="F:System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType.Auto" />.</returns>
2439    </member>
2440    <member name="P:System.Windows.Forms.DataVisualization.Charting.Axis.IntervalType">
2441      <summary>Gets or sets the interval type of an axis.</summary>
2442      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType" /> that represents the interval type of an axis. The default value is <see cref="F:System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType.Auto" />.</returns>
2443    </member>
2444    <member name="P:System.Windows.Forms.DataVisualization.Charting.Axis.IsInterlaced">
2445      <summary>Gets or sets a flag that determines if interlaced strip lines are displayed for an axis.</summary>
2446      <returns>
2447          <see langword="True" /> if interlaced strip lines are displayed for an axis; otherwise, <see langword="False" />.</returns>
2448    </member>
2449    <member name="P:System.Windows.Forms.DataVisualization.Charting.Axis.IsLabelAutoFit">
2450      <summary>Gets or sets a flag that determines whether axis labels are automatically fitted.</summary>
2451      <returns>
2452          <see langword="True" /> if axis labels are automatically fitted; otherwise, <see langword="False" />.</returns>
2453    </member>
2454    <member name="P:System.Windows.Forms.DataVisualization.Charting.Axis.IsLogarithmic">
2455      <summary>Gets or sets a flag which indicates whether the axis is logarithmic. Zeros or negative data values are not allowed on logarithmic charts.</summary>
2456      <returns>
2457          <see langword="True" /> if the axis is logarithmic; otherwise, <see langword="False" />.</returns>
2458    </member>
2459    <member name="P:System.Windows.Forms.DataVisualization.Charting.Axis.IsMarginVisible">
2460      <summary>Gets or sets a flag that determines whether to add a margin to the axis. </summary>
2461      <returns>
2462          <see langword="True" /> if a space is added between the first or last data point and the border of chart area.</returns>
2463    </member>
2464    <member name="P:System.Windows.Forms.DataVisualization.Charting.Axis.IsMarksNextToAxis">
2465      <summary>Gets or sets a flag that determines whether tick marks and axis labels move with an axis if the crossing point of an axis changes.</summary>
2466      <returns>
2467          <see langword="True" /> if tick marks and axis labels move with an axis when the crossing point of an axis changes; otherwise, <see langword="False" />.</returns>
2468    </member>
2469    <member name="P:System.Windows.Forms.DataVisualization.Charting.Axis.IsReversed">
2470      <summary>Gets or sets a flag which indicates whether the axis is reversed.</summary>
2471      <returns>
2472          <see langword="True" /> if the axis is reversed; otherwise, <see langword="False" />.</returns>
2473    </member>
2474    <member name="P:System.Windows.Forms.DataVisualization.Charting.Axis.IsStartedFromZero">
2475      <summary>Gets or sets a flag which indicates whether the minimum value of the axis will be automatically set to zero if all data point values are positive. If there are negative data point values, the minimum value of the data points will be used.</summary>
2476      <returns>
2477          <see langword="True" /> if the minimum value of the axis is automatically set to zero when all data point values are positive; otherwise, <see langword="false" />.</returns>
2478    </member>
2479    <member name="P:System.Windows.Forms.DataVisualization.Charting.Axis.LabelAutoFitMaxFontSize">
2480      <summary>Gets or sets the maximum font size that can be used by the label auto-fitting algorithm.</summary>
2481      <returns>An <see langword="integer" /> value.</returns>
2482    </member>
2483    <member name="P:System.Windows.Forms.DataVisualization.Charting.Axis.LabelAutoFitMinFontSize">
2484      <summary>Gets or sets the minimum font size that can be used by the label auto-fitting algorithm.</summary>
2485      <returns>An <see langword="integer" /> value.</returns>
2486    </member>
2487    <member name="P:System.Windows.Forms.DataVisualization.Charting.Axis.LabelAutoFitStyle">
2488      <summary>Gets or sets the allowable label changes that can be made to enable the label to be fit along an axis.</summary>
2489      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles" /> enumeration value.</returns>
2490    </member>
2491    <member name="P:System.Windows.Forms.DataVisualization.Charting.Axis.LabelStyle">
2492      <summary>Gets or sets the <see cref="T:System.Windows.Forms.DataVisualization.Charting.LabelStyle" /> properties of an axis.</summary>
2493      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.LabelStyle" /> object, which defines the axis label style.</returns>
2494    </member>
2495    <member name="P:System.Windows.Forms.DataVisualization.Charting.Axis.LineColor">
2496      <summary>Gets or sets the line color of an axis.</summary>
2497      <returns>A <see cref="T:System.Drawing.Color" /> object that represents the line color used to draw the axis. The default is <see cref="P:System.Drawing.Color.Black" />.</returns>
2498    </member>
2499    <member name="P:System.Windows.Forms.DataVisualization.Charting.Axis.LineDashStyle">
2500      <summary>Gets or sets the line style of an axis.</summary>
2501      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartDashStyle" /> enumeration value.</returns>
2502    </member>
2503    <member name="P:System.Windows.Forms.DataVisualization.Charting.Axis.LineWidth">
2504      <summary>Gets or sets the line width of an axis, in pixels.</summary>
2505      <returns>An <see langword="integer" /> value that represents the width of an axis line. The default value is one (1) pixel.</returns>
2506    </member>
2507    <member name="P:System.Windows.Forms.DataVisualization.Charting.Axis.LogarithmBase">
2508      <summary>Gets or sets a value for the logarithm base for the logarithmic axis.</summary>
2509      <returns>A <see langword="double" /> value. The default value is base 10.</returns>
2510    </member>
2511    <member name="P:System.Windows.Forms.DataVisualization.Charting.Axis.MajorGrid">
2512      <summary>Gets or sets a <see cref="T:System.Windows.Forms.DataVisualization.Charting.Grid" /> object used to set the major grid line properties for an axis.</summary>
2513      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.Grid" /> object used to get or set the major grid properties of an axis.</returns>
2514    </member>
2515    <member name="P:System.Windows.Forms.DataVisualization.Charting.Axis.MajorTickMark">
2516      <summary>Gets or sets a <see cref="T:System.Windows.Forms.DataVisualization.Charting.TickMark" /> object used to set the major tick mark properties of an axis.</summary>
2517      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.TickMark" /> object used to set the properties of a major tick mark of an axis.</returns>
2518    </member>
2519    <member name="P:System.Windows.Forms.DataVisualization.Charting.Axis.Maximum">
2520      <summary>Gets or sets the maximum value of an axis.</summary>
2521      <returns>A <see langword="double" /> value that represents the maximum value of an axis. The default value is <see cref="F:System.Double.NaN" />.</returns>
2522    </member>
2523    <member name="P:System.Windows.Forms.DataVisualization.Charting.Axis.MaximumAutoSize">
2524      <summary>Gets or sets the maximum size of the axis, measured as a percentage of the chart area. This value is used by the automatic layout algorithm.</summary>
2525      <returns>A <see langword="float " />value that represents the maximum size of the axis.</returns>
2526    </member>
2527    <member name="P:System.Windows.Forms.DataVisualization.Charting.Axis.Minimum">
2528      <summary>Gets or sets the minimum value of an axis.</summary>
2529      <returns>A <see langword="double" /> value that represents the minimum value of an axis. The default value is <see cref="F:System.Double.NaN" />.</returns>
2530    </member>
2531    <member name="P:System.Windows.Forms.DataVisualization.Charting.Axis.MinorGrid">
2532      <summary>Gets or sets a <see cref="T:System.Windows.Forms.DataVisualization.Charting.Grid" /> object used to specify the minor grid lines attributes of an axis.</summary>
2533      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.Grid" /> object used to get or set the attributes of the minor grid lines of an axis.</returns>
2534    </member>
2535    <member name="P:System.Windows.Forms.DataVisualization.Charting.Axis.MinorTickMark">
2536      <summary>Gets or sets a <see cref="T:System.Windows.Forms.DataVisualization.Charting.TickMark" /> object used to set the minor tick mark properties of an axis.</summary>
2537      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.TickMark" /> object used for the minor tick mark properties of an axis.</returns>
2538    </member>
2539    <member name="P:System.Windows.Forms.DataVisualization.Charting.Axis.Name">
2540      <summary>Gets or sets the name of the axis.</summary>
2541      <returns>A <see langword="string" /> value that represents the text name of the axis.</returns>
2542    </member>
2543    <member name="P:System.Windows.Forms.DataVisualization.Charting.Axis.ScaleBreakStyle">
2544      <summary>Gets or sets the axis scale break style.</summary>
2545      <returns>An <see cref="T:System.Windows.Forms.DataVisualization.Charting.AxisScaleBreakStyle" /> object, which represents the scale break style of the chart axis.</returns>
2546    </member>
2547    <member name="P:System.Windows.Forms.DataVisualization.Charting.Axis.ScaleView">
2548      <summary>Gets or sets the view of an axis.</summary>
2549      <returns>An <see cref="T:System.Windows.Forms.DataVisualization.Charting.AxisScaleView" /> object, which represents the scale view of an axis.</returns>
2550    </member>
2551    <member name="P:System.Windows.Forms.DataVisualization.Charting.Axis.ScrollBar">
2552      <summary>Gets or sets an axis scrollbar.</summary>
2553      <returns>An <see cref="T:System.Windows.Forms.DataVisualization.Charting.AxisScrollbar" /> object, which represents the scrollbar of an axis.</returns>
2554    </member>
2555    <member name="P:System.Windows.Forms.DataVisualization.Charting.Axis.StripLines">
2556      <summary>Gets a <see cref="T:System.Windows.Forms.DataVisualization.Charting.StripLinesCollection" /> collection object.</summary>
2557      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.StripLinesCollection" /> collection object, which stores all <see cref="T:System.Windows.Forms.DataVisualization.Charting.StripLine" /> objects for an axis.</returns>
2558    </member>
2559    <member name="P:System.Windows.Forms.DataVisualization.Charting.Axis.TextOrientation">
2560      <summary>Gets or sets the orientation of the text in the axis title.</summary>
2561      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.TextOrientation" /> enumeration value.</returns>
2562    </member>
2563    <member name="P:System.Windows.Forms.DataVisualization.Charting.Axis.Title">
2564      <summary>Gets or sets the title of the axis.</summary>
2565      <returns>A <see langword="string" /> value that represents the title of the axis.</returns>
2566    </member>
2567    <member name="P:System.Windows.Forms.DataVisualization.Charting.Axis.TitleAlignment">
2568      <summary>Gets or sets the alignment of an axis title.</summary>
2569      <returns>A <see cref="T:System.Drawing.StringAlignment" /> enumeration value.</returns>
2570    </member>
2571    <member name="P:System.Windows.Forms.DataVisualization.Charting.Axis.TitleFont">
2572      <summary>Gets or sets the title font properties of an axis.</summary>
2573      <returns>A <see cref="T:System.Drawing.Font" /> object used for the font properties of a title.</returns>
2574    </member>
2575    <member name="P:System.Windows.Forms.DataVisualization.Charting.Axis.TitleForeColor">
2576      <summary>Gets or sets the text color of the axis title.</summary>
2577      <returns>A <see cref="T:System.Drawing.Color" /> structure. The default color is <see cref="P:System.Drawing.Color.Black" />.</returns>
2578    </member>
2579    <member name="P:System.Windows.Forms.DataVisualization.Charting.Axis.ToolTip">
2580      <summary>Gets or sets the tooltip used for the axis.</summary>
2581      <returns>A <see langword="string" /> value.</returns>
2582    </member>
2583    <member name="P:System.Windows.Forms.DataVisualization.Charting.AxisScaleBreakStyle.BreakLineStyle">
2584      <summary>Gets or sets the style of the break line that will be used to draw the scale break.</summary>
2585      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.BreakLineStyle" /> enumeration value.</returns>
2586    </member>
2587    <member name="P:System.Windows.Forms.DataVisualization.Charting.AxisScaleBreakStyle.CollapsibleSpaceThreshold">
2588      <summary>Gets or sets the threshold of space on the chart at which scale breaks are drawn.</summary>
2589      <returns>An <see langword="integer" /> value that specifies the threshold of space on the chart at which scale breaks are drawn.</returns>
2590    </member>
2591    <member name="P:System.Windows.Forms.DataVisualization.Charting.AxisScaleBreakStyle.Enabled">
2592      <summary>Gets or sets a flag that indicates whether scale breaks are enabled.</summary>
2593      <returns>A <see langword="Boolean" /> value that specifies whether scale breaks are enabled.</returns>
2594    </member>
2595    <member name="P:System.Windows.Forms.DataVisualization.Charting.AxisScaleBreakStyle.LineColor">
2596      <summary>Gets or sets the color of the scale break line.</summary>
2597      <returns>A <see cref="T:System.Drawing.Color" /> value that represents the color of the scale break line.</returns>
2598    </member>
2599    <member name="P:System.Windows.Forms.DataVisualization.Charting.AxisScaleBreakStyle.LineDashStyle">
2600      <summary>Gets or sets the style of the scale break line.</summary>
2601      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartDashStyle" /> value that represents the style of the scale break line.</returns>
2602    </member>
2603    <member name="P:System.Windows.Forms.DataVisualization.Charting.AxisScaleBreakStyle.LineWidth">
2604      <summary>Gets or sets the width of the scale break line.</summary>
2605      <returns>An <see langword="integer" /> value that represents the width of the scale break line.</returns>
2606    </member>
2607    <member name="P:System.Windows.Forms.DataVisualization.Charting.AxisScaleBreakStyle.MaxNumberOfBreaks">
2608      <summary>Gets or sets the maximum number of scale breaks to be displayed on the chart.</summary>
2609      <returns>An <see langword="integer" /> value that represents the maximum number of scale breaks to be displayed on the chart.</returns>
2610    </member>
2611    <member name="P:System.Windows.Forms.DataVisualization.Charting.AxisScaleBreakStyle.Spacing">
2612      <summary>Gets or sets the spacing gap between the lines of the scale break. The spacing gap is represented as a percentage of the Y-axis.</summary>
2613      <returns>A <see langword="double" /> value that represents the spacing gap between the lines of the scale break.</returns>
2614    </member>
2615    <member name="P:System.Windows.Forms.DataVisualization.Charting.AxisScaleBreakStyle.StartFromZero">
2616      <summary>Gets or sets a <see cref="T:System.Windows.Forms.DataVisualization.Charting.StartFromZero" /> enumeration value that indicates whether to start the scale break from zero.</summary>
2617      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.StartFromZero" /> enumeration value that indicates whether to start the scale break from zero.</returns>
2618    </member>
2619    <member name="P:System.Windows.Forms.DataVisualization.Charting.AxisScaleView.IsZoomed">
2620      <summary>Gets a flag that indicates whether the axis is zoomed in.</summary>
2621      <returns>
2622          <see langword="true" /> if the axis is zoomed in; otherwise, <see langword="false" />.</returns>
2623    </member>
2624    <member name="P:System.Windows.Forms.DataVisualization.Charting.AxisScaleView.MinSize">
2625      <summary>Gets or sets the minimum size of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.AxisScaleView" /> object.</summary>
2626      <returns>A <see langword="double" /> that represents the minimum size of the scale view.</returns>
2627    </member>
2628    <member name="P:System.Windows.Forms.DataVisualization.Charting.AxisScaleView.MinSizeType">
2629      <summary>Gets or sets the unit of measurement of the <see cref="P:System.Windows.Forms.DataVisualization.Charting.AxisScaleView.MinSize" /> property.</summary>
2630      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType" /> enumeration value that represents the unit of measurement of the <see cref="P:System.Windows.Forms.DataVisualization.Charting.AxisScaleView.MinSize" /> property.</returns>
2631    </member>
2632    <member name="P:System.Windows.Forms.DataVisualization.Charting.AxisScaleView.Position">
2633      <summary>Gets or sets the position of the scale view.</summary>
2634      <returns>A <see langword="double" /> that represents the position of the scale view.</returns>
2635    </member>
2636    <member name="P:System.Windows.Forms.DataVisualization.Charting.AxisScaleView.Size">
2637      <summary>Gets or sets the size of the scale view.</summary>
2638      <returns>A <see langword="double" /> that represents the size of the scale view.</returns>
2639    </member>
2640    <member name="P:System.Windows.Forms.DataVisualization.Charting.AxisScaleView.SizeType">
2641      <summary>Gets or sets the unit of measurement for the <see cref="P:System.Windows.Forms.DataVisualization.Charting.AxisScaleView.Size" /> property.</summary>
2642      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType" /> enumeration value that represents the unit of measurement for the <see cref="P:System.Windows.Forms.DataVisualization.Charting.AxisScaleView.Size" /> property.</returns>
2643    </member>
2644    <member name="P:System.Windows.Forms.DataVisualization.Charting.AxisScaleView.SmallScrollMinSize">
2645      <summary>Gets or sets the minimum small scrolling size. Used only if the small scrolling size is not set.</summary>
2646      <returns>A <see langword="double" /> that represents the small scrolling size.</returns>
2647    </member>
2648    <member name="P:System.Windows.Forms.DataVisualization.Charting.AxisScaleView.SmallScrollMinSizeType">
2649      <summary>Gets or sets the unit of measurement for the <see cref="P:System.Windows.Forms.DataVisualization.Charting.AxisScaleView.SmallScrollMinSize" /> property.</summary>
2650      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType" /> enumeration value that represents the unit of measurement for the <see cref="P:System.Windows.Forms.DataVisualization.Charting.AxisScaleView.SmallScrollMinSize" /> property.</returns>
2651    </member>
2652    <member name="P:System.Windows.Forms.DataVisualization.Charting.AxisScaleView.SmallScrollSize">
2653      <summary>Gets or sets the small scrolling size.</summary>
2654      <returns>A <see langword="double" /> value that represents the small scrolling size.</returns>
2655    </member>
2656    <member name="P:System.Windows.Forms.DataVisualization.Charting.AxisScaleView.SmallScrollSizeType">
2657      <summary>Gets or sets the unit of measurement for the <see cref="P:System.Windows.Forms.DataVisualization.Charting.AxisScaleView.SmallScrollMinSize" /> property.</summary>
2658      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType" /> enumeration value that represents the unit of measurement for the <see cref="P:System.Windows.Forms.DataVisualization.Charting.AxisScaleView.SmallScrollMinSize" /> property.</returns>
2659    </member>
2660    <member name="P:System.Windows.Forms.DataVisualization.Charting.AxisScaleView.ViewMaximum">
2661      <summary>Gets the maximum axis value of a data view.</summary>
2662      <returns>A <see langword="double" /> that represents the maximum axis value for the data view.</returns>
2663    </member>
2664    <member name="P:System.Windows.Forms.DataVisualization.Charting.AxisScaleView.ViewMinimum">
2665      <summary>Gets the minimum axis value of a data view.</summary>
2666      <returns>A <see langword="double" /> that represents the minimum axis value for the data view.</returns>
2667    </member>
2668    <member name="P:System.Windows.Forms.DataVisualization.Charting.AxisScaleView.Zoomable">
2669      <summary>Gets or sets a flag that indicates whether the zooming user interface is enabled.</summary>
2670      <returns>
2671          <see langword="true" /> if the zooming user interface is enabled; otherwise, <see langword="false" />.</returns>
2672    </member>
2673    <member name="P:System.Windows.Forms.DataVisualization.Charting.AxisScrollBar.Axis">
2674      <summary>Gets the <see cref="T:System.Windows.Forms.DataVisualization.Charting.Axis" /> object that uses the scrollbar.</summary>
2675      <returns>An <see cref="T:System.Windows.Forms.DataVisualization.Charting.Axis" /> object.</returns>
2676    </member>
2677    <member name="P:System.Windows.Forms.DataVisualization.Charting.AxisScrollBar.BackColor">
2678      <summary>Gets or sets the background color of a scrollbar.</summary>
2679      <returns>A <see cref="T:System.Drawing.Color" /> value that represents the background color of the scrollbar. The default value is <see cref="F:System.Drawing.Color.Empty" />.</returns>
2680    </member>
2681    <member name="P:System.Windows.Forms.DataVisualization.Charting.AxisScrollBar.ButtonColor">
2682      <summary>Gets or sets the color of the scrollbar buttons.</summary>
2683      <returns>A <see cref="T:System.Drawing.Color" /> value that represents the color of the scrollbar buttons.</returns>
2684    </member>
2685    <member name="P:System.Windows.Forms.DataVisualization.Charting.AxisScrollBar.ButtonStyle">
2686      <summary>Gets or sets the style of the scrollbar button.</summary>
2687      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.ScrollBarButtonStyles" /> enumeration value.</returns>
2688    </member>
2689    <member name="P:System.Windows.Forms.DataVisualization.Charting.AxisScrollBar.ChartArea">
2690      <summary>Gets the chart area that contains this scrollbar.</summary>
2691      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartArea" /> object.</returns>
2692    </member>
2693    <member name="P:System.Windows.Forms.DataVisualization.Charting.AxisScrollBar.Enabled">
2694      <summary>Gets or sets a flag that determines whether a scrollbar is enabled.</summary>
2695      <returns>
2696          <see langword="True" /> if the scrollbar is enabled for an axis, <see langword="false" /> if the scrollbar is not enabled. The default value is <see langword="true" />.</returns>
2697    </member>
2698    <member name="P:System.Windows.Forms.DataVisualization.Charting.AxisScrollBar.IsPositionedInside">
2699      <summary>Gets or sets a flag that indicates whether scroll bar is positioned inside or outside the chart area.</summary>
2700      <returns>
2701          <see langword="True" /> if the scroll bar is positioned inside or outside the chart area; otherwise, <see langword="False" />.</returns>
2702    </member>
2703    <member name="P:System.Windows.Forms.DataVisualization.Charting.AxisScrollBar.IsVisible">
2704      <summary>Gets a flag that indicates whether the scrollbar is visible.</summary>
2705      <returns>
2706          <see langword="True" /> if the scrollbar is visible; otherwise, <see langword="false" />.</returns>
2707    </member>
2708    <member name="P:System.Windows.Forms.DataVisualization.Charting.AxisScrollBar.LineColor">
2709      <summary>Gets or sets the line color of a scrollbar.</summary>
2710      <returns>A <see cref="T:System.Drawing.Color" /> value that represents the line color of the scrollbar. The default value is <see cref="F:System.Drawing.Color.Empty" />.</returns>
2711    </member>
2712    <member name="P:System.Windows.Forms.DataVisualization.Charting.AxisScrollBar.Size">
2713      <summary>Gets or sets the width of a scrollbar, in pixels.</summary>
2714      <returns>The width of a scrollbar in pixels. The default value is 14 pixels. The value can range from 5 to 20 pixels.</returns>
2715    </member>
2716    <member name="P:System.Windows.Forms.DataVisualization.Charting.Border3DAnnotation.AnnotationType">
2717      <summary>Gets or sets the annotation type name.</summary>
2718      <returns>The annotation type.</returns>
2719    </member>
2720    <member name="P:System.Windows.Forms.DataVisualization.Charting.Border3DAnnotation.BorderSkin">
2721      <summary>Gets or sets the skin attributes of the 3D border.</summary>
2722      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.BorderSkin" /> object, which determines the attributes of the 3D border.</returns>
2723    </member>
2724    <member name="P:System.Windows.Forms.DataVisualization.Charting.BorderSkin.BackColor">
2725      <summary>Gets or sets the background color of a skin frame.</summary>
2726      <returns>A <see cref="T:System.Drawing.Color" /> value.</returns>
2727    </member>
2728    <member name="P:System.Windows.Forms.DataVisualization.Charting.BorderSkin.BackGradientStyle">
2729      <summary>Gets or sets the background gradient style of a skin frame.</summary>
2730      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.GradientStyle" /> enumeration value.</returns>
2731    </member>
2732    <member name="P:System.Windows.Forms.DataVisualization.Charting.BorderSkin.BackHatchStyle">
2733      <summary>Gets or sets the background hatch style of a skin frame.</summary>
2734      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartHatchStyle" /> enumeration value.</returns>
2735    </member>
2736    <member name="P:System.Windows.Forms.DataVisualization.Charting.BorderSkin.BackImage">
2737      <summary>Gets or sets the background image of a skin frame.</summary>
2738      <returns>A <see langword="string" /> value.</returns>
2739    </member>
2740    <member name="P:System.Windows.Forms.DataVisualization.Charting.BorderSkin.BackImageAlignment">
2741      <summary>Gets or sets the background image alignment of a skin frame.</summary>
2742      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartImageAlignmentStyle" /> enumeration value.</returns>
2743    </member>
2744    <member name="P:System.Windows.Forms.DataVisualization.Charting.BorderSkin.BackImageTransparentColor">
2745      <summary>Gets or sets a color that is replaced with a transparent color when the background image of a border skin frame is drawn.</summary>
2746      <returns>A <see cref="T:System.Drawing.Color" /> value.</returns>
2747    </member>
2748    <member name="P:System.Windows.Forms.DataVisualization.Charting.BorderSkin.BackImageWrapMode">
2749      <summary>Gets or sets the drawing mode for the background image of a border skin frame.</summary>
2750      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartImageWrapMode" /> enumeration value.</returns>
2751    </member>
2752    <member name="P:System.Windows.Forms.DataVisualization.Charting.BorderSkin.BackSecondaryColor">
2753      <summary>Gets or sets the secondary background color of a border skin frame.</summary>
2754      <returns>A <see cref="T:System.Drawing.Color" /> value.</returns>
2755    </member>
2756    <member name="P:System.Windows.Forms.DataVisualization.Charting.BorderSkin.BorderColor">
2757      <summary>Gets or sets the border color of a skin frame.</summary>
2758      <returns>A <see cref="T:System.Drawing.Color" /> value.</returns>
2759    </member>
2760    <member name="P:System.Windows.Forms.DataVisualization.Charting.BorderSkin.BorderDashStyle">
2761      <summary>Gets or sets the style of the border line of a border skin frame.</summary>
2762      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartDashStyle" /> enumeration value.</returns>
2763    </member>
2764    <member name="P:System.Windows.Forms.DataVisualization.Charting.BorderSkin.BorderWidth">
2765      <summary>Gets or sets the width of the border line of a border skin frame.</summary>
2766      <returns>An <see langword="integer" /> value.</returns>
2767    </member>
2768    <member name="P:System.Windows.Forms.DataVisualization.Charting.BorderSkin.PageColor">
2769      <summary>Gets or sets the page color of a border skin.</summary>
2770      <returns>A <see cref="T:System.Drawing.Color" /> value.</returns>
2771    </member>
2772    <member name="P:System.Windows.Forms.DataVisualization.Charting.BorderSkin.SkinStyle">
2773      <summary>Gets or sets the style of a border skin.</summary>
2774      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.BorderSkinStyle" /> enumeration value.</returns>
2775    </member>
2776    <member name="P:System.Windows.Forms.DataVisualization.Charting.CalloutAnnotation.AnchorAlignment">
2777      <summary>Gets or sets the annotation position alignment to the anchor point.</summary>
2778      <returns>A <see cref="T:System.Drawing.ContentAlignment" /> value that represents the alignment of the annotation to the anchor point.</returns>
2779    </member>
2780    <member name="P:System.Windows.Forms.DataVisualization.Charting.CalloutAnnotation.AnchorOffsetX">
2781      <summary>Gets or sets the offset that the X-position of the annotation has from the anchor point.</summary>
2782      <returns>A <see langword="double" /> value that represents the offset of the annotation's X-position from the anchor point.</returns>
2783    </member>
2784    <member name="P:System.Windows.Forms.DataVisualization.Charting.CalloutAnnotation.AnchorOffsetY">
2785      <summary>Gets or sets the offset that the Y-position of the annotation has from the anchor point.</summary>
2786      <returns>A <see langword="double" /> value that represents the offset of the annotation's Y-position from the anchor point.</returns>
2787    </member>
2788    <member name="P:System.Windows.Forms.DataVisualization.Charting.CalloutAnnotation.AnnotationType">
2789      <summary>Gets or sets the annotation type name. For internal use, should not be used.</summary>
2790      <returns>The annotation type.</returns>
2791    </member>
2792    <member name="P:System.Windows.Forms.DataVisualization.Charting.CalloutAnnotation.BackColor">
2793      <summary>Gets or sets the background color of the annotation.</summary>
2794      <returns>A <see cref="T:System.Drawing.Color" /> enumeration value used for the background of an annotation.</returns>
2795    </member>
2796    <member name="P:System.Windows.Forms.DataVisualization.Charting.CalloutAnnotation.BackGradientStyle">
2797      <summary>Gets or sets the annotation background gradient style.</summary>
2798      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.GradientStyle" /> enumeration value used to draw the annotation background.</returns>
2799    </member>
2800    <member name="P:System.Windows.Forms.DataVisualization.Charting.CalloutAnnotation.BackHatchStyle">
2801      <summary>Gets or sets the background hatch style of the annotation.</summary>
2802      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartHatchStyle" /> value used to draw the annotation background.</returns>
2803    </member>
2804    <member name="P:System.Windows.Forms.DataVisualization.Charting.CalloutAnnotation.BackSecondaryColor">
2805      <summary>Gets or sets the secondary color for the annotation background.</summary>
2806      <returns>A <see cref="T:System.Drawing.Color" /> enumeration value used in conjunction with a primary color to draw the annotation background with hatching or gradient fill.</returns>
2807    </member>
2808    <member name="P:System.Windows.Forms.DataVisualization.Charting.CalloutAnnotation.CalloutAnchorCap">
2809      <summary>Gets or sets the style of the callout line anchor cap.</summary>
2810      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.LineAnchorCapStyle" /> enumeration value that represents the style to use for a callout line anchor cap.</returns>
2811    </member>
2812    <member name="P:System.Windows.Forms.DataVisualization.Charting.CalloutAnnotation.CalloutStyle">
2813      <summary>Gets or sets the annotation callout style.</summary>
2814      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.CalloutStyle" /> enumeration value.</returns>
2815    </member>
2816    <member name="P:System.Windows.Forms.DataVisualization.Charting.CalloutAnnotation.LineColor">
2817      <summary>Gets or sets the annotation line color.</summary>
2818      <returns>A <see cref="T:System.Drawing.Color" /> value used to draw the annotation line.</returns>
2819    </member>
2820    <member name="P:System.Windows.Forms.DataVisualization.Charting.CalloutAnnotation.LineDashStyle">
2821      <summary>Gets or sets the annotation line style.</summary>
2822      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartDashStyle" /> enumeration value used to draw the annotation line.</returns>
2823    </member>
2824    <member name="P:System.Windows.Forms.DataVisualization.Charting.CalloutAnnotation.LineWidth">
2825      <summary>Gets or sets the line width of the annotation.</summary>
2826      <returns>An <see langword="integer" /> value that represents the annotation line width, in pixels.</returns>
2827    </member>
2828    <member name="P:System.Windows.Forms.DataVisualization.Charting.Chart.Annotations">
2829      <summary>Gets or sets a collection that stores the chart annotations.</summary>
2830      <returns>An <see cref="T:System.Windows.Forms.DataVisualization.Charting.AnnotationCollection" /> object that is used to store chart annotations.</returns>
2831    </member>
2832    <member name="P:System.Windows.Forms.DataVisualization.Charting.Chart.AntiAliasing">
2833      <summary>Gets or sets a value that determines whether anti-aliasing is used when text and graphics are drawn.</summary>
2834      <returns>An <see cref="T:System.Windows.Forms.DataVisualization.Charting.AntiAliasingStyles" /> enumeration value that determines whether anti-aliasing is used when text and graphics are drawn.</returns>
2835    </member>
2836    <member name="P:System.Windows.Forms.DataVisualization.Charting.Chart.BackColor">
2837      <summary>Gets or sets the background color of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.Chart" /> object.</summary>
2838      <returns>A <see cref="T:System.Drawing.Color" /> value used to draw the background color of the chart. The default color is <see cref="System.Drawing.Color.White" />.</returns>
2839    </member>
2840    <member name="P:System.Windows.Forms.DataVisualization.Charting.Chart.BackGradientStyle">
2841      <summary>Gets or sets the orientation for the background gradient of a <see cref="T:System.Windows.Forms.DataVisualization.Charting.Chart" /> control. Also determines whether a gradient is used.</summary>
2842      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.GradientStyle" /> enumeration that specifies the orientation for the background gradient of a chart and whether a gradient is used. The default value is <see cref="F:System.Windows.Forms.DataVisualization.Charting.GradientStyle.None" />.</returns>
2843    </member>
2844    <member name="P:System.Windows.Forms.DataVisualization.Charting.Chart.BackgroundImage">
2845      <summary>The <see cref="P:System.Windows.Forms.DataVisualization.Charting.Chart.BackgroundImage" /> property is not used. Use the <see cref="P:System.Windows.Forms.DataVisualization.Charting.Chart.BackImage" /> property instead.</summary>
2846      <returns>An <see cref="T:System.Drawing.Image" /> object.</returns>
2847    </member>
2848    <member name="P:System.Windows.Forms.DataVisualization.Charting.Chart.BackHatchStyle">
2849      <summary>Gets or sets the hatching style of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.Chart" /> control. </summary>
2850      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartHatchStyle" /> enumeration that specifies the hatching style of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.Chart" /> control. The default value is <see cref="F:System.Windows.Forms.DataVisualization.Charting.ChartHatchStyle.None" />.</returns>
2851    </member>
2852    <member name="P:System.Windows.Forms.DataVisualization.Charting.Chart.BackImage">
2853      <summary>Gets or sets the background image of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.Chart" /> control.</summary>
2854      <returns>A <see langword="string" /> value that represents the URL of an image file. The default value is an empty string.</returns>
2855    </member>
2856    <member name="P:System.Windows.Forms.DataVisualization.Charting.Chart.BackImageAlignment">
2857      <summary>Gets or sets the background image alignment used for the <see cref="F:System.Windows.Forms.DataVisualization.Charting.ChartImageWrapMode.Unscaled" /> drawing mode.</summary>
2858      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartImageAlignmentStyle" /> enumeration value that specifies the background image alignment of the chart. The default value is <see cref="F:System.Windows.Forms.DataVisualization.Charting.ChartImageAlignmentStyle.TopLeft" />.</returns>
2859    </member>
2860    <member name="P:System.Windows.Forms.DataVisualization.Charting.Chart.BackImageTransparentColor">
2861      <summary>Gets or sets the color of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.Chart" /> control that will be displayed as transparent.</summary>
2862      <returns>A <see cref="T:System.Drawing.Color" /> value that will be displayed as transparent when the chart image is drawn. The default value is <see cref="F:System.Drawing.Color.Empty" />.</returns>
2863    </member>
2864    <member name="P:System.Windows.Forms.DataVisualization.Charting.Chart.BackImageWrapMode">
2865      <summary>Gets or sets the drawing mode for the background image of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.Chart" /> control.</summary>
2866      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartImageWrapMode" /> enumeration value that specifies the drawing mode for the background image of the chart. The default value is <see cref="F:System.Windows.Forms.DataVisualization.Charting.ChartImageWrapMode.Tile" />.</returns>
2867    </member>
2868    <member name="P:System.Windows.Forms.DataVisualization.Charting.Chart.BackSecondaryColor">
2869      <summary>Gets or sets the secondary color of the chart background.</summary>
2870      <returns>A <see cref="T:System.Drawing.Color" /> value that represents the secondary color of the chart background. The default value is <see cref="F:System.Drawing.Color.Empty" />.</returns>
2871    </member>
2872    <member name="P:System.Windows.Forms.DataVisualization.Charting.Chart.BorderColor">
2873      <summary>Gets or sets the color of the chart border.</summary>
2874      <returns>A <see cref="T:System.Drawing.Color" /> value used to draw the chart border.</returns>
2875    </member>
2876    <member name="P:System.Windows.Forms.DataVisualization.Charting.Chart.BorderDashStyle">
2877      <summary>Gets or sets the style of the border.</summary>
2878      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartDashStyle" /> enumeration value that specifies the style of the border.</returns>
2879    </member>
2880    <member name="P:System.Windows.Forms.DataVisualization.Charting.Chart.BorderlineColor">
2881      <summary>Gets or sets the color of the border line.</summary>
2882      <returns>A <see cref="T:System.Drawing.Color" /> value used to draw the border line.</returns>
2883    </member>
2884    <member name="P:System.Windows.Forms.DataVisualization.Charting.Chart.BorderlineDashStyle">
2885      <summary>Gets or sets the style of the border line.</summary>
2886      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartDashStyle" /> enumeration value that specifies the style of the border line.</returns>
2887    </member>
2888    <member name="P:System.Windows.Forms.DataVisualization.Charting.Chart.BorderlineWidth">
2889      <summary>Gets or sets the width of the border line.</summary>
2890      <returns>An <see langword="integer" /> value that specifies the width of the border line.</returns>
2891    </member>
2892    <member name="P:System.Windows.Forms.DataVisualization.Charting.Chart.BorderSkin">
2893      <summary>Gets or sets a <see cref="T:System.Windows.Forms.DataVisualization.Charting.BorderSkin" /> object, which provides border skin functionality for the <see cref="T:System.Windows.Forms.DataVisualization.Charting.Chart" /> control.</summary>
2894      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.BorderSkin" /> object which provides border skin functionality for the chart.</returns>
2895    </member>
2896    <member name="P:System.Windows.Forms.DataVisualization.Charting.Chart.BorderWidth">
2897      <summary>Gets or set s the width of the chart border.</summary>
2898      <returns>An <see langword="integer" /> value that determines the border width, in pixels, of the chart.</returns>
2899    </member>
2900    <member name="P:System.Windows.Forms.DataVisualization.Charting.Chart.BuildNumber">
2901      <summary>Gets the build number of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.Chart" /> control.</summary>
2902      <returns>A <see langword="string" /> that represents the build number of the chart control.</returns>
2903    </member>
2904    <member name="P:System.Windows.Forms.DataVisualization.Charting.Chart.ChartAreas">
2905      <summary>Gets a read-only <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartAreaCollection" /> object that is used to store <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartArea" /> objects.</summary>
2906      <returns>A read-only <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartAreaCollection" /> object that contains collection of <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartArea" /> objects.</returns>
2907    </member>
2908    <member name="P:System.Windows.Forms.DataVisualization.Charting.Chart.DataManipulator">
2909      <summary>Gets a <see cref="T:System.Windows.Forms.DataVisualization.Charting.DataManipulator" /> object that provides methods and properties that handle data.</summary>
2910      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.DataManipulator" /> object that provides methods and properties that handle data.</returns>
2911    </member>
2912    <member name="P:System.Windows.Forms.DataVisualization.Charting.Chart.DataSource">
2913      <summary>Gets or sets the data source for the <see cref="T:System.Windows.Forms.DataVisualization.Charting.Chart" /> object.</summary>
2914      <returns>An <see cref="T:System.Object" /> that represents the data source for the <see cref="T:System.Windows.Forms.DataVisualization.Charting.Chart" /> object.</returns>
2915    </member>
2916    <member name="P:System.Windows.Forms.DataVisualization.Charting.Chart.DefaultSize">
2917      <summary>Gets the default control size.</summary>
2918      <returns>A <see cref="T:System.Drawing.Size" /> object that represents the default size of the control.</returns>
2919    </member>
2920    <member name="P:System.Windows.Forms.DataVisualization.Charting.Chart.Font">
2921      <summary>Gets the font properties of the control.</summary>
2922      <returns>A <see cref="T:System.Drawing.Font" /> object that represents the text font of the control.</returns>
2923    </member>
2924    <member name="P:System.Windows.Forms.DataVisualization.Charting.Chart.ForeColor">
2925      <summary>Gets or sets the text color of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.Chart" /> control.</summary>
2926      <returns>A <see cref="T:System.Drawing.Color" /> value that specifies the text color of the chart.</returns>
2927    </member>
2928    <member name="P:System.Windows.Forms.DataVisualization.Charting.Chart.Images">
2929      <summary>Gets a <see cref="T:System.Windows.Forms.DataVisualization.Charting.NamedImagesCollection" /> object that stores <see cref="T:System.Windows.Forms.DataVisualization.Charting.NamedImage" /> objects for the chart.</summary>
2930      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.NamedImagesCollection" /> object that contains the collection of <see cref="T:System.Windows.Forms.DataVisualization.Charting.NamedImage" /> objects.</returns>
2931    </member>
2932    <member name="P:System.Windows.Forms.DataVisualization.Charting.Chart.IsSoftShadows">
2933      <summary>Gets or sets a flag that determines if a smooth gradient is applied when shadows are drawn.</summary>
2934      <returns>
2935          <see langword="true" /> if shadows are drawn using smoothing; otherwise, <see langword="false" />. The default value is <see langword="true" />.</returns>
2936    </member>
2937    <member name="P:System.Windows.Forms.DataVisualization.Charting.Chart.Legends">
2938      <summary>Gets or sets a <see cref="T:System.Windows.Forms.DataVisualization.Charting.LegendCollection" /> that stores all <see cref="T:System.Windows.Forms.DataVisualization.Charting.Legend" /> objects used by the <see cref="T:System.Windows.Forms.DataVisualization.Charting.Chart" /> control.</summary>
2939      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.LegendCollection" /> object that contains the <see cref="T:System.Windows.Forms.DataVisualization.Charting.Legend" /> objects used by the chart.</returns>
2940    </member>
2941    <member name="P:System.Windows.Forms.DataVisualization.Charting.Chart.Palette">
2942      <summary>Gets or sets the palette for the <see cref="T:System.Windows.Forms.DataVisualization.Charting.Chart" /> control.</summary>
2943      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartColorPalette" /> enumeration value that determines the palette to be used.</returns>
2944    </member>
2945    <member name="P:System.Windows.Forms.DataVisualization.Charting.Chart.PaletteCustomColors">
2946      <summary>Gets or sets an array of custom palette colors.</summary>
2947      <returns>An array of <see cref="T:System.Drawing.Color" /> objects that represent the set of colors used for series on the chart.</returns>
2948    </member>
2949    <member name="P:System.Windows.Forms.DataVisualization.Charting.Chart.Printing">
2950      <summary>Gets a read-only <see cref="T:System.Windows.Forms.DataVisualization.Charting.PrintingManager" /> object used for printing a chart.</summary>
2951      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.PrintingManager" /> object used for printing a chart.</returns>
2952    </member>
2953    <member name="P:System.Windows.Forms.DataVisualization.Charting.Chart.RenderingDpiX">
2954      <summary>Gets or sets the horizontal resolution of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.Chart" /> renderer.</summary>
2955      <returns>A <see langword="double" /> value that represents the horizontal resolution of the chart renderer.</returns>
2956    </member>
2957    <member name="P:System.Windows.Forms.DataVisualization.Charting.Chart.RenderingDpiY">
2958      <summary>Gets or sets the vertical resolution of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.Chart" /> renderer.</summary>
2959      <returns>A <see langword="double" /> value that represents the vertical resolution of the chart renderer.</returns>
2960    </member>
2961    <member name="P:System.Windows.Forms.DataVisualization.Charting.Chart.Serializer">
2962      <summary>Gets a <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartSerializer" /> object that is used for chart serialization.</summary>
2963      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartSerializer" /> object that is used for chart serialization.</returns>
2964    </member>
2965    <member name="P:System.Windows.Forms.DataVisualization.Charting.Chart.Series">
2966      <summary>Gets a <see cref="T:System.Windows.Forms.DataVisualization.Charting.SeriesCollection" /> object, which contains <see cref="T:System.Windows.Forms.DataVisualization.Charting.Series" /> objects.</summary>
2967      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.SeriesCollection" /> object which contains <see cref="T:System.Windows.Forms.DataVisualization.Charting.Series" /> objects.</returns>
2968    </member>
2969    <member name="P:System.Windows.Forms.DataVisualization.Charting.Chart.Size">
2970      <summary>Gets or sets the size of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.Chart" /> control.</summary>
2971      <returns>A <see cref="T:System.Drawing.Size" /> object that represents the size of the control.</returns>
2972    </member>
2973    <member name="P:System.Windows.Forms.DataVisualization.Charting.Chart.SuppressExceptions">
2974      <summary>Gets or sets a flag that determines whether non-critical exceptions should be suppressed.</summary>
2975      <returns>
2976          <see langword="true" /> if non-critical exceptions should be suppressed; otherwise, <see langword="false" />. The default value is <see langword="false" />.</returns>
2977    </member>
2978    <member name="P:System.Windows.Forms.DataVisualization.Charting.Chart.TextAntiAliasingQuality">
2979      <summary>Gets or sets the <see cref="T:System.Windows.Forms.DataVisualization.Charting.TextAntiAliasingQuality" /> type to use when applying anti-aliasing to text.</summary>
2980      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.TextAntiAliasingQuality" /> enumeration value used to apply anti-aliasing to text. The default value is <see cref="F:System.Windows.Forms.DataVisualization.Charting.TextAntiAliasingQuality.High" />.</returns>
2981    </member>
2982    <member name="P:System.Windows.Forms.DataVisualization.Charting.Chart.Titles">
2983      <summary>Gets or sets a <see cref="T:System.Windows.Forms.DataVisualization.Charting.TitleCollection" /> object that is used to store all <see cref="T:System.Windows.Forms.DataVisualization.Charting.Title" /> objects used by the <see cref="T:System.Windows.Forms.DataVisualization.Charting.Chart" /> control.</summary>
2984      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.TitleCollection" /> object  that is used to store all <see cref="T:System.Windows.Forms.DataVisualization.Charting.Title" /> objects used by the chart control.</returns>
2985    </member>
2986    <member name="P:System.Windows.Forms.DataVisualization.Charting.ChartArea.AlignmentOrientation">
2987      <summary>Gets or sets the alignment orientation of a chart area.</summary>
2988      <returns>An <see cref="T:System.Windows.Forms.DataVisualization.Charting.AreaAlignmentOrientations" /> enumeration value that specifies the alignment orientation of a chart area.</returns>
2989    </member>
2990    <member name="P:System.Windows.Forms.DataVisualization.Charting.ChartArea.AlignmentStyle">
2991      <summary>Gets or sets the alignment style of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartArea" />.</summary>
2992      <returns>An <see cref="T:System.Windows.Forms.DataVisualization.Charting.AreaAlignmentStyles" /> enumeration value that can represent either a single value or the bitwise-OR of multiple values that define the alignment to use.</returns>
2993    </member>
2994    <member name="P:System.Windows.Forms.DataVisualization.Charting.ChartArea.AlignWithChartArea">
2995      <summary>Gets or sets the name of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartArea" /> object to which this chart area should be aligned.</summary>
2996      <returns>A <see langword="string" /> value that represents the name of a <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartArea" /> object to which this chart area should be aligned. The default is the empty string.</returns>
2997    </member>
2998    <member name="P:System.Windows.Forms.DataVisualization.Charting.ChartArea.Area3DStyle">
2999      <summary>Gets or sets a <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartArea3DStyle" /> object, which is used to implement three-dimensional (3D) for all series in a chart area.</summary>
3000      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartArea3DStyle" /> object that implements 3D for all series plotted in a chart area.</returns>
3001    </member>
3002    <member name="P:System.Windows.Forms.DataVisualization.Charting.ChartArea.Axes">
3003      <summary>Gets or sets an array that represents all axes for a chart area.</summary>
3004      <returns>An array of <see cref="T:System.Windows.Forms.DataVisualization.Charting.Axis" /> objects that represents all axes used by a chart area.</returns>
3005    </member>
3006    <member name="P:System.Windows.Forms.DataVisualization.Charting.ChartArea.AxisX">
3007      <summary>Gets or sets an <see cref="T:System.Windows.Forms.DataVisualization.Charting.Axis" /> object that represents the primary X-axis.</summary>
3008      <returns>An <see cref="T:System.Windows.Forms.DataVisualization.Charting.Axis" /> object that represents the primary X-axis.</returns>
3009    </member>
3010    <member name="P:System.Windows.Forms.DataVisualization.Charting.ChartArea.AxisX2">
3011      <summary>Gets or sets an <see cref="T:System.Windows.Forms.DataVisualization.Charting.Axis" /> object that represents the secondary X-axis.</summary>
3012      <returns>An <see cref="T:System.Windows.Forms.DataVisualization.Charting.Axis" /> object that represents the secondary X-axis.</returns>
3013    </member>
3014    <member name="P:System.Windows.Forms.DataVisualization.Charting.ChartArea.AxisY">
3015      <summary>Gets or sets an <see cref="T:System.Windows.Forms.DataVisualization.Charting.Axis" /> object that represents the primary Y-axis.</summary>
3016      <returns>An <see cref="T:System.Windows.Forms.DataVisualization.Charting.Axis" /> object that represents the primary Y-axis.</returns>
3017    </member>
3018    <member name="P:System.Windows.Forms.DataVisualization.Charting.ChartArea.AxisY2">
3019      <summary>Gets or sets an <see cref="T:System.Windows.Forms.DataVisualization.Charting.Axis" /> object that represents the secondary Y-axis.</summary>
3020      <returns>An <see cref="T:System.Windows.Forms.DataVisualization.Charting.Axis" /> object that represents the secondary Y-axis.</returns>
3021    </member>
3022    <member name="P:System.Windows.Forms.DataVisualization.Charting.ChartArea.BackColor">
3023      <summary>Gets or sets the background color of a <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartArea" /> object.</summary>
3024      <returns>A <see cref="T:System.Drawing.Color" /> value that specifies the background color of a chart area. The default color is <see cref="T:System.Drawing.Color.White" />.</returns>
3025    </member>
3026    <member name="P:System.Windows.Forms.DataVisualization.Charting.ChartArea.BackGradientStyle">
3027      <summary>Gets or sets the orientation for the background gradient of a chart area, and also determines whether or not a gradient is used. </summary>
3028      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.GradientStyle" /> enumeration that specifies the orientation for the background gradient of a chart area and determines whether a gradient is used. The default value is <see cref="F:System.Windows.Forms.DataVisualization.Charting.GradientStyle.None" />.</returns>
3029    </member>
3030    <member name="P:System.Windows.Forms.DataVisualization.Charting.ChartArea.BackHatchStyle">
3031      <summary>Gets or sets the hatching style of a <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartArea" /> object.</summary>
3032      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartHatchStyle" /> enumeration that specifies the hatching style of a chart area. The default value is <see cref="F:System.Windows.Forms.DataVisualization.Charting.ChartHatchStyle.None" />.</returns>
3033    </member>
3034    <member name="P:System.Windows.Forms.DataVisualization.Charting.ChartArea.BackImage">
3035      <summary>Gets or sets the background image of a <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartArea" /> object.</summary>
3036      <returns>A <see langword="string" /> value that represents the URL of an image file, used as the background image of a chart area. The default is an empty string.</returns>
3037    </member>
3038    <member name="P:System.Windows.Forms.DataVisualization.Charting.ChartArea.BackImageAlignment">
3039      <summary>Gets or sets the alignment of a <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartArea" /> background image.</summary>
3040      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartImageAlignmentStyle" /> enumeration value that specifies the alignment of the background image of the chart area. The default value is <see cref="F:System.Windows.Forms.DataVisualization.Charting.ChartImageAlignmentStyle.TopLeft" />.</returns>
3041    </member>
3042    <member name="P:System.Windows.Forms.DataVisualization.Charting.ChartArea.BackImageTransparentColor">
3043      <summary>Gets or sets the color of a <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartArea" /> object background image that will be drawn as transparent.</summary>
3044      <returns>A <see cref="T:System.Drawing.Color" /> value that represents the color of a background image that will be drawn as transparent. The default value is <see cref="F:System.Drawing.Color.Empty" />.</returns>
3045    </member>
3046    <member name="P:System.Windows.Forms.DataVisualization.Charting.ChartArea.BackImageWrapMode">
3047      <summary>Gets or sets the drawing mode for the background image of a <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartArea" /> object.</summary>
3048      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartImageWrapMode" /> enumeration value that specifies the drawing mode for the background image of a chart area. The default value is <see cref="F:System.Windows.Forms.DataVisualization.Charting.ChartImageWrapMode.Tile" />.</returns>
3049    </member>
3050    <member name="P:System.Windows.Forms.DataVisualization.Charting.ChartArea.BackSecondaryColor">
3051      <summary>Gets or sets the secondary color for the background of a <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartArea" /> object.</summary>
3052      <returns>A <see cref="T:System.Drawing.Color" /> value that specifies the secondary color for the background of a chart area. The default value is <see cref="F:System.Drawing.Color.Empty" />.</returns>
3053    </member>
3054    <member name="P:System.Windows.Forms.DataVisualization.Charting.ChartArea.BorderColor">
3055      <summary>Gets or sets the border color of a <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartArea" /> object.</summary>
3056      <returns>A <see cref="T:System.Drawing.Color" /> value that specifies the border color of a chart area. The default color is <see cref="F:System.Drawing.Color.Empty" />.</returns>
3057    </member>
3058    <member name="P:System.Windows.Forms.DataVisualization.Charting.ChartArea.BorderDashStyle">
3059      <summary>Gets or sets the border style of a <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartArea" /> object.</summary>
3060      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartDashStyle" /> enumeration value that determines the border style of the chart area.</returns>
3061    </member>
3062    <member name="P:System.Windows.Forms.DataVisualization.Charting.ChartArea.BorderWidth">
3063      <summary>Gets or sets the border width of a <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartArea" /> object.</summary>
3064      <returns>An <see langword="integer" /> value that determines the border width, in pixels, of the chart area.</returns>
3065    </member>
3066    <member name="P:System.Windows.Forms.DataVisualization.Charting.ChartArea.CursorX">
3067      <summary>Gets or sets a <see cref="T:System.Windows.Forms.DataVisualization.Charting.Cursor" /> object that is used for cursors and selected ranges along the X-axis.</summary>
3068      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.Cursor" /> object used for cursors and selected ranges along the X-axis.</returns>
3069    </member>
3070    <member name="P:System.Windows.Forms.DataVisualization.Charting.ChartArea.CursorY">
3071      <summary>Gets or sets a <see cref="T:System.Windows.Forms.DataVisualization.Charting.Cursor" /> object that is used for cursors and selected ranges along the Y-axis.</summary>
3072      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.Cursor" /> object used for cursors and selected ranges along the Y-axis.</returns>
3073    </member>
3074    <member name="P:System.Windows.Forms.DataVisualization.Charting.ChartArea.InnerPlotPosition">
3075      <summary>Gets or sets an <see cref="T:System.Windows.Forms.DataVisualization.Charting.ElementPosition" /> object, which defines the inner plot position of a chart area object.</summary>
3076      <returns>An <see cref="T:System.Windows.Forms.DataVisualization.Charting.ElementPosition" /> object, which defines the inner plot position of a <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartArea" /> object.</returns>
3077    </member>
3078    <member name="P:System.Windows.Forms.DataVisualization.Charting.ChartArea.IsSameFontSizeForAllAxes">
3079      <summary>Gets or sets a flag that determines if the labels of the relevant chart area axes are of equal size.</summary>
3080      <returns>
3081          <see langword="true" /> if all axes that have their <see cref="P:System.Windows.Forms.DataVisualization.Charting.Axis.IsLabelAutoFit" /> property set to <see langword="true" /> and will display their labels using the same font size; otherwise, <see langword="false." /></returns>
3082    </member>
3083    <member name="P:System.Windows.Forms.DataVisualization.Charting.ChartArea.Name">
3084      <summary>Gets or sets the unique name of a <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartArea" /> object.</summary>
3085      <returns>A <see langword="string" /> value that represents the unique name of a <see langword="ChartArea" /> object.</returns>
3086    </member>
3087    <member name="P:System.Windows.Forms.DataVisualization.Charting.ChartArea.Position">
3088      <summary>Gets or sets an <see cref="T:System.Windows.Forms.DataVisualization.Charting.ElementPosition" /> object that defines the position of a <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartArea" /> object within the <see cref="T:System.Windows.Forms.DataVisualization.Charting.Chart" />.</summary>
3089      <returns>An <see cref="T:System.Windows.Forms.DataVisualization.Charting.ElementPosition" /> object that defines the position of a chart area object within the chart image.</returns>
3090    </member>
3091    <member name="P:System.Windows.Forms.DataVisualization.Charting.ChartArea.ShadowColor">
3092      <summary>Gets or sets the shadow color of a <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartArea" /> object.</summary>
3093      <returns>A <see cref="T:System.Drawing.Color" /> value that specifies the shadow color of a chart area. The default color is <see cref="P:System.Drawing.Color.Black" />.</returns>
3094    </member>
3095    <member name="P:System.Windows.Forms.DataVisualization.Charting.ChartArea.ShadowOffset">
3096      <summary>Gets or sets the shadow offset, in pixels, of a <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartArea" /> object.</summary>
3097      <returns>An <see langword="integer" /> that represents the shadow offset, in pixels, of the chart area.</returns>
3098    </member>
3099    <member name="P:System.Windows.Forms.DataVisualization.Charting.ChartArea.Visible">
3100      <summary>Gets or sets a flag that determines if a chart area is visible.</summary>
3101      <returns>
3102          <see langword="true" /> if the chart area is visible; otherwise, <see langword="false" />.</returns>
3103    </member>
3104    <member name="P:System.Windows.Forms.DataVisualization.Charting.ChartArea3DStyle.Enable3D">
3105      <summary>Gets or sets a flag that toggles the 3D on and off for a chart area.</summary>
3106      <returns>
3107          <see langword="true" /> the chart area is displayed using 3D, <see langword="false" /> if the chart area is displayed in 2D. The default value is <see langword="false" />.</returns>
3108    </member>
3109    <member name="P:System.Windows.Forms.DataVisualization.Charting.ChartArea3DStyle.Inclination">
3110      <summary>Gets or sets the angle of rotation around the horizontal axes for 3D chart areas.</summary>
3111      <returns>An <see langword="integer" /> that represents the angle of rotation around the horizontal axes for 3D chart areas.</returns>
3112    </member>
3113    <member name="P:System.Windows.Forms.DataVisualization.Charting.ChartArea3DStyle.IsClustered">
3114      <summary>Gets or sets a flag that determines whether data series for a bar or column chart are clustered; that is, displayed along distinct rows.</summary>
3115      <returns>
3116          <see langword="true" /> if whether data series for a bar or column chart are clustered; otherwise, <see langword="false" />.</returns>
3117    </member>
3118    <member name="P:System.Windows.Forms.DataVisualization.Charting.ChartArea3DStyle.IsRightAngleAxes">
3119      <summary>Gets or sets a flag that determines whether a chart area is displayed using an isometric projection.</summary>
3120      <returns>
3121          <see langword="true" /> if the chart area is displayed using an isometric projection; otherwise, <see langword="false" />.</returns>
3122    </member>
3123    <member name="P:System.Windows.Forms.DataVisualization.Charting.ChartArea3DStyle.LightStyle">
3124      <summary>Gets or sets the style of lighting for a 3D chart area.</summary>
3125      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.LightStyle" /> enumeration value that specifies the style of lighting for a 3D chart area.</returns>
3126    </member>
3127    <member name="P:System.Windows.Forms.DataVisualization.Charting.ChartArea3DStyle.Perspective">
3128      <summary>Gets or sets the percent of perspective for a 3D chart area.</summary>
3129      <returns>An <see langword="integer" /> value that represents the percent of perspective for a 3D chart area. The allowable range is 0-100 percent, and the default is zero (0) percent.</returns>
3130    </member>
3131    <member name="P:System.Windows.Forms.DataVisualization.Charting.ChartArea3DStyle.PointDepth">
3132      <summary>Gets or sets the depth of data points displayed in a 3D chart area.</summary>
3133      <returns>An <see langword="integer" /> value that represents the depth of data points. The allowable range is 0-1000 percent. The default is 100 percent.</returns>
3134    </member>
3135    <member name="P:System.Windows.Forms.DataVisualization.Charting.ChartArea3DStyle.PointGapDepth">
3136      <summary>Gets or sets the distance between series rows in a 3D chart area.</summary>
3137      <returns>An <see langword="integer" /> value that represents the distance between data rows (that is, the data series) in the 3D chart area. The allowable range is 0-1000 percent, and the default is 100 percent.</returns>
3138    </member>
3139    <member name="P:System.Windows.Forms.DataVisualization.Charting.ChartArea3DStyle.Rotation">
3140      <summary>Gets or sets the angle of rotation around the vertical axes for 3D chart areas.</summary>
3141      <returns>An <see langword="integer" /> value that represents the angle of rotation around the vertical axes for 3D chart areas.</returns>
3142    </member>
3143    <member name="P:System.Windows.Forms.DataVisualization.Charting.ChartArea3DStyle.WallWidth">
3144      <summary>Gets or sets the width of the walls displayed in a 3D chart area.</summary>
3145      <returns>An <see langword="integer" /> value that represents the width, in pixels, of the walls displayed in a 3D chart area.</returns>
3146    </member>
3147    <member name="P:System.Windows.Forms.DataVisualization.Charting.ChartElement.Tag">
3148      <summary>Gets or sets an object associated with this chart element.</summary>
3149      <returns>An <see cref="T:System.Object" /> associated with this chart element.</returns>
3150    </member>
3151    <member name="P:System.Windows.Forms.DataVisualization.Charting.ChartElementOutline.Markers">
3152      <summary>Gets or sets the array of marker points.</summary>
3153      <returns>An array of <see cref="T:System.Drawing.PointF" /> values that represents the marker points.</returns>
3154    </member>
3155    <member name="P:System.Windows.Forms.DataVisualization.Charting.ChartElementOutline.OutlinePath">
3156      <summary>Gets or sets the outline path. The result can be <see langword="null" /> for complex objects and objects with two points or fewer.</summary>
3157      <returns>A <see cref="T:System.Drawing.Drawing2D.GraphicsPath" /> object that represents the outline path.</returns>
3158    </member>
3159    <member name="P:System.Windows.Forms.DataVisualization.Charting.ChartGraphics.Graphics">
3160      <summary>Gets or sets a GDI+ <see cref="T:System.Drawing.Graphics" /> object that can be used for drawing purposes.</summary>
3161      <returns>A <see cref="T:System.Drawing.Graphics" /> object used for drawing.</returns>
3162    </member>
3163    <member name="P:System.Windows.Forms.DataVisualization.Charting.ChartNamedElement.Name">
3164      <summary>Gets or sets the name of the chart element.</summary>
3165      <returns>A <see langword="string" /> value that represents the name of the chart element.</returns>
3166    </member>
3167    <member name="P:System.Windows.Forms.DataVisualization.Charting.ChartNamedElementCollection`1.Item(System.String)">
3168      <summary>Gets or sets the chart element with the specified name.</summary>
3169      <param name="name">The name of the chart element.</param>
3170      <returns>The <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartNamedElement" /> object of the specified name in the collection.</returns>
3171    </member>
3172    <member name="P:System.Windows.Forms.DataVisualization.Charting.ChartNamedElementCollection`1.NamePrefix">
3173      <summary>Gets the name prefix that is used to create unique chart element names.</summary>
3174      <returns>A <see langword="string" /> value that represents the default name prefix of the chart elements stored in the collection.</returns>
3175    </member>
3176    <member name="P:System.Windows.Forms.DataVisualization.Charting.ChartPaintEventArgs.Chart">
3177      <summary>Gets the root <see cref="T:System.Windows.Forms.DataVisualization.Charting.Chart" /> object.</summary>
3178      <returns>The root <see cref="T:System.Windows.Forms.DataVisualization.Charting.Chart" /> object.</returns>
3179    </member>
3180    <member name="P:System.Windows.Forms.DataVisualization.Charting.ChartPaintEventArgs.ChartElement">
3181      <summary>Gets an <see cref="T:System.Object" /> for the event.</summary>
3182      <returns>An <see cref="T:System.Object" /> that represents the hart element.</returns>
3183    </member>
3184    <member name="P:System.Windows.Forms.DataVisualization.Charting.ChartPaintEventArgs.ChartGraphics">
3185      <summary>Gets a <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartGraphics" /> object.</summary>
3186      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartGraphics" /> object.</returns>
3187    </member>
3188    <member name="P:System.Windows.Forms.DataVisualization.Charting.ChartPaintEventArgs.Position">
3189      <summary>Gets an <see cref="T:System.Windows.Forms.DataVisualization.Charting.ElementPosition" /> object.</summary>
3190      <returns>An <see cref="T:System.Windows.Forms.DataVisualization.Charting.ElementPosition" /> object.</returns>
3191    </member>
3192    <member name="P:System.Windows.Forms.DataVisualization.Charting.ChartSerializer.Content">
3193      <summary>Gets or sets the type of chart content to be serialized.</summary>
3194      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.SerializationContents" /> enumeration value that represents the chart content that will be serialized during a load, save or reset operation. By default, all non-default chart properties, including data, are persisted.</returns>
3195    </member>
3196    <member name="P:System.Windows.Forms.DataVisualization.Charting.ChartSerializer.Format">
3197      <summary>Gets or sets the format used when the chart is serialized.</summary>
3198      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.SerializationFormat" /> enumeration value that represents the format of the serialized data. The default value is XML.</returns>
3199    </member>
3200    <member name="P:System.Windows.Forms.DataVisualization.Charting.ChartSerializer.IsResetWhenLoading">
3201      <summary>Gets or sets a flag that indicates whether object properties are reset to default values before loading.</summary>
3202      <returns>
3203          <see langword="True" /> if object properties are reset to default values before loading; otherwise, <see langword="False" />.</returns>
3204    </member>
3205    <member name="P:System.Windows.Forms.DataVisualization.Charting.ChartSerializer.IsTemplateMode">
3206      <summary>Gets or sets a flag that indicates whether the chart serializer is working in template-creation mode.</summary>
3207      <returns>
3208          <see langword="True" /> if the chart serializer is working in template-creation mode; otherwise, <see langword="False" />.</returns>
3209    </member>
3210    <member name="P:System.Windows.Forms.DataVisualization.Charting.ChartSerializer.IsUnknownAttributeIgnored">
3211      <summary>Gets or sets a flag that indicates whether unknown XML properties and elements will be ignored without throwing an exception.</summary>
3212      <returns>
3213          <see langword="True" /> if unknown XML properties and elements are ignored without throwing an exception; otherwise, <see langword="False" />.</returns>
3214    </member>
3215    <member name="P:System.Windows.Forms.DataVisualization.Charting.ChartSerializer.NonSerializableContent">
3216      <summary>Gets or sets the chart properties that will not be serialized.</summary>
3217      <returns>A comma-separated <see langword="string" /> expression that represents the chart properties that will not be serialized. The syntax is "Class.Property[,Class.Property]".</returns>
3218    </member>
3219    <member name="P:System.Windows.Forms.DataVisualization.Charting.ChartSerializer.SerializableContent">
3220      <summary>Gets or sets the chart properties that can be serialized.</summary>
3221      <returns>A comma-separated <see langword="string" /> expression that represents the chart properties to be serialized. The syntax is "Class.Property[,Class.Property]".</returns>
3222    </member>
3223    <member name="P:System.Windows.Forms.DataVisualization.Charting.Cursor.AutoScroll">
3224      <summary>Gets or sets a flag that determines whether scrolling will occur if a range selection operation extends beyond a boundary of the chart area.</summary>
3225      <returns>
3226          <see langword="true" /> if the data view can be scrolled automatically; otherwise, <see langword="false" />.</returns>
3227    </member>
3228    <member name="P:System.Windows.Forms.DataVisualization.Charting.Cursor.AxisType">
3229      <summary>Gets or sets the type of axis that the cursor is attached to.</summary>
3230      <returns>An <see cref="T:System.Windows.Forms.DataVisualization.Charting.AxisType" /> enumeration value that represents whether the axis is attached to the primary or secondary axis.</returns>
3231    </member>
3232    <member name="P:System.Windows.Forms.DataVisualization.Charting.Cursor.Interval">
3233      <summary>Gets or sets the cursor interval.</summary>
3234      <returns>The cursor interval.</returns>
3235    </member>
3236    <member name="P:System.Windows.Forms.DataVisualization.Charting.Cursor.IntervalOffset">
3237      <summary>Gets or sets the interval offset, which affects where the cursor and range selection can be drawn when they are set by a user.</summary>
3238      <returns>The offset from the interval. The default value is zero, which signifies no limitations, and negative values are allowed.</returns>
3239    </member>
3240    <member name="P:System.Windows.Forms.DataVisualization.Charting.Cursor.IntervalOffsetType">
3241      <summary>Gets or sets the interval offset type of a cursor and selected range for an axis.</summary>
3242      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType" /> enumeration value that determines the unit of measurement for the interval offset.</returns>
3243    </member>
3244    <member name="P:System.Windows.Forms.DataVisualization.Charting.Cursor.IntervalType">
3245      <summary>Gets or sets the interval type for the cursor and selected range of an axis.</summary>
3246      <returns>The interval type for the cursor and selected range of an axis.</returns>
3247    </member>
3248    <member name="P:System.Windows.Forms.DataVisualization.Charting.Cursor.IsUserEnabled">
3249      <summary>Gets or sets a flag that enables or disables the cursor user interface.</summary>
3250      <returns>
3251          <see langword="true" /> if the cursor user interface is enabled; otherwise, <see langword="false" />.</returns>
3252    </member>
3253    <member name="P:System.Windows.Forms.DataVisualization.Charting.Cursor.IsUserSelectionEnabled">
3254      <summary>Gets or sets a flag that enables or disables the range selection user interface.</summary>
3255      <returns>
3256          <see langword="true" /> if the range selection user interface is enabled; otherwise, <see langword="false" />.</returns>
3257    </member>
3258    <member name="P:System.Windows.Forms.DataVisualization.Charting.Cursor.LineColor">
3259      <summary>Gets or sets the cursor line color.</summary>
3260      <returns>The line color of the cursor. The default value is <see cref="P:System.Drawing.Color.Red" />.</returns>
3261    </member>
3262    <member name="P:System.Windows.Forms.DataVisualization.Charting.Cursor.LineDashStyle">
3263      <summary>Gets or sets the style of the cursor line.</summary>
3264      <returns>The style of the cursor line.</returns>
3265    </member>
3266    <member name="P:System.Windows.Forms.DataVisualization.Charting.Cursor.LineWidth">
3267      <summary>Gets or sets the line width, in pixels, of a cursor</summary>
3268      <returns>The line width, in pixels. The default value is one (1).</returns>
3269    </member>
3270    <member name="P:System.Windows.Forms.DataVisualization.Charting.Cursor.Position">
3271      <summary>Gets or sets the position of a cursor.</summary>
3272      <returns>The position of a cursor.</returns>
3273    </member>
3274    <member name="P:System.Windows.Forms.DataVisualization.Charting.Cursor.SelectionColor">
3275      <summary>Gets or sets a semi-transparent color that highlights a range of data.</summary>
3276      <returns>The color of the highlighted range. The default value is <see cref="P:System.Drawing.Color.LightGray" />, with an alpha value of 120.</returns>
3277    </member>
3278    <member name="P:System.Windows.Forms.DataVisualization.Charting.Cursor.SelectionEnd">
3279      <summary>Gets or sets the end position of a range selection.</summary>
3280      <returns>The end position of a range selection.</returns>
3281    </member>
3282    <member name="P:System.Windows.Forms.DataVisualization.Charting.Cursor.SelectionStart">
3283      <summary>Gets or sets the start position of a cursor's selected range.</summary>
3284      <returns>The start position of a cursor’s selected range.</returns>
3285    </member>
3286    <member name="P:System.Windows.Forms.DataVisualization.Charting.CursorEventArgs.Axis">
3287      <summary>Gets the <see cref="T:System.Windows.Forms.DataVisualization.Charting.Axis" /> object that a cursor or range selection belongs to.</summary>
3288      <returns>An <see cref="T:System.Windows.Forms.DataVisualization.Charting.Axis" /> object that represents the axis that a cursor or range selection belongs to.</returns>
3289    </member>
3290    <member name="P:System.Windows.Forms.DataVisualization.Charting.CursorEventArgs.ChartArea">
3291      <summary>Gets the <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartArea" /> object that a cursor or range selection belongs to.</summary>
3292      <returns>An object of type <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartArea" /> that represents the chart area that a range selection or cursor belongs to.</returns>
3293    </member>
3294    <member name="P:System.Windows.Forms.DataVisualization.Charting.CursorEventArgs.NewPosition">
3295      <summary>Gets or sets the position of a cursor. Depending on the event, also sets the cursor's position.</summary>
3296      <returns>A <see langword="double" /> value that represents the position of a cursor along an axis.</returns>
3297    </member>
3298    <member name="P:System.Windows.Forms.DataVisualization.Charting.CursorEventArgs.NewSelectionEnd">
3299      <summary>Gets or sets the end position of a selected range. Depending on the event, also sets the end position of the range.</summary>
3300      <returns>A <see langword="double" /> value that represents the end position of a selected range.</returns>
3301    </member>
3302    <member name="P:System.Windows.Forms.DataVisualization.Charting.CursorEventArgs.NewSelectionStart">
3303      <summary>Gets or sets the start position of a selected range. Depending on the event, also sets the start position of the range.</summary>
3304      <returns>A <see langword="double" /> value that represents the start position of a selected range.</returns>
3305    </member>
3306    <member name="P:System.Windows.Forms.DataVisualization.Charting.CustomizeLegendEventArgs.LegendItems">
3307      <summary>Used to remove, modify or change the order of both custom and default legend items in the <see cref="E:System.Windows.Forms.DataVisualization.Charting.Chart.CustomizeLegend" /> event. Can also be used to add custom legend items.</summary>
3308      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.LegendItemsCollection" /> object.</returns>
3309    </member>
3310    <member name="P:System.Windows.Forms.DataVisualization.Charting.CustomizeLegendEventArgs.LegendName">
3311      <summary>Gets the name of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.Legend" /> object, which can be used to determine which legend was the sender of the <see cref="E:System.Windows.Forms.DataVisualization.Charting.Chart.CustomizeLegend" /> event.</summary>
3312      <returns>A <see langword="string" /> value that represents the name of the associated <see cref="T:System.Windows.Forms.DataVisualization.Charting.Legend" /> object.</returns>
3313    </member>
3314    <member name="P:System.Windows.Forms.DataVisualization.Charting.CustomLabel.Axis">
3315      <summary>Gets the axis that this <see cref="T:System.Windows.Forms.DataVisualization.Charting.CustomLabel" /> object belongs to.</summary>
3316      <returns>An <see cref="T:System.Windows.Forms.DataVisualization.Charting.Axis" /> object that represents the axis that this <see cref="T:System.Windows.Forms.DataVisualization.Charting.CustomLabel" /> object belongs to.</returns>
3317    </member>
3318    <member name="P:System.Windows.Forms.DataVisualization.Charting.CustomLabel.ForeColor">
3319      <summary>Gets or sets the text color of the custom label.</summary>
3320      <returns>A <see cref="T:System.Drawing.Color" /> value that represents the text color of a custom label.</returns>
3321    </member>
3322    <member name="P:System.Windows.Forms.DataVisualization.Charting.CustomLabel.FromPosition">
3323      <summary>Gets or sets the beginning position, in axis coordinates, of the custom label.</summary>
3324      <returns>A <see langword="double" /> value that represents the beginning of the axis range that the label is applied to.</returns>
3325    </member>
3326    <member name="P:System.Windows.Forms.DataVisualization.Charting.CustomLabel.GridTicks">
3327      <summary>Gets or sets a property that specifies whether custom tick marks and grid lines will be drawn in the center of the label.</summary>
3328      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.GridTickTypes" /> enumeration value that specifies whether custom tick marks and grid lines will be drawn in the center of the label.</returns>
3329    </member>
3330    <member name="P:System.Windows.Forms.DataVisualization.Charting.CustomLabel.Image">
3331      <summary>Gets or sets the custom label image.</summary>
3332      <returns>A <see langword="string" /> value that represents the name of the custom label image.</returns>
3333    </member>
3334    <member name="P:System.Windows.Forms.DataVisualization.Charting.CustomLabel.ImageTransparentColor">
3335      <summary>Gets or sets a color that will be replaced with a transparent color when a custom label image is drawn.</summary>
3336      <returns>A <see cref="T:System.Drawing.Color" /> value which is replaced with a transparent color when a custom label image is drawn. The default value is <see cref="P:System.Drawing.Color.Magenta" />.</returns>
3337    </member>
3338    <member name="P:System.Windows.Forms.DataVisualization.Charting.CustomLabel.LabelMark">
3339      <summary>Gets or sets the label mark for a custom label. This applies to labels in rows other than the first row.</summary>
3340      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.LabelMarkStyle" /> enumeration value that determines the type of label mark, if any, to be used.</returns>
3341    </member>
3342    <member name="P:System.Windows.Forms.DataVisualization.Charting.CustomLabel.MarkColor">
3343      <summary>Gets or sets the marker color for the custom label.</summary>
3344      <returns>A <see cref="T:System.Drawing.Color" /> value that represents the marker color of a custom label.</returns>
3345    </member>
3346    <member name="P:System.Windows.Forms.DataVisualization.Charting.CustomLabel.Name">
3347      <summary>Gets or sets the name of the custom label.</summary>
3348      <returns>A <see langword="string" /> value that represents the text name of the custom label.</returns>
3349    </member>
3350    <member name="P:System.Windows.Forms.DataVisualization.Charting.CustomLabel.RowIndex">
3351      <summary>Gets or sets the index of the custom label row.</summary>
3352      <returns>An <see langword="integer" /> value that specifies the index, 0 to 10, of the custom label row.</returns>
3353    </member>
3354    <member name="P:System.Windows.Forms.DataVisualization.Charting.CustomLabel.Text">
3355      <summary>Gets or sets the custom label text.</summary>
3356      <returns>A <see langword="string" /> value that represents the label text.</returns>
3357    </member>
3358    <member name="P:System.Windows.Forms.DataVisualization.Charting.CustomLabel.ToolTip">
3359      <summary>Gets or sets the custom label tooltip text.</summary>
3360      <returns>A <see langword="string" /> that represents the tooltip text.</returns>
3361    </member>
3362    <member name="P:System.Windows.Forms.DataVisualization.Charting.CustomLabel.ToPosition">
3363      <summary>Gets or sets the starting position of the custom label, in axis coordinates.</summary>
3364      <returns>A <see langword="double" /> value that represents the starting position.</returns>
3365    </member>
3366    <member name="P:System.Windows.Forms.DataVisualization.Charting.DataFormula.IsEmptyPointIgnored">
3367      <summary>Gets or sets a flag that indicates whether empty points are ignored while performing calculations.</summary>
3368      <returns>
3369          <see langword="true" /> if empty points are ignored while performing calculations; <see langword="false" /> if empty points are treated as zeroes.</returns>
3370    </member>
3371    <member name="P:System.Windows.Forms.DataVisualization.Charting.DataFormula.IsStartFromFirst">
3372      <summary>Gets or sets a flag that indicates whether to start formulas such as "rolling average" from zero.</summary>
3373      <returns>
3374          <see langword="true" /> if formulas such as "rolling average" start from zero; otherwise, <see langword="false" />.</returns>
3375    </member>
3376    <member name="P:System.Windows.Forms.DataVisualization.Charting.DataFormula.Statistics">
3377      <summary>Gets a reference to the <see cref="T:System.Windows.Forms.DataVisualization.Charting.StatisticFormula" /> class.</summary>
3378      <returns>A reference to the <see cref="T:System.Windows.Forms.DataVisualization.Charting.StatisticFormula" /> object.</returns>
3379    </member>
3380    <member name="P:System.Windows.Forms.DataVisualization.Charting.DataManipulator.FilterMatchedPoints">
3381      <summary>Gets or sets a value that determines whether points are filtered if they match criteria specified in arguments in the Filter methods of this class. </summary>
3382      <returns>
3383          <see langword="true" /> if points that match specified criteria are filtered; <see langword="false" /> if points that do not match the criteria are filtered. The default value is <see langword="true" />.</returns>
3384    </member>
3385    <member name="P:System.Windows.Forms.DataVisualization.Charting.DataManipulator.FilterSetEmptyPoints">
3386      <summary>Gets or sets a flag that indicates whether points filtered by the Filter or FilterTopN methods will be removed or marked as empty. </summary>
3387      <returns>
3388          <see langword="true" /> if filtered points will be marked as empty; <see langword="false" /> if they will be removed. The default value is <see langword="false" />.</returns>
3389    </member>
3390    <member name="P:System.Windows.Forms.DataVisualization.Charting.DataPoint.IsEmpty">
3391      <summary>Gets or sets a flag that indicates whether a data point is marked as empty.</summary>
3392      <returns>
3393          <see langword="true" /> if the point is marked as an empty point; otherwise, <see langword="false" />. The default value is <see langword="false" />.</returns>
3394    </member>
3395    <member name="P:System.Windows.Forms.DataVisualization.Charting.DataPoint.Name">
3396      <summary>Gets or sets the name of the data point.</summary>
3397      <returns>A <see langword="string" /> value that represents the text name of the data point.</returns>
3398    </member>
3399    <member name="P:System.Windows.Forms.DataVisualization.Charting.DataPoint.XValue">
3400      <summary>Gets or sets the X-value of a data point.</summary>
3401      <returns>A <see langword="double" /> that represents the X-value of a data point.</returns>
3402    </member>
3403    <member name="P:System.Windows.Forms.DataVisualization.Charting.DataPoint.YValues">
3404      <summary>Gets or sets the Y-value(s) of a data point.</summary>
3405      <returns>An array of <see langword="double" /> values that represent the Y-value(s) of a data point.</returns>
3406    </member>
3407    <member name="P:System.Windows.Forms.DataVisualization.Charting.DataPointCustomProperties.AxisLabel">
3408      <summary>Gets or sets the text of the X-axis label for the data point, series or an empty point. This property is only used if a custom label has not been specified for the relevant <see cref="T:System.Windows.Forms.DataVisualization.Charting.Axis" /> object.</summary>
3409      <returns>A <see langword="string" /> value that represents the text of the X-axis label.</returns>
3410    </member>
3411    <member name="P:System.Windows.Forms.DataVisualization.Charting.DataPointCustomProperties.BackGradientStyle">
3412      <summary>Gets or sets the background gradient style.</summary>
3413      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.GradientStyle" /> enumeration value that is used to draw  the background gradient style.</returns>
3414    </member>
3415    <member name="P:System.Windows.Forms.DataVisualization.Charting.DataPointCustomProperties.BackHatchStyle">
3416      <summary>Gets or sets the background hatching style.</summary>
3417      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartHatchStyle" /> enumeration value that is used to draw the background hatching style.</returns>
3418    </member>
3419    <member name="P:System.Windows.Forms.DataVisualization.Charting.DataPointCustomProperties.BackImage">
3420      <summary>Gets or sets the background image of the data point.</summary>
3421      <returns>A <see langword="string" /> value that represents the name of the background image file.</returns>
3422    </member>
3423    <member name="P:System.Windows.Forms.DataVisualization.Charting.DataPointCustomProperties.BackImageAlignment">
3424      <summary>Gets or sets the alignment of the background image, which is used with the <see cref="F:System.Windows.Forms.DataVisualization.Charting.ChartImageWrapMode.Unscaled" /> drawing mode.</summary>
3425      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartImageAlignmentStyle" /> enumeration value that specifies the alignment of the background image.</returns>
3426    </member>
3427    <member name="P:System.Windows.Forms.DataVisualization.Charting.DataPointCustomProperties.BackImageTransparentColor">
3428      <summary>Gets or sets a color that will be replaced with a transparent color when the background image is drawn.</summary>
3429      <returns>A <see cref="T:System.Drawing.Color" /> value that will be replaced with a transparent color when the image is drawn.</returns>
3430    </member>
3431    <member name="P:System.Windows.Forms.DataVisualization.Charting.DataPointCustomProperties.BackImageWrapMode">
3432      <summary>Gets or sets the drawing mode of the background image.</summary>
3433      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartImageWrapMode" /> enumeration value that defines the drawing mode of the image.</returns>
3434    </member>
3435    <member name="P:System.Windows.Forms.DataVisualization.Charting.DataPointCustomProperties.BackSecondaryColor">
3436      <summary>Gets or sets the secondary background color.</summary>
3437      <returns>A <see cref="T:System.Drawing.Color" /> value that specifies the secondary background color.</returns>
3438    </member>
3439    <member name="P:System.Windows.Forms.DataVisualization.Charting.DataPointCustomProperties.BorderColor">
3440      <summary>Gets or sets the border color of the data point.</summary>
3441      <returns>A <see cref="T:System.Drawing.Color" /> value that specifies the border color of the data point.</returns>
3442    </member>
3443    <member name="P:System.Windows.Forms.DataVisualization.Charting.DataPointCustomProperties.BorderDashStyle">
3444      <summary>Gets or sets the border style of the data point.</summary>
3445      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartDashStyle" /> enumeration value that specifies the border style of the data point.</returns>
3446    </member>
3447    <member name="P:System.Windows.Forms.DataVisualization.Charting.DataPointCustomProperties.BorderWidth">
3448      <summary>Gets or sets the border width of the data point.</summary>
3449      <returns>An <see langword="integer" /> value that specifies the border width of the data point.</returns>
3450    </member>
3451    <member name="P:System.Windows.Forms.DataVisualization.Charting.DataPointCustomProperties.Color">
3452      <summary>Gets or sets the color of the data point.</summary>
3453      <returns>A <see cref="T:System.Drawing.Color" /> value that is used to draw the color of the data point.</returns>
3454    </member>
3455    <member name="P:System.Windows.Forms.DataVisualization.Charting.DataPointCustomProperties.CustomProperties">
3456      <summary>Gets or sets the custom properties of the data point. Custom properties can be specified in the following format: AttrName1=Value1, AttrName2=Value2 …</summary>
3457      <returns>A <see langword="string" /> value that represents the custom properties of the data point.</returns>
3458    </member>
3459    <member name="P:System.Windows.Forms.DataVisualization.Charting.DataPointCustomProperties.CustomPropertiesExtended">
3460      <summary>Gets or sets the extended custom properties of the data point. Extended custom properties can be specified in the following format: AttrName1=Value1, AttrName2=Value2...</summary>
3461      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.CustomProperties" /> object that represents the extended custom properties of the data point.</returns>
3462    </member>
3463    <member name="P:System.Windows.Forms.DataVisualization.Charting.DataPointCustomProperties.Font">
3464      <summary>Gets or sets the font of the data point.</summary>
3465      <returns>A <see cref="T:System.Drawing.Font" /> value that represents the font of the data point.</returns>
3466    </member>
3467    <member name="P:System.Windows.Forms.DataVisualization.Charting.DataPointCustomProperties.IsValueShownAsLabel">
3468      <summary>Gets or sets a flag that indicates whether to show the value of the data point on the label.</summary>
3469      <returns>
3470          <see langword="true" /> if the value of the data point is shown on the label; otherwise, <see langword="false" />.</returns>
3471    </member>
3472    <member name="P:System.Windows.Forms.DataVisualization.Charting.DataPointCustomProperties.IsVisibleInLegend">
3473      <summary>Gets or sets a flag that indicates whether the item is shown in the legend.</summary>
3474      <returns>
3475          <see langword="true" /> if the item is shown in the legend; otherwise, <see langword="false" />.</returns>
3476    </member>
3477    <member name="P:System.Windows.Forms.DataVisualization.Charting.DataPointCustomProperties.Item(System.Int32)">
3478      <summary>Gets the <see cref="T:System.Windows.Forms.DataVisualization.Charting.DataPointCustomProperties" /> object by its position in the index.</summary>
3479      <param name="index">The index of the custom property.</param>
3480      <returns>A <see langword="string" /> value that represents the custom properties of the data point.</returns>
3481    </member>
3482    <member name="P:System.Windows.Forms.DataVisualization.Charting.DataPointCustomProperties.Item(System.String)">
3483      <summary>Gets or sets the <see cref="T:System.Windows.Forms.DataVisualization.Charting.DataPointCustomProperties" /> object by name.</summary>
3484      <param name="name">The name of the custom property.</param>
3485      <returns>A <see langword="string" /> value that represents the custom properties of the data point.</returns>
3486    </member>
3487    <member name="P:System.Windows.Forms.DataVisualization.Charting.DataPointCustomProperties.Label">
3488      <summary>Gets or sets the text of the data point label.</summary>
3489      <returns>A <see langword="string" /> value that represents the text of the data point label.</returns>
3490    </member>
3491    <member name="P:System.Windows.Forms.DataVisualization.Charting.DataPointCustomProperties.LabelAngle">
3492      <summary>Gets or sets the angle of the data point label.</summary>
3493      <returns>An <see langword="integer" /> value that represents the angle of the label.</returns>
3494    </member>
3495    <member name="P:System.Windows.Forms.DataVisualization.Charting.DataPointCustomProperties.LabelBackColor">
3496      <summary>Gets or sets the background color of the data point label.</summary>
3497      <returns>A <see cref="T:System.Drawing.Color" /> value that represents the background color of the data point label.</returns>
3498    </member>
3499    <member name="P:System.Windows.Forms.DataVisualization.Charting.DataPointCustomProperties.LabelBorderColor">
3500      <summary>Gets or sets the border color of the data point label.</summary>
3501      <returns>A <see cref="T:System.Drawing.Color" /> value that represents the border color of the data point label.</returns>
3502    </member>
3503    <member name="P:System.Windows.Forms.DataVisualization.Charting.DataPointCustomProperties.LabelBorderDashStyle">
3504      <summary>Gets or sets the border style of the label.</summary>
3505      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartDashStyle" /> enumeration value that specifies the border style of the label.</returns>
3506    </member>
3507    <member name="P:System.Windows.Forms.DataVisualization.Charting.DataPointCustomProperties.LabelBorderWidth">
3508      <summary>Gets or sets the border width of the label.</summary>
3509      <returns>An <see langword="integer" /> value that represents the width of the border.</returns>
3510    </member>
3511    <member name="P:System.Windows.Forms.DataVisualization.Charting.DataPointCustomProperties.LabelForeColor">
3512      <summary>Gets or sets the text color of the label.</summary>
3513      <returns>A <see cref="T:System.Drawing.Color" /> value that represents the text color of the label.</returns>
3514    </member>
3515    <member name="P:System.Windows.Forms.DataVisualization.Charting.DataPointCustomProperties.LabelFormat">
3516      <summary>Gets or sets the format of the data point label.</summary>
3517      <returns>A <see langword="string" /> value that represents the format of the label.</returns>
3518    </member>
3519    <member name="P:System.Windows.Forms.DataVisualization.Charting.DataPointCustomProperties.LabelToolTip">
3520      <summary>Gets or sets the tooltip for the data point label.</summary>
3521      <returns>A <see langword="string" /> value that represents the tooltip for the data point label.</returns>
3522    </member>
3523    <member name="P:System.Windows.Forms.DataVisualization.Charting.DataPointCustomProperties.LegendText">
3524      <summary>Gets or sets the text of the item in the legend.</summary>
3525      <returns>A <see langword="string" /> value that represents the text of the item in the legend.</returns>
3526    </member>
3527    <member name="P:System.Windows.Forms.DataVisualization.Charting.DataPointCustomProperties.LegendToolTip">
3528      <summary>Gets or sets the tooltip of the item in the legend.</summary>
3529      <returns>A <see langword="string" /> value that represents the tooltip of the item in the legend.</returns>
3530    </member>
3531    <member name="P:System.Windows.Forms.DataVisualization.Charting.DataPointCustomProperties.MarkerBorderColor">
3532      <summary>Gets or sets the border color of the marker.</summary>
3533      <returns>A <see cref="T:System.Drawing.Color" /> value that represents the border color of the marker.</returns>
3534    </member>
3535    <member name="P:System.Windows.Forms.DataVisualization.Charting.DataPointCustomProperties.MarkerBorderWidth">
3536      <summary>Gets or sets the border width of the marker.</summary>
3537      <returns>An <see langword="integer" /> value that specifies the border width of the marker.</returns>
3538    </member>
3539    <member name="P:System.Windows.Forms.DataVisualization.Charting.DataPointCustomProperties.MarkerColor">
3540      <summary>Gets or sets the marker color.</summary>
3541      <returns>A <see cref="T:System.Drawing.Color" /> value that is used to draw the marker color.</returns>
3542    </member>
3543    <member name="P:System.Windows.Forms.DataVisualization.Charting.DataPointCustomProperties.MarkerImage">
3544      <summary>Gets or sets the marker image.</summary>
3545      <returns>A <see langword="string" /> value that represents the name of the marker image file.</returns>
3546    </member>
3547    <member name="P:System.Windows.Forms.DataVisualization.Charting.DataPointCustomProperties.MarkerImageTransparentColor">
3548      <summary>Gets or sets the color that will be replaced with a transparent color when the marker image is drawn.</summary>
3549      <returns>A <see cref="T:System.Drawing.Color" /> value that specifies the color that will be replaced with a transparent color when the marker image is drawn.</returns>
3550    </member>
3551    <member name="P:System.Windows.Forms.DataVisualization.Charting.DataPointCustomProperties.MarkerSize">
3552      <summary>Gets or sets the size of the marker.</summary>
3553      <returns>An <see langword="integer" /> value that specifies the size of the marker.</returns>
3554    </member>
3555    <member name="P:System.Windows.Forms.DataVisualization.Charting.DataPointCustomProperties.MarkerStyle">
3556      <summary>Gets or sets the marker style.</summary>
3557      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.MarkerStyle" /> enumeration value that specifies the marker style.</returns>
3558    </member>
3559    <member name="P:System.Windows.Forms.DataVisualization.Charting.DataPointCustomProperties.ToolTip">
3560      <summary>Gets or sets the tooltip.</summary>
3561      <returns>A <see langword="string" /> value that represents the tooltip.</returns>
3562    </member>
3563    <member name="P:System.Windows.Forms.DataVisualization.Charting.ElementPosition.Auto">
3564      <summary>Gets or sets a value that indicates whether an applicable chart element will be positioned automatically by the <see cref="T:System.Windows.Forms.DataVisualization.Charting.Chart" /> control.</summary>
3565      <returns>
3566          <see langword="true" /> if an applicable chart element will be positioned automatically by the chart control; otherwise, <see langword="false" />.</returns>
3567    </member>
3568    <member name="P:System.Windows.Forms.DataVisualization.Charting.ElementPosition.Bottom">
3569      <summary>Gets the bottom position of a chart element, in relative coordinates.</summary>
3570      <returns>A <see langword="float" /> value that represents the relative position of the bottom of a chart element.</returns>
3571    </member>
3572    <member name="P:System.Windows.Forms.DataVisualization.Charting.ElementPosition.Height">
3573      <summary>Gets or sets the height of a chart element.</summary>
3574      <returns>A <see langword="float" /> value that represents the height of the chart element.</returns>
3575    </member>
3576    <member name="P:System.Windows.Forms.DataVisualization.Charting.ElementPosition.Right">
3577      <summary>Gets the position of the right side of a chart element, in relative coordinates.</summary>
3578      <returns>A <see langword="float" /> value that represents the relative position of the right side of a chart element.</returns>
3579    </member>
3580    <member name="P:System.Windows.Forms.DataVisualization.Charting.ElementPosition.Size">
3581      <summary>Gets the size of a chart element.</summary>
3582      <returns>A <see cref="T:System.Drawing.SizeF" /> value that represents the size of a chart element.</returns>
3583    </member>
3584    <member name="P:System.Windows.Forms.DataVisualization.Charting.ElementPosition.Width">
3585      <summary>Gets or sets the width of a chart element.</summary>
3586      <returns>A <see langword="float" /> value that represents the width of a chart element.</returns>
3587    </member>
3588    <member name="P:System.Windows.Forms.DataVisualization.Charting.ElementPosition.X">
3589      <summary>Gets or sets the relative X-coordinate of the top-left corner of an applicable chart element.</summary>
3590      <returns>A <see langword="float" /> value that represents the X-coordinate of the top-left corner of an applicable chart element.</returns>
3591    </member>
3592    <member name="P:System.Windows.Forms.DataVisualization.Charting.ElementPosition.Y">
3593      <summary>Gets or sets the relative Y-coordinate of the top-left corner of an applicable chart element.</summary>
3594      <returns>A <see langword="float" /> value that represents the Y-coordinate of the top-left corner of an applicable chart element.</returns>
3595    </member>
3596    <member name="P:System.Windows.Forms.DataVisualization.Charting.EllipseAnnotation.AnnotationType">
3597      <summary>Gets the annotation type name. </summary>
3598      <returns>The annotation type.</returns>
3599    </member>
3600    <member name="P:System.Windows.Forms.DataVisualization.Charting.FormatNumberEventArgs.ElementType">
3601      <summary>Gets the chart element type.</summary>
3602      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartElementType" /> enumeration value.</returns>
3603    </member>
3604    <member name="P:System.Windows.Forms.DataVisualization.Charting.FormatNumberEventArgs.Format">
3605      <summary>Gets or sets the format string.</summary>
3606      <returns>A <see langword="string" /> value that represents the format.</returns>
3607    </member>
3608    <member name="P:System.Windows.Forms.DataVisualization.Charting.FormatNumberEventArgs.LocalizedValue">
3609      <summary>Gets or sets the localized text.</summary>
3610      <returns>A <see langword="string" /> value that represents the localized text.</returns>
3611    </member>
3612    <member name="P:System.Windows.Forms.DataVisualization.Charting.FormatNumberEventArgs.SenderTag">
3613      <summary>Gets the sender object of the event.</summary>
3614      <returns>The sender object of the event.</returns>
3615    </member>
3616    <member name="P:System.Windows.Forms.DataVisualization.Charting.FormatNumberEventArgs.Value">
3617      <summary>Gets the value to be formatted.</summary>
3618      <returns>A <see langword="double" /> value.</returns>
3619    </member>
3620    <member name="P:System.Windows.Forms.DataVisualization.Charting.FormatNumberEventArgs.ValueType">
3621      <summary>Gets the value type.</summary>
3622      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartValueType" /> enumeration value.</returns>
3623    </member>
3624    <member name="P:System.Windows.Forms.DataVisualization.Charting.FTestResult.FCriticalValueOneTail">
3625      <summary>Gets the Critical F one tail.</summary>
3626      <returns>A <see langword="double" /> value.</returns>
3627    </member>
3628    <member name="P:System.Windows.Forms.DataVisualization.Charting.FTestResult.FirstSeriesMean">
3629      <summary>Gets the first series mean.</summary>
3630      <returns>A <see langword="double" /> value.</returns>
3631    </member>
3632    <member name="P:System.Windows.Forms.DataVisualization.Charting.FTestResult.FirstSeriesVariance">
3633      <summary>Gets the first series variance.</summary>
3634      <returns>A <see langword="double" /> value.</returns>
3635    </member>
3636    <member name="P:System.Windows.Forms.DataVisualization.Charting.FTestResult.FValue">
3637      <summary>Gets the F value.</summary>
3638      <returns>A <see langword="double" /> value.</returns>
3639    </member>
3640    <member name="P:System.Windows.Forms.DataVisualization.Charting.FTestResult.ProbabilityFOneTail">
3641      <summary>Gets the Probability F one tail.</summary>
3642      <returns>A <see langword="double" /> value.</returns>
3643    </member>
3644    <member name="P:System.Windows.Forms.DataVisualization.Charting.FTestResult.SecondSeriesMean">
3645      <summary>Gets the second series mean.</summary>
3646      <returns>A <see langword="double" /> value.</returns>
3647    </member>
3648    <member name="P:System.Windows.Forms.DataVisualization.Charting.FTestResult.SecondSeriesVariance">
3649      <summary>Gets the second series variance.</summary>
3650      <returns>A <see langword="double" /> value.</returns>
3651    </member>
3652    <member name="P:System.Windows.Forms.DataVisualization.Charting.Grid.Enabled">
3653      <summary>Gets or sets a flag that determines whether major or minor grid lines are enabled.</summary>
3654      <returns>
3655          <see langword="True" /> if enabled, <see langword="false" /> if disabled. The default is <see langword="true" /> for major grid objects and <see langword="false" /> for minor grid objects.</returns>
3656    </member>
3657    <member name="P:System.Windows.Forms.DataVisualization.Charting.Grid.Interval">
3658      <summary>Gets or sets the interval between major or minor grid lines.</summary>
3659      <returns>A <see langword="double" /> value that represents the interval between grid lines. By default, the value is not set (<see cref="F:System.Double.NaN" />) for major grid lines. For minor grid lines, the default value is zero (0).</returns>
3660    </member>
3661    <member name="P:System.Windows.Forms.DataVisualization.Charting.Grid.IntervalOffset">
3662      <summary>Gets or sets the offset of grid lines.</summary>
3663      <returns>A <see langword="double" /> value that represents the interval offset. </returns>
3664    </member>
3665    <member name="P:System.Windows.Forms.DataVisualization.Charting.Grid.IntervalOffsetType">
3666      <summary>Gets or sets the interval offset type of major and minor grid lines.</summary>
3667      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType" /> enumeration value that indicates the interval type. By default it is not set for major grid lines. The default value for minor grid lines is <see cref="F:System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType.Auto" />.</returns>
3668    </member>
3669    <member name="P:System.Windows.Forms.DataVisualization.Charting.Grid.IntervalType">
3670      <summary>Gets or sets the interval type for major or minor grid lines.</summary>
3671      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType" /> enumeration value that indicates the interval type. By default it is not set for axis labels, major tick marks and major grid lines, by using the <see cref="F:System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType.NotSet" /> enumeration value. The default value for minor tick marks and grid lines is <see cref="F:System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType.Auto" />.</returns>
3672    </member>
3673    <member name="P:System.Windows.Forms.DataVisualization.Charting.Grid.LineColor">
3674      <summary>Gets or sets the line color of a grid.</summary>
3675      <returns>A <see cref="T:System.Drawing.Color" /> object. The default value is <see cref="P:System.Drawing.Color.Black" />.</returns>
3676    </member>
3677    <member name="P:System.Windows.Forms.DataVisualization.Charting.Grid.LineDashStyle">
3678      <summary>Gets or sets the line style of a grid.</summary>
3679      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartDashStyle" /> enumeration value. The default is <see cref="F:System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Solid" />.</returns>
3680    </member>
3681    <member name="P:System.Windows.Forms.DataVisualization.Charting.Grid.LineWidth">
3682      <summary>Gets or sets the line width of major and minor grid lines.</summary>
3683      <returns>An i<see langword="nteger" /> that represents the line width in pixels. The default value is one (1).</returns>
3684    </member>
3685    <member name="P:System.Windows.Forms.DataVisualization.Charting.HitTestResult.Axis">
3686      <summary>Gets or sets the <see cref="T:System.Windows.Forms.DataVisualization.Charting.Axis" /> object that may be associated with a chart element returned by a hit test. The presence of an associated <see cref="T:System.Windows.Forms.DataVisualization.Charting.Axis" /> object depends on whether a chart element was detected at the given location, and the type of chart element returned.</summary>
3687      <returns>An <see cref="T:System.Windows.Forms.DataVisualization.Charting.Axis" /> object, otherwise <see langword="null" />. The default value is <see langword="null" />.</returns>
3688    </member>
3689    <member name="P:System.Windows.Forms.DataVisualization.Charting.HitTestResult.ChartArea">
3690      <summary>Gets or sets the <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartArea" /> object that may be associated with a chart element returned by a hit test. The presence of a <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartArea" /> object depends on whether a chart element was detected at the given location, and the type of chart element returned.</summary>
3691      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartArea" /> object, otherwise <see langword="null" />. The default value is <see langword="null" />.</returns>
3692    </member>
3693    <member name="P:System.Windows.Forms.DataVisualization.Charting.HitTestResult.ChartElementType">
3694      <summary>Gets or sets the type of chart element, if any, returned by a hit test.</summary>
3695      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartElementType" /> enumeration value that indicates the type of chart element returned by a hit test. Defaults to <see cref="F:System.Windows.Forms.DataVisualization.Charting.ChartElementType.Nothing" />.</returns>
3696    </member>
3697    <member name="P:System.Windows.Forms.DataVisualization.Charting.HitTestResult.Object">
3698      <summary>Gets or sets the object, if any, returned by a hit test.</summary>
3699      <returns>An object of type <see cref="T:System.Object" />, otherwise <see langword="null" />.</returns>
3700    </member>
3701    <member name="P:System.Windows.Forms.DataVisualization.Charting.HitTestResult.PointIndex">
3702      <summary>Gets or sets the index of a data point, if any, returned by a hit test.</summary>
3703      <returns>An <see langword="integer" /> value that represents the index of a data point returned by a hit test. The default value is negative one (-1).</returns>
3704    </member>
3705    <member name="P:System.Windows.Forms.DataVisualization.Charting.HitTestResult.Series">
3706      <summary>Gets or sets the associated series of a data point, if any, returned by a hit test.</summary>
3707      <returns>The <see cref="T:System.Windows.Forms.DataVisualization.Charting.Series" /> that a data point returned by a hit test belongs to. The default value is <see langword="null" />.</returns>
3708    </member>
3709    <member name="P:System.Windows.Forms.DataVisualization.Charting.HitTestResult.SubObject">
3710      <summary>Gets the sub-object, if any, returned by a hit test.</summary>
3711      <returns>A sub-object of type <see cref="T:System.Object" />, otherwise <see langword="null" />.</returns>
3712    </member>
3713    <member name="P:System.Windows.Forms.DataVisualization.Charting.HorizontalLineAnnotation.AnnotationType">
3714      <summary>Gets the annotation type name.</summary>
3715      <returns>The annotation type.</returns>
3716    </member>
3717    <member name="P:System.Windows.Forms.DataVisualization.Charting.ImageAnnotation.Alignment">
3718      <summary>Gets or sets the alignment of the annotation image.</summary>
3719      <returns>A <see cref="T:System.Drawing.ContentAlignment" /> value that represents the alignment of the annotation image.</returns>
3720    </member>
3721    <member name="P:System.Windows.Forms.DataVisualization.Charting.ImageAnnotation.AnnotationType">
3722      <summary>Gets the annotation type name.</summary>
3723      <returns>The annotation type.</returns>
3724    </member>
3725    <member name="P:System.Windows.Forms.DataVisualization.Charting.ImageAnnotation.BackColor">
3726      <summary>This property is not applicable to the image annotation type.</summary>
3727      <returns>A <see cref="T:System.Drawing.Color" /> value.</returns>
3728    </member>
3729    <member name="P:System.Windows.Forms.DataVisualization.Charting.ImageAnnotation.BackGradientStyle">
3730      <summary>This property is not applicable to the image annotation type.</summary>
3731      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.GradientStyle" /> enumeration value.</returns>
3732    </member>
3733    <member name="P:System.Windows.Forms.DataVisualization.Charting.ImageAnnotation.BackHatchStyle">
3734      <summary>This property is not applicable to the image annotation type.</summary>
3735      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartHatchStyle" /> enumeration value.</returns>
3736    </member>
3737    <member name="P:System.Windows.Forms.DataVisualization.Charting.ImageAnnotation.BackSecondaryColor">
3738      <summary>This property is not applicable to the image annotation type.</summary>
3739      <returns>A <see cref="T:System.Drawing.Color" /> value.</returns>
3740    </member>
3741    <member name="P:System.Windows.Forms.DataVisualization.Charting.ImageAnnotation.Font">
3742      <summary>This property is not applicable to the image annotation type.</summary>
3743      <returns>A <see cref="T:System.Drawing.Font" /> object.</returns>
3744    </member>
3745    <member name="P:System.Windows.Forms.DataVisualization.Charting.ImageAnnotation.ForeColor">
3746      <summary>This property is not applicable to the image annotation type.</summary>
3747      <returns>A <see cref="T:System.Drawing.Color" /> value.</returns>
3748    </member>
3749    <member name="P:System.Windows.Forms.DataVisualization.Charting.ImageAnnotation.Image">
3750      <summary>Gets or sets the name of the annotation image.</summary>
3751      <returns>A <see langword="string" /> value that represents the name of the annotation image.</returns>
3752    </member>
3753    <member name="P:System.Windows.Forms.DataVisualization.Charting.ImageAnnotation.ImageTransparentColor">
3754      <summary>Gets or sets a color that will be replaced with a transparent color when the image is drawn.</summary>
3755      <returns>A <see cref="T:System.Drawing.Color" /> value that will be replaced with a transparent color when he image is drawn.</returns>
3756    </member>
3757    <member name="P:System.Windows.Forms.DataVisualization.Charting.ImageAnnotation.ImageWrapMode">
3758      <summary>Gets or sets the drawing mode of the image.</summary>
3759      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartImageWrapMode" /> enumeration value that defines the drawing mode of the image.</returns>
3760    </member>
3761    <member name="P:System.Windows.Forms.DataVisualization.Charting.ImageAnnotation.LineColor">
3762      <summary>This property is not applicable to the image annotation type.</summary>
3763      <returns>A <see cref="T:System.Drawing.Color" /> value.</returns>
3764    </member>
3765    <member name="P:System.Windows.Forms.DataVisualization.Charting.ImageAnnotation.LineDashStyle">
3766      <summary>This property is not applicable to the image annotation type.</summary>
3767      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartDashStyle" /> enumeration value.</returns>
3768    </member>
3769    <member name="P:System.Windows.Forms.DataVisualization.Charting.ImageAnnotation.LineWidth">
3770      <summary>This property is not applicable to the image annotation type.</summary>
3771      <returns>An <see langword="integer" /> value.</returns>
3772    </member>
3773    <member name="P:System.Windows.Forms.DataVisualization.Charting.ImageAnnotation.TextStyle">
3774      <summary>Gets or sets the text style of the annotation.</summary>
3775      <returns>A <see cref="P:System.Windows.Forms.DataVisualization.Charting.ImageAnnotation.TextStyle" /> enumeration value that represents the style used to draw the annotation text.</returns>
3776    </member>
3777    <member name="P:System.Windows.Forms.DataVisualization.Charting.LabelStyle.Angle">
3778      <summary>Gets or sets a value that represents the angle at which the font is drawn.</summary>
3779      <returns>An <see langword="integer" /> value.</returns>
3780    </member>
3781    <member name="P:System.Windows.Forms.DataVisualization.Charting.LabelStyle.Enabled">
3782      <summary>Gets or sets a flag that indicates whether the label is enabled.</summary>
3783      <returns>
3784          <see langword="True" /> if the label is enabled; otherwise, <see langword="False" />.</returns>
3785    </member>
3786    <member name="P:System.Windows.Forms.DataVisualization.Charting.LabelStyle.Font">
3787      <summary>Gets or sets the font of the label.</summary>
3788      <returns>A <see cref="T:System.Drawing.Font" /> object.</returns>
3789    </member>
3790    <member name="P:System.Windows.Forms.DataVisualization.Charting.LabelStyle.ForeColor">
3791      <summary>Gets or sets the color of the label.</summary>
3792      <returns>A <see cref="T:System.Drawing.Color" /> value.</returns>
3793    </member>
3794    <member name="P:System.Windows.Forms.DataVisualization.Charting.LabelStyle.Format">
3795      <summary>Gets or sets the formatting string for the label text.</summary>
3796      <returns>A <see langword="string" /> value.</returns>
3797    </member>
3798    <member name="P:System.Windows.Forms.DataVisualization.Charting.LabelStyle.Interval">
3799      <summary>Gets or sets the size of the label interval.</summary>
3800      <returns>A <see langword="double" /> value.</returns>
3801    </member>
3802    <member name="P:System.Windows.Forms.DataVisualization.Charting.LabelStyle.IntervalOffset">
3803      <summary>Gets or sets the offset of the label interval.</summary>
3804      <returns>A <see langword="double" /> value.</returns>
3805    </member>
3806    <member name="P:System.Windows.Forms.DataVisualization.Charting.LabelStyle.IntervalOffsetType">
3807      <summary>Gets or sets the unit of measurement of the label interval offset.</summary>
3808      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType" /> enumeration value.</returns>
3809    </member>
3810    <member name="P:System.Windows.Forms.DataVisualization.Charting.LabelStyle.IntervalType">
3811      <summary>Gets or sets the unit of measurement for the size of a label interval.</summary>
3812      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType" /> enumeration value.</returns>
3813    </member>
3814    <member name="P:System.Windows.Forms.DataVisualization.Charting.LabelStyle.IsEndLabelVisible">
3815      <summary>Gets or sets a flag that determines whether the labels are shown at axis ends.</summary>
3816      <returns>
3817          <see langword="True" /> if the labels are shown at axis ends; otherwise, <see langword="False" />.</returns>
3818    </member>
3819    <member name="P:System.Windows.Forms.DataVisualization.Charting.LabelStyle.IsStaggered">
3820      <summary>Gets or sets a flag that determines whether the labels are shown with an offset.</summary>
3821      <returns>
3822          <see langword="True" /> if the labels are shown with an offset; otherwise, <see langword="False" />.</returns>
3823    </member>
3824    <member name="P:System.Windows.Forms.DataVisualization.Charting.LabelStyle.TruncatedLabels">
3825      <summary>Gets or sets a flag that determines whether the labels can be truncated.</summary>
3826      <returns>
3827          <see langword="True" /> if the labels can be truncated; otherwise, <see langword="False" />.</returns>
3828    </member>
3829    <member name="P:System.Windows.Forms.DataVisualization.Charting.Legend.Alignment">
3830      <summary>Gets or sets the alignment of the legend.</summary>
3831      <returns>A .NET Framework <see cref="T:System.Drawing.StringAlignment" /> enumeration value that represents the alignment of the legend. The default value is <see cref="F:System.Drawing.StringAlignment.Near" />. </returns>
3832    </member>
3833    <member name="P:System.Windows.Forms.DataVisualization.Charting.Legend.AutoFitMinFontSize">
3834      <summary>Gets or sets the minimum font size that can be used by the autofitting algorithm for the legend text.</summary>
3835      <returns>An <see langword="integer" /> value that represents the minimum font size that can be used by the autofitting algorithm for the legend text.</returns>
3836    </member>
3837    <member name="P:System.Windows.Forms.DataVisualization.Charting.Legend.BackColor">
3838      <summary>Gets or sets the background color of a legend.</summary>
3839      <returns>A <see cref="T:System.Drawing.Color" /> value used to draw the background color of a legend. The default color is <see cref="System.Drawing.Color.White" />.</returns>
3840    </member>
3841    <member name="P:System.Windows.Forms.DataVisualization.Charting.Legend.BackGradientStyle">
3842      <summary>Gets or sets the orientation for the background gradient of a legend. Also determines whether a gradient is used.</summary>
3843      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.GradientStyle" /> enumeration that specifies the orientation for the background gradient of a legend. The default value is <see cref="F:System.Windows.Forms.DataVisualization.Charting.GradientStyle.None" />.</returns>
3844    </member>
3845    <member name="P:System.Windows.Forms.DataVisualization.Charting.Legend.BackHatchStyle">
3846      <summary>Gets or sets the hatching style of a legend.</summary>
3847      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartHatchStyle" /> enumeration that specifies the hatching style of a legend. The default value is <see cref="F:System.Windows.Forms.DataVisualization.Charting.ChartHatchStyle.None" />.</returns>
3848    </member>
3849    <member name="P:System.Windows.Forms.DataVisualization.Charting.Legend.BackImage">
3850      <summary>Gets or sets the background image of a legend.</summary>
3851      <returns>A <see langword="string" /> value that represents the URL of an image file. The default value is an empty string.</returns>
3852    </member>
3853    <member name="P:System.Windows.Forms.DataVisualization.Charting.Legend.BackImageAlignment">
3854      <summary>Gets or sets the background image alignment used for the <see cref="F:System.Windows.Forms.DataVisualization.Charting.ChartImageWrapMode.Unscaled" /> drawing mode.</summary>
3855      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartImageAlignmentStyle" /> enumeration value that specifies the background image alignment. The default value is <see cref="F:System.Windows.Forms.DataVisualization.Charting.ChartImageAlignmentStyle.TopLeft" />.</returns>
3856    </member>
3857    <member name="P:System.Windows.Forms.DataVisualization.Charting.Legend.BackImageTransparentColor">
3858      <summary>Gets or sets a color that will be replaced with a transparent color when the background image is drawn.</summary>
3859      <returns>A <see cref="T:System.Drawing.Color" /> value that will be displayed as transparent color when the background image is drawn. The default value is <see cref="F:System.Drawing.Color.Empty" />.</returns>
3860    </member>
3861    <member name="P:System.Windows.Forms.DataVisualization.Charting.Legend.BackImageWrapMode">
3862      <summary>Gets or sets the legend background image drawing mode.</summary>
3863      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartImageWrapMode" /> enumeration value that specifies the legend background image drawing mode. The default value is <see cref="F:System.Windows.Forms.DataVisualization.Charting.ChartImageWrapMode.Tile" />.</returns>
3864    </member>
3865    <member name="P:System.Windows.Forms.DataVisualization.Charting.Legend.BackSecondaryColor">
3866      <summary>Gets or sets the secondary color of a legend background.</summary>
3867      <returns>A <see cref="T:System.Drawing.Color" /> value used for the secondary color of background with hatching or gradient fill. The default value is <see cref="F:System.Drawing.Color.Empty" />.</returns>
3868    </member>
3869    <member name="P:System.Windows.Forms.DataVisualization.Charting.Legend.BorderColor">
3870      <summary>Gets or sets the border color of a legend.</summary>
3871      <returns>A <see cref="T:System.Drawing.Color" /> value used to draw  the border color of a legend. The default color is <see cref="F:System.Drawing.Color.Empty" />.</returns>
3872    </member>
3873    <member name="P:System.Windows.Forms.DataVisualization.Charting.Legend.BorderDashStyle">
3874      <summary>Gets or sets the border style of a legend.</summary>
3875      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartDashStyle" /> enumeration value that determines the border style of the chart element.</returns>
3876    </member>
3877    <member name="P:System.Windows.Forms.DataVisualization.Charting.Legend.BorderWidth">
3878      <summary>Gets or sets the border width of a legend.</summary>
3879      <returns>An <see langword="integer" /> value that determines the border width, in pixels, of the legend.</returns>
3880    </member>
3881    <member name="P:System.Windows.Forms.DataVisualization.Charting.Legend.CellColumns">
3882      <summary>Gets the <see cref="T:System.Windows.Forms.DataVisualization.Charting.LegendCellColumnCollection" /> object that contains the collection of cell columns for a legend.</summary>
3883      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.LegendCellColumnCollection" /> object that contains the collection of cell columns for a legend.</returns>
3884    </member>
3885    <member name="P:System.Windows.Forms.DataVisualization.Charting.Legend.CustomItems">
3886      <summary>Gets a T<see cref=":System.Windows.Forms.DataVisualization.Charting.LegendItemsCollection" /> object used for custom legend items.</summary>
3887      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.LegendItemsCollection" /> object.</returns>
3888    </member>
3889    <member name="P:System.Windows.Forms.DataVisualization.Charting.Legend.DockedToChartArea">
3890      <summary>Gets or sets the name of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartArea" /> where the legend will be docked.</summary>
3891      <returns>A <see langword="string" /> value that represents the name of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartArea" /> where this legend will be docked. The default value is the empty string.</returns>
3892    </member>
3893    <member name="P:System.Windows.Forms.DataVisualization.Charting.Legend.Docking">
3894      <summary>Gets or sets a value that determines whether the legend is docked.</summary>
3895      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.Docking" /> enumeration value that determines whether the legend is docked. The default value is <see cref="F:System.Windows.Forms.DataVisualization.Charting.Docking.Right" />.</returns>
3896    </member>
3897    <member name="P:System.Windows.Forms.DataVisualization.Charting.Legend.Enabled">
3898      <summary>Gets or sets a value that indicates whether the legend is enabled.</summary>
3899      <returns>
3900          <see langword="true" /> if the legend is enabled; otherwise,  <see langword="false" />. The default value is <see langword="true" />. </returns>
3901    </member>
3902    <member name="P:System.Windows.Forms.DataVisualization.Charting.Legend.Font">
3903      <summary>Gets or sets a <see cref="T:System.Drawing.Font" /> object, which is used to set font properties of the legend.</summary>
3904      <returns>A <see cref="T:System.Drawing.Font" /> object which is used to set font properties of the legend.</returns>
3905    </member>
3906    <member name="P:System.Windows.Forms.DataVisualization.Charting.Legend.ForeColor">
3907      <summary>Gets or sets the color of the legend text.</summary>
3908      <returns>A <see cref="T:System.Drawing.Color" /> value that specifies the color of the legend text.</returns>
3909    </member>
3910    <member name="P:System.Windows.Forms.DataVisualization.Charting.Legend.HeaderSeparator">
3911      <summary>Gets or sets the visual separator type for the legend header.</summary>
3912      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.LegendSeparatorStyle" /> enumeration value that specifies the visual separator type for the legend header.</returns>
3913    </member>
3914    <member name="P:System.Windows.Forms.DataVisualization.Charting.Legend.HeaderSeparatorColor">
3915      <summary>Gets or sets the color of the separator for the legend header.</summary>
3916      <returns>A <see cref="T:System.Drawing.Color" /> value that specifies the color of the separator for the legend header.</returns>
3917    </member>
3918    <member name="P:System.Windows.Forms.DataVisualization.Charting.Legend.InsideChartArea">
3919      <summary>Gets or sets the name of the chart area in which the legend is drawn.</summary>
3920      <returns>A <see langword="string" /> value that represents the name of the chart area.</returns>
3921    </member>
3922    <member name="P:System.Windows.Forms.DataVisualization.Charting.Legend.InterlacedRows">
3923      <summary>Gets or sets a flag that indicates whether legend rows will be drawn with interlaced background color.</summary>
3924      <returns>
3925          <see langword="true" /> if legend rows will be drawn with interlaced background color; otherwise, <see langword="false" />.</returns>
3926    </member>
3927    <member name="P:System.Windows.Forms.DataVisualization.Charting.Legend.InterlacedRowsColor">
3928      <summary>Gets or sets the background color of the legend's interlaced rows. </summary>
3929      <returns>A <see cref="T:System.Drawing.Color" /> value that specifies the background color of the legend's interlaced rows.</returns>
3930    </member>
3931    <member name="P:System.Windows.Forms.DataVisualization.Charting.Legend.IsDockedInsideChartArea">
3932      <summary>Gets or sets a flag that indicates whether the legend is docked inside or outside the chart area. </summary>
3933      <returns>
3934          <see langword="true" /> is the legend is docked inside the chart area; <see langword="false" /> if it is docked outside the chart area. The default value is <see langword="false" />.</returns>
3935    </member>
3936    <member name="P:System.Windows.Forms.DataVisualization.Charting.Legend.IsEquallySpacedItems">
3937      <summary>Gets or sets a flag that indicates whether all legend items are equally spaced.</summary>
3938      <returns>
3939          <see langword="true" /> if legend items are equally spaced; otherwise, <see langword="false" />. The default value is <see langword="false" />.</returns>
3940    </member>
3941    <member name="P:System.Windows.Forms.DataVisualization.Charting.Legend.IsTextAutoFit">
3942      <summary>Gets or sets a flag that indicates whether the legend text is automatically sized.</summary>
3943      <returns>
3944          <see langword="true" /> if the legend text is automatically sized; otherwise, <see langword="false" />.</returns>
3945    </member>
3946    <member name="P:System.Windows.Forms.DataVisualization.Charting.Legend.ItemColumnSeparator">
3947      <summary>Gets or sets the visual separator type for the legend table columns.</summary>
3948      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.LegendSeparatorStyle" /> enumeration value that specifies the visual separator type for the legend table columns. </returns>
3949    </member>
3950    <member name="P:System.Windows.Forms.DataVisualization.Charting.Legend.ItemColumnSeparatorColor">
3951      <summary>Gets or sets the color of the legend table column separator.</summary>
3952      <returns>A <see cref="T:System.Drawing.Color" /> value used to draw the color of the legend table column separator.</returns>
3953    </member>
3954    <member name="P:System.Windows.Forms.DataVisualization.Charting.Legend.ItemColumnSpacing">
3955      <summary>Gets or sets the legend table column spacing.</summary>
3956      <returns>An <see langword="integer" /> value that represents the table column spacing.</returns>
3957    </member>
3958    <member name="P:System.Windows.Forms.DataVisualization.Charting.Legend.LegendItemOrder">
3959      <summary>Gets or sets a value that specifies the order in which legend items are displayed. This property only affects legend items automatically added for the chart series; it has no effect on custom legend items.</summary>
3960      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.LegendItemOrder" /> enumeration value that specifies the order in which legend items are displayed.</returns>
3961    </member>
3962    <member name="P:System.Windows.Forms.DataVisualization.Charting.Legend.LegendStyle">
3963      <summary>Gets or sets the style of the legend.</summary>
3964      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.LegendStyle" /> enumeration value that determines the legend style. The default value is <see cref="F:System.Windows.Forms.DataVisualization.Charting.LegendStyle.Table" />.</returns>
3965    </member>
3966    <member name="P:System.Windows.Forms.DataVisualization.Charting.Legend.MaximumAutoSize">
3967      <summary>Gets or sets the maximum size of the legend, measured as a percentage of the chart area. This value is used by the automatic layout algorithm.</summary>
3968      <returns>A <see langword="float " /> value that represents the maximum size of the legend.</returns>
3969    </member>
3970    <member name="P:System.Windows.Forms.DataVisualization.Charting.Legend.Name">
3971      <summary>Gets or sets the name of the legend.</summary>
3972      <returns>A <see langword="string" /> value that represents the name of the legend.</returns>
3973    </member>
3974    <member name="P:System.Windows.Forms.DataVisualization.Charting.Legend.Position">
3975      <summary>Gets or sets an <see cref="T:System.Windows.Forms.DataVisualization.Charting.ElementPosition" /> object, which can be used to get or set the position of the legend.</summary>
3976      <returns>If the <see cref="P:System.Windows.Forms.DataVisualization.Charting.Legend.Position" /> property is automatic (that is, Legend.Position.Auto = <see langword="true" />) the legend position is calculated automatically by the <see cref="T:System.Windows.Forms.DataVisualization.Charting.Chart" /> control, taking into account the <see cref="P:System.Windows.Forms.DataVisualization.Charting.Legend.Docking" />, <see cref="P:System.Windows.Forms.DataVisualization.Charting.Legend.Alignment" /> and <see cref="P:System.Windows.Forms.DataVisualization.Charting.Legend.IsDockedInsideChartArea" /> property settings.If it is not automatic, the <see cref="P:System.Windows.Forms.DataVisualization.Charting.Legend.Docking" />, <see cref="P:System.Windows.Forms.DataVisualization.Charting.Legend.DockedToChartArea" /> and <see cref="P:System.Windows.Forms.DataVisualization.Charting.Legend.IsDockedInsideChartArea" /> properties are ignored, and the legend position is solely determined by the value of the returned <see cref="T:System.Windows.Forms.DataVisualization.Charting.ElementPosition" /> object.</returns>
3977    </member>
3978    <member name="P:System.Windows.Forms.DataVisualization.Charting.Legend.ShadowColor">
3979      <summary>Gets or sets the shadow color of the legend.</summary>
3980      <returns>A <see cref="T:System.Drawing.Color" /> value that specifies the shadow color of the legend. The default color is <see cref="P:System.Drawing.Color.Black" />.</returns>
3981    </member>
3982    <member name="P:System.Windows.Forms.DataVisualization.Charting.Legend.ShadowOffset">
3983      <summary>Gets or sets the shadow offset, in pixels, of the legend.</summary>
3984      <returns>An <see langword="integer" /> value that represents the shadow offset, in pixels, of the legend.</returns>
3985    </member>
3986    <member name="P:System.Windows.Forms.DataVisualization.Charting.Legend.TableStyle">
3987      <summary>Gets or sets the legend table style.</summary>
3988      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.LegendTableStyle" /> enumeration value that specifies the legend table style.</returns>
3989    </member>
3990    <member name="P:System.Windows.Forms.DataVisualization.Charting.Legend.TextWrapThreshold">
3991      <summary>Gets or sets the number of characters that can be sequentially displayed in the legend before the text is wrapped.</summary>
3992      <returns>An <see langword="integer" /> value that represents the number of characters that can be placed in the legend sequentially before the text is wrapped. The default value is 25.</returns>
3993    </member>
3994    <member name="P:System.Windows.Forms.DataVisualization.Charting.Legend.Title">
3995      <summary>Gets or sets the text of the legend title.</summary>
3996      <returns>A <see langword="string" /> value that represents the legend title text. The default value is a zero-length string.</returns>
3997    </member>
3998    <member name="P:System.Windows.Forms.DataVisualization.Charting.Legend.TitleAlignment">
3999      <summary>Gets or sets the alignment of the legend title.</summary>
4000      <returns>A <see cref="T:System.Drawing.StringAlignment" /> enumeration value that represents the alignment of the legend title. The default value is <see cref="F:System.Drawing.StringAlignment.Center" />.</returns>
4001    </member>
4002    <member name="P:System.Windows.Forms.DataVisualization.Charting.Legend.TitleBackColor">
4003      <summary>Gets or sets the background color of the legend title.</summary>
4004      <returns>A <see cref="T:System.Drawing.Color" /> value used to draw the background of the legend title. The default value is <see cref="F:System.Drawing.Color.Empty" />.</returns>
4005    </member>
4006    <member name="P:System.Windows.Forms.DataVisualization.Charting.Legend.TitleFont">
4007      <summary>Gets or sets the font for the legend title.</summary>
4008      <returns>A <see cref="T:System.Drawing.Font" /> object that represents the font for the legend title. The default value is "Microsoft Sans Serif, 8pt, Bold".</returns>
4009    </member>
4010    <member name="P:System.Windows.Forms.DataVisualization.Charting.Legend.TitleForeColor">
4011      <summary>Gets or sets the text color of the legend title.</summary>
4012      <returns>A <see cref="T:System.Drawing.Color" /> value used to draw the title text color. The default value is <see cref="P:System.Drawing.Color.Black" />.</returns>
4013    </member>
4014    <member name="P:System.Windows.Forms.DataVisualization.Charting.Legend.TitleSeparator">
4015      <summary>Gets or sets the visual separator type for the legend title.</summary>
4016      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.LegendSeparatorStyle" /> value that represents the type of separator that will be drawn below the title. The default value is <see cref="F:System.Windows.Forms.DataVisualization.Charting.LegendSeparatorStyle.None" />.</returns>
4017    </member>
4018    <member name="P:System.Windows.Forms.DataVisualization.Charting.Legend.TitleSeparatorColor">
4019      <summary>Gets or sets the color of the legend title separator.</summary>
4020      <returns>A <see cref="T:System.Drawing.Color" /> value used to draw the color of the legend title separator. The default value is <see cref="P:System.Drawing.Color.Black" />.</returns>
4021    </member>
4022    <member name="P:System.Windows.Forms.DataVisualization.Charting.LegendCell.Alignment">
4023      <summary>Gets or sets the alignment of the legend cell contents.</summary>
4024      <returns>A <see cref="T:System.Drawing.ContentAlignment" /> value that represents the alignment of the legend cell contents. The default value is <see cref="F:System.Drawing.ContentAlignment.MiddleCenter" />.</returns>
4025    </member>
4026    <member name="P:System.Windows.Forms.DataVisualization.Charting.LegendCell.BackColor">
4027      <summary>Gets or sets the background color of the legend cell.</summary>
4028      <returns>A <see cref="T:System.Drawing.Color" /> value used to draw the legend cell's background.</returns>
4029    </member>
4030    <member name="P:System.Windows.Forms.DataVisualization.Charting.LegendCell.CellSpan">
4031      <summary>Gets or sets the number of horizontal cells used to draw the contents of the legend cell.</summary>
4032      <returns>An <see langword="integer" /> value that represents the number of horizontal cells used to draw the legend cell contents. The default value is 1.</returns>
4033    </member>
4034    <member name="P:System.Windows.Forms.DataVisualization.Charting.LegendCell.CellType">
4035      <summary>Gets or sets the legend cell type that is used to define the contents of the legend cell.</summary>
4036      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.LegendCellType" /> enumeration value that represents the type that is used to define the contents of the legend cell. The default value is <see cref="F:System.Windows.Forms.DataVisualization.Charting.LegendCellType.Text" />.</returns>
4037    </member>
4038    <member name="P:System.Windows.Forms.DataVisualization.Charting.LegendCell.Font">
4039      <summary>Gets or sets the font for the legend cell.</summary>
4040      <returns>A <see cref="T:System.Drawing.Font" /> object that represents the font for the legend cell. The default value is "Microsoft Sans Serif, 8pt".</returns>
4041    </member>
4042    <member name="P:System.Windows.Forms.DataVisualization.Charting.LegendCell.ForeColor">
4043      <summary>Gets or sets the text color of the legend cell.</summary>
4044      <returns>A <see cref="T:System.Drawing.Color" /> value used to draw the legend cell text. The default value is <see cref="F:System.Drawing.Color.Empty" />.</returns>
4045    </member>
4046    <member name="P:System.Windows.Forms.DataVisualization.Charting.LegendCell.Image">
4047      <summary>Gets or sets the name of the image in a legend cell.</summary>
4048      <returns>A <see langword="string" /> value that represents the name of the image to be used in the legend cell.</returns>
4049    </member>
4050    <member name="P:System.Windows.Forms.DataVisualization.Charting.LegendCell.ImageSize">
4051      <summary>Gets or sets the size of the image in a legend cell.</summary>
4052      <returns>A <see cref="T:System.Drawing.Size" /> value that represents the size of the image. The default value is (0,0), which means the original size of the image will be used.</returns>
4053    </member>
4054    <member name="P:System.Windows.Forms.DataVisualization.Charting.LegendCell.ImageTransparentColor">
4055      <summary>Gets or sets a color which will be replaced with a transparent color when the image is drawn.</summary>
4056      <returns>A <see cref="T:System.Drawing.Color" /> value that is used as a transparent color in a legend cell image.</returns>
4057    </member>
4058    <member name="P:System.Windows.Forms.DataVisualization.Charting.LegendCell.Legend">
4059      <summary>Gets the legend in which this cell belongs.</summary>
4060      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.Legend" /> object that represents the legend in which this cell belongs.</returns>
4061    </member>
4062    <member name="P:System.Windows.Forms.DataVisualization.Charting.LegendCell.LegendItem">
4063      <summary>Gets the legend item in which this cell belongs.</summary>
4064      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.LegendItem" /> object that represents the legend item in which this cell belongs.</returns>
4065    </member>
4066    <member name="P:System.Windows.Forms.DataVisualization.Charting.LegendCell.Margins">
4067      <summary>Gets or sets the margins of the legend cell.</summary>
4068      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.Margins" /> object that represents the top, bottom, left, and right values of the legend cell margins. The default values for top, bottom, left and right are "0,0,15,15".</returns>
4069    </member>
4070    <member name="P:System.Windows.Forms.DataVisualization.Charting.LegendCell.Name">
4071      <summary>Gets or sets the name of the legend cell.</summary>
4072      <returns>A <see langword="string" /> value that represents the text name of the legend cell.</returns>
4073    </member>
4074    <member name="P:System.Windows.Forms.DataVisualization.Charting.LegendCell.SeriesSymbolSize">
4075      <summary>Gets or sets the size of the series symbol that is displayed in the legend cell.</summary>
4076      <returns>A <see cref="T:System.Drawing.Size" /> object that represents the size of the series symbol. The default values for the width and height of the symbol are 200 and 70, respectively.</returns>
4077    </member>
4078    <member name="P:System.Windows.Forms.DataVisualization.Charting.LegendCell.Text">
4079      <summary>Gets or sets the legend cell text.</summary>
4080      <returns>A <see langword="string" /> value that represents the text for the legend cell. The default value is a zero-length string.</returns>
4081    </member>
4082    <member name="P:System.Windows.Forms.DataVisualization.Charting.LegendCell.ToolTip">
4083      <summary>Gets or sets the tooltip text for the legend cell.</summary>
4084      <returns>A <see langword="string" /> value that represents the tooltip for the legend cell. The default value is a zero-length string.</returns>
4085    </member>
4086    <member name="P:System.Windows.Forms.DataVisualization.Charting.LegendCellColumn.Alignment">
4087      <summary>Gets or sets the legend column content alignment.</summary>
4088      <returns>A <see cref="T:System.Drawing.ContentAlignment" /> value that represents the alignment of the legend cell contents. The default value is <see cref="F:System.Drawing.ContentAlignment.MiddleCenter" />.</returns>
4089    </member>
4090    <member name="P:System.Windows.Forms.DataVisualization.Charting.LegendCellColumn.BackColor">
4091      <summary>Gets or sets the background color of the legend cell column.</summary>
4092      <returns>A <see cref="T:System.Drawing.Color" /> value used to draw the legend cell column background.The default value is <see cref="F:System.Drawing.Color.Empty" />.</returns>
4093    </member>
4094    <member name="P:System.Windows.Forms.DataVisualization.Charting.LegendCellColumn.ColumnType">
4095      <summary>Gets or sets the legend cell column type.</summary>
4096      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.LegendCellColumnType" /> enumeration value that represents the legend cell column type. This value represents the type that will be used to define the legend cell column contents. The default value is <see cref="F:System.Windows.Forms.DataVisualization.Charting.LegendCellColumnType.Text" />.</returns>
4097    </member>
4098    <member name="P:System.Windows.Forms.DataVisualization.Charting.LegendCellColumn.Font">
4099      <summary>Gets or sets the font for the legend column text.</summary>
4100      <returns>A <see cref="T:System.Drawing.Font" /> object that specifies the font for the legend column text. The default value is <see langword="null" />.</returns>
4101    </member>
4102    <member name="P:System.Windows.Forms.DataVisualization.Charting.LegendCellColumn.ForeColor">
4103      <summary>Gets or sets the text color of the legend cell column.</summary>
4104      <returns>A <see cref="T:System.Drawing.Color" /> value used to draw the legend cell column text. The default value is <see cref="F:System.Drawing.Color.Empty" />.</returns>
4105    </member>
4106    <member name="P:System.Windows.Forms.DataVisualization.Charting.LegendCellColumn.HeaderAlignment">
4107      <summary>Gets or sets the horizontal text alignment of the legend cell column header.</summary>
4108      <returns>A <see cref="T:System.Drawing.StringAlignment" /> enumeration value that specifies the horizontal text alignment of the legend cell column header.</returns>
4109    </member>
4110    <member name="P:System.Windows.Forms.DataVisualization.Charting.LegendCellColumn.HeaderBackColor">
4111      <summary>Gets or sets the background color for the legend cell column header.</summary>
4112      <returns>A <see cref="T:System.Drawing.Color" /> value used to draw the background of the legend cell column header. The default value is <see cref="F:System.Drawing.Color.Empty" />.</returns>
4113    </member>
4114    <member name="P:System.Windows.Forms.DataVisualization.Charting.LegendCellColumn.HeaderFont">
4115      <summary>Gets or sets the font used in the legend column header.</summary>
4116      <returns>A <see cref="T:System.Drawing.Font" /> object that represents the font used in the legend column header. The default value is "Microsoft Sans Serif, 8pt, Bold".</returns>
4117    </member>
4118    <member name="P:System.Windows.Forms.DataVisualization.Charting.LegendCellColumn.HeaderForeColor">
4119      <summary>Gets or sets the color of the legend column header text (<see cref="P:System.Windows.Forms.DataVisualization.Charting.LegendCellColumn.HeaderText" /> property).</summary>
4120      <returns>A <see cref="T:System.Drawing.Color" /> value that specifies the color of the legend column header text.</returns>
4121    </member>
4122    <member name="P:System.Windows.Forms.DataVisualization.Charting.LegendCellColumn.HeaderText">
4123      <summary>Gets or sets the text for the legend cell column header.</summary>
4124      <returns>A <see langword="string" /> value that represents the legend cell column header text. The default value is a zero-length string.</returns>
4125    </member>
4126    <member name="P:System.Windows.Forms.DataVisualization.Charting.LegendCellColumn.Legend">
4127      <summary>Gets the legend in which this legend cell column belongs.</summary>
4128      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.Legend" /> object that represents the legend which this legend cell column belongs to.</returns>
4129    </member>
4130    <member name="P:System.Windows.Forms.DataVisualization.Charting.LegendCellColumn.Margins">
4131      <summary>Gets or sets the margins of the legend cell column.</summary>
4132      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.Margins" /> object that represents the top, bottom, left, and right values of the legend cell margins. The default values for top, bottom, left and right are "0,0,15,15".</returns>
4133    </member>
4134    <member name="P:System.Windows.Forms.DataVisualization.Charting.LegendCellColumn.MaximumWidth">
4135      <summary>Gets or sets the maximum width of the legend cell column.</summary>
4136      <returns>An <see langword="integer" /> value that represents the maximum width of the legend cell column. The default value is minus one (-1), which means that the maximum width is automatically calculated.</returns>
4137    </member>
4138    <member name="P:System.Windows.Forms.DataVisualization.Charting.LegendCellColumn.MinimumWidth">
4139      <summary>Gets or sets the minimum width of the legend cell column.</summary>
4140      <returns>An <see langword="integer" /> value that represents the minimum width of the legend cell column. The default value is minus one (-1), which means that the minimum width is automatically calculated.</returns>
4141    </member>
4142    <member name="P:System.Windows.Forms.DataVisualization.Charting.LegendCellColumn.Name">
4143      <summary>Gets or sets the name of the legend cell column.</summary>
4144      <returns>A <see langword="string" /> value that represents the text name of the legend cell column.</returns>
4145    </member>
4146    <member name="P:System.Windows.Forms.DataVisualization.Charting.LegendCellColumn.SeriesSymbolSize">
4147      <summary>Gets or sets the size of the series symbol displayed in a legend cell column.</summary>
4148      <returns>A <see cref="T:System.Drawing.Size" /> object that represents the size of the series symbol. The default values for the width and height of the symbol are 200 and 70, respectively.</returns>
4149    </member>
4150    <member name="P:System.Windows.Forms.DataVisualization.Charting.LegendCellColumn.Text">
4151      <summary>Gets or sets the text of the legend cell column.</summary>
4152      <returns>A <see langword="string" /> value that represents the text for the legend cell column. The default value is a zero-length string.</returns>
4153    </member>
4154    <member name="P:System.Windows.Forms.DataVisualization.Charting.LegendCellColumn.ToolTip">
4155      <summary>Gets or sets the tooltip text for the legend cell column.</summary>
4156      <returns>A <see langword="string" /> value that represents the tooltip for the legend cell column. The default value is a zero-length string.</returns>
4157    </member>
4158    <member name="P:System.Windows.Forms.DataVisualization.Charting.LegendItem.BackGradientStyle">
4159      <summary>Gets or sets the orientation for the background gradient of a legend item. Also determines whether a gradient is used.</summary>
4160      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.GradientStyle" /> enumeration that specifies the orientation for the background gradient of a legend item. The default value is <see cref="F:System.Windows.Forms.DataVisualization.Charting.GradientStyle.None" />.</returns>
4161    </member>
4162    <member name="P:System.Windows.Forms.DataVisualization.Charting.LegendItem.BackHatchStyle">
4163      <summary>Gets or sets the hatching style of a legend item. </summary>
4164      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartHatchStyle" /> enumeration that specifies the hatching style of a legend item. The default value is <see cref="F:System.Windows.Forms.DataVisualization.Charting.ChartHatchStyle.None" />.</returns>
4165    </member>
4166    <member name="P:System.Windows.Forms.DataVisualization.Charting.LegendItem.BackImageTransparentColor">
4167      <summary>Gets or sets a color which will be replaced with a transparent color when the background image is drawn.</summary>
4168      <returns>A <see cref="T:System.Drawing.Color" /> value that will be displayed as transparent  when the background image is drawn.</returns>
4169    </member>
4170    <member name="P:System.Windows.Forms.DataVisualization.Charting.LegendItem.BackSecondaryColor">
4171      <summary>Gets or sets the secondary color of a legend item.</summary>
4172      <returns>A <see cref="T:System.Drawing.Color" /> value used for the secondary color of background with hatching or gradient fill. The default value is <see cref="F:System.Drawing.Color.Empty" />.</returns>
4173    </member>
4174    <member name="P:System.Windows.Forms.DataVisualization.Charting.LegendItem.BorderColor">
4175      <summary>Gets or sets the border color of a legend item.</summary>
4176      <returns>A <see cref="T:System.Drawing.Color" /> value used to draw the border color of a legend item. The default color is <see cref="F:System.Drawing.Color.Empty" />.</returns>
4177    </member>
4178    <member name="P:System.Windows.Forms.DataVisualization.Charting.LegendItem.BorderDashStyle">
4179      <summary>Gets or sets the border style of a legend item.</summary>
4180      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartDashStyle" /> enumeration value that determines the border style of the legend item.</returns>
4181    </member>
4182    <member name="P:System.Windows.Forms.DataVisualization.Charting.LegendItem.BorderWidth">
4183      <summary>Gets or sets the border width of a legend item.</summary>
4184      <returns>An<see langword=" integer" /> value that determines the width, in pixels, of the legend item border.</returns>
4185    </member>
4186    <member name="P:System.Windows.Forms.DataVisualization.Charting.LegendItem.Cells">
4187      <summary>Gets the collection of cells in the legend item.</summary>
4188      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.LegendCellCollection" /> object that represents the collection of cells in the legend item.</returns>
4189    </member>
4190    <member name="P:System.Windows.Forms.DataVisualization.Charting.LegendItem.Color">
4191      <summary>Gets or sets the color of a legend item.</summary>
4192      <returns>A <see cref="T:System.Drawing.Color" /> value that is used to draw the legend item. The default color is <see cref="F:System.Drawing.Color.Empty" />.</returns>
4193    </member>
4194    <member name="P:System.Windows.Forms.DataVisualization.Charting.LegendItem.Enabled">
4195      <summary>Gets or sets a flag that indicates whether the legend item is enabled.</summary>
4196      <returns>
4197          <see langword="true" /> if the legend item is enabled; otherwise, <see langword="false" />. The default value is <see langword="true" />.</returns>
4198    </member>
4199    <member name="P:System.Windows.Forms.DataVisualization.Charting.LegendItem.Image">
4200      <summary>Gets or sets the image that will be displayed for a legend item symbol.</summary>
4201      <returns>A <see langword="string" /> value that represents the URL of an image file. The default value is an empty string.</returns>
4202    </member>
4203    <member name="P:System.Windows.Forms.DataVisualization.Charting.LegendItem.ImageStyle">
4204      <summary>Gets or sets the display style of the legend item image.</summary>
4205      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.LegendImageStyle" /> enumeration value that specifies the display style of the legend item image.</returns>
4206    </member>
4207    <member name="P:System.Windows.Forms.DataVisualization.Charting.LegendItem.Legend">
4208      <summary>Gets or sets the <see cref="T:System.Windows.Forms.DataVisualization.Charting.Legend" /> object associated with this legend item.</summary>
4209      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.Legend" /> object  associated with this legend item.</returns>
4210    </member>
4211    <member name="P:System.Windows.Forms.DataVisualization.Charting.LegendItem.MarkerBorderColor">
4212      <summary>Gets or sets the border color of the markers, if used.</summary>
4213      <returns>A <see cref="T:System.Drawing.Color" /> value that represents the ARGB (alpha, red, green, blue) color of a marker border. </returns>
4214    </member>
4215    <member name="P:System.Windows.Forms.DataVisualization.Charting.LegendItem.MarkerBorderWidth">
4216      <summary>Gets or sets the border width of the markers, if used. Measured in pixels.</summary>
4217      <returns>An <see langword="integer" /> value that represents the border width of the markers. The default value is one (1) pixel.</returns>
4218    </member>
4219    <member name="P:System.Windows.Forms.DataVisualization.Charting.LegendItem.MarkerColor">
4220      <summary>Gets or sets the color of the markers, if used.</summary>
4221      <returns>A <see cref="T:System.Drawing.Color" /> value that represents the color of the markers. The default color is <see cref="F:System.Drawing.Color.Empty" />.</returns>
4222    </member>
4223    <member name="P:System.Windows.Forms.DataVisualization.Charting.LegendItem.MarkerImage">
4224      <summary>Gets or sets a marker image of the legend item.</summary>
4225      <returns>A <see langword="string" /> value that represents the URL of an image file.</returns>
4226    </member>
4227    <member name="P:System.Windows.Forms.DataVisualization.Charting.LegendItem.MarkerImageTransparentColor">
4228      <summary>Gets or sets a color that will be replaced with a transparent color when the marker image is drawn.</summary>
4229      <returns>A <see cref="T:System.Drawing.Color" /> value that represents an ARGB (alpha, red, green, blue) color that will be replaced with a transparent color when the marker image is drawn.</returns>
4230    </member>
4231    <member name="P:System.Windows.Forms.DataVisualization.Charting.LegendItem.MarkerSize">
4232      <summary>Gets or sets the size of the legend item markers, if used.</summary>
4233      <returns>An <see langword="integer" /> expression that represents the height and width of the plotting area of markers, in pixels. The default value is 5 pixels.</returns>
4234    </member>
4235    <member name="P:System.Windows.Forms.DataVisualization.Charting.LegendItem.MarkerStyle">
4236      <summary>Gets or sets a legend item marker style. Also used to enable or disable the display of markers.</summary>
4237      <returns>A <see cref="P:System.Windows.Forms.DataVisualization.Charting.LegendItem.MarkerStyle" /> integer enumeration that specifies a legend item marker style. The default value is <see cref="F:System.Windows.Forms.DataVisualization.Charting.MarkerStyle.None" />.</returns>
4238    </member>
4239    <member name="P:System.Windows.Forms.DataVisualization.Charting.LegendItem.Name">
4240      <summary>Gets or sets the name of the legend item.</summary>
4241      <returns>A <see langword="string" /> value that represents the name of the legend item.</returns>
4242    </member>
4243    <member name="P:System.Windows.Forms.DataVisualization.Charting.LegendItem.SeparatorColor">
4244      <summary>Gets or sets the color of the legend item separator.</summary>
4245      <returns>A <see cref="T:System.Drawing.Color" /> value used to draw the color of the legend item separator. The default value is <see cref="P:System.Drawing.Color.Black" />.</returns>
4246    </member>
4247    <member name="P:System.Windows.Forms.DataVisualization.Charting.LegendItem.SeparatorType">
4248      <summary>Gets or sets the separator style of the legend item.</summary>
4249      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.LegendSeparatorStyle" /> enumeration value that specifies the separator style of the legend item.</returns>
4250    </member>
4251    <member name="P:System.Windows.Forms.DataVisualization.Charting.LegendItem.SeriesName">
4252      <summary>Gets or sets the name of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.Series" /> associated with a default legend item. </summary>
4253      <returns>A <see langword="string" /> value that determines the name of the series associated with a default legend item. The default value is a zero-length string.</returns>
4254    </member>
4255    <member name="P:System.Windows.Forms.DataVisualization.Charting.LegendItem.SeriesPointIndex">
4256      <summary>Gets or sets the index of a <see cref="T:System.Windows.Forms.DataVisualization.Charting.DataPoint" /> object associated with a default legend item. </summary>
4257      <returns>An <see langword="integer" /> value that represents the location of the default legend's associated data point in a zero-based index. All chart types except for pie and doughnut charts will return a negative one (-1).</returns>
4258    </member>
4259    <member name="P:System.Windows.Forms.DataVisualization.Charting.LegendItem.ShadowColor">
4260      <summary>Gets or sets the shadow color of a legend item.</summary>
4261      <returns>A <see cref="T:System.Drawing.Color" /> value that represents the shadow color of a legend item. The default color is <see cref="P:System.Drawing.Color.Black" />.</returns>
4262    </member>
4263    <member name="P:System.Windows.Forms.DataVisualization.Charting.LegendItem.ShadowOffset">
4264      <summary>Gets or sets the shadow offset, in pixels, of a legend item.</summary>
4265      <returns>An <see langword="integer" /> value that represents the shadow offset, in pixels, of the relevant chart element.</returns>
4266    </member>
4267    <member name="P:System.Windows.Forms.DataVisualization.Charting.LegendItem.ToolTip">
4268      <summary>Gets or sets the tooltip of the legend item.</summary>
4269      <returns>A <see langword="string" /> value that represents the tooltip for the legend item.</returns>
4270    </member>
4271    <member name="P:System.Windows.Forms.DataVisualization.Charting.LineAnnotation.Alignment">
4272      <summary>This property is not applicable to the line annotation type.</summary>
4273      <returns>A <see cref="T:System.Drawing.ContentAlignment" /> enumeration value.</returns>
4274    </member>
4275    <member name="P:System.Windows.Forms.DataVisualization.Charting.LineAnnotation.AnchorAlignment">
4276      <summary>Gets or sets the position alignment of an annotation to the anchor point.</summary>
4277      <returns>A <see cref="T:System.Drawing.ContentAlignment" /> value that represents the annotation alignment to the anchor point.</returns>
4278    </member>
4279    <member name="P:System.Windows.Forms.DataVisualization.Charting.LineAnnotation.AnnotationType">
4280      <summary>Gets the type of annotation. </summary>
4281      <returns>The annotation type.</returns>
4282    </member>
4283    <member name="P:System.Windows.Forms.DataVisualization.Charting.LineAnnotation.BackColor">
4284      <summary>This property is not applicable to the line annotation type.</summary>
4285      <returns>A <see cref="T:System.Drawing.Color" /> value.</returns>
4286    </member>
4287    <member name="P:System.Windows.Forms.DataVisualization.Charting.LineAnnotation.BackGradientStyle">
4288      <summary>This property is not applicable to the line annotation type.</summary>
4289      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.GradientStyle" /> enumeration value.</returns>
4290    </member>
4291    <member name="P:System.Windows.Forms.DataVisualization.Charting.LineAnnotation.BackHatchStyle">
4292      <summary>This property is not applicable to the line annotation type.</summary>
4293      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartHatchStyle" /> value.</returns>
4294    </member>
4295    <member name="P:System.Windows.Forms.DataVisualization.Charting.LineAnnotation.BackSecondaryColor">
4296      <summary>This property is not applicable to the line annotation type.</summary>
4297      <returns>A <see cref="T:System.Drawing.Color" /> value.</returns>
4298    </member>
4299    <member name="P:System.Windows.Forms.DataVisualization.Charting.LineAnnotation.EndCap">
4300      <summary>Gets or sets a style for the anchor cap at the end of the annotation line.</summary>
4301      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.LineAnchorCapStyle" /> enumeration value that represents the style to apply to the anchor cap at the end of the line.</returns>
4302    </member>
4303    <member name="P:System.Windows.Forms.DataVisualization.Charting.LineAnnotation.Font">
4304      <summary>This property is not applicable to the line annotation type.</summary>
4305      <returns>A <see cref="T:System.Drawing.Font" /> object.</returns>
4306    </member>
4307    <member name="P:System.Windows.Forms.DataVisualization.Charting.LineAnnotation.ForeColor">
4308      <summary>This property is not applicable to the line annotation type.</summary>
4309      <returns>A <see cref="T:System.Drawing.Color" /> value.</returns>
4310    </member>
4311    <member name="P:System.Windows.Forms.DataVisualization.Charting.LineAnnotation.IsInfinitive">
4312      <summary>Gets or sets a flag that indicates whether an infinite line should be drawn.</summary>
4313      <returns>
4314          <see langword="True" /> if a line should be drawn infinitely through two points provided, otherwise <see langword="false" />.</returns>
4315    </member>
4316    <member name="P:System.Windows.Forms.DataVisualization.Charting.LineAnnotation.IsSizeAlwaysRelative">
4317      <summary>Gets or sets a flag that specifies whether the size of an annotation is always defined in relative chart coordinates.</summary>
4318      <returns>
4319          <see langword="True" /> if the <see cref="P:System.Windows.Forms.DataVisualization.Charting.Annotation.Width" /> and <see cref="P:System.Windows.Forms.DataVisualization.Charting.Annotation.Height" /> of an annotation are always in chart relative coordinates, otherwise <see langword="false" />.</returns>
4320    </member>
4321    <member name="P:System.Windows.Forms.DataVisualization.Charting.LineAnnotation.StartCap">
4322      <summary>Gets or sets a style for the anchor cap at the start of an annotation line.</summary>
4323      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.LineAnchorCapStyle" /> enumeration value that represents the style to apply to the anchor cap at the start of the line.</returns>
4324    </member>
4325    <member name="P:System.Windows.Forms.DataVisualization.Charting.LineAnnotation.TextStyle">
4326      <summary>This property is not applicable to the line annotation type. </summary>
4327      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.TextStyle" /> enumeration value.</returns>
4328    </member>
4329    <member name="P:System.Windows.Forms.DataVisualization.Charting.Margins.Bottom">
4330      <summary>Gets or sets the bottom margin.</summary>
4331      <returns>Returns an <see langword="integer" /> value. The default value is 0.</returns>
4332    </member>
4333    <member name="P:System.Windows.Forms.DataVisualization.Charting.Margins.Left">
4334      <summary>Gets or sets the left margin.</summary>
4335      <returns>An <see langword="integer" /> value. The default value is 0.</returns>
4336    </member>
4337    <member name="P:System.Windows.Forms.DataVisualization.Charting.Margins.Right">
4338      <summary>Gets or sets the right margin.</summary>
4339      <returns>An <see langword="integer" /> value. The default value is 0.</returns>
4340    </member>
4341    <member name="P:System.Windows.Forms.DataVisualization.Charting.Margins.Top">
4342      <summary>Gets or sets the top margin.</summary>
4343      <returns>An <see langword="integer" /> value. The default value is 0.</returns>
4344    </member>
4345    <member name="P:System.Windows.Forms.DataVisualization.Charting.NamedImage.Image">
4346      <summary>Gets or sets the image of a <see cref="T:System.Windows.Forms.DataVisualization.Charting.NamedImage" /> object.</summary>
4347      <returns>The image component of a <see cref="T:System.Windows.Forms.DataVisualization.Charting.NamedImage" /> object. This can be any object derived from the .NET Framework <see cref="T:System.Drawing.Image" /> class, for example, a <see cref="T:System.Drawing.Bitmap" /> object.</returns>
4348    </member>
4349    <member name="P:System.Windows.Forms.DataVisualization.Charting.NamedImage.Name">
4350      <summary>Gets or sets the unique name of a <see cref="T:System.Windows.Forms.DataVisualization.Charting.NamedImage" /> object.</summary>
4351      <returns>A <see langword="string" /> value that represents the unique name of a <see cref="T:System.Windows.Forms.DataVisualization.Charting.NamedImage" /> object stored in the <see cref="T:System.Windows.Forms.DataVisualization.Charting.NamedImagesCollection" />.</returns>
4352    </member>
4353    <member name="P:System.Windows.Forms.DataVisualization.Charting.Point3D.PointF">
4354      <summary>Gets or sets a <see cref="T:System.Drawing.PointF" /> structure, which stores the X and Y coordinates of a 3D point.</summary>
4355      <returns>A <see cref="T:System.Drawing.PointF" /> structure which stores the X and Y coordinates of a 3D point.</returns>
4356    </member>
4357    <member name="P:System.Windows.Forms.DataVisualization.Charting.Point3D.X">
4358      <summary>Gets or sets the X coordinate of a 3D point.</summary>
4359      <returns>A <see langword="float" /> that represents the X coordinate of a 3D point.</returns>
4360    </member>
4361    <member name="P:System.Windows.Forms.DataVisualization.Charting.Point3D.Y">
4362      <summary>Gets or sets the Y coordinate of a 3D point.</summary>
4363      <returns>A <see langword="float" /> value that represents the Y coordinate of a 3D point.</returns>
4364    </member>
4365    <member name="P:System.Windows.Forms.DataVisualization.Charting.Point3D.Z">
4366      <summary>Gets or sets the Z coordinate of a 3D point.</summary>
4367      <returns>The Z coordinate of a 3D point, which is measured as a percentage of the relevant chart area's depth.</returns>
4368    </member>
4369    <member name="P:System.Windows.Forms.DataVisualization.Charting.PolygonAnnotation.AnnotationType">
4370      <summary>Gets the annotation type. </summary>
4371      <returns>The annotation type.</returns>
4372    </member>
4373    <member name="P:System.Windows.Forms.DataVisualization.Charting.PolygonAnnotation.BackColor">
4374      <summary>Gets or sets the background color of an annotation.</summary>
4375      <returns>A <see cref="T:System.Drawing.Color" /> value used to draw the annotation background.</returns>
4376    </member>
4377    <member name="P:System.Windows.Forms.DataVisualization.Charting.PolygonAnnotation.BackGradientStyle">
4378      <summary>Gets or sets the background gradient style of an annotation.</summary>
4379      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.GradientStyle" /> value used to draw the annotation background.</returns>
4380    </member>
4381    <member name="P:System.Windows.Forms.DataVisualization.Charting.PolygonAnnotation.BackHatchStyle">
4382      <summary>Gets or sets the background hatch style of an annotation.</summary>
4383      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartHatchStyle" /> value used to draw the annotation background.</returns>
4384    </member>
4385    <member name="P:System.Windows.Forms.DataVisualization.Charting.PolygonAnnotation.BackSecondaryColor">
4386      <summary>Gets or sets the secondary color of the annotation background.</summary>
4387      <returns>A <see cref="T:System.Drawing.Color" /> value used to draw the annotation background with hatching or gradient fill.</returns>
4388    </member>
4389    <member name="P:System.Windows.Forms.DataVisualization.Charting.PolygonAnnotation.EndCap">
4390      <summary>This property is not applicable to the polygon annotation type.</summary>
4391      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.LineAnchorCapStyle" /> value.</returns>
4392    </member>
4393    <member name="P:System.Windows.Forms.DataVisualization.Charting.PolygonAnnotation.StartCap">
4394      <summary>This property is not applicable to the polygon annotation type.</summary>
4395      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.LineAnchorCapStyle" /> value.</returns>
4396    </member>
4397    <member name="P:System.Windows.Forms.DataVisualization.Charting.PolylineAnnotation.Alignment">
4398      <summary>This property is not applicable to the polyline annotation type.</summary>
4399      <returns>A <see cref="T:System.Drawing.ContentAlignment" /> value.</returns>
4400    </member>
4401    <member name="P:System.Windows.Forms.DataVisualization.Charting.PolylineAnnotation.AnnotationType">
4402      <summary>Gets the annotation type. </summary>
4403      <returns>The annotation type.</returns>
4404    </member>
4405    <member name="P:System.Windows.Forms.DataVisualization.Charting.PolylineAnnotation.BackColor">
4406      <summary>This property is not applicable to the polyline annotation type.</summary>
4407      <returns>A <see cref="T:System.Drawing.Color" /> value.</returns>
4408    </member>
4409    <member name="P:System.Windows.Forms.DataVisualization.Charting.PolylineAnnotation.BackGradientStyle">
4410      <summary>This property is not applicable to the polyline annotation type.</summary>
4411      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.GradientStyle" /> enumeration value.</returns>
4412    </member>
4413    <member name="P:System.Windows.Forms.DataVisualization.Charting.PolylineAnnotation.BackHatchStyle">
4414      <summary>This property is not applicable to the polyline annotation type.</summary>
4415      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartHatchStyle" /> enumeration value.</returns>
4416    </member>
4417    <member name="P:System.Windows.Forms.DataVisualization.Charting.PolylineAnnotation.BackSecondaryColor">
4418      <summary>This property is not applicable to the polyline annotation type.</summary>
4419      <returns>A <see cref="T:System.Drawing.Color" /> value.</returns>
4420    </member>
4421    <member name="P:System.Windows.Forms.DataVisualization.Charting.PolylineAnnotation.EndCap">
4422      <summary>Gets or sets the style of an anchor cap at the end of the annotation line.</summary>
4423      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.LineAnchorCapStyle" /> value that represents the style used for an anchor cap located at the end of an annotation line.</returns>
4424    </member>
4425    <member name="P:System.Windows.Forms.DataVisualization.Charting.PolylineAnnotation.Font">
4426      <summary>This property is not applicable to the polyline annotation type.</summary>
4427      <returns>A <see cref="T:System.Drawing.Font" /> object.</returns>
4428    </member>
4429    <member name="P:System.Windows.Forms.DataVisualization.Charting.PolylineAnnotation.ForeColor">
4430      <summary>This property is not applicable to the polyline annotation type.</summary>
4431      <returns>A <see cref="T:System.Drawing.Color" /> value.</returns>
4432    </member>
4433    <member name="P:System.Windows.Forms.DataVisualization.Charting.PolylineAnnotation.GraphicsPath">
4434      <summary>Gets or sets the path points of a polyline annotation at run time.</summary>
4435      <returns>A <see cref="P:System.Windows.Forms.DataVisualization.Charting.PolylineAnnotation.GraphicsPath" /> object with the polyline shape.</returns>
4436    </member>
4437    <member name="P:System.Windows.Forms.DataVisualization.Charting.PolylineAnnotation.GraphicsPathPoints">
4438      <summary>Gets or sets the path points of the polyline annotation at design time.</summary>
4439      <returns>An <see cref="T:System.Windows.Forms.DataVisualization.Charting.AnnotationPathPointCollection" /> object with the polyline shape.</returns>
4440    </member>
4441    <member name="P:System.Windows.Forms.DataVisualization.Charting.PolylineAnnotation.IsFreeDrawPlacement">
4442      <summary>Gets or sets a flag that determines whether an annotation should be placed using the free-draw mode.</summary>
4443      <returns>
4444          <see langword="True" /> if an annotation should be placed using free-draw mode, otherwise <see langword="false" />. The default value is <see langword="false" />.</returns>
4445    </member>
4446    <member name="P:System.Windows.Forms.DataVisualization.Charting.PolylineAnnotation.StartCap">
4447      <summary>Gets or sets a style for the anchor cap at the start of the annotation line.</summary>
4448      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.LineAnchorCapStyle" /> value that represents the style for an anchor cap located at the start of an annotation line.</returns>
4449    </member>
4450    <member name="P:System.Windows.Forms.DataVisualization.Charting.PolylineAnnotation.TextStyle">
4451      <summary>Gets or sets the text style of an annotation.</summary>
4452      <returns>A <see cref="P:System.Windows.Forms.DataVisualization.Charting.PolylineAnnotation.TextStyle" /> value used to draw the text of an annotation.</returns>
4453    </member>
4454    <member name="P:System.Windows.Forms.DataVisualization.Charting.PrintingManager.PrintDocument">
4455      <summary>Gets or sets a print document for the chart.</summary>
4456      <returns>A <see cref="T:System.Drawing.Printing.PrintDocument" /> object for the chart.</returns>
4457    </member>
4458    <member name="P:System.Windows.Forms.DataVisualization.Charting.RectangleAnnotation.AnnotationType">
4459      <summary>Gets the annotation type. </summary>
4460      <returns>The annotation type.</returns>
4461    </member>
4462    <member name="P:System.Windows.Forms.DataVisualization.Charting.RectangleAnnotation.BackColor">
4463      <summary>Gets or sets the background color of the annotation.</summary>
4464      <returns>A <see cref="T:System.Drawing.Color" /> value used to draw the annotation background. </returns>
4465    </member>
4466    <member name="P:System.Windows.Forms.DataVisualization.Charting.RectangleAnnotation.BackGradientStyle">
4467      <summary>Gets or sets the gradient style of the annotation.</summary>
4468      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.GradientStyle" /> value used to draw an annotation background.</returns>
4469    </member>
4470    <member name="P:System.Windows.Forms.DataVisualization.Charting.RectangleAnnotation.BackHatchStyle">
4471      <summary>Gets or sets the hatch style of an annotation background.</summary>
4472      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartHatchStyle" /> value used to draw the background.</returns>
4473    </member>
4474    <member name="P:System.Windows.Forms.DataVisualization.Charting.RectangleAnnotation.BackSecondaryColor">
4475      <summary>Gets or sets the secondary color for an annotation background.</summary>
4476      <returns>A <see cref="T:System.Drawing.Color" /> value used to draw the annotation background with hatching or gradient fill.</returns>
4477    </member>
4478    <member name="P:System.Windows.Forms.DataVisualization.Charting.RectangleAnnotation.LineColor">
4479      <summary>Gets or sets the line color of an annotation.</summary>
4480      <returns>A <see cref="T:System.Drawing.Color" /> value used to draw the annotation line.</returns>
4481    </member>
4482    <member name="P:System.Windows.Forms.DataVisualization.Charting.RectangleAnnotation.LineDashStyle">
4483      <summary>Gets or sets the line style of an annotation.</summary>
4484      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartDashStyle" /> value used to draw the line style of an annotation.</returns>
4485    </member>
4486    <member name="P:System.Windows.Forms.DataVisualization.Charting.RectangleAnnotation.LineWidth">
4487      <summary>Gets or sets the line width, in pixels, of an annotation.</summary>
4488      <returns>An <see langword="integer" /> value that represents the line width, in pixels.</returns>
4489    </member>
4490    <member name="P:System.Windows.Forms.DataVisualization.Charting.ScrollBarEventArgs.Axis">
4491      <summary>Gets the <see cref="T:System.Windows.Forms.DataVisualization.Charting.Axis" /> object that a scrollbar belongs to.</summary>
4492      <returns>An <see cref="T:System.Windows.Forms.DataVisualization.Charting.Axis" /> object that represents the axis that the scrollbar belongs to.</returns>
4493    </member>
4494    <member name="P:System.Windows.Forms.DataVisualization.Charting.ScrollBarEventArgs.ButtonType">
4495      <summary>Gets the type of scrollbar button that the end-user clicked.</summary>
4496      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.ScrollBarButtonType" /> enumeration value that represents the type of scrollbar button the end-user clicked.</returns>
4497    </member>
4498    <member name="P:System.Windows.Forms.DataVisualization.Charting.ScrollBarEventArgs.ChartArea">
4499      <summary>Gets the <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartArea" /> object that the scrollbar belongs to.</summary>
4500      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartArea" /> object.</returns>
4501    </member>
4502    <member name="P:System.Windows.Forms.DataVisualization.Charting.ScrollBarEventArgs.IsHandled">
4503      <summary>Gets or sets a flag that indicates whether to cancel the default behavior of specific scrollbar events. </summary>
4504      <returns>
4505          <see langword="true" /> if the default behavior of the event should be cancelled, otherwise <see langword="false" />.</returns>
4506    </member>
4507    <member name="P:System.Windows.Forms.DataVisualization.Charting.ScrollBarEventArgs.MousePositionX">
4508      <summary>Gets the X position of the mouse cursor at the time the <see cref="E:System.Windows.Forms.DataVisualization.Charting.Chart.AxisScrollBarClicked" /> event was raised.</summary>
4509      <returns>An <see langword="integer" /> value that represents the X mouse cursor position. The position is expressed in pixels, with 0,0 being the top-left corner of the chart image.</returns>
4510    </member>
4511    <member name="P:System.Windows.Forms.DataVisualization.Charting.ScrollBarEventArgs.MousePositionY">
4512      <summary>Gets the Y position of the mouse cursor at the time the <see cref="E:System.Windows.Forms.DataVisualization.Charting.Chart.AxisScrollBarClicked" /> event was raised.</summary>
4513      <returns>An <see langword="integer" /> value that represents the Y mouse cursor position. The position is expressed in pixels, with 0,0 being the top-left corner of the chart image.</returns>
4514    </member>
4515    <member name="P:System.Windows.Forms.DataVisualization.Charting.Series.AxisLabel">
4516      <summary>Gets or sets the axis label text for the series.</summary>
4517      <returns>The axis label text for the series. The default value is a zero-length string.</returns>
4518    </member>
4519    <member name="P:System.Windows.Forms.DataVisualization.Charting.Series.ChartArea">
4520      <summary>Gets or sets the name of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartArea" /> object used to plot the data series, if any.</summary>
4521      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartArea" /> object, which is used to plot the series.</returns>
4522    </member>
4523    <member name="P:System.Windows.Forms.DataVisualization.Charting.Series.ChartType">
4524      <summary>Gets or sets the chart type of a series.</summary>
4525      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.SeriesChartType" /> enumeration value that indicates the chart type that will be used to represent the series. The default value is <see cref="F:System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Column" />.</returns>
4526    </member>
4527    <member name="P:System.Windows.Forms.DataVisualization.Charting.Series.ChartTypeName">
4528      <summary>Gets or sets the name of the chart type used to draw the series.</summary>
4529      <returns>The name of the chart type.</returns>
4530    </member>
4531    <member name="P:System.Windows.Forms.DataVisualization.Charting.Series.EmptyPointStyle">
4532      <summary>Gets or sets the drawing style of points marked as empty.</summary>
4533      <returns>The drawing style of points marked as empty.</returns>
4534    </member>
4535    <member name="P:System.Windows.Forms.DataVisualization.Charting.Series.Enabled">
4536      <summary>Gets or sets a flag that indicates whether the series will be visible on the rendered chart.</summary>
4537      <returns>
4538          <see langword="True" /> if the series will be visible on the rendered chart; otherwise, <see langword="false" />. The default value is <see langword="true" />.</returns>
4539    </member>
4540    <member name="P:System.Windows.Forms.DataVisualization.Charting.Series.IsXValueIndexed">
4541      <summary>Gets or sets a flag that indicates whether data point indices will be used for the X-values.</summary>
4542      <returns>
4543          <see langword="True" /> if the indices of data points that belong to the series will be used for X-values; <see langword="false" /> if they will not. The default value is <see langword="false" />.</returns>
4544    </member>
4545    <member name="P:System.Windows.Forms.DataVisualization.Charting.Series.Legend">
4546      <summary>Gets or sets the name of the series associated with the <see cref="T:System.Windows.Forms.DataVisualization.Charting.Legend" /> object.</summary>
4547      <returns>The name of a <see cref="T:System.Windows.Forms.DataVisualization.Charting.Legend" /> object.</returns>
4548    </member>
4549    <member name="P:System.Windows.Forms.DataVisualization.Charting.Series.MarkerStep">
4550      <summary>Gets or sets a value that determines how often to display data point markers.</summary>
4551      <returns>An <see langword="integer" /> value that determines how often to display data point markers. The default value is one (1).</returns>
4552    </member>
4553    <member name="P:System.Windows.Forms.DataVisualization.Charting.Series.Name">
4554      <summary>Gets or sets the unique name of a <see cref="T:System.Windows.Forms.DataVisualization.Charting.Series" /> object.</summary>
4555      <returns>The unique name of the data series.</returns>
4556    </member>
4557    <member name="P:System.Windows.Forms.DataVisualization.Charting.Series.Palette">
4558      <summary>Gets or sets the color palette of a <see cref="T:System.Windows.Forms.DataVisualization.Charting.Series" /> object.</summary>
4559      <returns>An <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartColorPalette" /> enumeration value that determines the palette for the data series.</returns>
4560    </member>
4561    <member name="P:System.Windows.Forms.DataVisualization.Charting.Series.Points">
4562      <summary>Gets a collection of data points.</summary>
4563      <returns>A collection of data points.</returns>
4564    </member>
4565    <member name="P:System.Windows.Forms.DataVisualization.Charting.Series.ShadowColor">
4566      <summary>Gets or sets the shadow color of a series.</summary>
4567      <returns>The shadow color of a series. The default color is <see cref="P:System.Drawing.Color.Black" />.</returns>
4568    </member>
4569    <member name="P:System.Windows.Forms.DataVisualization.Charting.Series.ShadowOffset">
4570      <summary>Gets or sets the shadow offset, in pixels, of a series.</summary>
4571      <returns>The shadow offset of the series, in pixels.</returns>
4572    </member>
4573    <member name="P:System.Windows.Forms.DataVisualization.Charting.Series.SmartLabelStyle">
4574      <summary>Gets or sets the style of the smart labels.</summary>
4575      <returns>The style of the smart labels.</returns>
4576    </member>
4577    <member name="P:System.Windows.Forms.DataVisualization.Charting.Series.XAxisType">
4578      <summary>Gets or sets the X-axis type of the series.</summary>
4579      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.AxisType" /> enumeration value that determines if the series uses the primary or secondary X-axis.</returns>
4580    </member>
4581    <member name="P:System.Windows.Forms.DataVisualization.Charting.Series.XValueMember">
4582      <summary>Gets or sets the member of the chart data source used to data bind to the X-value of the series.</summary>
4583      <returns>The member of the chart data source used to data bind to the X-value of the series.</returns>
4584    </member>
4585    <member name="P:System.Windows.Forms.DataVisualization.Charting.Series.XValueType">
4586      <summary>Gets or sets the value types plotted along the X-axis.</summary>
4587      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartValueType" /> enumeration value that determines the type of X-value data stored by the series. The default value is <see cref="F:System.Windows.Forms.DataVisualization.Charting.ChartValueType.Auto" />.</returns>
4588    </member>
4589    <member name="P:System.Windows.Forms.DataVisualization.Charting.Series.YAxisType">
4590      <summary>Gets or sets the Y-axis type of a series.</summary>
4591      <returns>An <see cref="T:System.Windows.Forms.DataVisualization.Charting.AxisType" /> enumeration value that determines if a series uses the primary or secondary Y-axis.</returns>
4592    </member>
4593    <member name="P:System.Windows.Forms.DataVisualization.Charting.Series.YValueMembers">
4594      <summary>Gets or sets member columns of the chart data source used to bind data to the Y-values of the series.</summary>
4595      <returns>The member columns of the chart data source used to bind data to the Y-values of the series.</returns>
4596    </member>
4597    <member name="P:System.Windows.Forms.DataVisualization.Charting.Series.YValuesPerPoint">
4598      <summary>Gets or sets the maximum number of Y-values that <see cref="T:System.Windows.Forms.DataVisualization.Charting.DataPoint" /> objects in a <see cref="T:System.Windows.Forms.DataVisualization.Charting.Series" /> are allowed to have.</summary>
4599      <returns>The maximum number of Y-values that the data points in a series are allowed to have. The default value is one (1).</returns>
4600    </member>
4601    <member name="P:System.Windows.Forms.DataVisualization.Charting.Series.YValueType">
4602      <summary>Gets or sets the type of Y-value data in the data points stored by a series.</summary>
4603      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartValueType" /> enumeration value that determines the type of Y-value data stored by the series. The default value is <see cref="F:System.Windows.Forms.DataVisualization.Charting.ChartValueType.Auto" />.</returns>
4604    </member>
4605    <member name="P:System.Windows.Forms.DataVisualization.Charting.SmartLabelStyle.AllowOutsidePlotArea">
4606      <summary>Gets or sets a flag that specifies whether a <see cref="T:System.Windows.Forms.DataVisualization.Charting.SmartLabelStyle" /> object can be drawn outside the plotting area.</summary>
4607      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.LabelOutsidePlotAreaStyle" /> enumeration value.</returns>
4608    </member>
4609    <member name="P:System.Windows.Forms.DataVisualization.Charting.SmartLabelStyle.CalloutBackColor">
4610      <summary>Gets or sets the background color of the label callout.</summary>
4611      <returns>A <see cref="T:System.Drawing.Color" /> value.</returns>
4612    </member>
4613    <member name="P:System.Windows.Forms.DataVisualization.Charting.SmartLabelStyle.CalloutLineAnchorCapStyle">
4614      <summary>Gets or sets the anchor cap style of the label callout line.</summary>
4615      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.LineAnchorCapStyle" /> enumeration value.</returns>
4616    </member>
4617    <member name="P:System.Windows.Forms.DataVisualization.Charting.SmartLabelStyle.CalloutLineColor">
4618      <summary>Gets or sets the color of the label callout line.</summary>
4619      <returns>A <see cref="T:System.Drawing.Color" /> value.</returns>
4620    </member>
4621    <member name="P:System.Windows.Forms.DataVisualization.Charting.SmartLabelStyle.CalloutLineDashStyle">
4622      <summary>Gets or sets the style of the label callout line.</summary>
4623      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartDashStyle" /> enumeration value.</returns>
4624    </member>
4625    <member name="P:System.Windows.Forms.DataVisualization.Charting.SmartLabelStyle.CalloutLineWidth">
4626      <summary>Gets or sets the width of the label callout line.</summary>
4627      <returns>An <see langword="integer " />value.</returns>
4628    </member>
4629    <member name="P:System.Windows.Forms.DataVisualization.Charting.SmartLabelStyle.CalloutStyle">
4630      <summary>Gets or sets the callout style of the repositioned <see cref="T:System.Windows.Forms.DataVisualization.Charting.SmartLabelStyle" /> object.</summary>
4631      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.LabelCalloutStyle" /> enumeration value.</returns>
4632    </member>
4633    <member name="P:System.Windows.Forms.DataVisualization.Charting.SmartLabelStyle.Enabled">
4634      <summary>Gets or sets a flag that indicates whether a <see cref="T:System.Windows.Forms.DataVisualization.Charting.SmartLabelStyle" /> algorithm is enabled.</summary>
4635      <returns>
4636          <see langword="True" /> if an algorithm will be applied to prevent data point labels from overlapping. <see langword="False" /> if overlapping of data point labels will not be prevented. The default value is <see langword="True" />.</returns>
4637    </member>
4638    <member name="P:System.Windows.Forms.DataVisualization.Charting.SmartLabelStyle.IsMarkerOverlappingAllowed">
4639      <summary>Gets or sets a flag that specifies whether the point labels are allowed to overlap a point marker.</summary>
4640      <returns>
4641          <see langword="True" /> if data point labels are permitted to overlap point markers. <see langword="False" /> if data point labels will be prevented from overlapping the point markers. The default value is <see langword="false" />.</returns>
4642    </member>
4643    <member name="P:System.Windows.Forms.DataVisualization.Charting.SmartLabelStyle.IsOverlappedHidden">
4644      <summary>Gets or sets a flag that indicates whether overlapped labels that cannot be repositioned will be hidden.</summary>
4645      <returns>
4646          <see langword="True" /> if labels will be hidden if they overlap. <see langword="False" /> if overlapped labels will not be hidden. The default value is <see langword="True" />.</returns>
4647    </member>
4648    <member name="P:System.Windows.Forms.DataVisualization.Charting.SmartLabelStyle.MaxMovingDistance">
4649      <summary>Gets or sets the maximum distance, in pixels, that the overlapped <see cref="T:System.Windows.Forms.DataVisualization.Charting.SmartLabelStyle" /> object can be moved from the marker.</summary>
4650      <returns>A <see langword="double" /> value.</returns>
4651    </member>
4652    <member name="P:System.Windows.Forms.DataVisualization.Charting.SmartLabelStyle.MinMovingDistance">
4653      <summary>Gets or sets the minimum distance, in pixels, that the overlapped <see cref="T:System.Windows.Forms.DataVisualization.Charting.SmartLabelStyle" /> object can be moved from the marker.</summary>
4654      <returns>A <see langword="double" /> value.</returns>
4655    </member>
4656    <member name="P:System.Windows.Forms.DataVisualization.Charting.SmartLabelStyle.MovingDirection">
4657      <summary>Gets or sets the direction(s) in which the overlapped <see cref="T:System.Windows.Forms.DataVisualization.Charting.SmartLabelStyle" /> object is allowed to be moved.</summary>
4658      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.LabelAlignmentStyles" /> enumeration value or multiple bitwise OR'd <see cref="T:System.Windows.Forms.DataVisualization.Charting.LabelAlignmentStyles" /> values. The default is the bitwise OR of all <see cref="T:System.Windows.Forms.DataVisualization.Charting.LabelAlignmentStyles" /> values to allow repositioning in all directions except to the center of the data point.</returns>
4659    </member>
4660    <member name="P:System.Windows.Forms.DataVisualization.Charting.StripLine.BackColor">
4661      <summary>Gets or sets the background color of the strip line.</summary>
4662      <returns>A <see cref="T:System.Drawing.Color" /> structure. The default color is <see cref="P:System.Drawing.Color.White" />.</returns>
4663    </member>
4664    <member name="P:System.Windows.Forms.DataVisualization.Charting.StripLine.BackGradientStyle">
4665      <summary>Gets or sets the gradient style of the strip line. </summary>
4666      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.GradientStyle" /> enumeration. The default value is <see cref="F:System.Windows.Forms.DataVisualization.Charting.GradientStyle.None" />.</returns>
4667    </member>
4668    <member name="P:System.Windows.Forms.DataVisualization.Charting.StripLine.BackHatchStyle">
4669      <summary>Gets or sets the hatching style of the strip line. </summary>
4670      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartHatchStyle" /> enumeration. The default value is <see cref="F:System.Windows.Forms.DataVisualization.Charting.ChartHatchStyle.None" />.</returns>
4671    </member>
4672    <member name="P:System.Windows.Forms.DataVisualization.Charting.StripLine.BackImage">
4673      <summary>Gets or sets the background image of the strip line.</summary>
4674      <returns>A <see langword="string" /> value that represents an image file's URL. The default is an empty string.</returns>
4675    </member>
4676    <member name="P:System.Windows.Forms.DataVisualization.Charting.StripLine.BackImageAlignment">
4677      <summary>Gets or sets the background image alignment.</summary>
4678      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartImageAlignmentStyle" /> enumeration value. The default value is <see cref="F:System.Windows.Forms.DataVisualization.Charting.ChartImageAlignmentStyle.TopLeft" />.</returns>
4679    </member>
4680    <member name="P:System.Windows.Forms.DataVisualization.Charting.StripLine.BackImageTransparentColor">
4681      <summary>Gets or sets a color which will be replaced with a transparent color when the background image is drawn.</summary>
4682      <returns>A <see cref="T:System.Drawing.Color" /> value that will be displayed as transparent.</returns>
4683    </member>
4684    <member name="P:System.Windows.Forms.DataVisualization.Charting.StripLine.BackImageWrapMode">
4685      <summary>Gets or sets the drawing mode of the background image of the strip line.</summary>
4686      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartImageWrapMode" /> integer enumeration. The default is <see cref="F:System.Windows.Forms.DataVisualization.Charting.ChartImageWrapMode.Tile" />.</returns>
4687    </member>
4688    <member name="P:System.Windows.Forms.DataVisualization.Charting.StripLine.BackSecondaryColor">
4689      <summary>Gets or sets the secondary color of the strip line background.</summary>
4690      <returns>A <see cref="T:System.Drawing.Color" /> value used for the secondary color of a background with hatching or gradient fill. The default color is <see cref="F:System.Drawing.Color.Empty" />.</returns>
4691    </member>
4692    <member name="P:System.Windows.Forms.DataVisualization.Charting.StripLine.BorderColor">
4693      <summary>Gets or sets the border color of a strip line.</summary>
4694      <returns>A <see cref="T:System.Drawing.Color" /> value. The default color is <see cref="F:System.Drawing.Color.Empty" />.</returns>
4695    </member>
4696    <member name="P:System.Windows.Forms.DataVisualization.Charting.StripLine.BorderDashStyle">
4697      <summary>Gets or sets the border style of the strip line.</summary>
4698      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartDashStyle" /> enumeration value that determines the border style of the strip line.</returns>
4699    </member>
4700    <member name="P:System.Windows.Forms.DataVisualization.Charting.StripLine.BorderWidth">
4701      <summary>Gets or sets the border width of the strip line.</summary>
4702      <returns>An <see langword="integer" /> value that determines the width of the strip line's border, in pixels.</returns>
4703    </member>
4704    <member name="P:System.Windows.Forms.DataVisualization.Charting.StripLine.Font">
4705      <summary>Gets or sets the font used for the strip line text.</summary>
4706      <returns>A <see cref="T:System.Drawing.Font" /> value that represents the font of the strip line text.</returns>
4707    </member>
4708    <member name="P:System.Windows.Forms.DataVisualization.Charting.StripLine.ForeColor">
4709      <summary>Gets or sets the color of the strip line text.</summary>
4710      <returns>A <see cref="T:System.Drawing.Color" /> value that represents the text color of a strip line. The default value is <see cref="P:System.Drawing.Color.Black" />. </returns>
4711    </member>
4712    <member name="P:System.Windows.Forms.DataVisualization.Charting.StripLine.Interval">
4713      <summary>Gets or sets the interval for a strip line, and determines if the strip line is drawn once or repeatedly.</summary>
4714      <returns>A <see langword="double" /> value that represents the interval between strip lines. The default value is zero.</returns>
4715    </member>
4716    <member name="P:System.Windows.Forms.DataVisualization.Charting.StripLine.IntervalOffset">
4717      <summary>Gets or sets the offset of grid lines, tick marks, strip lines and axis labels.</summary>
4718      <returns>A <see langword="double" /> value that represents the interval offset. </returns>
4719    </member>
4720    <member name="P:System.Windows.Forms.DataVisualization.Charting.StripLine.IntervalOffsetType">
4721      <summary>Gets or sets the interval offset type of the strip line.</summary>
4722      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType" /> enumeration value that indicates the interval type. The default value is <see cref="F:System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType.Auto" />.</returns>
4723    </member>
4724    <member name="P:System.Windows.Forms.DataVisualization.Charting.StripLine.IntervalType">
4725      <summary>Gets or sets the interval type of a <see cref="T:System.Windows.Forms.DataVisualization.Charting.StripLine" /> object.</summary>
4726      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType" /> enumeration value that indicates the interval type. The default value is <see cref="F:System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType.Auto" />.</returns>
4727    </member>
4728    <member name="P:System.Windows.Forms.DataVisualization.Charting.StripLine.Name">
4729      <summary>Gets the name of the strip line.</summary>
4730      <returns>A <see langword="string" /> value that represents the name of the strip line.</returns>
4731    </member>
4732    <member name="P:System.Windows.Forms.DataVisualization.Charting.StripLine.StripWidth">
4733      <summary>Gets or sets the width of a strip line.</summary>
4734      <returns>A <see langword="double" /> value that determines whether a strip or a line is drawn. The default value is 0.0.</returns>
4735    </member>
4736    <member name="P:System.Windows.Forms.DataVisualization.Charting.StripLine.StripWidthType">
4737      <summary>Gets or sets the unit of measurement for the <see cref="P:System.Windows.Forms.DataVisualization.Charting.StripLine.StripWidth" /> property.</summary>
4738      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType" /> enumeration value that indicates the width type. The default value is <see cref="F:System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType.Auto" />.</returns>
4739    </member>
4740    <member name="P:System.Windows.Forms.DataVisualization.Charting.StripLine.Text">
4741      <summary>Gets or sets the text of the strip line.</summary>
4742      <returns>A <see langword="string" /> value that represents the text of a strip line.</returns>
4743    </member>
4744    <member name="P:System.Windows.Forms.DataVisualization.Charting.StripLine.TextAlignment">
4745      <summary>Gets or sets the text alignment of the strip line.</summary>
4746      <returns>A <see cref="T:System.Drawing.StringAlignment" /> value that represents the alignment of the strip line text.</returns>
4747    </member>
4748    <member name="P:System.Windows.Forms.DataVisualization.Charting.StripLine.TextLineAlignment">
4749      <summary>Gets or sets the text line alignment of the strip line.</summary>
4750      <returns>A <see cref="T:System.Drawing.StringAlignment" /> value that represents the alignment of the text line. </returns>
4751    </member>
4752    <member name="P:System.Windows.Forms.DataVisualization.Charting.StripLine.TextOrientation">
4753      <summary>Gets or sets the text orientation.</summary>
4754      <returns>A <see cref="P:System.Windows.Forms.DataVisualization.Charting.StripLine.TextOrientation" /> value that represents the alignment of the text orientation.</returns>
4755    </member>
4756    <member name="P:System.Windows.Forms.DataVisualization.Charting.StripLine.ToolTip">
4757      <summary>Gets or sets the tooltip of a strip line.</summary>
4758      <returns>A <see langword="string" /> value that represents the tooltip of the strip line.</returns>
4759    </member>
4760    <member name="P:System.Windows.Forms.DataVisualization.Charting.TextAnnotation.AnnotationType">
4761      <summary>Gets the annotation type. </summary>
4762      <returns>The annotation type.</returns>
4763    </member>
4764    <member name="P:System.Windows.Forms.DataVisualization.Charting.TextAnnotation.BackColor">
4765      <summary>This property is not applicable to the text annotation type.</summary>
4766      <returns>A <see cref="T:System.Drawing.Color" /> value.</returns>
4767    </member>
4768    <member name="P:System.Windows.Forms.DataVisualization.Charting.TextAnnotation.BackGradientStyle">
4769      <summary>This property is not applicable to the text annotation type.</summary>
4770      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.GradientStyle" /> enumeration value.</returns>
4771    </member>
4772    <member name="P:System.Windows.Forms.DataVisualization.Charting.TextAnnotation.BackHatchStyle">
4773      <summary>This property is not applicable to the text annotation type.</summary>
4774      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartHatchStyle" /> enumeration value.</returns>
4775    </member>
4776    <member name="P:System.Windows.Forms.DataVisualization.Charting.TextAnnotation.BackSecondaryColor">
4777      <summary>This property is not applicable to the text annotation type.</summary>
4778      <returns>A <see cref="T:System.Drawing.Color" /> value.</returns>
4779    </member>
4780    <member name="P:System.Windows.Forms.DataVisualization.Charting.TextAnnotation.Font">
4781      <summary>Gets or sets the font for the annotation text.</summary>
4782      <returns>A <see cref="T:System.Drawing.Font" /> object used as the font for the annotation text.</returns>
4783    </member>
4784    <member name="P:System.Windows.Forms.DataVisualization.Charting.TextAnnotation.IsMultiline">
4785      <summary>Gets or sets a flag that indicates whether the annotation text is multiline.</summary>
4786      <returns>
4787          <see langword="True" /> if the annotation text is multiline; otherwise, <see langword="False" />.</returns>
4788    </member>
4789    <member name="P:System.Windows.Forms.DataVisualization.Charting.TextAnnotation.LineColor">
4790      <summary>This property is not applicable to the text annotation type.</summary>
4791      <returns>A <see cref="T:System.Drawing.Color" /> value.</returns>
4792    </member>
4793    <member name="P:System.Windows.Forms.DataVisualization.Charting.TextAnnotation.LineDashStyle">
4794      <summary>This property is not applicable to the text annotation type.</summary>
4795      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartDashStyle" /> enumeration value.</returns>
4796    </member>
4797    <member name="P:System.Windows.Forms.DataVisualization.Charting.TextAnnotation.LineWidth">
4798      <summary>This property is not applicable to the text annotation type.</summary>
4799      <returns>An <see langword="integer" /> value.</returns>
4800    </member>
4801    <member name="P:System.Windows.Forms.DataVisualization.Charting.TextAnnotation.Text">
4802      <summary>Gets or sets the text of the annotation.</summary>
4803      <returns>A <see langword="string" /> value that represents the text.</returns>
4804    </member>
4805    <member name="P:System.Windows.Forms.DataVisualization.Charting.TickMark.Size">
4806      <summary>Gets or sets the length of tick marks. The length is measured in units that represent a percentage of the height or width of the chart image, depending on the axis.</summary>
4807      <returns>A <see langword="float" /> value that represents the size, or length, of tick marks. The default value is 1.0 percent.</returns>
4808    </member>
4809    <member name="P:System.Windows.Forms.DataVisualization.Charting.TickMark.TickMarkStyle">
4810      <summary>Gets or sets the tick mark style.</summary>
4811      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.TickMarkStyle" /> enumeration value. The default value is <see cref="F:System.Windows.Forms.DataVisualization.Charting.TickMarkStyle.OutsideArea" />.</returns>
4812    </member>
4813    <member name="P:System.Windows.Forms.DataVisualization.Charting.Title.Alignment">
4814      <summary>Gets or sets the alignment of the title.</summary>
4815      <returns>A <see cref="T:System.Drawing.ContentAlignment" /> enumeration value that represents the title alignment within the text drawing area. The default value is <see cref="F:System.Drawing.ContentAlignment.MiddleCenter" />.</returns>
4816    </member>
4817    <member name="P:System.Windows.Forms.DataVisualization.Charting.Title.BackColor">
4818      <summary>Gets or sets the background color of the title.</summary>
4819      <returns>A <see cref="T:System.Drawing.Color" /> value that represents the background color of the title. The default color is <see cref="P:System.Drawing.Color.White" />.</returns>
4820    </member>
4821    <member name="P:System.Windows.Forms.DataVisualization.Charting.Title.BackGradientStyle">
4822      <summary>Gets or sets the orientation for the background gradient of a title. Also determines whether a gradient is used.</summary>
4823      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.GradientStyle" /> enumeration that represents the orientation for the background gradient of a title. The default value is <see cref="F:System.Windows.Forms.DataVisualization.Charting.GradientStyle.None" />.</returns>
4824    </member>
4825    <member name="P:System.Windows.Forms.DataVisualization.Charting.Title.BackHatchStyle">
4826      <summary>Gets or sets the hatching style for the title.</summary>
4827      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartHatchStyle" /> enumeration that specifies the hatching style for the title. The default value is <see cref="F:System.Windows.Forms.DataVisualization.Charting.ChartHatchStyle.None" />.</returns>
4828    </member>
4829    <member name="P:System.Windows.Forms.DataVisualization.Charting.Title.BackImage">
4830      <summary>Gets or sets the background image of the title.</summary>
4831      <returns>A <see langword="string" /> value that represents the URL of an image file. The default is an empty string.</returns>
4832    </member>
4833    <member name="P:System.Windows.Forms.DataVisualization.Charting.Title.BackImageAlignment">
4834      <summary>Gets or sets the alignment of the title background image.</summary>
4835      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartImageAlignmentStyle" /> enumeration value that specifies the alignment of the title background image. The default value is <see cref="F:System.Windows.Forms.DataVisualization.Charting.ChartImageAlignmentStyle.TopLeft" />.</returns>
4836    </member>
4837    <member name="P:System.Windows.Forms.DataVisualization.Charting.Title.BackImageTransparentColor">
4838      <summary>Gets or sets a color that will be drawn as transparent when the background image is drawn.</summary>
4839      <returns>A <see cref="T:System.Drawing.Color" /> value that specifies the color that will be drawn as transparent when the background image is drawn. The default value is <see cref="F:System.Drawing.Color.Empty" />.</returns>
4840    </member>
4841    <member name="P:System.Windows.Forms.DataVisualization.Charting.Title.BackImageWrapMode">
4842      <summary>Gets or sets the drawing mode for the background image of the title.</summary>
4843      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartImageWrapMode" /> enumeration value that specifies the drawing mode for the background image of the title. The default value is <see cref="F:System.Windows.Forms.DataVisualization.Charting.ChartImageWrapMode.Tile" />.</returns>
4844    </member>
4845    <member name="P:System.Windows.Forms.DataVisualization.Charting.Title.BackSecondaryColor">
4846      <summary>Gets or sets the secondary color of the title background.</summary>
4847      <returns>A <see cref="T:System.Drawing.Color" /> value used for the secondary color of a background with hatching or gradient fill. The default value is <see cref="F:System.Drawing.Color.Empty" />.</returns>
4848    </member>
4849    <member name="P:System.Windows.Forms.DataVisualization.Charting.Title.BorderColor">
4850      <summary>Gets or sets the border color of the title.</summary>
4851      <returns>A <see cref="T:System.Drawing.Color" /> value that specifies the border color of the title. The default color is <see cref="F:System.Drawing.Color.Empty" />.</returns>
4852    </member>
4853    <member name="P:System.Windows.Forms.DataVisualization.Charting.Title.BorderDashStyle">
4854      <summary>Gets or sets the border style of the title.</summary>
4855      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartDashStyle" /> enumeration value that determines the border style of the title.</returns>
4856    </member>
4857    <member name="P:System.Windows.Forms.DataVisualization.Charting.Title.BorderWidth">
4858      <summary>Gets or sets the border width of the title.</summary>
4859      <returns>An <see langword="integer" /> value that determines the border width, in pixels, of the title.</returns>
4860    </member>
4861    <member name="P:System.Windows.Forms.DataVisualization.Charting.Title.DockedToChartArea">
4862      <summary>Gets or sets the name of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartArea" /> where the title will be docked.</summary>
4863      <returns>A <see langword="string" /> value that represents the name of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartArea" /> where this title will be docked. The default value is the empty string.</returns>
4864    </member>
4865    <member name="P:System.Windows.Forms.DataVisualization.Charting.Title.Docking">
4866      <summary>Gets or sets a value that determines where the title is docked.</summary>
4867      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.Docking" /> enumeration value that determines where the title is docked. The default value is <see cref="F:System.Windows.Forms.DataVisualization.Charting.Docking.Top" />.</returns>
4868    </member>
4869    <member name="P:System.Windows.Forms.DataVisualization.Charting.Title.DockingOffset">
4870      <summary>Gets or sets the positive or negative offset of the docked title position.</summary>
4871      <returns>An <see langword="integer" /> value that specifies the positive or negative offset of the docked title position.</returns>
4872    </member>
4873    <member name="P:System.Windows.Forms.DataVisualization.Charting.Title.Font">
4874      <summary>Gets or sets the font for the title.</summary>
4875      <returns>A <see cref="T:System.Drawing.Font" /> object that represents the font for the title. Defaults to "Microsoft Sans Serif, 8pt".</returns>
4876    </member>
4877    <member name="P:System.Windows.Forms.DataVisualization.Charting.Title.ForeColor">
4878      <summary>Gets or sets the color of the title text.</summary>
4879      <returns>A <see cref="T:System.Drawing.Color" /> value that is used to draw the color of the title text .</returns>
4880    </member>
4881    <member name="P:System.Windows.Forms.DataVisualization.Charting.Title.IsDockedInsideChartArea">
4882      <summary>Gets or sets a flag that specifies whether the title should be docked within a <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartArea" /> object.</summary>
4883      <returns>
4884          <see langword="true" /> if the title will be docked within a chart area; <see langword="false" /> if the title will be docked outside the chart area. The default value is <see langword="false" />.</returns>
4885    </member>
4886    <member name="P:System.Windows.Forms.DataVisualization.Charting.Title.Name">
4887      <summary>Gets or sets the unique name of a <see cref="T:System.Windows.Forms.DataVisualization.Charting.Title" /> object.</summary>
4888      <returns>A <see langword="string" /> value that represents the unique name of the title object. </returns>
4889    </member>
4890    <member name="P:System.Windows.Forms.DataVisualization.Charting.Title.Position">
4891      <summary>Gets or sets an <see cref="T:System.Windows.Forms.DataVisualization.Charting.ElementPosition" /> object, which can be used to get or set the position of the title.</summary>
4892      <returns>An <see cref="T:System.Windows.Forms.DataVisualization.Charting.ElementPosition" /> value that represents the position of the title. The default value is <see cref="P:System.Windows.Forms.DataVisualization.Charting.ElementPosition.Auto" />.</returns>
4893    </member>
4894    <member name="P:System.Windows.Forms.DataVisualization.Charting.Title.ShadowColor">
4895      <summary>Gets or sets the shadow color for the title.</summary>
4896      <returns>A <see cref="T:System.Drawing.Color" /> value that specifies the shadow color for the title. The default color is <see cref="P:System.Drawing.Color.Black" />.</returns>
4897    </member>
4898    <member name="P:System.Windows.Forms.DataVisualization.Charting.Title.ShadowOffset">
4899      <summary>Gets or sets the shadow offset, in pixels, of the title.</summary>
4900      <returns>An <see langword="integer" /> value that represents the shadow offset, in pixels, of the title.</returns>
4901    </member>
4902    <member name="P:System.Windows.Forms.DataVisualization.Charting.Title.Text">
4903      <summary>Gets or sets the text for the title.</summary>
4904      <returns>A <see langword="string" /> value that represents the text for the title.</returns>
4905    </member>
4906    <member name="P:System.Windows.Forms.DataVisualization.Charting.Title.TextOrientation">
4907      <summary>Gets or sets the orientation of the text in the title.</summary>
4908      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.TextOrientation" /> enumeration value that determines the orientation of the text in the title.</returns>
4909    </member>
4910    <member name="P:System.Windows.Forms.DataVisualization.Charting.Title.TextStyle">
4911      <summary>Gets or sets the style of the text for the title.</summary>
4912      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.TextStyle" /> enumeration value that determines the style of the text for the title. The default value is <see cref="F:System.Windows.Forms.DataVisualization.Charting.TextStyle.Default" />. </returns>
4913    </member>
4914    <member name="P:System.Windows.Forms.DataVisualization.Charting.Title.ToolTip">
4915      <summary>Gets or sets the tooltip for the title.</summary>
4916      <returns>A <see langword="string" /> value that represents the tooltip for the title.</returns>
4917    </member>
4918    <member name="P:System.Windows.Forms.DataVisualization.Charting.Title.Visible">
4919      <summary>Gets or sets the visibility flag of the title.</summary>
4920      <returns>
4921          <see langword="true" /> if the title is visible; otherwise, <see langword="false" />.</returns>
4922    </member>
4923    <member name="P:System.Windows.Forms.DataVisualization.Charting.ToolTipEventArgs.HitTestResult">
4924      <summary>Gets a <see cref="T:System.Windows.Forms.DataVisualization.Charting.HitTestResult" /> object, which provides information about the chart element that the <see cref="E:System.Windows.Forms.DataVisualization.Charting.Chart.GetToolTipText" /> event was raised for.</summary>
4925      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.HitTestResult" /> object that represents information for the element the <see cref="E:System.Windows.Forms.DataVisualization.Charting.Chart.GetToolTipText" /> event was raised for.</returns>
4926    </member>
4927    <member name="P:System.Windows.Forms.DataVisualization.Charting.ToolTipEventArgs.Text">
4928      <summary>Gets or sets the tooltip, if any, of the chart element over which the mouse cursor is held. This property can also set a tooltip for this chart element.</summary>
4929      <returns>A <see langword="string" /> value that represents the tooltip text of the element the <see cref="E:System.Windows.Forms.DataVisualization.Charting.Chart.GetToolTipText" /> event was raised for.</returns>
4930    </member>
4931    <member name="P:System.Windows.Forms.DataVisualization.Charting.ToolTipEventArgs.X">
4932      <summary>Gets the X coordinate of the point the mouse cursor is held over when the <see cref="E:System.Windows.Forms.DataVisualization.Charting.Chart.GetToolTipText" /> event is raised.</summary>
4933      <returns>An <see langword="integer" /> value that represents the X coordinate of the mouse cursor.</returns>
4934    </member>
4935    <member name="P:System.Windows.Forms.DataVisualization.Charting.ToolTipEventArgs.Y">
4936      <summary>Gets the Y coordinate of the point the mouse cursor is held over when the <see cref="E:System.Windows.Forms.DataVisualization.Charting.Chart.GetToolTipText" /> event is raised.</summary>
4937      <returns>An i<see langword="nteger" /> that represents the Y coordinate of the mouse cursor.</returns>
4938    </member>
4939    <member name="P:System.Windows.Forms.DataVisualization.Charting.TTestResult.DegreeOfFreedom">
4940      <summary>Gets the degree of freedom.</summary>
4941      <returns>A <see langword="double" /> value.</returns>
4942    </member>
4943    <member name="P:System.Windows.Forms.DataVisualization.Charting.TTestResult.FirstSeriesMean">
4944      <summary>Gets the mean of the first series.</summary>
4945      <returns>A <see langword="double" /> value.</returns>
4946    </member>
4947    <member name="P:System.Windows.Forms.DataVisualization.Charting.TTestResult.FirstSeriesVariance">
4948      <summary>Gets the variance of the first series.</summary>
4949      <returns>A <see langword="double" /> value.</returns>
4950    </member>
4951    <member name="P:System.Windows.Forms.DataVisualization.Charting.TTestResult.ProbabilityTOneTail">
4952      <summary>Gets the Probability T one tail value.</summary>
4953      <returns>A <see langword="double" /> value.</returns>
4954    </member>
4955    <member name="P:System.Windows.Forms.DataVisualization.Charting.TTestResult.ProbabilityTTwoTail">
4956      <summary>Gets the Probability T two tail value.</summary>
4957      <returns>A <see langword="double" /> value.</returns>
4958    </member>
4959    <member name="P:System.Windows.Forms.DataVisualization.Charting.TTestResult.SecondSeriesMean">
4960      <summary>Gets the mean of the second series.</summary>
4961      <returns>A <see langword="double" /> value.</returns>
4962    </member>
4963    <member name="P:System.Windows.Forms.DataVisualization.Charting.TTestResult.SecondSeriesVariance">
4964      <summary>Gets the variance of the second series.</summary>
4965      <returns>A <see langword="double" /> value.</returns>
4966    </member>
4967    <member name="P:System.Windows.Forms.DataVisualization.Charting.TTestResult.TCriticalValueOneTail">
4968      <summary>Gets the Critical T one tail value.</summary>
4969      <returns>A <see langword="double" /> value.</returns>
4970    </member>
4971    <member name="P:System.Windows.Forms.DataVisualization.Charting.TTestResult.TCriticalValueTwoTail">
4972      <summary>Gets the Critical T two tail value.</summary>
4973      <returns>A <see langword="double" /> value.</returns>
4974    </member>
4975    <member name="P:System.Windows.Forms.DataVisualization.Charting.TTestResult.TValue">
4976      <summary>Gets the T value.</summary>
4977      <returns>A <see langword="double" /> value.</returns>
4978    </member>
4979    <member name="P:System.Windows.Forms.DataVisualization.Charting.VerticalLineAnnotation.AnnotationType">
4980      <summary>Gets the annotation type. </summary>
4981      <returns>The annotation type.</returns>
4982    </member>
4983    <member name="P:System.Windows.Forms.DataVisualization.Charting.ViewEventArgs.Axis">
4984      <summary>Gets the <see cref="T:System.Windows.Forms.DataVisualization.Charting.Axis" /> object that a view belongs to.</summary>
4985      <returns>An <see cref="T:System.Windows.Forms.DataVisualization.Charting.Axis" /> object that represents the axis that a view belongs to.</returns>
4986    </member>
4987    <member name="P:System.Windows.Forms.DataVisualization.Charting.ViewEventArgs.ChartArea">
4988      <summary>Gets the <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartArea" /> object that a view belongs to.</summary>
4989      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartArea" /> object that represents the chart area a view belongs to.</returns>
4990    </member>
4991    <member name="P:System.Windows.Forms.DataVisualization.Charting.ViewEventArgs.NewPosition">
4992      <summary>Gets the new position of a view along an axis.</summary>
4993      <returns>A <see langword="double" /> value that represents the position of a view along an axis, which is either the bottom of a vertical view or the left position of a horizontal view.</returns>
4994    </member>
4995    <member name="P:System.Windows.Forms.DataVisualization.Charting.ViewEventArgs.NewSize">
4996      <summary>Gets or sets the size of a view along an axis.</summary>
4997      <returns>A <see langword="double" /> value that represents the size of a view along an axis. The size is either the height of the vertical view or the width of the horizontal view.</returns>
4998    </member>
4999    <member name="P:System.Windows.Forms.DataVisualization.Charting.ViewEventArgs.NewSizeType">
5000      <summary>Gets the unit of measurement for the new size of a view.</summary>
5001      <returns>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType" /> enumeration value that represents the unit of measurement for the <see cref="P:System.Windows.Forms.DataVisualization.Charting.ViewEventArgs.NewSize" /> property, which represents the width or height of a data view. The default value is <see cref="F:System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType.Auto" />.</returns>
5002    </member>
5003    <member name="P:System.Windows.Forms.DataVisualization.Charting.ZTestResult.FirstSeriesMean">
5004      <summary>Gets the mean of the first series.</summary>
5005      <returns>A <see langword="double" /> value.</returns>
5006    </member>
5007    <member name="P:System.Windows.Forms.DataVisualization.Charting.ZTestResult.FirstSeriesVariance">
5008      <summary>Gets the variance of the first series.</summary>
5009      <returns>A <see langword="double" /> value.</returns>
5010    </member>
5011    <member name="P:System.Windows.Forms.DataVisualization.Charting.ZTestResult.ProbabilityZOneTail">
5012      <summary>Gets the Probability Z one tail value.</summary>
5013      <returns>A <see langword="double" /> value.</returns>
5014    </member>
5015    <member name="P:System.Windows.Forms.DataVisualization.Charting.ZTestResult.ProbabilityZTwoTail">
5016      <summary>Gets the Probability Z two tail value.</summary>
5017      <returns>A <see langword="double" /> value.</returns>
5018    </member>
5019    <member name="P:System.Windows.Forms.DataVisualization.Charting.ZTestResult.SecondSeriesMean">
5020      <summary>Gets the mean of the second series.</summary>
5021      <returns>A <see langword="double" /> value.</returns>
5022    </member>
5023    <member name="P:System.Windows.Forms.DataVisualization.Charting.ZTestResult.SecondSeriesVariance">
5024      <summary>Gets the variance of the second series.</summary>
5025      <returns>A <see langword="double" /> value.</returns>
5026    </member>
5027    <member name="P:System.Windows.Forms.DataVisualization.Charting.ZTestResult.ZCriticalValueOneTail">
5028      <summary>Gets the Critical Z one tail value.</summary>
5029      <returns>A <see langword="double" /> value.</returns>
5030    </member>
5031    <member name="P:System.Windows.Forms.DataVisualization.Charting.ZTestResult.ZCriticalValueTwoTail">
5032      <summary>Gets the Critical Z two tail value.</summary>
5033      <returns>A <see langword="double" /> value.</returns>
5034    </member>
5035    <member name="P:System.Windows.Forms.DataVisualization.Charting.ZTestResult.ZValue">
5036      <summary>Gets the Z value.</summary>
5037      <returns>A <see langword="double" /> value.</returns>
5038    </member>
5039    <member name="T:System.Windows.Forms.DataVisualization.Charting.Annotation">
5040      <summary>Defines properties and methods common to all annotations. This is an abstract class.</summary>
5041    </member>
5042    <member name="T:System.Windows.Forms.DataVisualization.Charting.AnnotationCollection">
5043      <summary>Stores chart annotation objects.</summary>
5044    </member>
5045    <member name="T:System.Windows.Forms.DataVisualization.Charting.AnnotationGroup">
5046      <summary>Represents a group of annotations.</summary>
5047    </member>
5048    <member name="T:System.Windows.Forms.DataVisualization.Charting.AnnotationPathPoint">
5049      <summary>Represents a path point of a <see cref="T:System.Windows.Forms.DataVisualization.Charting.PolylineAnnotation" /> or <see cref="T:System.Windows.Forms.DataVisualization.Charting.PolygonAnnotation" />, which is stored in their PathPoints property.</summary>
5050    </member>
5051    <member name="T:System.Windows.Forms.DataVisualization.Charting.AnnotationPathPointCollection">
5052      <summary>Represents a collection of <see cref="T:System.Windows.Forms.DataVisualization.Charting.PolylineAnnotation" /> or <see cref="T:System.Windows.Forms.DataVisualization.Charting.PolygonAnnotation" /> path points, which can be accessed using the GraphicPathPoints property.</summary>
5053    </member>
5054    <member name="T:System.Windows.Forms.DataVisualization.Charting.AnnotationPositionChangingEventArgs">
5055      <summary>Provides data for the events in the <see cref="T:System.Windows.Forms.DataVisualization.Charting.Chart" /> control that change the position of the annotation.</summary>
5056    </member>
5057    <member name="T:System.Windows.Forms.DataVisualization.Charting.AnnotationSmartLabelStyle">
5058      <summary>Stores the smart label properties of an annotation. </summary>
5059    </member>
5060    <member name="T:System.Windows.Forms.DataVisualization.Charting.AnovaResult">
5061      <summary>Represents the results of an ANOVA statistical test.</summary>
5062    </member>
5063    <member name="T:System.Windows.Forms.DataVisualization.Charting.AntiAliasingStyles">
5064      <summary>Specifies the anti-aliasing options for the chart.</summary>
5065    </member>
5066    <member name="F:System.Windows.Forms.DataVisualization.Charting.AntiAliasingStyles.None">
5067      <summary>Do not use anti-aliasing.</summary>
5068    </member>
5069    <member name="F:System.Windows.Forms.DataVisualization.Charting.AntiAliasingStyles.Text">
5070      <summary>Use anti-aliasing when drawing text.</summary>
5071    </member>
5072    <member name="F:System.Windows.Forms.DataVisualization.Charting.AntiAliasingStyles.Graphics">
5073      <summary>Use anti-aliasing when drawing graphics primitives such as circles or rectangles.</summary>
5074    </member>
5075    <member name="F:System.Windows.Forms.DataVisualization.Charting.AntiAliasingStyles.All">
5076      <summary>Use anti-aliasing for text and graphics.</summary>
5077    </member>
5078    <member name="T:System.Windows.Forms.DataVisualization.Charting.AreaAlignmentOrientations">
5079      <summary>Specifies the alignment orientation of a chart area.</summary>
5080    </member>
5081    <member name="F:System.Windows.Forms.DataVisualization.Charting.AreaAlignmentOrientations.None">
5082      <summary>Chart areas are not automatically aligned.</summary>
5083    </member>
5084    <member name="F:System.Windows.Forms.DataVisualization.Charting.AreaAlignmentOrientations.Vertical">
5085      <summary>Chart areas are aligned vertically.</summary>
5086    </member>
5087    <member name="F:System.Windows.Forms.DataVisualization.Charting.AreaAlignmentOrientations.Horizontal">
5088      <summary>Chart areas are aligned horizontally.</summary>
5089    </member>
5090    <member name="F:System.Windows.Forms.DataVisualization.Charting.AreaAlignmentOrientations.All">
5091      <summary>Chart areas are aligned horizontally and vertically.</summary>
5092    </member>
5093    <member name="T:System.Windows.Forms.DataVisualization.Charting.AreaAlignmentStyles">
5094      <summary>Specifies the alignment styles of chart areas.</summary>
5095    </member>
5096    <member name="F:System.Windows.Forms.DataVisualization.Charting.AreaAlignmentStyles.None">
5097      <summary>Chart areas are not automatically aligned.</summary>
5098    </member>
5099    <member name="F:System.Windows.Forms.DataVisualization.Charting.AreaAlignmentStyles.Position">
5100      <summary>Chart areas are aligned by the chart area position.</summary>
5101    </member>
5102    <member name="F:System.Windows.Forms.DataVisualization.Charting.AreaAlignmentStyles.PlotPosition">
5103      <summary>Chart areas are aligned by their inner plot position.</summary>
5104    </member>
5105    <member name="F:System.Windows.Forms.DataVisualization.Charting.AreaAlignmentStyles.AxesView">
5106      <summary>Chart areas are aligned by their data view.</summary>
5107    </member>
5108    <member name="F:System.Windows.Forms.DataVisualization.Charting.AreaAlignmentStyles.Cursor">
5109      <summary>Chart areas are aligned using their cursors.</summary>
5110    </member>
5111    <member name="F:System.Windows.Forms.DataVisualization.Charting.AreaAlignmentStyles.All">
5112      <summary>Chart areas are aligned using all values.</summary>
5113    </member>
5114    <member name="T:System.Windows.Forms.DataVisualization.Charting.ArrowAnnotation">
5115      <summary>Represents an arrow annotation.</summary>
5116    </member>
5117    <member name="T:System.Windows.Forms.DataVisualization.Charting.ArrowStyle">
5118      <summary>Specifies styles for an arrow annotation. </summary>
5119    </member>
5120    <member name="F:System.Windows.Forms.DataVisualization.Charting.ArrowStyle.Simple">
5121      <summary>A simple one-pointed arrow.</summary>
5122    </member>
5123    <member name="F:System.Windows.Forms.DataVisualization.Charting.ArrowStyle.DoubleArrow">
5124      <summary>An arrow that points in two directions.</summary>
5125    </member>
5126    <member name="F:System.Windows.Forms.DataVisualization.Charting.ArrowStyle.Tailed">
5127      <summary>An arrow with a tail.</summary>
5128    </member>
5129    <member name="T:System.Windows.Forms.DataVisualization.Charting.Axis">
5130      <summary>Provides methods and properties that manage axes in the <see cref="T:System.Windows.Forms.DataVisualization.Charting.Chart" /> control.</summary>
5131    </member>
5132    <member name="T:System.Windows.Forms.DataVisualization.Charting.AxisArrowStyle">
5133      <summary>An enumeration of axis arrow styles.</summary>
5134    </member>
5135    <member name="F:System.Windows.Forms.DataVisualization.Charting.AxisArrowStyle.None">
5136      <summary>No arrow is used for the relevant axis.</summary>
5137    </member>
5138    <member name="F:System.Windows.Forms.DataVisualization.Charting.AxisArrowStyle.Triangle">
5139      <summary>A triangular arrow is used for the relevant axis.</summary>
5140    </member>
5141    <member name="F:System.Windows.Forms.DataVisualization.Charting.AxisArrowStyle.SharpTriangle">
5142      <summary>A sharp triangular arrow is used for the relevant axis.</summary>
5143    </member>
5144    <member name="F:System.Windows.Forms.DataVisualization.Charting.AxisArrowStyle.Lines">
5145      <summary>A line-shaped arrow is used for the relevant axis.</summary>
5146    </member>
5147    <member name="T:System.Windows.Forms.DataVisualization.Charting.AxisEnabled">
5148      <summary>Specifies the state of an axis.</summary>
5149    </member>
5150    <member name="F:System.Windows.Forms.DataVisualization.Charting.AxisEnabled.Auto">
5151      <summary>The axis is only enabled if it used to plot a <see cref="T:System.Windows.Forms.DataVisualization.Charting.Series" />.</summary>
5152    </member>
5153    <member name="F:System.Windows.Forms.DataVisualization.Charting.AxisEnabled.True">
5154      <summary>The axis is always enabled.</summary>
5155    </member>
5156    <member name="F:System.Windows.Forms.DataVisualization.Charting.AxisEnabled.False">
5157      <summary>The axis is never enabled.</summary>
5158    </member>
5159    <member name="T:System.Windows.Forms.DataVisualization.Charting.AxisName">
5160      <summary>Specifies the name of an axis.</summary>
5161    </member>
5162    <member name="F:System.Windows.Forms.DataVisualization.Charting.AxisName.X">
5163      <summary>Primary X-axis.</summary>
5164    </member>
5165    <member name="F:System.Windows.Forms.DataVisualization.Charting.AxisName.Y">
5166      <summary>Primary Y-axis.</summary>
5167    </member>
5168    <member name="F:System.Windows.Forms.DataVisualization.Charting.AxisName.X2">
5169      <summary>Secondary X-axis.</summary>
5170    </member>
5171    <member name="F:System.Windows.Forms.DataVisualization.Charting.AxisName.Y2">
5172      <summary>Secondary Y-axis.</summary>
5173    </member>
5174    <member name="T:System.Windows.Forms.DataVisualization.Charting.AxisScaleBreakStyle">
5175      <summary>Represents a scale break on the Y-axis of the chart.</summary>
5176    </member>
5177    <member name="T:System.Windows.Forms.DataVisualization.Charting.AxisScaleView">
5178      <summary>Represents a scaled view of the chart. </summary>
5179    </member>
5180    <member name="T:System.Windows.Forms.DataVisualization.Charting.AxisScrollBar">
5181      <summary>Represents the scrollbar of a chart axis.</summary>
5182    </member>
5183    <member name="T:System.Windows.Forms.DataVisualization.Charting.AxisType">
5184      <summary>Specifies the axis type for the X and Y-axes of a <see cref="T:System.Windows.Forms.DataVisualization.Charting.Series" />.</summary>
5185    </member>
5186    <member name="F:System.Windows.Forms.DataVisualization.Charting.AxisType.Primary">
5187      <summary>Designates an axis as the primary axis.</summary>
5188    </member>
5189    <member name="F:System.Windows.Forms.DataVisualization.Charting.AxisType.Secondary">
5190      <summary>Designates an axis as the secondary axis.</summary>
5191    </member>
5192    <member name="T:System.Windows.Forms.DataVisualization.Charting.Border3DAnnotation">
5193      <summary>Represents an annotation with a 3D border.</summary>
5194    </member>
5195    <member name="T:System.Windows.Forms.DataVisualization.Charting.BorderSkin">
5196      <summary>Represents the drawing properties of the 3D border skin.</summary>
5197    </member>
5198    <member name="T:System.Windows.Forms.DataVisualization.Charting.BorderSkinStyle">
5199      <summary>Specifies a style for the border skin of a chart.</summary>
5200    </member>
5201    <member name="F:System.Windows.Forms.DataVisualization.Charting.BorderSkinStyle.None">
5202      <summary>No border skin is used.</summary>
5203    </member>
5204    <member name="F:System.Windows.Forms.DataVisualization.Charting.BorderSkinStyle.Emboss">
5205      <summary>Use an embossed border skin.</summary>
5206    </member>
5207    <member name="F:System.Windows.Forms.DataVisualization.Charting.BorderSkinStyle.Raised">
5208      <summary>Use a raised border skin.</summary>
5209    </member>
5210    <member name="F:System.Windows.Forms.DataVisualization.Charting.BorderSkinStyle.Sunken">
5211      <summary>Use a sunken border skin.</summary>
5212    </member>
5213    <member name="F:System.Windows.Forms.DataVisualization.Charting.BorderSkinStyle.FrameThin1">
5214      <summary>Use a thin border skin with rounded corners.</summary>
5215    </member>
5216    <member name="F:System.Windows.Forms.DataVisualization.Charting.BorderSkinStyle.FrameThin2">
5217      <summary>Use a thin border skin with rounded top corners.</summary>
5218    </member>
5219    <member name="F:System.Windows.Forms.DataVisualization.Charting.BorderSkinStyle.FrameThin3">
5220      <summary>Use a thin border skin with square corners.</summary>
5221    </member>
5222    <member name="F:System.Windows.Forms.DataVisualization.Charting.BorderSkinStyle.FrameThin4">
5223      <summary>Use a thin border skin with square outside corners and rounded inside corners.</summary>
5224    </member>
5225    <member name="F:System.Windows.Forms.DataVisualization.Charting.BorderSkinStyle.FrameThin5">
5226      <summary>Use a thin border skin with rounded corners and screws.</summary>
5227    </member>
5228    <member name="F:System.Windows.Forms.DataVisualization.Charting.BorderSkinStyle.FrameThin6">
5229      <summary>Use a thin border skin with square inside corners and rounded outside corners.</summary>
5230    </member>
5231    <member name="F:System.Windows.Forms.DataVisualization.Charting.BorderSkinStyle.FrameTitle1">
5232      <summary>Use a border skin with rounded corners. </summary>
5233    </member>
5234    <member name="F:System.Windows.Forms.DataVisualization.Charting.BorderSkinStyle.FrameTitle2">
5235      <summary>Use a border skin with rounded top corners. </summary>
5236    </member>
5237    <member name="F:System.Windows.Forms.DataVisualization.Charting.BorderSkinStyle.FrameTitle3">
5238      <summary>Use a border skin with square corners. </summary>
5239    </member>
5240    <member name="F:System.Windows.Forms.DataVisualization.Charting.BorderSkinStyle.FrameTitle4">
5241      <summary>Use a border skin with rounded inside corners and square outside corners. </summary>
5242    </member>
5243    <member name="F:System.Windows.Forms.DataVisualization.Charting.BorderSkinStyle.FrameTitle5">
5244      <summary>Use a border skin with rounded corners and screws. </summary>
5245    </member>
5246    <member name="F:System.Windows.Forms.DataVisualization.Charting.BorderSkinStyle.FrameTitle6">
5247      <summary>Use a border skin with rounded outside corners and square inside corners. </summary>
5248    </member>
5249    <member name="F:System.Windows.Forms.DataVisualization.Charting.BorderSkinStyle.FrameTitle7">
5250      <summary>Use a border skin with rounded corners. No border on the right side. </summary>
5251    </member>
5252    <member name="F:System.Windows.Forms.DataVisualization.Charting.BorderSkinStyle.FrameTitle8">
5253      <summary>Use a border skin with rounded corners on top and bottom sides only. </summary>
5254    </member>
5255    <member name="T:System.Windows.Forms.DataVisualization.Charting.BreakLineStyle">
5256      <summary>Specifies line styles for axis scale breaks.</summary>
5257    </member>
5258    <member name="F:System.Windows.Forms.DataVisualization.Charting.BreakLineStyle.None">
5259      <summary>Scale break is not displayed.</summary>
5260    </member>
5261    <member name="F:System.Windows.Forms.DataVisualization.Charting.BreakLineStyle.Straight">
5262      <summary>Scale break is displayed as a straight line.</summary>
5263    </member>
5264    <member name="F:System.Windows.Forms.DataVisualization.Charting.BreakLineStyle.Wave">
5265      <summary>Scale break is displayed as a wavy line.</summary>
5266    </member>
5267    <member name="F:System.Windows.Forms.DataVisualization.Charting.BreakLineStyle.Ragged">
5268      <summary>Scale break is displayed as a ragged line.</summary>
5269    </member>
5270    <member name="T:System.Windows.Forms.DataVisualization.Charting.CalloutAnnotation">
5271      <summary>Represents a callout annotation.</summary>
5272    </member>
5273    <member name="T:System.Windows.Forms.DataVisualization.Charting.CalloutStyle">
5274      <summary>Represents the available callout styles. Applicable only to callout annotations.</summary>
5275    </member>
5276    <member name="F:System.Windows.Forms.DataVisualization.Charting.CalloutStyle.SimpleLine">
5277      <summary>Callout text is underlined and a line points to the anchor point.</summary>
5278    </member>
5279    <member name="F:System.Windows.Forms.DataVisualization.Charting.CalloutStyle.Borderline">
5280      <summary>A border is drawn around the callout text and a line points to the anchor point.</summary>
5281    </member>
5282    <member name="F:System.Windows.Forms.DataVisualization.Charting.CalloutStyle.Cloud">
5283      <summary>Callout text is inside the cloud and smaller clouds point to the anchor point.</summary>
5284    </member>
5285    <member name="F:System.Windows.Forms.DataVisualization.Charting.CalloutStyle.Rectangle">
5286      <summary>A rectangle is drawn around the callout text, which is connected to the anchor point.</summary>
5287    </member>
5288    <member name="F:System.Windows.Forms.DataVisualization.Charting.CalloutStyle.RoundedRectangle">
5289      <summary>A rounded rectangle is drawn around the callout text, which is connected to the anchor point.</summary>
5290    </member>
5291    <member name="F:System.Windows.Forms.DataVisualization.Charting.CalloutStyle.Ellipse">
5292      <summary>An ellipse is drawn around the callout text, which is connected to the anchor point.</summary>
5293    </member>
5294    <member name="F:System.Windows.Forms.DataVisualization.Charting.CalloutStyle.Perspective">
5295      <summary>A perspective rectangle is drawn around the callout text, which is connected to the anchor point.</summary>
5296    </member>
5297    <member name="T:System.Windows.Forms.DataVisualization.Charting.Chart">
5298      <summary>Serves as the root class of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.Chart" /> control.</summary>
5299    </member>
5300    <member name="T:System.Windows.Forms.DataVisualization.Charting.ChartArea">
5301      <summary>Represents a chart area on the chart image.</summary>
5302    </member>
5303    <member name="T:System.Windows.Forms.DataVisualization.Charting.ChartArea3DStyle">
5304      <summary>Manages the display attributes for three-dimensional (3D) chart areas.</summary>
5305    </member>
5306    <member name="T:System.Windows.Forms.DataVisualization.Charting.ChartAreaCollection">
5307      <summary>Represents a collection of <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartArea" /> objects.</summary>
5308    </member>
5309    <member name="T:System.Windows.Forms.DataVisualization.Charting.ChartColorPalette">
5310      <summary>Specifies a palette when setting a Palette property. </summary>
5311    </member>
5312    <member name="F:System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.None">
5313      <summary>No palette is used. </summary>
5314    </member>
5315    <member name="F:System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.Bright">
5316      <summary>Palette utilizes bright colors.</summary>
5317    </member>
5318    <member name="F:System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.Grayscale">
5319      <summary>Palette utilizes grayscale colors, that is, shades of black and white.</summary>
5320    </member>
5321    <member name="F:System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.Excel">
5322      <summary>Palette utilizes Excel-style colors.</summary>
5323    </member>
5324    <member name="F:System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.Light">
5325      <summary>Palette utilizes <see cref="T:System.Web.UI.DataVisualization.Charting.LightStyle" /> style colors; very light colors..</summary>
5326    </member>
5327    <member name="F:System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.Pastel">
5328      <summary>Palette utilizes pastel colors.</summary>
5329    </member>
5330    <member name="F:System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.EarthTones">
5331      <summary>Palette utilizes earth tone colors such as green and brown.</summary>
5332    </member>
5333    <member name="F:System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.SemiTransparent">
5334      <summary>Palette utilizes semi-transparent colors.</summary>
5335    </member>
5336    <member name="F:System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.Berry">
5337      <summary>Palette utilizes blues and purples.</summary>
5338    </member>
5339    <member name="F:System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.Chocolate">
5340      <summary>Palette utilizes shades of brown.</summary>
5341    </member>
5342    <member name="F:System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.Fire">
5343      <summary>Palette utilizes red, orange and yellow colors.</summary>
5344    </member>
5345    <member name="F:System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.SeaGreen">
5346      <summary>Palette utilizes colors that range from green to blue.</summary>
5347    </member>
5348    <member name="F:System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.BrightPastel">
5349      <summary>Palette utilizes bright pastel colors.</summary>
5350    </member>
5351    <member name="T:System.Windows.Forms.DataVisualization.Charting.ChartDashStyle">
5352      <summary>Specifies a line style.</summary>
5353    </member>
5354    <member name="F:System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.NotSet">
5355      <summary>The line style is not set.</summary>
5356    </member>
5357    <member name="F:System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Dash">
5358      <summary>A dashed line.</summary>
5359    </member>
5360    <member name="F:System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.DashDot">
5361      <summary>A line with a repeating dash-dot pattern.</summary>
5362    </member>
5363    <member name="F:System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.DashDotDot">
5364      <summary>A line a repeating dash-dot-dot pattern.</summary>
5365    </member>
5366    <member name="F:System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Dot">
5367      <summary>A line with a repeating dot pattern.</summary>
5368    </member>
5369    <member name="F:System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Solid">
5370      <summary>A solid line.</summary>
5371    </member>
5372    <member name="T:System.Windows.Forms.DataVisualization.Charting.ChartElement">
5373      <summary>Base class for all the chart elements. The <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartElement" /> class represents the most basic element of the chart element hierarchy.</summary>
5374    </member>
5375    <member name="T:System.Windows.Forms.DataVisualization.Charting.ChartElementCollection`1">
5376      <summary>Represents the base class for all chart element collections.</summary>
5377    </member>
5378    <member name="T:System.Windows.Forms.DataVisualization.Charting.ChartElementOutline">
5379      <summary>Represents an array of marker points and the outline path used for visual object selection in the chart.</summary>
5380    </member>
5381    <member name="T:System.Windows.Forms.DataVisualization.Charting.ChartElementType">
5382      <summary>Specifies a chart element type.</summary>
5383    </member>
5384    <member name="F:System.Windows.Forms.DataVisualization.Charting.ChartElementType.Nothing">
5385      <summary>No chart element.</summary>
5386    </member>
5387    <member name="F:System.Windows.Forms.DataVisualization.Charting.ChartElementType.Title">
5388      <summary>The title of a <see cref="T:System.Windows.Forms.DataVisualization.Charting.Chart" />.</summary>
5389    </member>
5390    <member name="F:System.Windows.Forms.DataVisualization.Charting.ChartElementType.PlottingArea">
5391      <summary>The plotting area, which is the chart area excluding axes, labels, and so on. Also excludes the areas that data points might occupy.</summary>
5392    </member>
5393    <member name="F:System.Windows.Forms.DataVisualization.Charting.ChartElementType.Axis">
5394      <summary>An <see cref="T:System.Windows.Forms.DataVisualization.Charting.Axis" /> object.</summary>
5395    </member>
5396    <member name="F:System.Windows.Forms.DataVisualization.Charting.ChartElementType.TickMarks">
5397      <summary>Any major or minor <see cref="T:System.Windows.Forms.DataVisualization.Charting.TickMark" /> object.</summary>
5398    </member>
5399    <member name="F:System.Windows.Forms.DataVisualization.Charting.ChartElementType.Gridlines">
5400      <summary>Any major or minor grid line, either vertical or horizontal.</summary>
5401    </member>
5402    <member name="F:System.Windows.Forms.DataVisualization.Charting.ChartElementType.StripLines">
5403      <summary>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.StripLine" /> object.</summary>
5404    </member>
5405    <member name="F:System.Windows.Forms.DataVisualization.Charting.ChartElementType.AxisLabelImage">
5406      <summary>An <see cref="T:System.Windows.Forms.DataVisualization.Charting.Axis" /> label image.</summary>
5407    </member>
5408    <member name="F:System.Windows.Forms.DataVisualization.Charting.ChartElementType.AxisLabels">
5409      <summary>An <see cref="T:System.Web.UI.DataVisualization.Charting.Axis" /> label.</summary>
5410    </member>
5411    <member name="F:System.Windows.Forms.DataVisualization.Charting.ChartElementType.AxisTitle">
5412      <summary>An <see cref="T:System.Windows.Forms.DataVisualization.Charting.Axis" /> title.</summary>
5413    </member>
5414    <member name="F:System.Windows.Forms.DataVisualization.Charting.ChartElementType.ScrollBarThumbTracker">
5415      <summary>A scrollbar tracking thumb.</summary>
5416    </member>
5417    <member name="F:System.Windows.Forms.DataVisualization.Charting.ChartElementType.ScrollBarSmallDecrement">
5418      <summary>A scrollbar small decrement button. A "down arrow" button for a vertical scrollbar, a "left arrow" button for a horizontal scrollbar.</summary>
5419    </member>
5420    <member name="F:System.Windows.Forms.DataVisualization.Charting.ChartElementType.ScrollBarSmallIncrement">
5421      <summary>A scrollbar small increment button. An "up arrow" button for a vertical scrollbar, a "right arrow" button for a horizontal scrollbar.</summary>
5422    </member>
5423    <member name="F:System.Windows.Forms.DataVisualization.Charting.ChartElementType.ScrollBarLargeDecrement">
5424      <summary>The background of a scrollbar that, when clicked, results in a large decrement in the view size. This background is located below the thumb for a vertical scrollbar, and to the left of the thumb for a horizontal scrollbar.</summary>
5425    </member>
5426    <member name="F:System.Windows.Forms.DataVisualization.Charting.ChartElementType.ScrollBarLargeIncrement">
5427      <summary>The background of a scrollbar that, when clicked, results in a large increment in the view size. This background is located above the thumb for a vertical scrollbar, and to the right of the thumb for a horizontal scrollbar.</summary>
5428    </member>
5429    <member name="F:System.Windows.Forms.DataVisualization.Charting.ChartElementType.ScrollBarZoomReset">
5430      <summary>The <see cref="F:System.Windows.Forms.DataVisualization.Charting.ScrollBarButtonType.ZoomReset" /> button of a scrollbar.</summary>
5431    </member>
5432    <member name="F:System.Windows.Forms.DataVisualization.Charting.ChartElementType.DataPoint">
5433      <summary>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.DataPoint" /> object.</summary>
5434    </member>
5435    <member name="F:System.Windows.Forms.DataVisualization.Charting.ChartElementType.DataPointLabel">
5436      <summary>A series <see cref="T:System.Windows.Forms.DataVisualization.Charting.DataPoint" /> label.</summary>
5437    </member>
5438    <member name="F:System.Windows.Forms.DataVisualization.Charting.ChartElementType.LegendArea">
5439      <summary>The area inside a <see cref="T:System.Windows.Forms.DataVisualization.Charting.Legend" /> object. Does not include the space occupied by legend items.</summary>
5440    </member>
5441    <member name="F:System.Windows.Forms.DataVisualization.Charting.ChartElementType.LegendTitle">
5442      <summary>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.Legend" /> title.</summary>
5443    </member>
5444    <member name="F:System.Windows.Forms.DataVisualization.Charting.ChartElementType.LegendHeader">
5445      <summary>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.Legend" /> header.</summary>
5446    </member>
5447    <member name="F:System.Windows.Forms.DataVisualization.Charting.ChartElementType.LegendItem">
5448      <summary>A <see cref="T:System.Windows.Forms.DataVisualization.Charting.LegendItem" /> object.</summary>
5449    </member>
5450    <member name="F:System.Windows.Forms.DataVisualization.Charting.ChartElementType.Annotation">
5451      <summary>Any object derived from the <see cref="T:System.Windows.Forms.DataVisualization.Charting.Annotation" /> class.</summary>
5452    </member>
5453    <member name="T:System.Windows.Forms.DataVisualization.Charting.ChartGraphics">
5454      <summary>Provides numerous conversion functions and exposes a GDI+ <see cref="T:System.Drawing.Graphics" /> object.</summary>
5455    </member>
5456    <member name="T:System.Windows.Forms.DataVisualization.Charting.ChartHatchStyle">
5457      <summary>Specifies a hatching style for a chart element.</summary>
5458    </member>
5459    <member name="F:System.Windows.Forms.DataVisualization.Charting.ChartHatchStyle.None">
5460      <summary>No hatching style.</summary>
5461    </member>
5462    <member name="F:System.Windows.Forms.DataVisualization.Charting.ChartHatchStyle.BackwardDiagonal">
5463      <summary>Backward diagonal style.</summary>
5464    </member>
5465    <member name="F:System.Windows.Forms.DataVisualization.Charting.ChartHatchStyle.Cross">
5466      <summary>Cross style.</summary>
5467    </member>
5468    <member name="F:System.Windows.Forms.DataVisualization.Charting.ChartHatchStyle.DarkDownwardDiagonal">
5469      <summary>Dark downward diagonal style.</summary>
5470    </member>
5471    <member name="F:System.Windows.Forms.DataVisualization.Charting.ChartHatchStyle.DarkHorizontal">
5472      <summary>Dark horizontal style.</summary>
5473    </member>
5474    <member name="F:System.Windows.Forms.DataVisualization.Charting.ChartHatchStyle.DarkUpwardDiagonal">
5475      <summary>Dark upward diagonal style.</summary>
5476    </member>
5477    <member name="F:System.Windows.Forms.DataVisualization.Charting.ChartHatchStyle.DarkVertical">
5478      <summary>Dark vertical style.</summary>
5479    </member>
5480    <member name="F:System.Windows.Forms.DataVisualization.Charting.ChartHatchStyle.DashedDownwardDiagonal">
5481      <summary>Dashed downward diagonal style.</summary>
5482    </member>
5483    <member name="F:System.Windows.Forms.DataVisualization.Charting.ChartHatchStyle.DashedHorizontal">
5484      <summary>Dashed horizontal style.</summary>
5485    </member>
5486    <member name="F:System.Windows.Forms.DataVisualization.Charting.ChartHatchStyle.DashedUpwardDiagonal">
5487      <summary>Dashed upward diagonal style.</summary>
5488    </member>
5489    <member name="F:System.Windows.Forms.DataVisualization.Charting.ChartHatchStyle.DashedVertical">
5490      <summary>Dashed vertical style.</summary>
5491    </member>
5492    <member name="F:System.Windows.Forms.DataVisualization.Charting.ChartHatchStyle.DiagonalBrick">
5493      <summary>Diagonal brick style.</summary>
5494    </member>
5495    <member name="F:System.Windows.Forms.DataVisualization.Charting.ChartHatchStyle.DiagonalCross">
5496      <summary>Diagonal cross style.</summary>
5497    </member>
5498    <member name="F:System.Windows.Forms.DataVisualization.Charting.ChartHatchStyle.Divot">
5499      <summary>Divot style.</summary>
5500    </member>
5501    <member name="F:System.Windows.Forms.DataVisualization.Charting.ChartHatchStyle.DottedDiamond">
5502      <summary>Dotted diamond style.</summary>
5503    </member>
5504    <member name="F:System.Windows.Forms.DataVisualization.Charting.ChartHatchStyle.DottedGrid">
5505      <summary>Dotted grid style.</summary>
5506    </member>
5507    <member name="F:System.Windows.Forms.DataVisualization.Charting.ChartHatchStyle.ForwardDiagonal">
5508      <summary>Forward diagonal style.</summary>
5509    </member>
5510    <member name="F:System.Windows.Forms.DataVisualization.Charting.ChartHatchStyle.Horizontal">
5511      <summary>Horizontal style.</summary>
5512    </member>
5513    <member name="F:System.Windows.Forms.DataVisualization.Charting.ChartHatchStyle.HorizontalBrick">
5514      <summary>Horizontal brick style.</summary>
5515    </member>
5516    <member name="F:System.Windows.Forms.DataVisualization.Charting.ChartHatchStyle.LargeCheckerBoard">
5517      <summary>Large checker board style.</summary>
5518    </member>
5519    <member name="F:System.Windows.Forms.DataVisualization.Charting.ChartHatchStyle.LargeConfetti">
5520      <summary>Large confetti style.</summary>
5521    </member>
5522    <member name="F:System.Windows.Forms.DataVisualization.Charting.ChartHatchStyle.LargeGrid">
5523      <summary>Large grid style.</summary>
5524    </member>
5525    <member name="F:System.Windows.Forms.DataVisualization.Charting.ChartHatchStyle.LightDownwardDiagonal">
5526      <summary>Light downward diagonal style.</summary>
5527    </member>
5528    <member name="F:System.Windows.Forms.DataVisualization.Charting.ChartHatchStyle.LightHorizontal">
5529      <summary>Light horizontal style.</summary>
5530    </member>
5531    <member name="F:System.Windows.Forms.DataVisualization.Charting.ChartHatchStyle.LightUpwardDiagonal">
5532      <summary>Light upward diagonal style.</summary>
5533    </member>
5534    <member name="F:System.Windows.Forms.DataVisualization.Charting.ChartHatchStyle.LightVertical">
5535      <summary>Light vertical style.</summary>
5536    </member>
5537    <member name="F:System.Windows.Forms.DataVisualization.Charting.ChartHatchStyle.NarrowHorizontal">
5538      <summary>Narrow horizontal style.</summary>
5539    </member>
5540    <member name="F:System.Windows.Forms.DataVisualization.Charting.ChartHatchStyle.NarrowVertical">
5541      <summary>Narrow vertical style.</summary>
5542    </member>
5543    <member name="F:System.Windows.Forms.DataVisualization.Charting.ChartHatchStyle.OutlinedDiamond">
5544      <summary>Outlined diamond style.</summary>
5545    </member>
5546    <member name="F:System.Windows.Forms.DataVisualization.Charting.ChartHatchStyle.Percent05">
5547      <summary>Percent05 style.</summary>
5548    </member>
5549    <member name="F:System.Windows.Forms.DataVisualization.Charting.ChartHatchStyle.Percent10">
5550      <summary>Percent10 style.</summary>
5551    </member>
5552    <member name="F:System.Windows.Forms.DataVisualization.Charting.ChartHatchStyle.Percent20">
5553      <summary>Percent20 style.</summary>
5554    </member>
5555    <member name="F:System.Windows.Forms.DataVisualization.Charting.ChartHatchStyle.Percent25">
5556      <summary>Percent25 style.</summary>
5557    </member>
5558    <member name="F:System.Windows.Forms.DataVisualization.Charting.ChartHatchStyle.Percent30">
5559      <summary>Percent30 style.</summary>
5560    </member>
5561    <member name="F:System.Windows.Forms.DataVisualization.Charting.ChartHatchStyle.Percent40">
5562      <summary>Percent40 style.</summary>
5563    </member>
5564    <member name="F:System.Windows.Forms.DataVisualization.Charting.ChartHatchStyle.Percent50">
5565      <summary>Percent50 style.</summary>
5566    </member>
5567    <member name="F:System.Windows.Forms.DataVisualization.Charting.ChartHatchStyle.Percent60">
5568      <summary>Percent60 style.</summary>
5569    </member>
5570    <member name="F:System.Windows.Forms.DataVisualization.Charting.ChartHatchStyle.Percent70">
5571      <summary>Percent70 style.</summary>
5572    </member>
5573    <member name="F:System.Windows.Forms.DataVisualization.Charting.ChartHatchStyle.Percent75">
5574      <summary>Percent75 style.</summary>
5575    </member>
5576    <member name="F:System.Windows.Forms.DataVisualization.Charting.ChartHatchStyle.Percent80">
5577      <summary>Percent80 style.</summary>
5578    </member>
5579    <member name="F:System.Windows.Forms.DataVisualization.Charting.ChartHatchStyle.Percent90">
5580      <summary>Percent90 style.</summary>
5581    </member>
5582    <member name="F:System.Windows.Forms.DataVisualization.Charting.ChartHatchStyle.Plaid">
5583      <summary>Plaid style.</summary>
5584    </member>
5585    <member name="F:System.Windows.Forms.DataVisualization.Charting.ChartHatchStyle.Shingle">
5586      <summary>Shingle style.</summary>
5587    </member>
5588    <member name="F:System.Windows.Forms.DataVisualization.Charting.ChartHatchStyle.SmallCheckerBoard">
5589      <summary>Small checker board style.</summary>
5590    </member>
5591    <member name="F:System.Windows.Forms.DataVisualization.Charting.ChartHatchStyle.SmallConfetti">
5592      <summary>Small confetti style.</summary>
5593    </member>
5594    <member name="F:System.Windows.Forms.DataVisualization.Charting.ChartHatchStyle.SmallGrid">
5595      <summary>Small grid style.</summary>
5596    </member>
5597    <member name="F:System.Windows.Forms.DataVisualization.Charting.ChartHatchStyle.SolidDiamond">
5598      <summary>Solid diamond style.</summary>
5599    </member>
5600    <member name="F:System.Windows.Forms.DataVisualization.Charting.ChartHatchStyle.Sphere">
5601      <summary>Sphere style.</summary>
5602    </member>
5603    <member name="F:System.Windows.Forms.DataVisualization.Charting.ChartHatchStyle.Trellis">
5604      <summary>Trellis style.</summary>
5605    </member>
5606    <member name="F:System.Windows.Forms.DataVisualization.Charting.ChartHatchStyle.Vertical">
5607      <summary>Vertical style.</summary>
5608    </member>
5609    <member name="F:System.Windows.Forms.DataVisualization.Charting.ChartHatchStyle.Wave">
5610      <summary>Wave style.</summary>
5611    </member>
5612    <member name="F:System.Windows.Forms.DataVisualization.Charting.ChartHatchStyle.Weave">
5613      <summary>Weave style.</summary>
5614    </member>
5615    <member name="F:System.Windows.Forms.DataVisualization.Charting.ChartHatchStyle.WideDownwardDiagonal">
5616      <summary>Wide downward diagonal style.</summary>
5617    </member>
5618    <member name="F:System.Windows.Forms.DataVisualization.Charting.ChartHatchStyle.WideUpwardDiagonal">
5619      <summary>Wide upward diagonal style.</summary>
5620    </member>
5621    <member name="F:System.Windows.Forms.DataVisualization.Charting.ChartHatchStyle.ZigZag">
5622      <summary>Zigzag style.</summary>
5623    </member>
5624    <member name="T:System.Windows.Forms.DataVisualization.Charting.ChartImageAlignmentStyle">
5625      <summary>Specifies the image alignment for a chart background image.</summary>
5626    </member>
5627    <member name="F:System.Windows.Forms.DataVisualization.Charting.ChartImageAlignmentStyle.TopLeft">
5628      <summary>The mage is aligned to the top left corner of the chart element.</summary>
5629    </member>
5630    <member name="F:System.Windows.Forms.DataVisualization.Charting.ChartImageAlignmentStyle.Top">
5631      <summary>The image is aligned to the top boundary of the chart element.</summary>
5632    </member>
5633    <member name="F:System.Windows.Forms.DataVisualization.Charting.ChartImageAlignmentStyle.TopRight">
5634      <summary>The image is aligned to the top right corner of the chart element.</summary>
5635    </member>
5636    <member name="F:System.Windows.Forms.DataVisualization.Charting.ChartImageAlignmentStyle.Right">
5637      <summary>The image is aligned to the right boundary of the chart element.</summary>
5638    </member>
5639    <member name="F:System.Windows.Forms.DataVisualization.Charting.ChartImageAlignmentStyle.BottomRight">
5640      <summary>The image is aligned to the bottom right corner of the chart element.</summary>
5641    </member>
5642    <member name="F:System.Windows.Forms.DataVisualization.Charting.ChartImageAlignmentStyle.Bottom">
5643      <summary>The image is aligned to the bottom boundary of the chart element.</summary>
5644    </member>
5645    <member name="F:System.Windows.Forms.DataVisualization.Charting.ChartImageAlignmentStyle.BottomLeft">
5646      <summary>The image is aligned to the bottom left corner of the chart element.</summary>
5647    </member>
5648    <member name="F:System.Windows.Forms.DataVisualization.Charting.ChartImageAlignmentStyle.Left">
5649      <summary>The image is aligned to the left boundary of the chart element.</summary>
5650    </member>
5651    <member name="F:System.Windows.Forms.DataVisualization.Charting.ChartImageAlignmentStyle.Center">
5652      <summary>The image is aligned in the center of the chart element.</summary>
5653    </member>
5654    <member name="T:System.Windows.Forms.DataVisualization.Charting.ChartImageFormat">
5655      <summary>Specifies the image type of the chart.</summary>
5656    </member>
5657    <member name="F:System.Windows.Forms.DataVisualization.Charting.ChartImageFormat.Jpeg">
5658      <summary>A JPEG image format.</summary>
5659    </member>
5660    <member name="F:System.Windows.Forms.DataVisualization.Charting.ChartImageFormat.Png">
5661      <summary>A PNG image format.</summary>
5662    </member>
5663    <member name="F:System.Windows.Forms.DataVisualization.Charting.ChartImageFormat.Bmp">
5664      <summary>A bitmap (BMP) image format.</summary>
5665    </member>
5666    <member name="F:System.Windows.Forms.DataVisualization.Charting.ChartImageFormat.Tiff">
5667      <summary>A TIFF image format.</summary>
5668    </member>
5669    <member name="F:System.Windows.Forms.DataVisualization.Charting.ChartImageFormat.Gif">
5670      <summary>A GIF image format.</summary>
5671    </member>
5672    <member name="F:System.Windows.Forms.DataVisualization.Charting.ChartImageFormat.Emf">
5673      <summary>A Windows Enhanced Metafile (EMF) image format.</summary>
5674    </member>
5675    <member name="F:System.Windows.Forms.DataVisualization.Charting.ChartImageFormat.EmfDual">
5676      <summary>A Windows Enhanced Metafile Dual (EMF-dual) image format.</summary>
5677    </member>
5678    <member name="F:System.Windows.Forms.DataVisualization.Charting.ChartImageFormat.EmfPlus">
5679      <summary>A Windows Enhanced Metafile Plus (EMF+) image format. </summary>
5680    </member>
5681    <member name="T:System.Windows.Forms.DataVisualization.Charting.ChartImageWrapMode">
5682      <summary>Specifies the drawing mode for a background image.</summary>
5683    </member>
5684    <member name="F:System.Windows.Forms.DataVisualization.Charting.ChartImageWrapMode.Scaled">
5685      <summary>Background image is scaled to fit the entire chart element.</summary>
5686    </member>
5687    <member name="F:System.Windows.Forms.DataVisualization.Charting.ChartImageWrapMode.Tile">
5688      <summary>Background image is tiled to fit the entire chart element.</summary>
5689    </member>
5690    <member name="F:System.Windows.Forms.DataVisualization.Charting.ChartImageWrapMode.TileFlipX">
5691      <summary>Every other tiled image is reversed around the X-axis.</summary>
5692    </member>
5693    <member name="F:System.Windows.Forms.DataVisualization.Charting.ChartImageWrapMode.TileFlipXY">
5694      <summary>Every other tiled image is reversed around the X-axis and Y-axis.</summary>
5695    </member>
5696    <member name="F:System.Windows.Forms.DataVisualization.Charting.ChartImageWrapMode.TileFlipY">
5697      <summary>Every other tiled image is reversed around the Y-axis.</summary>
5698    </member>
5699    <member name="F:System.Windows.Forms.DataVisualization.Charting.ChartImageWrapMode.Unscaled">
5700      <summary>Background image is not scaled.</summary>
5701    </member>
5702    <member name="T:System.Windows.Forms.DataVisualization.Charting.ChartNamedElement">
5703      <summary>Represents the base class for most chart elements. Chart elements such as series, chart areas, and legends must have unique names, and reuse the unique name generation and validation logic provided by the <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartNamedElementCollection`1" /> class.</summary>
5704    </member>
5705    <member name="T:System.Windows.Forms.DataVisualization.Charting.ChartNamedElementCollection`1">
5706      <summary>Represents the base class for all collections of named chart elements. Performs name management and enforces the uniqueness of the names.</summary>
5707      <typeparam name="T">A <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartNamedElement" /> object.</typeparam>
5708    </member>
5709    <member name="T:System.Windows.Forms.DataVisualization.Charting.ChartPaintEventArgs">
5710      <summary>Provides data for the paint events of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.Chart" /> control.</summary>
5711    </member>
5712    <member name="T:System.Windows.Forms.DataVisualization.Charting.ChartSerializer">
5713      <summary>Enables serialization of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.Chart" /> control.</summary>
5714    </member>
5715    <member name="T:System.Windows.Forms.DataVisualization.Charting.ChartValueType">
5716      <summary>Specifies value types for various chart properties.</summary>
5717    </member>
5718    <member name="F:System.Windows.Forms.DataVisualization.Charting.ChartValueType.Auto">
5719      <summary>Property type is set automatically by the Chart control.</summary>
5720    </member>
5721    <member name="F:System.Windows.Forms.DataVisualization.Charting.ChartValueType.Double">
5722      <summary>A <see cref="T:System.Double" /> value.</summary>
5723    </member>
5724    <member name="F:System.Windows.Forms.DataVisualization.Charting.ChartValueType.Single">
5725      <summary>A <see cref="T:System.Single" /> value.</summary>
5726    </member>
5727    <member name="F:System.Windows.Forms.DataVisualization.Charting.ChartValueType.Int32">
5728      <summary>A <see cref="T:System.Int32" /> value.</summary>
5729    </member>
5730    <member name="F:System.Windows.Forms.DataVisualization.Charting.ChartValueType.Int64">
5731      <summary>A <see cref="T:System.Int64" /> value.</summary>
5732    </member>
5733    <member name="F:System.Windows.Forms.DataVisualization.Charting.ChartValueType.UInt32">
5734      <summary>A <see cref="T:System.UInt32" /> value.</summary>
5735    </member>
5736    <member name="F:System.Windows.Forms.DataVisualization.Charting.ChartValueType.UInt64">
5737      <summary>A <see cref="T:System.UInt64" /> value.</summary>
5738    </member>
5739    <member name="F:System.Windows.Forms.DataVisualization.Charting.ChartValueType.String">
5740      <summary>A <see cref="T:System.String" /> value.</summary>
5741    </member>
5742    <member name="F:System.Windows.Forms.DataVisualization.Charting.ChartValueType.DateTime">
5743      <summary>A <see cref="T:System.DateTime" /> value.</summary>
5744    </member>
5745    <member name="F:System.Windows.Forms.DataVisualization.Charting.ChartValueType.Date">
5746      <summary>The Date portion of a <see cref="T:System.DateTime" /> value.</summary>
5747    </member>
5748    <member name="F:System.Windows.Forms.DataVisualization.Charting.ChartValueType.Time">
5749      <summary>The Time portion of the <see cref="T:System.DateTime" /> value.</summary>
5750    </member>
5751    <member name="F:System.Windows.Forms.DataVisualization.Charting.ChartValueType.DateTimeOffset">
5752      <summary>A <see cref="T:System.DateTime" /> value with offset.</summary>
5753    </member>
5754    <member name="T:System.Windows.Forms.DataVisualization.Charting.CompareMethod">
5755      <summary>Specifies the type of comparison to be used when filtering data. This enumeration is used by the Filter method definitions in the <see cref="T:System.Windows.Forms.DataVisualization.Charting.DataManipulator" /> class that take the <paramref name="CompareMethod" /> argument.</summary>
5756    </member>
5757    <member name="F:System.Windows.Forms.DataVisualization.Charting.CompareMethod.MoreThan">
5758      <summary>If the data point value is more than the compared value, the point is filtered.</summary>
5759    </member>
5760    <member name="F:System.Windows.Forms.DataVisualization.Charting.CompareMethod.LessThan">
5761      <summary>If the data point value is less than the compared value, the point is filtered.</summary>
5762    </member>
5763    <member name="F:System.Windows.Forms.DataVisualization.Charting.CompareMethod.EqualTo">
5764      <summary>If the data point value is equal to the compared value, the point is filtered.</summary>
5765    </member>
5766    <member name="F:System.Windows.Forms.DataVisualization.Charting.CompareMethod.MoreThanOrEqualTo">
5767      <summary>If the data point value more than or equal to the compared value, the point is filtered.</summary>
5768    </member>
5769    <member name="F:System.Windows.Forms.DataVisualization.Charting.CompareMethod.LessThanOrEqualTo">
5770      <summary>If the data point value is less than or equal to the compared value, the point is filtered.</summary>
5771    </member>
5772    <member name="F:System.Windows.Forms.DataVisualization.Charting.CompareMethod.NotEqualTo">
5773      <summary>If the data point value is not equal to the compared value, the point is filtered.</summary>
5774    </member>
5775    <member name="T:System.Windows.Forms.DataVisualization.Charting.Cursor">
5776      <summary>Represents a horizontal or vertical line that defines a position along an axis.</summary>
5777    </member>
5778    <member name="T:System.Windows.Forms.DataVisualization.Charting.CursorEventArgs">
5779      <summary>Provides properties that are used with the following events in the root <see cref="T:System.Windows.Forms.DataVisualization.Charting.Chart" /> object: <see cref="E:System.Windows.Forms.DataVisualization.Charting.Chart.CursorPositionChanged" />, <see cref="E:System.Windows.Forms.DataVisualization.Charting.Chart.CursorPositionChanging" />, <see cref="E:System.Windows.Forms.DataVisualization.Charting.Chart.SelectionRangeChanged" /> and <see cref="E:System.Windows.Forms.DataVisualization.Charting.Chart.SelectionRangeChanging" />.</summary>
5780    </member>
5781    <member name="T:System.Windows.Forms.DataVisualization.Charting.CustomizeLegendEventArgs">
5782      <summary>Provides data for the <see cref="E:System.Windows.Forms.DataVisualization.Charting.Chart.CustomizeLegend" /> event of the <see cref="T:System.Windows.Forms.DataVisualization.Charting.Chart" /> control.</summary>
5783    </member>
5784    <member name="T:System.Windows.Forms.DataVisualization.Charting.CustomLabel">
5785      <summary>Represents a custom label for an axis.</summary>
5786    </member>
5787    <member name="T:System.Windows.Forms.DataVisualization.Charting.CustomLabelsCollection">
5788      <summary>Represents a collection of <see cref="T:System.Windows.Forms.DataVisualization.Charting.CustomLabel" /> objects.</summary>
5789    </member>
5790    <member name="T:System.Windows.Forms.DataVisualization.Charting.CustomProperties">
5791      <summary>Represents the custom properties for the data visualization charting.</summary>
5792    </member>
5793    <member name="T:System.Windows.Forms.DataVisualization.Charting.DataFormula">
5794      <summary>Provides properties and methods to prepare series data for technical analysis, apply formulas on the series data and prepare output data to be displayed as a chart. The actual calculations are performed in the <see cref="T:System.Windows.Forms.DataVisualization.Charting.StatisticFormula" /> class.</summary>
5795    </member>
5796    <member name="T:System.Windows.Forms.DataVisualization.Charting.DataManipulator">
5797      <summary>Provides method that performs data manipulation operations at run time. This class is exposed by the <see cref="P:System.Windows.Forms.DataVisualization.Charting.Chart.DataManipulator" /> property of the root <see cref="T:System.Windows.Forms.DataVisualization.Charting.Chart" /> object.</summary>
5798    </member>
5799    <member name="T:System.Windows.Forms.DataVisualization.Charting.DataPoint">
5800      <summary>Represents a data point that is stored in the <see cref="T:System.Windows.Forms.DataVisualization.Charting.DataPointCollection" /> class.</summary>
5801    </member>
5802    <member name="T:System.Windows.Forms.DataVisualization.Charting.DataPointCollection">
5803      <summary>Represents a collection of <see cref="T:System.Windows.Forms.DataVisualization.Charting.DataPoint" /> objects.</summary>
5804    </member>
5805    <member name="T:System.Windows.Forms.DataVisualization.Charting.DataPointComparer">
5806      <summary>Compares data points.</summary>
5807    </member>
5808    <member name="T:System.Windows.Forms.DataVisualization.Charting.DataPointCustomProperties">
5809      <summary>Defines custom properties that are common to data points, series and empty points.</summary>
5810    </member>
5811    <member name="T:System.Windows.Forms.DataVisualization.Charting.DateRangeType">
5812      <summary>Specifies a date/time interval that determines the ranges that will be filtered when you invoke one of the Filter method definitionsfound in the <see cref="T:System.Windows.Forms.DataVisualization.Charting.DataManipulator" /> class.</summary>
5813    </member>
5814    <member name="F:System.Windows.Forms.DataVisualization.Charting.DateRangeType.Year">
5815      <summary>Date/time interval is years.</summary>
5816    </member>
5817    <member name="F:System.Windows.Forms.DataVisualization.Charting.DateRangeType.Month">
5818      <summary>Date/time interval is months.</summary>
5819    </member>
5820    <member name="F:System.Windows.Forms.DataVisualization.Charting.DateRangeType.DayOfWeek">
5821      <summary>Date/time interval is days of the week.</summary>
5822    </member>
5823    <member name="F:System.Windows.Forms.DataVisualization.Charting.DateRangeType.DayOfMonth">
5824      <summary>Date/time interval is days of the month.</summary>
5825    </member>
5826    <member name="F:System.Windows.Forms.DataVisualization.Charting.DateRangeType.Hour">
5827      <summary>Date/time interval is hours.</summary>
5828    </member>
5829    <member name="F:System.Windows.Forms.DataVisualization.Charting.DateRangeType.Minute">
5830      <summary>Date/time interval is minutes.</summary>
5831    </member>
5832    <member name="T:System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType">
5833      <summary>Specifies an interval type.</summary>
5834    </member>
5835    <member name="F:System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType.Auto">
5836      <summary>Automatically determined by the <see cref="T:System.Web.UI.DataVisualization.Charting.Chart" /> control.</summary>
5837    </member>
5838    <member name="F:System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType.Number">
5839      <summary>Interval type is in numerical.</summary>
5840    </member>
5841    <member name="F:System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType.Years">
5842      <summary>Interval type is in years.</summary>
5843    </member>
5844    <member name="F:System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType.Months">
5845      <summary>Interval type is in months.</summary>
5846    </member>
5847    <member name="F:System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType.Weeks">
5848      <summary>Interval type is in weeks.</summary>
5849    </member>
5850    <member name="F:System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType.Days">
5851      <summary>Interval type is in days.</summary>
5852    </member>
5853    <member name="F:System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType.Hours">
5854      <summary>Interval type is in hours.</summary>
5855    </member>
5856    <member name="F:System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType.Minutes">
5857      <summary>Interval type is in minutes.</summary>
5858    </member>
5859    <member name="F:System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType.Seconds">
5860      <summary>Interval type is in seconds.</summary>
5861    </member>
5862    <member name="F:System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType.Milliseconds">
5863      <summary>Interval type is in milliseconds.</summary>
5864    </member>
5865    <member name="F:System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType.NotSet">
5866      <summary>The IntervalType or IntervalOffsetType property is not set. This value is used for grid lines, tick marks, strip lines and axis labels, and indicates that the interval type is being obtained from the <see cref="T:System.Web.UI.DataVisualization.Charting.Axis" /> object to which the element belongs. Setting this value for an <see cref="T:System.Web.UI.DataVisualization.Charting.Axis" /> object will have no effect.</summary>
5867    </member>
5868    <member name="T:System.Windows.Forms.DataVisualization.Charting.Docking">
5869      <summary>Specifies where a chart element, such as a legend or title, will be docked on the chart.</summary>
5870    </member>
5871    <member name="F:System.Windows.Forms.DataVisualization.Charting.Docking.Top">
5872      <summary>Docked to the top of either the chart image or a <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartArea" /> object.</summary>
5873    </member>
5874    <member name="F:System.Windows.Forms.DataVisualization.Charting.Docking.Right">
5875      <summary>Docked to the right of either the chart image or a <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartArea" /> object.</summary>
5876    </member>
5877    <member name="F:System.Windows.Forms.DataVisualization.Charting.Docking.Bottom">
5878      <summary>Docked to the bottom of either the chart image or a <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartArea" /> object.</summary>
5879    </member>
5880    <member name="F:System.Windows.Forms.DataVisualization.Charting.Docking.Left">
5881      <summary>Docked to the left of either the chart image or a <see cref="T:System.Windows.Forms.DataVisualization.Charting.ChartArea" /> object.</summary>
5882    </member>
5883    <member name="T:System.Windows.Forms.DataVisualization.Charting.ElementPosition">
5884      <summary>Represents the base class for many visual elements of the chart such as the legend, title, and chart areas. Defines the position of the chart element in relative coordinates, which range from (0,0) to (100,100).</summary>
5885    </member>
5886    <member name="T:System.Windows.Forms.DataVisualization.Charting.EllipseAnnotation">
5887      <summary>Represents an ellipse annotation.</summary>
5888    </member>
5889    <member name="T:System.Windows.Forms.DataVisualization.Charting.FinancialFormula">
5890      <summary>Specifies a financial formula.</summary>
5891    </member>
5892    <member name="F:System.Windows.Forms.DataVisualization.Charting.FinancialFormula.AccumulationDistribution">
5893      <summary>Accumulation Distribution formula uses a relationship between volume and prices to estimate the strength of price movements; if volume is increased, there is a high probability that prices will go up.</summary>
5894    </member>
5895    <member name="F:System.Windows.Forms.DataVisualization.Charting.FinancialFormula.AverageTrueRange">
5896      <summary>Average True Range indicator measures commitment and compares the range between the High, Low and Close prices.</summary>
5897    </member>
5898    <member name="F:System.Windows.Forms.DataVisualization.Charting.FinancialFormula.BollingerBands">
5899      <summary>Bollinger Bands indicators are plotted at standard deviation levels above and below a simple moving average.</summary>
5900    </member>
5901    <member name="F:System.Windows.Forms.DataVisualization.Charting.FinancialFormula.ChaikinOscillator">
5902      <summary>Chaikin Oscillator indicator is the difference between a 3-day exponential moving average and a 10-day exponential moving average applied to the accumulation distribution.</summary>
5903    </member>
5904    <member name="F:System.Windows.Forms.DataVisualization.Charting.FinancialFormula.CommodityChannelIndex">
5905      <summary>Commodity Channel Index compares prices with their moving averages.</summary>
5906    </member>
5907    <member name="F:System.Windows.Forms.DataVisualization.Charting.FinancialFormula.DetrendedPriceOscillator">
5908      <summary>Detrended Price Oscillator attempts to remove trends from prices.</summary>
5909    </member>
5910    <member name="F:System.Windows.Forms.DataVisualization.Charting.FinancialFormula.EaseOfMovement">
5911      <summary>Ease of Movement deals with the relationship between volume and price change, and uses volume to indicate how strong a trend is for prices.</summary>
5912    </member>
5913    <member name="F:System.Windows.Forms.DataVisualization.Charting.FinancialFormula.Envelopes">
5914      <summary>Envelopes are plotted above and below a moving average using a specified percentage as the shift.</summary>
5915    </member>
5916    <member name="F:System.Windows.Forms.DataVisualization.Charting.FinancialFormula.ExponentialMovingAverage">
5917      <summary>An Exponential Moving Average is an average of data calculated over a period of time where the most recent days have more weight.</summary>
5918    </member>
5919    <member name="F:System.Windows.Forms.DataVisualization.Charting.FinancialFormula.Forecasting">
5920      <summary>Forecasting predicts future values using historical observations.</summary>
5921    </member>
5922    <member name="F:System.Windows.Forms.DataVisualization.Charting.FinancialFormula.MovingAverageConvergenceDivergence">
5923      <summary>The Moving Average Convergence/Divergence indicator compares two moving averages of prices and is used with a 9-day Exponential Moving average as a signal that indicates buying and selling moments.</summary>
5924    </member>
5925    <member name="F:System.Windows.Forms.DataVisualization.Charting.FinancialFormula.MassIndex">
5926      <summary>The Mass Index is used to predict trend reversal by comparing the difference and range between High and Low prices.</summary>
5927    </member>
5928    <member name="F:System.Windows.Forms.DataVisualization.Charting.FinancialFormula.MedianPrice">
5929      <summary>Median prices are mid-point values of daily prices and can be used as a filter for trend indicators.</summary>
5930    </member>
5931    <member name="F:System.Windows.Forms.DataVisualization.Charting.FinancialFormula.MoneyFlow">
5932      <summary>The Money Flow indicator compares upward changes and downward changes of volume-weighted typical prices.</summary>
5933    </member>
5934    <member name="F:System.Windows.Forms.DataVisualization.Charting.FinancialFormula.NegativeVolumeIndex">
5935      <summary>The Negative Volume Index should be used with the Positive Volume index; the Negative Volume Index only changes if the volume decreases from the previous day.</summary>
5936    </member>
5937    <member name="F:System.Windows.Forms.DataVisualization.Charting.FinancialFormula.OnBalanceVolume">
5938      <summary>The On Balance Volume indicator measures positive and negative volume flow.</summary>
5939    </member>
5940    <member name="F:System.Windows.Forms.DataVisualization.Charting.FinancialFormula.Performance">
5941      <summary>The Performance indicator compares a current closing price or any other price with the first closing value from the first time period.</summary>
5942    </member>
5943    <member name="F:System.Windows.Forms.DataVisualization.Charting.FinancialFormula.PositiveVolumeIndex">
5944      <summary>The Positive Volume Index should be used with the Negative Volume index. The Positive volume index only changes if the volume decreases from the previous day.</summary>
5945    </member>
5946    <member name="F:System.Windows.Forms.DataVisualization.Charting.FinancialFormula.PriceVolumeTrend">
5947      <summary>The Price Volume Trend is a cumulative volume total that is calculated using relative changes of the closing price, and should be used with other indicators.</summary>
5948    </member>
5949    <member name="F:System.Windows.Forms.DataVisualization.Charting.FinancialFormula.RateOfChange">
5950      <summary>The Rate of Change indicator compares a specified closing price with the current price.</summary>
5951    </member>
5952    <member name="F:System.Windows.Forms.DataVisualization.Charting.FinancialFormula.RelativeStrengthIndex">
5953      <summary>The Relative Strength Index is a momentum oscillator that compares upward movements of the closing price with downward movements, and results in values that range from 0 to 100.</summary>
5954    </member>
5955    <member name="F:System.Windows.Forms.DataVisualization.Charting.FinancialFormula.MovingAverage">
5956      <summary>A Simple Moving Average is an average of data calculated over a period of time. The moving average is the most popular price indicator used in technical analysis, and can be used with any price, for example, Hi, Low, Open and Close, or can be applied to other indicators.</summary>
5957    </member>
5958    <member name="F:System.Windows.Forms.DataVisualization.Charting.FinancialFormula.StandardDeviation">
5959      <summary>Standard Deviation is used to indicate volatility, and measures the difference between values, for example, closing price, and their moving average.</summary>
5960    </member>
5961    <member name="F:System.Windows.Forms.DataVisualization.Charting.FinancialFormula.StochasticIndicator">
5962      <summary>The Stochastic Indicator helps to find trend reversal by searching in a period for when the closing prices are close to low prices in an upward trending market and when the closing prices are close to high prices in a downward trending market.</summary>
5963    </member>
5964    <member name="F:System.Windows.Forms.DataVisualization.Charting.FinancialFormula.TriangularMovingAverage">
5965      <summary>A Triangular Moving Average is an average of data calculated over a period of time where the middle portion of data has more weight.</summary>
5966    </member>
5967    <member name="F:System.Windows.Forms.DataVisualization.Charting.FinancialFormula.TripleExponentialMovingAverage">
5968      <summary>The Triple Exponential Moving Average is based on a triple moving average of the closing price. Its purpose is to eliminate short cycles. This indicator keeps the closing price in trends that are shorter than the specified period.</summary>
5969    </member>
5970    <member name="F:System.Windows.Forms.DataVisualization.Charting.FinancialFormula.TypicalPrice">
5971      <summary>Typical Price is the average value of daily prices, and can be used as a filter for trend indicators.</summary>
5972    </member>
5973    <member name="F:System.Windows.Forms.DataVisualization.Charting.FinancialFormula.VolatilityChaikins">
5974      <summary>The Volatility Chaikins indicator measures the difference between High and Low prices, and is used to indicate tops or bottoms of the market.</summary>
5975    </member>
5976    <member name="F:System.Windows.Forms.DataVisualization.Charting.FinancialFormula.VolumeOscillator">
5977      <summary>The Volume Oscillator attempts to identify trends in volume by comparing two moving averages: one with a short period and another with a longer period.</summary>
5978    </member>
5979    <member name="F:System.Windows.Forms.DataVisualization.Charting.FinancialFormula.WeightedClose">
5980      <summary>The Weighted Close formula calculates the average value of daily prices. The only difference between Typical Price and the Weighted Close is that the closing price has extra weight, and is considered the most important price.</summary>
5981    </member>
5982    <member name="F:System.Windows.Forms.DataVisualization.Charting.FinancialFormula.WeightedMovingAverage">
5983      <summary>Weighted Moving Average is an average of data that is calculated over a period of time, where greater weight is attached to the most recent data.</summary>
5984    </member>
5985    <member name="F:System.Windows.Forms.DataVisualization.Charting.FinancialFormula.WilliamsR">
5986      <summary>Williams %R is a momentum indicator, and is used to measure overbought and oversold levels.</summary>
5987    </member>
5988    <member name="T:System.Windows.Forms.DataVisualization.Charting.FormatNumberEventArgs">
5989      <summary>Represents the event arguments of the localized number-formatting event.</summary>
5990    </member>
5991    <member name="T:System.Windows.Forms.DataVisualization.Charting.FTestResult">
5992      <summary>Stores results of the FTest statistical methods.</summary>
5993    </member>
5994    <member name="T:System.Windows.Forms.DataVisualization.Charting.GradientStyle">
5995      <summary>Specifies a gradient style to be used for a chart element.</summary>
5996    </member>
5997    <member name="F:System.Windows.Forms.DataVisualization.Charting.GradientStyle.None">
5998      <summary>No gradient is applied.</summary>
5999    </member>
6000    <member name="F:System.Windows.Forms.DataVisualization.Charting.GradientStyle.LeftRight">
6001      <summary>Gradient is applied from left to right.</summary>
6002    </member>
6003    <member name="F:System.Windows.Forms.DataVisualization.Charting.GradientStyle.TopBottom">
6004      <summary>Gradient is applied from top to bottom.</summary>
6005    </member>
6006    <member name="F:System.Windows.Forms.DataVisualization.Charting.GradientStyle.Center">
6007      <summary>Gradient is applied from the center outwards.</summary>
6008    </member>
6009    <member name="F:System.Windows.Forms.DataVisualization.Charting.GradientStyle.DiagonalLeft">
6010      <summary>Gradient is applied diagonally from left to right.</summary>
6011    </member>
6012    <member name="F:System.Windows.Forms.DataVisualization.Charting.GradientStyle.DiagonalRight">
6013      <summary>Gradient is applied diagonally from right to left.</summary>
6014    </member>
6015    <member name="F:System.Windows.Forms.DataVisualization.Charting.GradientStyle.HorizontalCenter">
6016      <summary>Gradient is applied horizontally from the center outwards.</summary>
6017    </member>
6018    <member name="F:System.Windows.Forms.DataVisualization.Charting.GradientStyle.VerticalCenter">
6019      <summary>Gradient is applied vertically from the center outwards.</summary>
6020    </member>
6021    <member name="T:System.Windows.Forms.DataVisualization.Charting.Grid">
6022      <summary>Provides methods and properties that manage the major and minor grids of <see cref="T:System.Windows.Forms.DataVisualization.Charting.Axis" /> objects.</summary>
6023    </member>
6024    <member name="T:System.Windows.Forms.DataVisualization.Charting.GridTickTypes">
6025      <summary>Specifies the options for displaying a grid line or a tick mark for a custom label.</summary>
6026    </member>
6027    <member name="F:System.Windows.Forms.DataVisualization.Charting.GridTickTypes.None">
6028      <summary>No tick mark or grid line is shown.</summary>
6029    </member>
6030    <member name="F:System.Windows.Forms.DataVisualization.Charting.GridTickTypes.TickMark">
6031      <summary>A tick mark is shown.</summary>
6032    </member>
6033    <member name="F:System.Windows.Forms.DataVisualization.Charting.GridTickTypes.Gridline">
6034      <summary>A grid line is shown.</summary>
6035    </member>
6036    <member name="F:System.Windows.Forms.DataVisualization.Charting.GridTickTypes.All">
6037      <summary>A tick mark and a grid line are shown.</summary>
6038    </member>
6039    <member name="T:System.Windows.Forms.DataVisualization.Charting.HitTestResult">
6040      <summary>Represents the results of a hit test.</summary>
6041    </member>
6042    <member name="T:System.Windows.Forms.DataVisualization.Charting.HorizontalLineAnnotation">
6043      <summary>Represents a horizontal line annotation.</summary>
6044    </member>
6045    <member name="T:System.Windows.Forms.DataVisualization.Charting.IDataPointFilter">
6046      <summary>Exposes the <see cref="M:System.Windows.Forms.DataVisualization.Charting.IDataPointFilter.FilterDataPoint(System.Windows.Forms.DataVisualization.Charting.DataPoint,System.Windows.Forms.DataVisualization.Charting.Series,System.Int32)" /> method, which allows <see cref="T:System.Windows.Forms.DataVisualization.Charting.Series" /> data to be custom filtered.</summary>
6047    </member>
6048    <member name="T:System.Windows.Forms.DataVisualization.Charting.ImageAnnotation">
6049      <summary>Represents an image annotation.</summary>
6050    </member>
6051    <member name="T:System.Windows.Forms.DataVisualization.Charting.IntervalAutoMode">
6052      <summary>Specifies the automatic axis interval mode.</summary>
6053    </member>
6054    <member name="F:System.Windows.Forms.DataVisualization.Charting.IntervalAutoMode.FixedCount">
6055      <summary>A fixed number of intervals are always created on the axis.</summary>
6056    </member>
6057    <member name="F:System.Windows.Forms.DataVisualization.Charting.IntervalAutoMode.VariableCount">
6058      <summary>The number of axis intervals depends on the axis length.</summary>
6059    </member>
6060    <member name="T:System.Windows.Forms.DataVisualization.Charting.IntervalType">
6061      <summary>Specifies an interval type.</summary>
6062    </member>
6063    <member name="F:System.Windows.Forms.DataVisualization.Charting.IntervalType.Number">
6064      <summary>A numerical interval.</summary>
6065    </member>
6066    <member name="F:System.Windows.Forms.DataVisualization.Charting.IntervalType.Years">
6067      <summary>An interval of years.</summary>
6068    </member>
6069    <member name="F:System.Windows.Forms.DataVisualization.Charting.IntervalType.Months">
6070      <summary>An interval of months.</summary>
6071    </member>
6072    <member name="F:System.Windows.Forms.DataVisualization.Charting.IntervalType.Weeks">
6073      <summary>An interval of weeks.</summary>
6074    </member>
6075    <member name="F:System.Windows.Forms.DataVisualization.Charting.IntervalType.Days">
6076      <summary>An interval of days.</summary>
6077    </member>
6078    <member name="F:System.Windows.Forms.DataVisualization.Charting.IntervalType.Hours">
6079      <summary>An interval of hours.</summary>
6080    </member>
6081    <member name="F:System.Windows.Forms.DataVisualization.Charting.IntervalType.Minutes">
6082      <summary>An interval of minutes.</summary>
6083    </member>
6084    <member name="F:System.Windows.Forms.DataVisualization.Charting.IntervalType.Seconds">
6085      <summary>An interval of seconds.</summary>
6086    </member>
6087    <member name="F:System.Windows.Forms.DataVisualization.Charting.IntervalType.Milliseconds">
6088      <summary>An interval of milliseconds.</summary>
6089    </member>
6090    <member name="T:System.Windows.Forms.DataVisualization.Charting.LabelAlignmentStyles">
6091      <summary>Specifies a label alignment when <see cref="T:System.Windows.Forms.DataVisualization.Charting.SmartLabelStyle" /> is used.</summary>
6092    </member>
6093    <member name="F:System.Windows.Forms.DataVisualization.Charting.LabelAlignmentStyles.Top">
6094      <summary>Label is aligned to the top of the data point.</summary>
6095    </member>
6096    <member name="F:System.Windows.Forms.DataVisualization.Charting.LabelAlignmentStyles.Bottom">
6097      <summary>Label is aligned to the bottom of the data point.</summary>
6098    </member>
6099    <member name="F:System.Windows.Forms.DataVisualization.Charting.LabelAlignmentStyles.Right">
6100      <summary>Label is aligned to the right of the data point.</summary>
6101    </member>
6102    <member name="F:System.Windows.Forms.DataVisualization.Charting.LabelAlignmentStyles.Left">
6103      <summary>Label is aligned to the left of the data point.</summary>
6104    </member>
6105    <member name="F:System.Windows.Forms.DataVisualization.Charting.LabelAlignmentStyles.TopLeft">
6106      <summary>Label is aligned to the top-left corner of the data point.</summary>
6107    </member>
6108    <member name="F:System.Windows.Forms.DataVisualization.Charting.LabelAlignmentStyles.TopRight">
6109      <summary>Label is aligned to the top-right corner of the data point.</summary>
6110    </member>
6111    <member name="F:System.Windows.Forms.DataVisualization.Charting.LabelAlignmentStyles.BottomLeft">
6112      <summary>Label is aligned to the bottom-left of the data point.</summary>
6113    </member>
6114    <member name="F:System.Windows.Forms.DataVisualization.Charting.LabelAlignmentStyles.BottomRight">
6115      <summary>Label is aligned to the bottom-right of the data point.</summary>
6116    </member>
6117    <member name="F:System.Windows.Forms.DataVisualization.Charting.LabelAlignmentStyles.Center">
6118      <summary>Label is aligned to the center of the data point.</summary>
6119    </member>
6120    <member name="T:System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles">
6121      <summary>Specifies style changes that can automatically be made to a label when the <see cref="P:System.Windows.Forms.DataVisualization.Charting.Axis.LabelAutoFitStyle" /> property is used.</summary>
6122    </member>
6123    <member name="F:System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.None">
6124      <summary>No label changes are allowed.</summary>
6125    </member>
6126    <member name="F:System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.IncreaseFont">
6127      <summary>Label font can be increased.</summary>
6128    </member>
6129    <member name="F:System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.DecreaseFont">
6130      <summary>Label font can be decreased.</summary>
6131    </member>
6132    <member name="F:System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.StaggeredLabels">
6133      <summary>Labels can be staggered.</summary>
6134    </member>
6135    <member name="F:System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.LabelsAngleStep30">
6136      <summary>Labels can be angled in 30 degree steps: 0, 30, 60 and 90.</summary>
6137    </member>
6138    <member name="F:System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.LabelsAngleStep45">
6139      <summary>Labels can be angled in 45 degree steps: 0, 45, and 90.</summary>
6140    </member>
6141    <member name="F:System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.LabelsAngleStep90">
6142      <summary>Labels can be angled in 90 degree steps: 0 and 90.</summary>
6143    </member>
6144    <member name="F:System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.WordWrap">
6145      <summary>Labels can be word wrapped.</summary>
6146    </member>
6147    <member name="T:System.Windows.Forms.DataVisualization.Charting.LabelCalloutStyle">
6148      <summary>Specifies the type of leader line that should be drawn from the point to the label.</summary>
6149    </member>
6150    <member name="F:System.Windows.Forms.DataVisualization.Charting.LabelCalloutStyle.None">
6151      <summary>Line will terminate at the label without any added style.</summary>
6152    </member>
6153    <member name="F:System.Windows.Forms.DataVisualization.Charting.LabelCalloutStyle.Underlined">
6154      <summary>Line will terminate with a horizontal line beneath the label text.</summary>
6155    </member>
6156    <member name="F:System.Windows.Forms.DataVisualization.Charting.LabelCalloutStyle.Box">
6157      <summary>Line will terminate at a box drawn around the label text.</summary>
6158    </member>
6159    <member name="T:System.Windows.Forms.DataVisualization.Charting.LabelMarkStyle">
6160      <summary>Specifies a mark for custom labels.</summary>
6161    </member>
6162    <member name="F:System.Windows.Forms.DataVisualization.Charting.LabelMarkStyle.None">
6163      <summary>No label marks are used.</summary>
6164    </member>
6165    <member name="F:System.Windows.Forms.DataVisualization.Charting.LabelMarkStyle.SideMark">
6166      <summary>Custom labels use side marks.</summary>
6167    </member>
6168    <member name="F:System.Windows.Forms.DataVisualization.Charting.LabelMarkStyle.LineSideMark">
6169      <summary>Custom labels use line and side marks.</summary>
6170    </member>
6171    <member name="F:System.Windows.Forms.DataVisualization.Charting.LabelMarkStyle.Box">
6172      <summary>Draws a box around the label. The box always starts at the axis position.</summary>
6173    </member>
6174    <member name="T:System.Windows.Forms.DataVisualization.Charting.LabelOutsidePlotAreaStyle">
6175      <summary>Specifies the degree to which a label can be drawn outside a plotting area.</summary>
6176    </member>
6177    <member name="F:System.Windows.Forms.DataVisualization.Charting.LabelOutsidePlotAreaStyle.Yes">
6178      <summary>Labels can be drawn outside the plotting area.</summary>
6179    </member>
6180    <member name="F:System.Windows.Forms.DataVisualization.Charting.LabelOutsidePlotAreaStyle.No">
6181      <summary>Labels cannot de drawn outside the plotting area.</summary>
6182    </member>
6183    <member name="F:System.Windows.Forms.DataVisualization.Charting.LabelOutsidePlotAreaStyle.Partial">
6184      <summary>Labels can be drawn partially outside the plotting area. </summary>
6185    </member>
6186    <member name="T:System.Windows.Forms.DataVisualization.Charting.LabelStyle">
6187      <summary>Provides properties that define the visual appearance of the axis labels. </summary>
6188    </member>
6189    <member name="T:System.Windows.Forms.DataVisualization.Charting.Legend">
6190      <summary>Represents the legend for the chart image.</summary>
6191    </member>
6192    <member name="T:System.Windows.Forms.DataVisualization.Charting.LegendCell">
6193      <summary>Represents a legend cell in a legend item.</summary>
6194    </member>
6195    <member name="T:System.Windows.Forms.DataVisualization.Charting.LegendCellCollection">
6196      <summary>Stores legend cells in a <see cref="T:System.Windows.Forms.DataVisualization.Charting.LegendCellCollection" /> object.</summary>
6197    </member>
6198    <member name="T:System.Windows.Forms.DataVisualization.Charting.LegendCellColumn">
6199      <summary>Represents a cell column in a legend, which is used to extend the functionality of the default legend.</summary>
6200    </member>
6201    <member name="T:System.Windows.Forms.DataVisualization.Charting.LegendCellColumnCollection">
6202      <summary>Stores <see cref="T:System.Windows.Forms.DataVisualization.Charting.LegendCellColumn" /> objects, which are applied to default legend items.</summary>
6203    </member>
6204    <member name="T:System.Windows.Forms.DataVisualization.Charting.LegendCellColumnType">
6205      <summary>Specifies a legend cell column type.</summary>
6206    </member>
6207    <member name="F:System.Windows.Forms.DataVisualization.Charting.LegendCellColumnType.Text">
6208      <summary>The legend cell column contains text.</summary>
6209    </member>
6210    <member name="F:System.Windows.Forms.DataVisualization.Charting.LegendCellColumnType.SeriesSymbol">
6211      <summary>The legend cell column contains a series symbol such as a line, rectangle, or line with marker.</summary>
6212    </member>
6213    <member name="T:System.Windows.Forms.DataVisualization.Charting.LegendCellType">
6214      <summary>Specifies a legend cell type.</summary>
6215    </member>
6216    <member name="F:System.Windows.Forms.DataVisualization.Charting.LegendCellType.Text">
6217      <summary>The legend cell contains text.</summary>
6218    </member>
6219    <member name="F:System.Windows.Forms.DataVisualization.Charting.LegendCellType.SeriesSymbol">
6220      <summary>The legend cell contains a series symbol, such as a line or rectangle.</summary>
6221    </member>
6222    <member name="F:System.Windows.Forms.DataVisualization.Charting.LegendCellType.Image">
6223      <summary>The legend cell contains an image.</summary>
6224    </member>
6225    <member name="T:System.Windows.Forms.DataVisualization.Charting.LegendCollection">
6226      <summary>Represents a collection of <see cref="T:System.Windows.Forms.DataVisualization.Charting.Legend" /> objects.</summary>
6227    </member>
6228    <member name="T:System.Windows.Forms.DataVisualization.Charting.LegendImageStyle">
6229      <summary>Specifies the style to apply to the symbol for a legend item.</summary>
6230    </member>
6231    <member name="F:System.Windows.Forms.DataVisualization.Charting.LegendImageStyle.Rectangle">
6232      <summary>The symbol will be a rectangle.</summary>
6233    </member>
6234    <member name="F:System.Windows.Forms.DataVisualization.Charting.LegendImageStyle.Line">
6235      <summary>The symbol will be a line.</summary>
6236    </member>
6237    <member name="F:System.Windows.Forms.DataVisualization.Charting.LegendImageStyle.Marker">
6238      <summary>The symbol will be a marker.</summary>
6239    </member>
6240    <member name="T:System.Windows.Forms.DataVisualization.Charting.LegendItem">
6241      <summary>Represents a legend item, which is stored in the <see cref="T:System.Windows.Forms.DataVisualization.Charting.LegendItemsCollection" /> class.</summary>
6242    </member>
6243    <member name="T:System.Windows.Forms.DataVisualization.Charting.LegendItemOrder">
6244      <summary>Specifies the order in which items are added to the legend.</summary>
6245    </member>
6246    <member name="F:System.Windows.Forms.DataVisualization.Charting.LegendItemOrder.Auto">
6247      <summary>The chart automatically determines the order in which items are added to the legend.</summary>
6248    </member>
6249    <member name="F:System.Windows.Forms.DataVisualization.Charting.LegendItemOrder.SameAsSeriesOrder">
6250      <summary>Items are added to the legend in the same order as items added to the chart series.</summary>
6251    </member>
6252    <member name="F:System.Windows.Forms.DataVisualization.Charting.LegendItemOrder.ReversedSeriesOrder">
6253      <summary>Items are added to the legend in the reverse order of items added to the chart series.</summary>
6254    </member>
6255    <member name="T:System.Windows.Forms.DataVisualization.Charting.LegendItemsCollection">
6256      <summary>Represents a collection of <see cref="T:System.Windows.Forms.DataVisualization.Charting.LegendItem" /> objects.</summary>
6257    </member>
6258    <member name="T:System.Windows.Forms.DataVisualization.Charting.LegendSeparatorStyle">
6259      <summary>Specifies the styles for legend separator lines.</summary>
6260    </member>
6261    <member name="F:System.Windows.Forms.DataVisualization.Charting.LegendSeparatorStyle.None">
6262      <summary>No separator will be shown.</summary>
6263    </member>
6264    <member name="F:System.Windows.Forms.DataVisualization.Charting.LegendSeparatorStyle.Line">
6265      <summary>Legend separator is a solid line.</summary>
6266    </member>
6267    <member name="F:System.Windows.Forms.DataVisualization.Charting.LegendSeparatorStyle.ThickLine">
6268      <summary>Legend separator is a thick solid line.</summary>
6269    </member>
6270    <member name="F:System.Windows.Forms.DataVisualization.Charting.LegendSeparatorStyle.DoubleLine">
6271      <summary>Legend separator is a double line.</summary>
6272    </member>
6273    <member name="F:System.Windows.Forms.DataVisualization.Charting.LegendSeparatorStyle.DashLine">
6274      <summary>Legend separator is a dashed line.</summary>
6275    </member>
6276    <member name="F:System.Windows.Forms.DataVisualization.Charting.LegendSeparatorStyle.DotLine">
6277      <summary>Legend separator is a dotted line.</summary>
6278    </member>
6279    <member name="F:System.Windows.Forms.DataVisualization.Charting.LegendSeparatorStyle.GradientLine">
6280      <summary>Legend separator is a solid line with a gradient on the ends.</summary>
6281    </member>
6282    <member name="F:System.Windows.Forms.DataVisualization.Charting.LegendSeparatorStyle.ThickGradientLine">
6283      <summary>Legend separator is a thick solid line with a gradient on the ends.</summary>
6284    </member>
6285    <member name="T:System.Windows.Forms.DataVisualization.Charting.LegendStyle">
6286      <summary>Specifies the legend style.</summary>
6287    </member>
6288    <member name="F:System.Windows.Forms.DataVisualization.Charting.LegendStyle.Column">
6289      <summary>Legend items are displayed using one column and multiple rows.</summary>
6290    </member>
6291    <member name="F:System.Windows.Forms.DataVisualization.Charting.LegendStyle.Row">
6292      <summary>Legend items are displayed using multiple columns and one row.</summary>
6293    </member>
6294    <member name="F:System.Windows.Forms.DataVisualization.Charting.LegendStyle.Table">
6295      <summary>Legend items are displayed using multiple columns and multiple rows.</summary>
6296    </member>
6297    <member name="T:System.Windows.Forms.DataVisualization.Charting.LegendTableStyle">
6298      <summary>Specifies the legend table style.</summary>
6299    </member>
6300    <member name="F:System.Windows.Forms.DataVisualization.Charting.LegendTableStyle.Auto">
6301      <summary>The legend table style is automatically determined by the <see cref="T:System.Windows.Forms.DataVisualization.Charting.Chart" /> control.</summary>
6302    </member>
6303    <member name="F:System.Windows.Forms.DataVisualization.Charting.LegendTableStyle.Wide">
6304      <summary>Legend items will be fit horizontally within the legend. This style is preferred when <see cref="T:System.Windows.Forms.DataVisualization.Charting.Docking" /> is set to <see cref="F:System.Windows.Forms.DataVisualization.Charting.Docking.Top" /> or <see cref="F:System.Windows.Forms.DataVisualization.Charting.Docking.Bottom" />.</summary>
6305    </member>
6306    <member name="F:System.Windows.Forms.DataVisualization.Charting.LegendTableStyle.Tall">
6307      <summary>Legend items will be fit vertically within the legend. This style is preferred when <see cref="T:System.Windows.Forms.DataVisualization.Charting.Docking" /> is set to <see cref="F:System.Windows.Forms.DataVisualization.Charting.Docking.Left" /> or <see cref="F:System.Windows.Forms.DataVisualization.Charting.Docking.Right" />.</summary>
6308    </member>
6309    <member name="T:System.Windows.Forms.DataVisualization.Charting.LightStyle">
6310      <summary>Specifies a lighting style for a three-dimensional (3D) chart area.</summary>
6311    </member>
6312    <member name="F:System.Windows.Forms.DataVisualization.Charting.LightStyle.None">
6313      <summary>No lighting is applied.</summary>
6314    </member>
6315    <member name="F:System.Windows.Forms.DataVisualization.Charting.LightStyle.Simplistic">
6316      <summary>A simplistic lighting style is applied, where the hue of all chart area elements is fixed.</summary>
6317    </member>
6318    <member name="F:System.Windows.Forms.DataVisualization.Charting.LightStyle.Realistic">
6319      <summary>A realistic lighting style is applied, where the hue of all chart area elements changes depending on the amount of rotation.</summary>
6320    </member>
6321    <member name="T:System.Windows.Forms.DataVisualization.Charting.LineAnchorCapStyle">
6322      <summary>Specifies the shape—that is, the anchor cap—to draw on the point end of the label callout line.</summary>
6323    </member>
6324    <member name="F:System.Windows.Forms.DataVisualization.Charting.LineAnchorCapStyle.None">
6325      <summary>Anchor cap will not be drawn.</summary>
6326    </member>
6327    <member name="F:System.Windows.Forms.DataVisualization.Charting.LineAnchorCapStyle.Arrow">
6328      <summary>Anchor cap will be drawn with an arrowhead.</summary>
6329    </member>
6330    <member name="F:System.Windows.Forms.DataVisualization.Charting.LineAnchorCapStyle.Diamond">
6331      <summary>Anchor cap will be drawn with a diamond-shaped end.</summary>
6332    </member>
6333    <member name="F:System.Windows.Forms.DataVisualization.Charting.LineAnchorCapStyle.Square">
6334      <summary>Anchor cap will be drawn with a square head.</summary>
6335    </member>
6336    <member name="F:System.Windows.Forms.DataVisualization.Charting.LineAnchorCapStyle.Round">
6337      <summary>Anchor cap will be drawn with a round end.</summary>
6338    </member>
6339    <member name="T:System.Windows.Forms.DataVisualization.Charting.LineAnnotation">
6340      <summary>Represents a line annotation.</summary>
6341    </member>
6342    <member name="T:System.Windows.Forms.DataVisualization.Charting.Margins">
6343      <summary>Represents the margins for various chart elements.</summary>
6344    </member>
6345    <member name="T:System.Windows.Forms.DataVisualization.Charting.MarkerStyle">
6346      <summary>Specifies a style for markers. </summary>
6347    </member>
6348    <member name="F:System.Windows.Forms.DataVisualization.Charting.MarkerStyle.None">
6349      <summary>No marker is displayed for the series or data point.</summary>
6350    </member>
6351    <member name="F:System.Windows.Forms.DataVisualization.Charting.MarkerStyle.Square">
6352      <summary>A square marker is displayed.</summary>
6353    </member>
6354    <member name="F:System.Windows.Forms.DataVisualization.Charting.MarkerStyle.Circle">
6355      <summary>A circular marker is displayed.</summary>
6356    </member>
6357    <member name="F:System.Windows.Forms.DataVisualization.Charting.MarkerStyle.Diamond">
6358      <summary>A diamond-shaped marker is displayed.</summary>
6359    </member>
6360    <member name="F:System.Windows.Forms.DataVisualization.Charting.MarkerStyle.Triangle">
6361      <summary>A triangular marker is displayed.</summary>
6362    </member>
6363    <member name="F:System.Windows.Forms.DataVisualization.Charting.MarkerStyle.Cross">
6364      <summary>A cross-shaped marker is displayed.</summary>
6365    </member>
6366    <member name="F:System.Windows.Forms.DataVisualization.Charting.MarkerStyle.Star4">
6367      <summary>A 4-point star-shaped marker is displayed.</summary>
6368    </member>
6369    <member name="F:System.Windows.Forms.DataVisualization.Charting.MarkerStyle.Star5">
6370      <summary>A 5-point star-shaped marker is displayed.</summary>
6371    </member>
6372    <member name="F:System.Windows.Forms.DataVisualization.Charting.MarkerStyle.Star6">
6373      <summary>A 6-point star-shaped marker is displayed.</summary>
6374    </member>
6375    <member name="F:System.Windows.Forms.DataVisualization.Charting.MarkerStyle.Star10">
6376      <summary>A 10-point star-shaped marker is displayed.</summary>
6377    </member>
6378    <member name="T:System.Windows.Forms.DataVisualization.Charting.NamedImage">
6379      <summary>Represents named images, which are stored in the <see cref="T:System.Windows.Forms.DataVisualization.Charting.NamedImagesCollection" />.</summary>
6380    </member>
6381    <member name="T:System.Windows.Forms.DataVisualization.Charting.NamedImagesCollection">
6382      <summary>Represents a collection of <see cref="T:System.Windows.Forms.DataVisualization.Charting.NamedImage" /> objects.</summary>
6383    </member>
6384    <member name="T:System.Windows.Forms.DataVisualization.Charting.Point3D">
6385      <summary>Represents the coordinates of a three-dimensional (3D) data point. This class is used when performing custom drawing with 3D charts.</summary>
6386    </member>
6387    <member name="T:System.Windows.Forms.DataVisualization.Charting.PointSortOrder">
6388      <summary>Indicates whether the sort order for data points is ascending or descending.</summary>
6389    </member>
6390    <member name="F:System.Windows.Forms.DataVisualization.Charting.PointSortOrder.Ascending">
6391      <summary>Ascending sort order, that is, smallest to largest values.</summary>
6392    </member>
6393    <member name="F:System.Windows.Forms.DataVisualization.Charting.PointSortOrder.Descending">
6394      <summary>Descending sort order, that is, largest to smallest values.</summary>
6395    </member>
6396    <member name="T:System.Windows.Forms.DataVisualization.Charting.PolygonAnnotation">
6397      <summary>Represents a polygon annotation.</summary>
6398    </member>
6399    <member name="T:System.Windows.Forms.DataVisualization.Charting.PolylineAnnotation">
6400      <summary>Represents a polyline annotation.</summary>
6401    </member>
6402    <member name="T:System.Windows.Forms.DataVisualization.Charting.PrintingManager">
6403      <summary>Represents the print manager for the chart.</summary>
6404    </member>
6405    <member name="T:System.Windows.Forms.DataVisualization.Charting.RectangleAnnotation">
6406      <summary>Represents a rectangle annotation.</summary>
6407    </member>
6408    <member name="T:System.Windows.Forms.DataVisualization.Charting.ScrollBarButtonStyles">
6409      <summary>Specifies the type of button that will be displayed on the scrollbar.</summary>
6410    </member>
6411    <member name="F:System.Windows.Forms.DataVisualization.Charting.ScrollBarButtonStyles.None">
6412      <summary>No buttons are displayed.</summary>
6413    </member>
6414    <member name="F:System.Windows.Forms.DataVisualization.Charting.ScrollBarButtonStyles.SmallScroll">
6415      <summary>The up/down and left/right buttons only are displayed.</summary>
6416    </member>
6417    <member name="F:System.Windows.Forms.DataVisualization.Charting.ScrollBarButtonStyles.ResetZoom">
6418      <summary>The reset and zoom (thumb) buttons are displayed.</summary>
6419    </member>
6420    <member name="F:System.Windows.Forms.DataVisualization.Charting.ScrollBarButtonStyles.All">
6421      <summary>All buttons are displayed.</summary>
6422    </member>
6423    <member name="T:System.Windows.Forms.DataVisualization.Charting.ScrollBarButtonType">
6424      <summary>Specifies the button clicked by a user in the <see cref="E:System.Windows.Forms.DataVisualization.Charting.Chart.AxisScrollBarClicked" /> event.</summary>
6425    </member>
6426    <member name="F:System.Windows.Forms.DataVisualization.Charting.ScrollBarButtonType.ThumbTracker">
6427      <summary>The tracker button (also known as the scrollbar thumb) was clicked.</summary>
6428    </member>
6429    <member name="F:System.Windows.Forms.DataVisualization.Charting.ScrollBarButtonType.SmallDecrement">
6430      <summary>A down or left arrow button was clicked to decrease the scroll view by a small decrement.</summary>
6431    </member>
6432    <member name="F:System.Windows.Forms.DataVisualization.Charting.ScrollBarButtonType.SmallIncrement">
6433      <summary>An up or right arrow button was clicked to increase the scroll view by a small increment.</summary>
6434    </member>
6435    <member name="F:System.Windows.Forms.DataVisualization.Charting.ScrollBarButtonType.LargeDecrement">
6436      <summary>The scroll view was decreased by a large decrement, by clicking the area beneath a scrolling thumb for a vertical scrollbar, or to the left of a scrolling thumb for a horizontal scrollbar.</summary>
6437    </member>
6438    <member name="F:System.Windows.Forms.DataVisualization.Charting.ScrollBarButtonType.LargeIncrement">
6439      <summary>The scroll view was increased by a large increment, by clicking the area above a scrolling thumb for a vertical scrollbar, or to the right of a scrolling thumb for a horizontal scrollbar.</summary>
6440    </member>
6441    <member name="F:System.Windows.Forms.DataVisualization.Charting.ScrollBarButtonType.ZoomReset">
6442      <summary>The zoom or reset button was clicked.</summary>
6443    </member>
6444    <member name="T:System.Windows.Forms.DataVisualization.Charting.ScrollBarEventArgs">
6445      <summary>Used as a parameter object in the <see cref="E:System.Windows.Forms.DataVisualization.Charting.Chart.AxisScrollBarClicked" /> of the root <see cref="T:System.Windows.Forms.DataVisualization.Charting.Chart" /> object.</summary>
6446    </member>
6447    <member name="T:System.Windows.Forms.DataVisualization.Charting.ScrollType">
6448      <summary>Specifies the scrolling that will occur when the one of the Scroll methods in the <see cref="T:System.Windows.Forms.DataVisualization.Charting.AxisScaleView" /> class is called.</summary>
6449    </member>
6450    <member name="F:System.Windows.Forms.DataVisualization.Charting.ScrollType.SmallDecrement">
6451      <summary>The data view is decreased by one small scrolling interval.</summary>
6452    </member>
6453    <member name="F:System.Windows.Forms.DataVisualization.Charting.ScrollType.SmallIncrement">
6454      <summary>The data view is increased by one small scrolling interval.</summary>
6455    </member>
6456    <member name="F:System.Windows.Forms.DataVisualization.Charting.ScrollType.LargeDecrement">
6457      <summary>The data view is decreased by one large scrolling interval.</summary>
6458    </member>
6459    <member name="F:System.Windows.Forms.DataVisualization.Charting.ScrollType.LargeIncrement">
6460      <summary>The data view is increased by one large scrolling interval.</summary>
6461    </member>
6462    <member name="F:System.Windows.Forms.DataVisualization.Charting.ScrollType.First">
6463      <summary>Data is scrolled to the first displayed view.</summary>
6464    </member>
6465    <member name="F:System.Windows.Forms.DataVisualization.Charting.ScrollType.Last">
6466      <summary>Data is scrolled to the last displayed view.</summary>
6467    </member>
6468    <member name="T:System.Windows.Forms.DataVisualization.Charting.SerializationContents">
6469      <summary>Specifies the type of chart content to be serialized.</summary>
6470    </member>
6471    <member name="F:System.Windows.Forms.DataVisualization.Charting.SerializationContents.Default">
6472      <summary>Serialize all non-default chart content. This includes appearance properties, series and their data points, axis minimums/maximums, and so forth.</summary>
6473    </member>
6474    <member name="F:System.Windows.Forms.DataVisualization.Charting.SerializationContents.Data">
6475      <summary>Serialize data values from all chart series. Does not include appearance properties.</summary>
6476    </member>
6477    <member name="F:System.Windows.Forms.DataVisualization.Charting.SerializationContents.Appearance">
6478      <summary>Serialize all appearance properties, such as color or line style, if they have non-default values.</summary>
6479    </member>
6480    <member name="F:System.Windows.Forms.DataVisualization.Charting.SerializationContents.All">
6481      <summary>Serialize all chart information. This includes all appearance properties and data point values.</summary>
6482    </member>
6483    <member name="T:System.Windows.Forms.DataVisualization.Charting.SerializationFormat">
6484      <summary>Represents the formatting type to use when the chart is serialized.</summary>
6485    </member>
6486    <member name="F:System.Windows.Forms.DataVisualization.Charting.SerializationFormat.Xml">
6487      <summary>Chart data will be serialized using well-formed XML.</summary>
6488    </member>
6489    <member name="F:System.Windows.Forms.DataVisualization.Charting.SerializationFormat.Binary">
6490      <summary>Chart data will be serialized in a binary format. </summary>
6491    </member>
6492    <member name="T:System.Windows.Forms.DataVisualization.Charting.Series">
6493      <summary>Represents the data points and series attributes to store.</summary>
6494    </member>
6495    <member name="T:System.Windows.Forms.DataVisualization.Charting.SeriesChartType">
6496      <summary>Specifies a chart type for a <see cref="T:System.Windows.Forms.DataVisualization.Charting.Series" />.</summary>
6497    </member>
6498    <member name="F:System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Point">
6499      <summary>Point chart type.</summary>
6500    </member>
6501    <member name="F:System.Windows.Forms.DataVisualization.Charting.SeriesChartType.FastPoint">
6502      <summary>FastPoint chart type.</summary>
6503    </member>
6504    <member name="F:System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Bubble">
6505      <summary>Bubble chart type.</summary>
6506    </member>
6507    <member name="F:System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line">
6508      <summary>Line chart type.</summary>
6509    </member>
6510    <member name="F:System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline">
6511      <summary>Spline chart type.</summary>
6512    </member>
6513    <member name="F:System.Windows.Forms.DataVisualization.Charting.SeriesChartType.StepLine">
6514      <summary>StepLine chart type.</summary>
6515    </member>
6516    <member name="F:System.Windows.Forms.DataVisualization.Charting.SeriesChartType.FastLine">
6517      <summary>FastLine chart type.</summary>
6518    </member>
6519    <member name="F:System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Bar">
6520      <summary>Bar chart type.</summary>
6521    </member>
6522    <member name="F:System.Windows.Forms.DataVisualization.Charting.SeriesChartType.StackedBar">
6523      <summary>Stacked bar chart type.</summary>
6524    </member>
6525    <member name="F:System.Windows.Forms.DataVisualization.Charting.SeriesChartType.StackedBar100">
6526      <summary>Hundred-percent stacked bar chart type.</summary>
6527    </member>
6528    <member name="F:System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Column">
6529      <summary>Column chart type.</summary>
6530    </member>
6531    <member name="F:System.Windows.Forms.DataVisualization.Charting.SeriesChartType.StackedColumn">
6532      <summary>Stacked column chart type.</summary>
6533    </member>
6534    <member name="F:System.Windows.Forms.DataVisualization.Charting.SeriesChartType.StackedColumn100">
6535      <summary>Hundred-percent stacked column chart type.</summary>
6536    </member>
6537    <member name="F:System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Area">
6538      <summary>Area chart type.</summary>
6539    </member>
6540    <member name="F:System.Windows.Forms.DataVisualization.Charting.SeriesChartType.SplineArea">
6541      <summary>Spline area chart type.</summary>
6542    </member>
6543    <member name="F:System.Windows.Forms.DataVisualization.Charting.SeriesChartType.StackedArea">
6544      <summary>Stacked area chart type.</summary>
6545    </member>
6546    <member name="F:System.Windows.Forms.DataVisualization.Charting.SeriesChartType.StackedArea100">
6547      <summary>Hundred-percent stacked area chart type.</summary>
6548    </member>
6549    <member name="F:System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Pie">
6550      <summary>Pie chart type.</summary>
6551    </member>
6552    <member name="F:System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Doughnut">
6553      <summary>Doughnut chart type.</summary>
6554    </member>
6555    <member name="F:System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Stock">
6556      <summary>Stock chart type.</summary>
6557    </member>
6558    <member name="F:System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Candlestick">
6559      <summary>Candlestick chart type.</summary>
6560    </member>
6561    <member name="F:System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Range">
6562      <summary>Range chart type.</summary>
6563    </member>
6564    <member name="F:System.Windows.Forms.DataVisualization.Charting.SeriesChartType.SplineRange">
6565      <summary>Spline range chart type.</summary>
6566    </member>
6567    <member name="F:System.Windows.Forms.DataVisualization.Charting.SeriesChartType.RangeBar">
6568      <summary>RangeBar chart type.</summary>
6569    </member>
6570    <member name="F:System.Windows.Forms.DataVisualization.Charting.SeriesChartType.RangeColumn">
6571      <summary>Range column chart type.</summary>
6572    </member>
6573    <member name="F:System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Radar">
6574      <summary>Radar chart type.</summary>
6575    </member>
6576    <member name="F:System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Polar">
6577      <summary>Polar chart type.</summary>
6578    </member>
6579    <member name="F:System.Windows.Forms.DataVisualization.Charting.SeriesChartType.ErrorBar">
6580      <summary>Error bar chart type.</summary>
6581    </member>
6582    <member name="F:System.Windows.Forms.DataVisualization.Charting.SeriesChartType.BoxPlot">
6583      <summary>Box plot chart type.</summary>
6584    </member>
6585    <member name="F:System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Renko">
6586      <summary>Renko chart type.</summary>
6587    </member>
6588    <member name="F:System.Windows.Forms.DataVisualization.Charting.SeriesChartType.ThreeLineBreak">
6589      <summary>ThreeLineBreak chart type.</summary>
6590    </member>
6591    <member name="F:System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Kagi">
6592      <summary>Kagi chart type.</summary>
6593    </member>
6594    <member name="F:System.Windows.Forms.DataVisualization.Charting.SeriesChartType.PointAndFigure">
6595      <summary>PointAndFigure chart type.</summary>
6596    </member>
6597    <member name="F:System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Funnel">
6598      <summary>Funnel chart type.</summary>
6599    </member>
6600    <member name="F:System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Pyramid">
6601      <summary>Pyramid chart type.</summary>
6602    </member>
6603    <member name="T:System.Windows.Forms.DataVisualization.Charting.SeriesCollection">
6604      <summary>Represents a collection of <see cref="T:System.Windows.Forms.DataVisualization.Charting.Series" /> objects.</summary>
6605    </member>
6606    <member name="T:System.Windows.Forms.DataVisualization.Charting.SmartLabelStyle">
6607      <summary>Provides methods and properties used to perform intelligent, rule-based data point label positioning to resolve overlapping data point label issues.</summary>
6608    </member>
6609    <member name="T:System.Windows.Forms.DataVisualization.Charting.StartFromZero">
6610      <summary>Indicates whether an axis segment should start from zero when a scale break is used.</summary>
6611    </member>
6612    <member name="F:System.Windows.Forms.DataVisualization.Charting.StartFromZero.Auto">
6613      <summary>The <see cref="T:System.Windows.Forms.DataVisualization.Charting.Chart" /> control calculates whether to start the axis scale at zero or at a more appropriate rounded value.</summary>
6614    </member>
6615    <member name="F:System.Windows.Forms.DataVisualization.Charting.StartFromZero.Yes">
6616      <summary>Start the axis segment scale from zero.</summary>
6617    </member>
6618    <member name="F:System.Windows.Forms.DataVisualization.Charting.StartFromZero.No">
6619      <summary>Do not start the axis segment scale from zero.</summary>
6620    </member>
6621    <member name="T:System.Windows.Forms.DataVisualization.Charting.StatisticFormula">
6622      <summary>Calculates statistical formulas.</summary>
6623    </member>
6624    <member name="T:System.Windows.Forms.DataVisualization.Charting.StripLine">
6625      <summary>Represents the strip lines on a chart.</summary>
6626    </member>
6627    <member name="T:System.Windows.Forms.DataVisualization.Charting.StripLinesCollection">
6628      <summary>Represents a collection of <see cref="T:System.Windows.Forms.DataVisualization.Charting.StripLine" /> objects.</summary>
6629    </member>
6630    <member name="T:System.Windows.Forms.DataVisualization.Charting.TextAnnotation">
6631      <summary>Represents a text annotation.</summary>
6632    </member>
6633    <member name="T:System.Windows.Forms.DataVisualization.Charting.TextAntiAliasingQuality">
6634      <summary>Specifies the level of anti-aliasing quality to be used with the TextAntiAliasingQuality&amp;nbsp;property. </summary>
6635    </member>
6636    <member name="F:System.Windows.Forms.DataVisualization.Charting.TextAntiAliasingQuality.Normal">
6637      <summary>Normal anti-aliasing quality.</summary>
6638    </member>
6639    <member name="F:System.Windows.Forms.DataVisualization.Charting.TextAntiAliasingQuality.High">
6640      <summary>High anti-aliasing quality.</summary>
6641    </member>
6642    <member name="F:System.Windows.Forms.DataVisualization.Charting.TextAntiAliasingQuality.SystemDefault">
6643      <summary>System default anti-aliasing quality.</summary>
6644    </member>
6645    <member name="T:System.Windows.Forms.DataVisualization.Charting.TextOrientation">
6646      <summary>Specifies text orientation in a chart element.</summary>
6647    </member>
6648    <member name="F:System.Windows.Forms.DataVisualization.Charting.TextOrientation.Auto">
6649      <summary>Text orientation is automatically determined, based on the type of chart element in which the text appears.</summary>
6650    </member>
6651    <member name="F:System.Windows.Forms.DataVisualization.Charting.TextOrientation.Horizontal">
6652      <summary>Text is horizontal.</summary>
6653    </member>
6654    <member name="F:System.Windows.Forms.DataVisualization.Charting.TextOrientation.Rotated90">
6655      <summary>Text is rotated 90 degrees and oriented from top to bottom.</summary>
6656    </member>
6657    <member name="F:System.Windows.Forms.DataVisualization.Charting.TextOrientation.Rotated270">
6658      <summary>Text is rotated 270 degrees and oriented from bottom to top.</summary>
6659    </member>
6660    <member name="F:System.Windows.Forms.DataVisualization.Charting.TextOrientation.Stacked">
6661      <summary>Text characters are not rotated and are positioned one below the other.</summary>
6662    </member>
6663    <member name="T:System.Windows.Forms.DataVisualization.Charting.TextStyle">
6664      <summary>Specifies text drawing styles.</summary>
6665    </member>
6666    <member name="F:System.Windows.Forms.DataVisualization.Charting.TextStyle.Default">
6667      <summary>Default text drawing style.</summary>
6668    </member>
6669    <member name="F:System.Windows.Forms.DataVisualization.Charting.TextStyle.Shadow">
6670      <summary>Shadow text.</summary>
6671    </member>
6672    <member name="F:System.Windows.Forms.DataVisualization.Charting.TextStyle.Emboss">
6673      <summary>Embossed text.</summary>
6674    </member>
6675    <member name="F:System.Windows.Forms.DataVisualization.Charting.TextStyle.Embed">
6676      <summary>Embedded text.</summary>
6677    </member>
6678    <member name="F:System.Windows.Forms.DataVisualization.Charting.TextStyle.Frame">
6679      <summary>Framed text.</summary>
6680    </member>
6681    <member name="T:System.Windows.Forms.DataVisualization.Charting.TickMark">
6682      <summary>Represents the major and minor tick marks along an axis.</summary>
6683    </member>
6684    <member name="T:System.Windows.Forms.DataVisualization.Charting.TickMarkStyle">
6685      <summary>Specifies a tick mark style when setting the <see cref="P:System.Windows.Forms.DataVisualization.Charting.TickMark.TickMarkStyle" /> property of a <see cref="T:System.Windows.Forms.DataVisualization.Charting.TickMark" /> object. </summary>
6686    </member>
6687    <member name="F:System.Windows.Forms.DataVisualization.Charting.TickMarkStyle.None">
6688      <summary>Tick marks are disabled.</summary>
6689    </member>
6690    <member name="F:System.Windows.Forms.DataVisualization.Charting.TickMarkStyle.OutsideArea">
6691      <summary>Tick marks are drawn outside the chart area.</summary>
6692    </member>
6693    <member name="F:System.Windows.Forms.DataVisualization.Charting.TickMarkStyle.InsideArea">
6694      <summary>Tick marks are drawn inside the chart area.</summary>
6695    </member>
6696    <member name="F:System.Windows.Forms.DataVisualization.Charting.TickMarkStyle.AcrossAxis">
6697      <summary>Tick marks are drawn across the relevant axis line.</summary>
6698    </member>
6699    <member name="T:System.Windows.Forms.DataVisualization.Charting.Title">
6700      <summary>Represents a title for the entire chart image.</summary>
6701    </member>
6702    <member name="T:System.Windows.Forms.DataVisualization.Charting.TitleCollection">
6703      <summary>Represents a collection of <see cref="T:System.Windows.Forms.DataVisualization.Charting.Title" /> objects.</summary>
6704    </member>
6705    <member name="T:System.Windows.Forms.DataVisualization.Charting.ToolTipEventArgs">
6706      <summary>Used as a parameter object in the <see cref="E:System.Windows.Forms.DataVisualization.Charting.Chart.GetToolTipText" /> event of the root <see cref="T:System.Windows.Forms.DataVisualization.Charting.Chart" /> object.</summary>
6707    </member>
6708    <member name="T:System.Windows.Forms.DataVisualization.Charting.TTestResult">
6709      <summary>Stores the results of a T Test statistical formula.</summary>
6710    </member>
6711    <member name="T:System.Windows.Forms.DataVisualization.Charting.VerticalLineAnnotation">
6712      <summary>Represents a vertical line annotation.</summary>
6713    </member>
6714    <member name="T:System.Windows.Forms.DataVisualization.Charting.ViewEventArgs">
6715      <summary>Provides event data that is used as a parameter object in the <see cref="E:System.Windows.Forms.DataVisualization.Charting.Chart.AxisViewChanged" /> and <see cref="E:System.Windows.Forms.DataVisualization.Charting.Chart.AxisViewChanging" /> events of the root <see cref="T:System.Windows.Forms.DataVisualization.Charting.Chart" /> object.</summary>
6716    </member>
6717    <member name="T:System.Windows.Forms.DataVisualization.Charting.ZTestResult">
6718      <summary>Stores the results of a Z Test statistical formula.</summary>
6719    </member>
6720  </members>
6721</doc>