﻿<?xml version="1.0" encoding="utf-8"?>
<doc>
	<assembly>
		<name>System.Web.DataVisualization</name>
	</assembly>
	<members>
		<member name="T:System.Web.UI.DataVisualization.Charting.Annotation">
			<summary>Defines properties and methods common to all annotations. This is an abstract class.</summary>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.Annotation.#ctor">
			<summary>Initializes a new instance of the <see cref="T:System.Web.UI.DataVisualization.Charting.Annotation" /> class. This is the default constructor and should not be used.</summary>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.Annotation.BringToFront">
			<summary>Brings an annotation to the front of all annotations.</summary>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.Annotation.Dispose(System.Boolean)">
			<summary>Releases unmanaged resources and, optionally, managed resources.</summary>
			<param name="disposing">True to release both unmanaged and managed resources; false to release only unmanaged resources.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.Annotation.ResizeToContent">
			<summary>Resizes an annotation according to its content size.</summary>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.Annotation.SendToBack">
			<summary>Sends an annotation to the back of all the annotations.</summary>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.Annotation.SetAnchor(System.Web.UI.DataVisualization.Charting.DataPoint)">
			<summary>Anchors an annotation to the specified data point.</summary>
			<param name="dataPoint">The <see cref="T:System.Web.UI.DataVisualization.Charting.DataPoint" /> to which the annotation will be anchored.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.Annotation.SetAnchor(System.Web.UI.DataVisualization.Charting.DataPoint,System.Web.UI.DataVisualization.Charting.DataPoint)">
			<summary>Anchors an annotation to two data points.</summary>
			<param name="dataPoint1">The first anchor <see cref="T:System.Web.UI.DataVisualization.Charting.DataPoint" />.</param>
			<param name="dataPoint2">The second anchor <see cref="T:System.Web.UI.DataVisualization.Charting.DataPoint" />.</param>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Annotation.Alignment">
			<summary>Gets or sets the content alignment of an annotation.</summary>
			<returns>A <see cref="T:System.Drawing.ContentAlignment" /> enumeration value that represents the content alignment.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Annotation.AnchorAlignment">
			<summary>Gets or sets the position alignment of an annotation to the anchor point.</summary>
			<returns>A <see cref="T:System.Drawing.ContentAlignment" /> enumeration value that represents the alignment of the annotation to the anchor point.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Annotation.AnchorDataPoint">
			<summary>Gets or sets the data point to which an annotation is anchored.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.DataPoint" /> object to which an annotation is anchored.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Annotation.AnchorDataPointName">
			<summary>Gets or sets the name of a data point to which an annotation is anchored. For internal use only.</summary>
			<returns>A string value that represents the name of the data point that an annotation is anchored to.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Annotation.AnchorOffsetX">
			<summary>Gets or sets the offset from the anchor point for the X position of an annotation.</summary>
			<returns>A double value that represents the offset of the X position from the anchor point.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Annotation.AnchorOffsetY">
			<summary>Gets or sets the offset from the anchor point for the Y position of an annotation.</summary>
			<returns>A double value that represents the offset of the Y position from the anchor point.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Annotation.AnchorX">
			<summary>Gets or sets the X coordinate to which the annotation is anchored.</summary>
			<returns>A double value that represents the X coordinate to which an annotation is anchored.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Annotation.AnchorY">
			<summary>Gets or sets the Y coordinate to which the annotation is anchored.</summary>
			<returns>A double value that represents the Y coordinate an annotation is anchored to.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Annotation.AxisX">
			<summary>Gets or sets the X axis to which an annotation is attached.</summary>
			<returns>An <see cref="T:System.Web.UI.DataVisualization.Charting.Axis" /> object to which the annotation is attached.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Annotation.AxisXName">
			<summary>Gets or sets the name of the X axis to which an annotation is attached. For internal use only.</summary>
			<returns>A string value that represents the name of the X axis which an annotation is attached to.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Annotation.AxisY">
			<summary>Gets or sets the Y axis to which an annotation is attached.</summary>
			<returns>An <see cref="T:System.Web.UI.DataVisualization.Charting.Axis" /> object to which this annotation is attached.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Annotation.AxisYName">
			<summary>Gets or sets the name of the Y axis which an annotation is attached to. For internal use only.</summary>
			<returns>A string value that represents the name of the Y axis that an annotation is attached to.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Annotation.BackColor">
			<summary>Gets or sets the color of an annotation background.</summary>
			<returns>A <see cref="T:System.Drawing.Color" /> value used to draw an annotation background.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Annotation.BackGradientStyle">
			<summary>Gets or sets the gradient style of an annotation background.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.GradientStyle" /> value used to draw an annotation background.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Annotation.BackHatchStyle">
			<summary>Gets or sets the hatching style of an annotation background.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.ChartHatchStyle" /> value used to draw the background.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Annotation.BackSecondaryColor">
			<summary>Gets or sets the secondary color of an annotation background.</summary>
			<returns>A <see cref="T:System.Drawing.Color" /> value used to draw an annotation background with hatching or gradient fill.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Annotation.Bottom">
			<summary>Gets or sets the bottom boundary of an annotation position.</summary>
			<returns>A double value that represents the position of the bottom boundary of an annotation.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Annotation.ClipToChartArea">
			<summary>Gets or sets the name of the chart area to which an annotation is clipped.</summary>
			<returns>A string that represents the name of an existing chart area.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Annotation.Font">
			<summary>Gets or sets the font to use for the text of an annotation.</summary>
			<returns>A <see cref="T:System.Drawing.Font" /> object used to draw the annotation text.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Annotation.ForeColor">
			<summary>Gets or sets the text color of an annotation.</summary>
			<returns>A <see cref="T:System.Drawing.Color" /> value used for the text color of an annotation.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Annotation.Height">
			<summary>Gets or sets the height of an annotation.</summary>
			<returns>A double value that represents the height of an annotation.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Annotation.IsSelected">
			<summary>Gets or sets a flag that determines if an annotation is selected.</summary>
			<returns>True if the annotation is selected, otherwise false.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Annotation.IsSizeAlwaysRelative">
			<summary>Gets or sets a flag that specifies whether the size of an annotation is always defined in relative chart coordinates.</summary>
			<returns>True if the <see cref="P:System.Web.UI.DataVisualization.Charting.Annotation.Width" /> and <see cref="P:System.Web.UI.DataVisualization.Charting.Annotation.Height" /> of an annotation are always expressed in relative chart coordinates, otherwise false.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Annotation.LineColor">
			<summary>Gets or sets the line color of an annotation.</summary>
			<returns>A <see cref="T:System.Drawing.Color" /> value used to draw an annotation's line.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Annotation.LineDashStyle">
			<summary>Gets or sets the line style of an annotation.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.ChartDashStyle" /> value used to draw the line style of an annotation.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Annotation.LineWidth">
			<summary>Gets or sets the line width of an annotation.</summary>
			<returns>An integer value that defines the line width, in pixels, of an annotation.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Annotation.MapAreaAttributes">
			<summary>Gets or sets the map area attributes of an annotation.</summary>
			<returns>A string value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Annotation.Name">
			<summary>Gets or sets the unique name of an annotation.</summary>
			<returns>A string that represents the unique name of the annotation.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Annotation.PostBackValue">
			<summary>Gets or sets the postback value which can be processed on the <see cref="E:System.Web.UI.DataVisualization.Charting.Chart.Click" /> event.</summary>
			<returns>A string value that is passed to the <see cref="E:System.Web.UI.DataVisualization.Charting.Chart.Click" /> event.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Annotation.Right">
			<summary>Gets or sets the right boundary position of an annotation.</summary>
			<returns>A double value that represents the position of the right boundary of an annotation.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Annotation.ShadowColor">
			<summary>Gets or sets the color of an annotation's shadow.</summary>
			<returns>A <see cref="T:System.Drawing.Color" /> value used to draw the annotation shadow.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Annotation.ShadowOffset">
			<summary>Gets or sets the size of an annotation's shadow.</summary>
			<returns>An integer value that represents the size of the shadow.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Annotation.SmartLabelStyle">
			<summary>Gets or sets the smart label style of an annotation.</summary>
			<returns>An <see cref="T:System.Web.UI.DataVisualization.Charting.AnnotationSmartLabelStyle" /> object that represents an annotation's smart labels style properties.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Annotation.TextStyle">
			<summary>Gets or sets the text style of an annotation.</summary>
			<returns>A <see cref="P:System.Web.UI.DataVisualization.Charting.Annotation.TextStyle" /> value used to draw the text of an annotation.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Annotation.ToolTip">
			<summary>Gets or sets the tooltip text for an annotation.</summary>
			<returns>A string value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Annotation.Url">
			<summary>Gets or sets the URL of an annotation.</summary>
			<returns>A string value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Annotation.Visible">
			<summary>Gets or sets a flag that specifies whether an annotation is visible.</summary>
			<returns>True if the annotation is visible; otherwise false.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Annotation.Width">
			<summary>Gets or sets the width, in pixels, of an annotation.</summary>
			<returns>A double value that represents the width of an annotation.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Annotation.X">
			<summary>Gets or sets the X coordinate of an annotation.</summary>
			<returns>A double value that represents the X coordinate position of the annotation.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Annotation.Y">
			<summary>Gets or sets the Y coordinate of the annotation.</summary>
			<returns>A double value that represents the Y coordinate of an annotation's position.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Annotation.YAxisName">
			<summary>Gets or sets the name of the Y axis to which an annotation is attached. For internal use only.</summary>
			<returns>A string value that represents the name of the Y axis which an annotation is attached to.</returns>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.AnnotationCollection">
			<summary>Stores chart annotation objects.</summary>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.AnnotationCollection.FindByName(System.String)">
			<summary>Finds an annotation in the collection by name.</summary>
			<returns>An <see cref="T:System.Web.UI.DataVisualization.Charting.Annotation" /> object, or null if the object does not exist.</returns>
			<param name="name">The name of the annotation to find.</param>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.AnnotationGroup">
			<summary>Represents a group of annotations.</summary>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.AnnotationGroup.#ctor">
			<summary>Initializes a new instance of the <see cref="T:System.Web.UI.DataVisualization.Charting.AnnotationGroup" /> class.</summary>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.AnnotationGroup.Dispose(System.Boolean)">
			<summary>Releases unmanaged and, optionally, managed resources.</summary>
			<param name="disposing">True to release both unmanaged and managed resources; false to release only unmanaged resources.</param>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.AnnotationGroup.Alignment">
			<summary>Gets or sets the content alignment of an annotation.</summary>
			<returns>A <see cref="T:System.Drawing.ContentAlignment" /> value that represents the content alignment of an annotation.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.AnnotationGroup.Annotations">
			<summary>Gets the collection of annotations in the group.</summary>
			<returns>An <see cref="T:System.Web.UI.DataVisualization.Charting.AnnotationCollection" /> object.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.AnnotationGroup.BackColor">
			<summary>Gets or sets the background color of an annotation.</summary>
			<returns>A <see cref="T:System.Drawing.Color" /> value used for the background of an annotation.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.AnnotationGroup.BackGradientStyle">
			<summary>Gets or sets the background gradient style of an annotation.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.GradientStyle" /> value used to draw the background of an annotation.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.AnnotationGroup.BackHatchStyle">
			<summary>Gets or sets the hatch style of an annotation background.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.ChartHatchStyle" /> value used to draw the background of an annotation.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.AnnotationGroup.BackSecondaryColor">
			<summary>Gets or sets the secondary color for the background of an annotation.</summary>
			<returns>A <see cref="T:System.Drawing.Color" /> value used to draw the background with hatching or gradient fill.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.AnnotationGroup.ClipToChartArea">
			<summary>Gets or sets the name of the chart area to which the annotation is clipped.</summary>
			<returns>A string that represents the name of an existing chart area.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.AnnotationGroup.Font">
			<summary>Gets or sets the font to use for the text of an annotation.</summary>
			<returns>A <see cref="T:System.Drawing.Font" /> object used for the text of an annotation.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.AnnotationGroup.ForeColor">
			<summary>Gets or sets the text color for an annotation.</summary>
			<returns>A <see cref="T:System.Drawing.Color" /> value used for the text color of an annotation.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.AnnotationGroup.IsSelected">
			<summary>Gets or sets a flag that determines if an annotation is selected.</summary>
			<returns>True if the annotation is selected, otherwise false.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.AnnotationGroup.IsSizeAlwaysRelative">
			<summary>Gets or sets a flag that specifies whether the size of an annotation is always defined in relative chart coordinates.</summary>
			<returns>True if the <see cref="P:System.Web.UI.DataVisualization.Charting.Annotation.Width" /> and <see cref="P:System.Web.UI.DataVisualization.Charting.Annotation.Height" /> of an annotation are always in chart relative coordinates, otherwise false.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.AnnotationGroup.LineColor">
			<summary>Gets or sets the line color of the annotation.</summary>
			<returns>A <see cref="T:System.Drawing.Color" /> value used to draw an annotation line.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.AnnotationGroup.LineDashStyle">
			<summary>Gets or sets the line style of the annotation.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.ChartDashStyle" /> value used to draw an annotation line.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.AnnotationGroup.LineWidth">
			<summary>Gets or sets the line width, in pixels, of the annotation.</summary>
			<returns>An integer value defining the width, in pixels, of an annotation line.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.AnnotationGroup.ShadowColor">
			<summary>Gets or sets the color of the annotation's shadow.</summary>
			<returns>A <see cref="T:System.Drawing.Color" /> value used to draw the shadow of an annotation.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.AnnotationGroup.ShadowOffset">
			<summary>Gets or sets the size of the annotation's shadow.</summary>
			<returns>An integer value that represents the offset between an annotation and its shadow.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.AnnotationGroup.TextStyle">
			<summary>Gets or sets the text style of an annotation.</summary>
			<returns>A <see cref="P:System.Web.UI.DataVisualization.Charting.AnnotationGroup.TextStyle" /> value used to draw the text of an annotation.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.AnnotationGroup.Visible">
			<summary>Gets or sets a flag that indicates whether the annotation is visible.</summary>
			<returns>True if the annotation is visible, otherwise false.</returns>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.AnnotationPathPoint.#ctor">
			<summary>Initializes a new instance of the <see cref="T:System.Web.UI.DataVisualization.Charting.AnnotationPathPoint" /> class.</summary>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.AnnotationPathPoint.#ctor(System.Single,System.Single)">
			<summary>Initializes a new instance of the <see cref="T:System.Web.UI.DataVisualization.Charting.AnnotationPathPoint" /> class with the specified x and y values.</summary>
			<param name="x">Point X-value.</param>
			<param name="y">Point Y-value.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.AnnotationPathPoint.#ctor(System.Single,System.Single,System.Byte)">
			<summary>Initializes a new instance of the <see cref="T:System.Web.UI.DataVisualization.Charting.AnnotationPathPoint" /> class with the specified x, y and point type values.</summary>
			<param name="x">Point X-value.</param>
			<param name="y">Point Y-value.</param>
			<param name="type">Point type.</param>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.AnnotationPathPoint.Name">
			<summary>Gets the name for the path point of an annotation.</summary>
			<returns>A string value that represents the name of the path point.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.AnnotationPathPoint.PointType">
			<summary>Gets or sets the type for the path point of an annotation.</summary>
			<returns>A byte value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.AnnotationPathPoint.X">
			<summary>Gets or sets the X coordinate for the path point of an annotation.</summary>
			<returns>A float that represents the X value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.AnnotationPathPoint.Y">
			<summary>Gets or sets the Y coordinate for the path point of an annotation.</summary>
			<returns>A float that represents the Y value.</returns>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.AnnotationPathPointCollection">
			<summary>Represents a collection of <see cref="T:System.Web.UI.DataVisualization.Charting.PolylineAnnotation" /> or <see cref="T:System.Web.UI.DataVisualization.Charting.PolygonAnnotation" /> path points, which can be accessed using the GraphicPathPoints property.</summary>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.AnnotationPathPointCollection.#ctor(System.Web.UI.DataVisualization.Charting.PolylineAnnotation)">
			<summary>Initializes a new instance of the <see cref="T:System.Web.UI.DataVisualization.Charting.AnnotationPathPointCollection" /> class with the specified polyline annotation.</summary>
			<param name="annotation">A polyline annotation.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.AnnotationPathPointCollection.Dispose(System.Boolean)">
			<summary>Releases unmanaged and, optionally, managed resources.</summary>
			<param name="disposing">True to release both unmanaged and managed resources; false to release only unmanaged resources.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.AnnotationPathPointCollection.Invalidate">
			<summary>Forces the invalidation of the chart element.</summary>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.AnnotationSmartLabelStyle">
			<summary>Stores the smart label properties of an annotation. </summary>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.AnnotationSmartLabelStyle.#ctor">
			<summary>Initializes a new instance of the <see cref="T:System.Web.UI.DataVisualization.Charting.AnnotationSmartLabelStyle" /> class.</summary>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.AnnotationSmartLabelStyle.#ctor(System.Object)">
			<summary>Initializes a new instance of the <see cref="T:System.Web.UI.DataVisualization.Charting.AnnotationSmartLabelStyle" /> class with the specified chart element.</summary>
			<param name="chartElement">Chart element that this style belongs to.</param>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.AnovaResult">
			<summary>Represents the results of an ANOVA statistical test.</summary>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.AnovaResult.#ctor">
			<summary>Initializes a new instance of the <see cref="T:System.Web.UI.DataVisualization.Charting.AnovaResult" /> class.</summary>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.AnovaResult.DegreeOfFreedomBetweenGroups">
			<summary>Gets the degree of freedom between groups.</summary>
			<returns>A double value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.AnovaResult.DegreeOfFreedomTotal">
			<summary>Gets the total degree of freedom.</summary>
			<returns>A double value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.AnovaResult.DegreeOfFreedomWithinGroups">
			<summary>Gets the degree of freedom within groups.</summary>
			<returns>A double value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.AnovaResult.FCriticalValue">
			<summary>Gets the F-critical value.</summary>
			<returns>A double value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.AnovaResult.FRatio">
			<summary>Gets the F ratio.</summary>
			<returns>A double value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.AnovaResult.MeanSquareVarianceBetweenGroups">
			<summary>Gets the mean square variance between groups.</summary>
			<returns>A double value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.AnovaResult.MeanSquareVarianceWithinGroups">
			<summary>Gets the mean square variance within groups.</summary>
			<returns>A double value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.AnovaResult.SumOfSquaresBetweenGroups">
			<summary>Gets the sum of the squares between groups.</summary>
			<returns>A double value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.AnovaResult.SumOfSquaresTotal">
			<summary>Gets the total sum of the squares.</summary>
			<returns>A double value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.AnovaResult.SumOfSquaresWithinGroups">
			<summary>Gets the sum of the squares within groups.</summary>
			<returns>A double value.</returns>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.AntiAliasingStyles">
			<summary>Specifies the anti-aliasing options for the chart.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.AntiAliasingStyles.All">
			<summary>Use anti-aliasing for text and graphics.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.AntiAliasingStyles.Graphics">
			<summary>Use anti-aliasing when drawing graphics primitives such as circles or rectangles.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.AntiAliasingStyles.None">
			<summary>Do not use anti-aliasing.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.AntiAliasingStyles.Text">
			<summary>Use anti-aliasing when drawing text.</summary>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.AreaAlignmentOrientations">
			<summary>Specifies the alignment orientation of a chart area.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.AreaAlignmentOrientations.All">
			<summary>Chart areas are aligned horizontally and vertically.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.AreaAlignmentOrientations.Horizontal">
			<summary>Chart areas are aligned horizontally.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.AreaAlignmentOrientations.None">
			<summary>Chart areas are not automatically aligned.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.AreaAlignmentOrientations.Vertical">
			<summary>Chart areas are aligned vertically.</summary>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.AreaAlignmentStyles">
			<summary>Specifies the alignment styles of chart areas.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.AreaAlignmentStyles.All">
			<summary>Chart areas are aligned using all values.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.AreaAlignmentStyles.AxesView">
			<summary>Chart areas are aligned using their axis scale views.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.AreaAlignmentStyles.None">
			<summary>Chart areas are not automatically aligned.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.AreaAlignmentStyles.PlotPosition">
			<summary>Chart areas are aligned by their inner plot position.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.AreaAlignmentStyles.Position">
			<summary>Chart areas are aligned by the chart area position.</summary>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.ArrowAnnotation">
			<summary>Represents an arrow annotation.</summary>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.ArrowAnnotation.#ctor">
			<summary>Initializes a new instance of the <see cref="T:System.Web.UI.DataVisualization.Charting.ArrowAnnotation" /> class.</summary>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.ArrowAnnotation.AnchorAlignment">
			<summary>Gets or sets the position alignment of the annotation to the anchor point.</summary>
			<returns>A <see cref="T:System.Drawing.ContentAlignment" /> enumeration value that represents the alignment of the annotation to the anchor point.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.ArrowAnnotation.AnnotationType">
			<summary>Gets the name of the annotation type. For internal use, should not be used.</summary>
			<returns>A string value that represents the name of the annotation type.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.ArrowAnnotation.ArrowSize">
			<summary>Gets or sets an arrow size, in pixels.</summary>
			<returns>An integer value that represents arrow size—that is, its thickness—in pixels.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.ArrowAnnotation.ArrowStyle">
			<summary>Gets or sets the arrow style.</summary>
			<returns>The <see cref="T:System.Web.UI.DataVisualization.Charting.ArrowStyle" /> of an annotation.</returns>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.ArrowStyle">
			<summary>Specifies styles for an arrow annotation. </summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ArrowStyle.DoubleArrow">
			<summary>An arrow that points in two directions.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ArrowStyle.Simple">
			<summary>A simple one-pointed arrow.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ArrowStyle.Tailed">
			<summary>An arrow with a tail.</summary>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.Axis">
			<summary>Provides methods and properties that manage axes in the <see cref="T:System.Web.UI.DataVisualization.Charting.Chart" /> control.</summary>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.Axis.#ctor">
			<summary>Initializes a new instance of the <see cref="T:System.Web.UI.DataVisualization.Charting.Axis" /> class.</summary>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.Axis.#ctor(System.Web.UI.DataVisualization.Charting.ChartArea,System.Web.UI.DataVisualization.Charting.AxisName)">
			<summary>Initializes a new instance of the <see cref="T:System.Web.UI.DataVisualization.Charting.Axis" /> class with the specified ChartArea and axisTypeName values.</summary>
			<param name="ChartArea">The chart area.</param>
			<param name="axisTypeName">The axis name.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.Axis.Dispose(System.Boolean)">
			<summary>Releases unmanaged and, optionally, managed resources.</summary>
			<param name="disposing">True to release both unmanaged and managed resources; false to release only unmanaged resources.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.Axis.GetPosition(System.Double)">
			<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>
			<returns>A double value that represents the relative position (0-100%).</returns>
			<param name="axisValue">The axis value.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.Axis.PixelPositionToValue(System.Double)">
			<summary>Converts an absolute pixel position along an axis to an axis value. This method only works in paint events.</summary>
			<returns>A double value that represents the axis value.</returns>
			<param name="position">The pixel position.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.Axis.PositionToValue(System.Double)">
			<summary>Converts a relative coordinate along an axis to an axis value. This method only works in paint events.</summary>
			<returns>A double value that represents the axis value.</returns>
			<param name="position">The relative position (0-100%).</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.Axis.RoundAxisValues">
			<summary>Automatically rounds axis values.</summary>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.Axis.ValueToPixelPosition(System.Double)">
			<summary>Converts an axis value to an absolute coordinate along an axis. Measured in pixels. This method only works in paint events.</summary>
			<returns>A double value that represents the pixel position.</returns>
			<param name="axisValue">The axis value.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.Axis.ValueToPosition(System.Double)">
			<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>
			<returns>A double value that represents the relative position (0-100%).</returns>
			<param name="axisValue">The axis value.</param>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Axis.ArrowStyle">
			<summary>Gets or sets the arrow style of a 2D axis; this style is not applied to 3D chart areas.</summary>
			<returns>An <see cref="T:System.Web.UI.DataVisualization.Charting.AxisArrowStyle" /> enumeration value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Axis.AxisName">
			<summary>Gets the name of the axis, which can be either X, Y, X2 or Y2. For internal use only.</summary>
			<returns>An <see cref="T:System.Web.UI.DataVisualization.Charting.AxisName" /> enumeration value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Axis.Crossing">
			<summary>Gets or sets the location at which an axis is crossed by its associated axis.</summary>
			<returns>A double value that represents where an axis is crossed by its associated axis. The default value is <see cref="F:System.Double.NaN" />.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Axis.CustomLabels">
			<summary>Gets a <see cref="T:System.Web.UI.DataVisualization.Charting.CustomLabelsCollection" /> object used to store <see cref="T:System.Web.UI.DataVisualization.Charting.CustomLabel" /> objects.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.CustomLabelsCollection" /> object.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Axis.Enabled">
			<summary>Gets or sets a value that indicates whether an axis is enabled.</summary>
			<returns>An <see cref="T:System.Web.UI.DataVisualization.Charting.AxisEnabled" /> enumeration value. The default value is <see cref="F:System.Web.UI.DataVisualization.Charting.AxisEnabled.Auto" />.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Axis.InterlacedColor">
			<summary>Gets or sets the color of interlaced strip lines.</summary>
			<returns>A <see cref="T:System.Drawing.Color" /> object that represents the color of interlaced strip lines.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Axis.Interval">
			<summary>Gets or sets the interval of an axis.</summary>
			<returns>A double value that represents the interval of an axis. The default value is "Auto", which is represented by a value of zero (0).</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Axis.IntervalAutoMode">
			<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>
			<returns>An <see cref="T:System.Web.UI.DataVisualization.Charting.IntervalAutoMode" /> enumeration value. The default value is <see cref="F:System.Web.UI.DataVisualization.Charting.IntervalAutoMode.FixedCount" />.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Axis.IntervalOffset">
			<summary>Gets or sets the interval offset of an axis.</summary>
			<returns>A 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>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Axis.IntervalOffsetType">
			<summary>Gets or sets the interval offset type of an axis.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.DateTimeIntervalType" /> that represents the interval offset type of an axis. The default value is <see cref="F:System.Web.UI.DataVisualization.Charting.DateTimeIntervalType.Auto" />.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Axis.IntervalType">
			<summary>Gets or sets the interval type of an axis.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.DateTimeIntervalType" /> that represents the interval type of an axis. The default value is <see cref="F:System.Web.UI.DataVisualization.Charting.DateTimeIntervalType.Auto" />.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Axis.IsMarginVisible">
			<summary>Gets or sets a flag that determines whether an axis margin will be used.</summary>
			<returns>True if a space is added between the first or last data point and the border of chart area.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Axis.LabelAutoFitMaxFontSize">
			<summary>Gets or sets the maximum font size that can be used by the label auto-fitting algorithm.</summary>
			<returns>An integer value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Axis.LabelAutoFitMinFontSize">
			<summary>Gets or sets the minimum font size that can be used by the label auto-fitting algorithm.</summary>
			<returns>An integer value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Axis.LabelAutoFitStyle">
			<summary>Gets or sets the allowable label changes that can be made to enable the label to be fit along an axis.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.LabelAutoFitStyles" /> enumeration value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Axis.LabelStyle">
			<summary>Gets or sets the <see cref="T:System.Web.UI.DataVisualization.Charting.LabelStyle" /> properties of an axis.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.LabelStyle" /> enumeration value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Axis.LineColor">
			<summary>Gets or sets the line color of an axis.</summary>
			<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>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Axis.LineDashStyle">
			<summary>Gets or sets the line style of an axis.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.ChartDashStyle" /> enumeration value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Axis.LineWidth">
			<summary>Gets or sets the line width of an axis, in pixels.</summary>
			<returns>An integer value that represents the width of an axis line. The default value is one (1) pixel.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Axis.LogarithmBase">
			<summary>Gets or sets a value for the logarithm base for the logarithmic axis.</summary>
			<returns>A double value. The default value is base 10.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Axis.MajorGrid">
			<summary>Gets or sets a <see cref="T:System.Web.UI.DataVisualization.Charting.Grid" /> object used to set the major grid line properties for an axis.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.Grid" /> object used to get or set the major grid properties of an axis.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Axis.MajorTickMark">
			<summary>Gets or sets a <see cref="T:System.Web.UI.DataVisualization.Charting.TickMark" /> object used to set the major tick mark properties of an axis.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.TickMark" /> object used to set the properties of a major tick mark of an axis.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Axis.MapAreaAttributes">
			<summary>Gets or sets the map area attributes of an axis.</summary>
			<returns>A string value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Axis.Maximum">
			<summary>Gets or sets the maximum value of an axis.</summary>
			<returns>A double value that represents the maximum value of an axis. The default value is <see cref="F:System.Double.NaN" />.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Axis.Minimum">
			<summary>Gets or sets the minimum value of an axis.</summary>
			<returns>A double value that represents the minimum value of an axis. The default value is <see cref="F:System.Double.NaN" />.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Axis.MinorGrid">
			<summary>Gets or sets a <see cref="T:System.Web.UI.DataVisualization.Charting.Grid" /> object used to specify the minor grid lines attributes of an axis.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.Grid" /> object used to get or set the attributes of the minor grid lines of an axis.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Axis.MinorTickMark">
			<summary>Gets or sets a <see cref="T:System.Web.UI.DataVisualization.Charting.TickMark" /> object used to set the minor tick mark properties of an axis.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.TickMark" /> object used for the minor tick mark properties of an axis.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Axis.Name">
			<summary>Gets or sets the name of the axis.</summary>
			<returns>A string value that represents the text name of the axis.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Axis.ScaleBreakStyle">
			<summary>Gets or sets the axis automatic scale break style.</summary>
			<returns>An <see cref="T:System.Web.UI.DataVisualization.Charting.AxisScaleBreakStyle" /> enumeration value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Axis.ScaleView">
			<summary>Gets or sets the view of an axis.</summary>
			<returns>An <see cref="T:System.Web.UI.DataVisualization.Charting.AxisScaleView" /> enumeration value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Axis.StripLines">
			<summary>Gets a <see cref="T:System.Web.UI.DataVisualization.Charting.StripLinesCollection" /> object.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.StripLinesCollection" /> object, which stores all <see cref="T:System.Web.UI.DataVisualization.Charting.StripLine" /> objects for an axis.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Axis.TextOrientation">
			<summary>Gets or sets the orientation of the text in the axis title.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.TextOrientation" /> enumeration value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Axis.Title">
			<summary>Gets or sets the title of the axis.</summary>
			<returns>A string value that represents the title of the axis.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Axis.TitleAlignment">
			<summary>Gets or sets the alignment of an axis title.</summary>
			<returns>A <see cref="T:System.Drawing.StringAlignment" /> enumeration value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Axis.TitleFont">
			<summary>Gets or sets the title font properties of an axis.</summary>
			<returns>A <see cref="T:System.Drawing.Font" /> object used for the font properties of a title.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Axis.TitleForeColor">
			<summary>Gets or sets the text color of an axis title.</summary>
			<returns>A <see cref="T:System.Drawing.Color" /> structure. The default color is <see cref="P:System.Drawing.Color.Black" />.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Axis.ToolTip">
			<summary>Gets or sets the tooltip used for the axis.</summary>
			<returns>A string value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Axis.Url">
			<summary>Gets or sets the URL target of the axis.</summary>
			<returns>A string value that represents the URL.</returns>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.AxisArrowStyle">
			<summary>Specifies the axis arrow styles.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.AxisArrowStyle.Lines">
			<summary>A line-shaped arrow is used for the relevant axis.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.AxisArrowStyle.None">
			<summary>No arrow is used for the relevant axis.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.AxisArrowStyle.SharpTriangle">
			<summary>A sharp triangular arrow is used for the relevant axis.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.AxisArrowStyle.Triangle">
			<summary>A triangular arrow is used for the relevant axis.</summary>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.AxisEnabled">
			<summary>Specifies the state of an axis.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.AxisEnabled.Auto">
			<summary>The axis is only enabled if it used to plot a <see cref="T:System.Web.UI.DataVisualization.Charting.Series" />.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.AxisEnabled.False">
			<summary>The axis is never enabled.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.AxisEnabled.True">
			<summary>The axis is always enabled.</summary>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.AxisName">
			<summary>Specifies the name of an axis.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.AxisName.X">
			<summary>Primary X-axis.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.AxisName.X2">
			<summary>Secondary X-axis.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.AxisName.Y">
			<summary>Primary Y-axis.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.AxisName.Y2">
			<summary>Secondary Y-axis.</summary>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.AxisScaleBreakStyle">
			<summary>Represents a scale break on the Y-axis of the chart.</summary>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.AxisScaleBreakStyle.#ctor">
			<summary>Initializes a new instance of the <see cref="T:System.Web.UI.DataVisualization.Charting.AxisScaleBreakStyle" /> class.</summary>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.AxisScaleBreakStyle.BreakLineStyle">
			<summary>Gets or sets the style of the break line that will be used to draw the scale break.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.BreakLineStyle" /> enumeration value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.AxisScaleBreakStyle.CollapsibleSpaceThreshold">
			<summary>Gets or sets the threshold of space on the chart at which scale breaks are drawn.</summary>
			<returns>An integer value that specifies the threshold of space on the chart at which scale breaks are drawn.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.AxisScaleBreakStyle.Enabled">
			<summary>Gets or sets a flag that indicates whether scale breaks are enabled.</summary>
			<returns>A Boolean value that specifies whether scale breaks are enabled.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.AxisScaleBreakStyle.LineColor">
			<summary>Gets or sets the color of the scale break line.</summary>
			<returns>A <see cref="T:System.Drawing.Color" /> value that represents the color of the scale break line.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.AxisScaleBreakStyle.LineDashStyle">
			<summary>Gets or sets the style of the scale break line.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.ChartDashStyle" /> value that represents the style of the scale break line.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.AxisScaleBreakStyle.LineWidth">
			<summary>Gets or sets the width of the scale break line.</summary>
			<returns>An integer value that represents the width of the scale break line.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.AxisScaleBreakStyle.MaxNumberOfBreaks">
			<summary>Gets or sets the maximum number of scale breaks to be displayed on the chart.</summary>
			<returns>An integer value that represents the maximum number of scale breaks to be displayed on the chart.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.AxisScaleBreakStyle.Spacing">
			<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>
			<returns>A double value that represents the spacing gap between the lines of the scale break.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.AxisScaleBreakStyle.StartFromZero">
			<summary>Gets or sets a <see cref="T:System.Web.UI.DataVisualization.Charting.StartFromZero" /> enumeration value that indicates whether to start the scale break from zero.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.StartFromZero" /> enumeration value that indicates whether to start the scale break from zero.</returns>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.AxisScaleView">
			<summary>Represents a scaled view of the chart. </summary>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.AxisScaleView.#ctor">
			<summary>Initializes a new instance of the <see cref="T:System.Web.UI.DataVisualization.Charting.AxisScaleView" /> class.</summary>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.AxisScaleView.IsZoomed">
			<summary>Gets a flag that indicates whether the axis is zoomed in.</summary>
			<returns>True if the axis is zoomed in, otherwise false.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.AxisScaleView.Position">
			<summary>Gets or sets the position of the scale view.</summary>
			<returns>A double that represents the position of the scale view.-</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.AxisScaleView.Size">
			<summary>Gets or sets the size of the scale view.</summary>
			<returns>A double that represents the size of the scale view.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.AxisScaleView.SizeType">
			<summary>Gets or sets the unit of measurement of the <see cref="P:System.Web.UI.DataVisualization.Charting.AxisScaleView.Size" /> property.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.DateTimeIntervalType" /> enumeration value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.AxisScaleView.ViewMaximum">
			<summary>Gets the maximum axis value of a scale view.</summary>
			<returns>A double that represents the maximum axis value for the data view.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.AxisScaleView.ViewMinimum">
			<summary>Gets the minimum axis value of a data view.</summary>
			<returns>A double that represents the minimum axis value for the data view.</returns>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.AxisType">
			<summary>Specifies the axis type for the X and Y-axes of a <see cref="T:System.Web.UI.DataVisualization.Charting.Series" />.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.AxisType.Primary">
			<summary>Designates an axis as the primary axis.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.AxisType.Secondary">
			<summary>Designates an axis as the secondary axis.</summary>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.Border3DAnnotation">
			<summary>Represents an annotation with a 3D border.</summary>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.Border3DAnnotation.#ctor">
			<summary>Initializes a new instance of the <see cref="T:System.Web.UI.DataVisualization.Charting.Border3DAnnotation" /> class.</summary>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Border3DAnnotation.BorderSkin">
			<summary>Gets or sets the skin attributes of the 3D border.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.BorderSkin" /> object, which determines the attributes of the 3D border.</returns>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.BorderSkin">
			<summary>Represents the drawing properties of the 3D border skin.</summary>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.BorderSkin.#ctor">
			<summary>Initializes a new instance of the <see cref="T:System.Web.UI.DataVisualization.Charting.BorderSkin" /> class.</summary>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.BorderSkin.BackColor">
			<summary>Gets or sets the background color of a border skin frame.</summary>
			<returns>A <see cref="T:System.Drawing.Color" /> value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.BorderSkin.BackGradientStyle">
			<summary>Gets or sets the background gradient style of a border skin frame.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.GradientStyle" /> enumeration value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.BorderSkin.BackHatchStyle">
			<summary>Gets or sets the background hatch style of a border skin frame.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.ChartHatchStyle" /> enumeration value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.BorderSkin.BackImage">
			<summary>Gets or sets the background image of a border skin frame.</summary>
			<returns>A string value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.BorderSkin.BackImageAlignment">
			<summary>Gets or sets the background image alignment of a border skin frame.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.ChartImageAlignmentStyle" /> enumeration value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.BorderSkin.BackImageTransparentColor">
			<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>
			<returns>A <see cref="T:System.Drawing.Color" /> value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.BorderSkin.BackImageWrapMode">
			<summary>Gets or sets the drawing mode for the background image of a border skin frame.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.ChartImageWrapMode" /> enumeration value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.BorderSkin.BackSecondaryColor">
			<summary>Gets or sets the secondary background color of a border skin frame.</summary>
			<returns>A <see cref="T:System.Drawing.Color" /> value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.BorderSkin.BorderColor">
			<summary>Gets or sets the border color of a border skin frame.</summary>
			<returns>A <see cref="T:System.Drawing.Color" /> value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.BorderSkin.BorderDashStyle">
			<summary>Gets or sets the style of the border line of a border skin frame.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.ChartDashStyle" /> enumeration value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.BorderSkin.BorderWidth">
			<summary>Gets or sets the width of the border line of a border skin frame.</summary>
			<returns>An integer value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.BorderSkin.PageColor">
			<summary>Gets or sets the page color of a border skin.</summary>
			<returns>A <see cref="T:System.Drawing.Color" /> value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.BorderSkin.SkinStyle">
			<summary>Gets or sets the style of a border skin.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.BorderSkinStyle" /> enumeration value.</returns>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.BorderSkinStyle">
			<summary>Specifies a style for the border skin of a chart.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.BorderSkinStyle.Emboss">
			<summary>Use an embossed border skin.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.BorderSkinStyle.FrameThin1">
			<summary>Use a thin border skin with rounded corners.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.BorderSkinStyle.FrameThin2">
			<summary>Use a thin border skin with rounded top corners.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.BorderSkinStyle.FrameThin3">
			<summary>Use a thin border skin with square corners.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.BorderSkinStyle.FrameThin4">
			<summary>Use a thin border skin with square outside corners and rounded inside corners.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.BorderSkinStyle.FrameThin5">
			<summary>Use a thin border skin with rounded corners and screws.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.BorderSkinStyle.FrameThin6">
			<summary>Use a thin border skin with square inside corners and rounded outside corners.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.BorderSkinStyle.FrameTitle1">
			<summary>Use a border skin with rounded corners. </summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.BorderSkinStyle.FrameTitle2">
			<summary>Use a border skin with rounded top corners. </summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.BorderSkinStyle.FrameTitle3">
			<summary>Use a border skin with square corners. </summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.BorderSkinStyle.FrameTitle4">
			<summary>Use a border skin with rounded inside corners and square outside corners. </summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.BorderSkinStyle.FrameTitle5">
			<summary>Use a border skin with rounded corners and screws. </summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.BorderSkinStyle.FrameTitle6">
			<summary>Use a border skin with rounded outside corners and square inside corners. </summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.BorderSkinStyle.FrameTitle7">
			<summary>Use a border skin with rounded corners. No border on the right side. </summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.BorderSkinStyle.FrameTitle8">
			<summary>Use a border skin with rounded corners on top and bottom sides only. </summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.BorderSkinStyle.None">
			<summary>No border skin is used.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.BorderSkinStyle.Raised">
			<summary>Use a raised border skin.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.BorderSkinStyle.Sunken">
			<summary>Use a sunken border skin.</summary>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.BreakLineStyle">
			<summary>Specifies line styles for axis scale breaks.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.BreakLineStyle.None">
			<summary>Scale break is not displayed.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.BreakLineStyle.Ragged">
			<summary>Scale break is displayed as a ragged line.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.BreakLineStyle.Straight">
			<summary>Scale break is displayed as a straight line.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.BreakLineStyle.Wave">
			<summary>Scale break is displayed as a wavy line.</summary>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.CalloutAnnotation">
			<summary>Represents a callout annotation.</summary>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.CalloutAnnotation.#ctor">
			<summary>Initializes a new instance of the <see cref="T:System.Web.UI.DataVisualization.Charting.CalloutAnnotation" /> class.</summary>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.CalloutAnnotation.AnchorAlignment">
			<summary>Gets or sets the annotation position alignment to the anchor point.</summary>
			<returns>A <see cref="T:System.Drawing.ContentAlignment" /> value that represents the alignment of the annotation to the anchor point.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.CalloutAnnotation.AnchorOffsetX">
			<summary>Gets or sets the offset that the X-position of the annotation has from the anchor point.</summary>
			<returns>A double value that represents the offset of the annotation's X-position from the anchor point.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.CalloutAnnotation.AnchorOffsetY">
			<summary>Gets or sets the offset that the Y-position of the annotation has from the anchor point.</summary>
			<returns>A double value that represents the offset of the annotation's Y-position from the anchor point.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.CalloutAnnotation.BackColor">
			<summary>Gets or sets the background color of the annotation.</summary>
			<returns>A <see cref="T:System.Drawing.Color" /> enumeration value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.CalloutAnnotation.BackGradientStyle">
			<summary>Gets or sets the annotation background gradient style.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.GradientStyle" /> enumeration value used to draw the annotation background.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.CalloutAnnotation.BackHatchStyle">
			<summary>Gets or sets the background hatch style of the annotation.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.ChartHatchStyle" /> value used to draw the annotation background.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.CalloutAnnotation.BackSecondaryColor">
			<summary>Gets or sets the secondary color for the annotation background.</summary>
			<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>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.CalloutAnnotation.CalloutAnchorCap">
			<summary>Gets or sets the style for a callout line anchor cap.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.LineAnchorCapStyle" /> enumeration value that represents the style to use for a callout line anchor cap.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.CalloutAnnotation.CalloutStyle">
			<summary>Gets or sets the annotation callout style.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.CalloutStyle" /> enumeration value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.CalloutAnnotation.LineColor">
			<summary>Gets or sets the annotation line color.</summary>
			<returns>A <see cref="T:System.Drawing.Color" /> value used to draw the annotation line.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.CalloutAnnotation.LineDashStyle">
			<summary>Gets or sets the annotation line style.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.ChartDashStyle" /> enumeration value used to draw the annotation line.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.CalloutAnnotation.LineWidth">
			<summary>Gets or sets the line width of the annotation.</summary>
			<returns>An integer value that represents the annotation line width, in pixels.</returns>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.CalloutStyle">
			<summary>Represents the available callout styles. Applicable only to callout annotations.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.CalloutStyle.Borderline">
			<summary>A border is drawn around the callout text and a line points to the anchor point.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.CalloutStyle.Cloud">
			<summary>Callout text is inside the cloud and smaller clouds point to the anchor point.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.CalloutStyle.Ellipse">
			<summary>An ellipse is drawn around the callout text, which is connected to the anchor point.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.CalloutStyle.Perspective">
			<summary>A perspective rectangle is drawn around the callout text, which is connected to the anchor point.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.CalloutStyle.Rectangle">
			<summary>A rectangle is drawn around the callout text, which is connected to the anchor point.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.CalloutStyle.RoundedRectangle">
			<summary>A rounded rectangle is drawn around the callout text, which is connected to the anchor point.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.CalloutStyle.SimpleLine">
			<summary>Callout text is underlined and a line points to the anchor point.</summary>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.Chart">
			<summary>Serves as the root class of the <see cref="T:System.Web.UI.DataVisualization.Charting.Chart" /> control.</summary>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.Chart.#ctor">
			<summary>Initializes a new instance of the <see cref="T:System.Web.UI.DataVisualization.Charting.Chart" /> class.</summary>
		</member>
		<member name="E:System.Web.UI.DataVisualization.Charting.Chart.Click">
			<summary>Occurs when the active image map area defined by the PostBackValue on the <see cref="T:System.Web.UI.DataVisualization.Charting.Chart" /> control is clicked.</summary>
		</member>
		<member name="E:System.Web.UI.DataVisualization.Charting.Chart.Customize">
			<summary>Occurs just before the chart image is drawn. All chart data is available and all chart properties have been set.</summary>
		</member>
		<member name="E:System.Web.UI.DataVisualization.Charting.Chart.CustomizeLegend">
			<summary>Occurs just before the chart legend is drawn. Use this event to customize the chart legend items.</summary>
		</member>
		<member name="E:System.Web.UI.DataVisualization.Charting.Chart.CustomizeMapAreas">
			<summary>Occurs just before the chart image map is rendered. Use this event to customize the map areas items.</summary>
		</member>
		<member name="E:System.Web.UI.DataVisualization.Charting.Chart.FormatNumber">
			<summary>Called when a numeric value has to be converted to a string.</summary>
		</member>
		<member name="E:System.Web.UI.DataVisualization.Charting.Chart.PostPaint">
			<summary>Occurs after chart element was drawn. This event is raised for elements such as <see cref="T:System.Web.UI.DataVisualization.Charting.ChartArea" /> and <see cref="T:System.Web.UI.DataVisualization.Charting.Legend" />.</summary>
		</member>
		<member name="E:System.Web.UI.DataVisualization.Charting.Chart.PrePaint">
			<summary>Occurs after the chart element backround is drawn. This event is raised for elements such as <see cref="T:System.Web.UI.DataVisualization.Charting.ChartArea" /> and <see cref="T:System.Web.UI.DataVisualization.Charting.Legend" />.</summary>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.Chart.AlignDataPointsByAxisLabel">
			<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>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.Chart.AlignDataPointsByAxisLabel(System.Web.UI.DataVisualization.Charting.PointSortOrder)">
			<summary>Aligns data points using their axis labels. All series in the chart are aligned, using the specified sort order.</summary>
			<param name="sortingOrder">A <see cref="T:System.Web.UI.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>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.Chart.AlignDataPointsByAxisLabel(System.String)">
			<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>
			<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>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.Chart.AlignDataPointsByAxisLabel(System.String,System.Web.UI.DataVisualization.Charting.PointSortOrder)">
			<summary>Aligns data points using their axis labels.</summary>
			<param name="series">A comma-separated list of series that should be aligned by axis label.</param>
			<param name="sortingOrder">A <see cref="T:System.Web.UI.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>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.Chart.ApplyPaletteColors">
			<summary>Sets the automatically assigned series and data point colors, to allow programmatic access at run time.</summary>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.Chart.DataBind">
			<summary>Data binds the <see cref="T:System.Web.UI.DataVisualization.Charting.Chart" /> control to a data source.</summary>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.Chart.DataBindCrossTable(System.Collections.IEnumerable,System.String,System.String,System.String,System.String)">
			<summary>Data binds a chart to the table, with one series created per unique value in a given column. </summary>
			<param name="dataSource">The data source.</param>
			<param name="seriesGroupByField">The name of the field used to group data into the series.</param>
			<param name="xField">Name of the field for X values.</param>
			<param name="yFields">A comma-separated list of name(s) of the field(s) for Y value(s).</param>
			<param name="otherFields">Other data point properties that can be bound.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.Chart.DataBindCrossTable(System.Collections.IEnumerable,System.String,System.String,System.String,System.String,System.Web.UI.DataVisualization.Charting.PointSortOrder)">
			<summary>Data binds a chart to the table, with one series created per unique value in a given column. </summary>
			<param name="dataSource">The data source.</param>
			<param name="seriesGroupByField">The name of the field used to group data into the series.</param>
			<param name="xField">Name of the field for X values.</param>
			<param name="yFields">A comma-separated list of name(s) of the field(s) for Y value(s).</param>
			<param name="otherFields">Other data point properties that can be bound.</param>
			<param name="sortingOrder">Series will be sorted by group field values in the specified order.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.Chart.DataBindTable(System.Collections.IEnumerable)">
			<summary>Automatically creates and binds series data to the specified data table.</summary>
			<param name="dataSource">The data source, which can be any <see cref="T:System.Collections.IEnumerable" /> object.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.Chart.DataBindTable(System.Collections.IEnumerable,System.String)">
			<summary>Automatically creates and binds series data to the specified data table, and optionally populates X-values.</summary>
			<param name="dataSource">The data source, which can be any <see cref="T:System.Collections.IEnumerable" /> object.</param>
			<param name="xField">The name of the field used for the series X-values.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.Chart.Dispose">
			<summary>Disposes of the object, using the <see cref="T:System.IDisposable" /> interface.</summary>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.Chart.Dispose(System.Boolean)">
			<summary>Releases unmanaged and, optionally, managed resources.</summary>
			<param name="disposing">True to release both unmanaged and managed resources; false to release only unmanaged resources.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.Chart.GetChartElementOutline(System.Object,System.Web.UI.DataVisualization.Charting.ChartElementType)">
			<summary>Returns the chart element outline.</summary>
			<returns>A <see cref="T:System.Web.UI.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>
			<param name="chartElement">The chart element.</param>
			<param name="elementType">The type of element.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.Chart.GetHtmlImageMap(System.String)">
			<summary>Returns the HTML image map of the currently rendered chart. One of the overloaded SaveImage methods in the <see cref="T:System.Web.UI.DataVisualization.Charting.Chart" /> must be called before calling this method.</summary>
			<returns>A string value that represents the HTML image map.</returns>
			<param name="name">The name of the image map tag.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.Chart.GetService(System.Type)">
			<summary>Returns the requested chart service.</summary>
			<returns>An <see cref="T:System.Object" /> that represents the service type or null if the service cannot be found.</returns>
			<param name="serviceType">The type of requested chart service.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.Chart.HitTest(System.Int32,System.Int32)">
			<summary>Determines the chart element, if any, that is located at a point defined by the given X and Y coordinates.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.HitTestResult" /> object, which provides information concerning the chart element, if any, that is at the specified location.</returns>
			<param name="x">The X-coordinate value of the point the user clicked.</param>
			<param name="y">The Y-coordinate value of the point the user clicked.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.Chart.HitTest(System.Int32,System.Int32,System.Boolean)">
			<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>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.HitTestResult" /> object, which provides information concerning the chart element, if any, that is at the specified location.</returns>
			<param name="x">The X-coordinate value of the point the user clicked on.</param>
			<param name="y">The Y-coordinate value of the point the user clicked on.</param>
			<param name="ignoreTransparent">A flag that determines if transparent elements are ignored.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.Chart.HitTest(System.Int32,System.Int32,System.Web.UI.DataVisualization.Charting.ChartElementType)">
			<summary>Determines whether a chart element of a given type is located at a point defined by the given X and Y coordinates.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.HitTestResult" /> object that provides information about the chart element, if any, found at the specified location.</returns>
			<param name="x">The X-coordinate value of the point the user clicked on.</param>
			<param name="y">The Y-coordinate value of the point the user clicked on.</param>
			<param name="requestedElement">A flag that determines the chart element type to be tested.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.Chart.HitTest(System.Int32,System.Int32,System.Boolean,System.Web.UI.DataVisualization.Charting.ChartElementType[])">
			<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>
			<returns>An array of T<see cref=":System.Web.UI.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.Web.UI.DataVisualization.Charting.ChartElementType.Nothing" />. The objects in the result are sorted from the top to the bottom of different layers of control.</returns>
			<param name="x">The X-coordinate for the specified data point.</param>
			<param name="y">The Y-coordinate for the specified data point.</param>
			<param name="ignoreTransparent">A flag that indicates that transparent elements should be ignored.</param>
			<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>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.Chart.LoadTemplate(System.IO.Stream)">
			<summary>Loads a template into the <see cref="T:System.Web.UI.DataVisualization.Charting.Chart" /> control from an image stream.</summary>
			<param name="stream">The stream to load from.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.Chart.LoadTemplate(System.String)">
			<summary>Loads a template with the specified filename from the disk.</summary>
			<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>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.Chart.LoadViewState(System.Object)">
			<summary>Restores view-state information from a previous page request that was saved by the <see cref="M:System.Web.UI.DataVisualization.Charting.Chart.SaveViewState" /> method.</summary>
			<param name="savedState">An <see cref="T:System.Object" /> that represents the control state to be restored.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.Chart.OnClick(System.Web.UI.WebControls.ImageMapEventArgs)">
			<summary>Invokes delegates that were registered with the <see cref="E:System.Web.UI.DataVisualization.Charting.Chart.Click" /> event.</summary>
			<param name="e">An <see cref="T:System.Web.UI.WebControls.ImageMapEventArgs" /> object.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.Chart.OnCustomize(System.EventArgs)">
			<summary>Occurs when all chart data is prepared to be customized before drawing.</summary>
			<param name="e">The <see cref="T:System.EventArgs" /> object that contains the event data.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.Chart.OnCustomizeLegend(System.Web.UI.DataVisualization.Charting.CustomizeLegendEventArgs)">
			<summary>Occurs when all chart legend data is prepared to be customized before drawing.</summary>
			<param name="e">A <see cref="T:System.Web.UI.DataVisualization.Charting.CustomizeLegendEventArgs" /> object that contains the event data.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.Chart.OnCustomizeMapAreas(System.Web.UI.DataVisualization.Charting.CustomizeMapAreasEventArgs)">
			<summary>Occurs when chart image map data is prepared to be rendered.</summary>
			<param name="e">The <see cref="T:System.Web.UI.DataVisualization.Charting.CustomizeMapAreasEventArgs" /> object that contains the event data.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.Chart.OnFormatNumber(System.Object,System.Web.UI.DataVisualization.Charting.FormatNumberEventArgs)">
			<summary>Converts a numeric value to a string.</summary>
			<param name="caller">The event caller, which can be a chart image, a <see cref="T:System.Web.UI.DataVisualization.Charting.ChartArea" /> or a <see cref="T:System.Web.UI.DataVisualization.Charting.Legend" /> object.</param>
			<param name="e">A <see cref="T:System.Web.UI.DataVisualization.Charting.FormatNumberEventArgs" /> object that contains the event arguments.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.Chart.OnPostPaint(System.Web.UI.DataVisualization.Charting.ChartPaintEventArgs)">
			<summary>Occurs when a chart element is painted. </summary>
			<param name="e">Event arguments.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.Chart.OnPrePaint(System.Web.UI.DataVisualization.Charting.ChartPaintEventArgs)">
			<summary>Occurs when the chart element background is painted. </summary>
			<param name="e">Event arguments.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.Chart.PerformDataBinding(System.Collections.IEnumerable)">
			<summary>Data binds the specified data source to the <see cref="T:System.Web.UI.DataVisualization.Charting.Chart" /> control.</summary>
			<param name="data">An <see cref="T:System.Collections.IEnumerable" /> object that represents the data source.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.Chart.RaisePostBackEvent(System.String)">
			<summary>Raises events for the <see cref="T:System.Web.UI.DataVisualization.Charting.Chart" /> control when a form is posted back to the server.</summary>
			<param name="eventArgument">An event argument.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.Chart.Render(System.Web.UI.HtmlTextWriter)">
			<summary>Renders the <see cref="T:System.Web.UI.DataVisualization.Charting.Chart" /> control to the output parameter specified.</summary>
			<param name="writer">An <see cref="T:System.Web.UI.HtmlTextWriter" /> object.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.Chart.ResetAutoValues">
			<summary>Resets automatically calculated chart property values to "Auto".</summary>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.Chart.SaveImage(System.IO.Stream)">
			<summary>Saves the chart image to the specified stream. The properties <see cref="P:System.Web.UI.DataVisualization.Charting.Chart.ImageType" />, <see cref="P:System.Web.UI.DataVisualization.Charting.Chart.Compression" /> and other <see cref="T:System.Web.UI.DataVisualization.Charting.Chart" /> control properties are used.</summary>
			<param name="imageStream">The image stream.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.Chart.SaveImage(System.String)">
			<summary>Saves the chart image to the specified file. The properties <see cref="P:System.Web.UI.DataVisualization.Charting.Chart.ImageType" />, <see cref="P:System.Web.UI.DataVisualization.Charting.Chart.Compression" /> and other <see cref="T:System.Web.UI.DataVisualization.Charting.Chart" /> control properties are used.</summary>
			<param name="imageFileName">The image file name.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.Chart.SaveImage(System.IO.Stream,System.Web.UI.DataVisualization.Charting.ChartImageFormat)">
			<summary>Saves the chart image to the specified stream.</summary>
			<param name="imageStream">The image stream.</param>
			<param name="format">The chart image format.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.Chart.SaveImage(System.String,System.Web.UI.DataVisualization.Charting.ChartImageFormat)">
			<summary>Saves a chart image to the file.</summary>
			<param name="imageFileName">The image file name.</param>
			<param name="format">The chart image format.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.Chart.SaveViewState">
			<summary>Saves any server control view-state changes that have occurred since the time the page was posted back to the server.</summary>
			<returns>An <see cref="T:System.Object" /> that represents the current view state for the server control.</returns>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.Chart.SaveXml(System.String)">
			<summary>Saves the current state of the chart to an XML file. This method is mainly used for support purposes. The executing thread must have file write permission.</summary>
			<param name="name">The file name to save.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.Chart.System#Web#UI#IPostBackEventHandler#RaisePostBackEvent(System.String)">
			<param name="eventArgument">The event arguments.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.Chart.ValidateDataSource(System.Object)">
			<summary>Verifies that a data-bound control can work with the object it will bind to.</summary>
			<param name="dataSource">The object to verify.</param>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Chart.AlternateText">
			<summary>When overridden in a derived class, gets or sets the alternate text displayed in the <see cref="T:System.Web.UI.DataVisualization.Charting.Chart" /> control when the chart image is unavailable.</summary>
			<returns>A string value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Chart.Annotations">
			<summary>Stores the chart annotations.</summary>
			<returns>An <see cref="T:System.Web.UI.DataVisualization.Charting.AnnotationCollection" /> object that is used to store chart annotations.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Chart.AntiAliasing">
			<summary>Gets or sets a value that determines whether anti-aliasing is used when text and graphics are drawn.</summary>
			<returns>An <see cref="T:System.Web.UI.DataVisualization.Charting.AntiAliasingStyles" /> enumeration value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Chart.BackColor">
			<summary>Gets or sets the background color of the <see cref="T:System.Web.UI.DataVisualization.Charting.Chart" /> object.</summary>
			<returns>A <see cref="T:System.Drawing.Color" /> value. The default color is <see cref="System.Drawing.Color.White" />.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Chart.BackGradientStyle">
			<summary>Gets or sets the orientation for the background gradient of a <see cref="T:System.Web.UI.DataVisualization.Charting.Chart" /> control. Also determines whether a gradient is used.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.GradientStyle" /> enumeration. The default value is <see cref="F:System.Web.UI.DataVisualization.Charting.GradientStyle.None" />.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Chart.BackHatchStyle">
			<summary>Gets or sets the hatching style of the <see cref="T:System.Web.UI.DataVisualization.Charting.Chart" /> control. </summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.ChartHatchStyle" /> enumeration. The default value is <see cref="F:System.Web.UI.DataVisualization.Charting.ChartHatchStyle.None" />.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Chart.BackImage">
			<summary>Gets or sets the background image of the <see cref="T:System.Web.UI.DataVisualization.Charting.Chart" /> control.</summary>
			<returns>A string value that represents the URL of an image file. The default value is an empty string.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Chart.BackImageAlignment">
			<summary>Gets or sets the background image alignment used for the <see cref="F:System.Web.UI.DataVisualization.Charting.ChartImageWrapMode.Unscaled" /> drawing mode.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.ChartImageAlignmentStyle" /> enumeration value. The default value is <see cref="F:System.Web.UI.DataVisualization.Charting.ChartImageAlignmentStyle.TopLeft" />.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Chart.BackImageTransparentColor">
			<summary>Gets or sets the color of the <see cref="T:System.Web.UI.DataVisualization.Charting.Chart" /> control that will be displayed as transparent.</summary>
			<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>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Chart.BackImageWrapMode">
			<summary>Gets or sets the drawing mode for the background image of the <see cref="T:System.Web.UI.DataVisualization.Charting.Chart" /> control.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.ChartImageWrapMode" /> enumeration value. The default value is <see cref="F:System.Web.UI.DataVisualization.Charting.ChartImageWrapMode.Tile" />.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Chart.BackSecondaryColor">
			<summary>Gets or sets the secondary color of the chart background.</summary>
			<returns>A <see cref="T:System.Drawing.Color" /> value. The default value is <see cref="F:System.Drawing.Color.Empty" />.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Chart.BorderColor">
			<summary>Gets or sets the border color of the <see cref="T:System.Web.UI.DataVisualization.Charting.Chart" /> control.</summary>
			<returns>A T<see cref=":System.Drawing.Color" /> value. The default color for all elements except the <see cref="T:System.Web.UI.DataVisualization.Charting.Chart" /> class is <see cref="F:System.Drawing.Color.Empty" />.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Chart.BorderlineColor">
			<summary>Gets or sets the color of the entire chart image border.</summary>
			<returns>A <see cref="T:System.Drawing.Color" /> enumeration value. The default value is <see cref="F:System.Drawing.Color.Empty" />.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Chart.BorderlineDashStyle">
			<summary>Gets or sets the style of the entire chart image border line.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.ChartDashStyle" /> enumeration value that determines the border line style of the chart image.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Chart.BorderlineWidth">
			<summary>Gets or sets the width of the border line for the entire chart image.</summary>
			<returns>An integer value that determines the width of the chart image border line, in pixels.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Chart.BorderSkin">
			<summary>Gets or sets a <see cref="T:System.Web.UI.DataVisualization.Charting.BorderSkin" /> object, which provides border skin functionality for the <see cref="T:System.Web.UI.DataVisualization.Charting.Chart" /> control.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.BorderSkin" /> object.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Chart.BorderWidth">
			<summary>Gets or sets the border width of the <see cref="T:System.Web.UI.DataVisualization.Charting.Chart" /> control.</summary>
			<returns>An integer value that determines the border width, in pixels, of the chart.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Chart.ChartAreas">
			<summary>Gets a read-only <see cref="T:System.Web.UI.DataVisualization.Charting.ChartAreaCollection" /> object that is used to store <see cref="T:System.Web.UI.DataVisualization.Charting.ChartArea" /> objects.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.ChartAreaCollection" /> object.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Chart.Compression">
			<summary>Gets or sets the amount of compression for the chart image.</summary>
			<returns>An integer that represents the amount of compression for the entire chart image.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Chart.CurrentImageLocation">
			<summary>Gets the URL of the current image into which the <see cref="T:System.Web.UI.DataVisualization.Charting.Chart" /> control will be rendered.</summary>
			<returns>A string value that represents the URL of the current chart image.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Chart.DataManipulator">
			<summary>Gets a <see cref="T:System.Web.UI.DataVisualization.Charting.DataManipulator" /> object, which provides methods and properties that handle data.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.DataManipulator" /> object.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Chart.DataSource">
			<summary>Gets or sets the data source for the <see cref="T:System.Web.UI.DataVisualization.Charting.Chart" /> object.</summary>
			<returns>An <see cref="T:System.Object" /> that represents the data source for the <see cref="T:System.Web.UI.DataVisualization.Charting.Chart" /> object.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Chart.DescriptionUrl">
			<summary>When overridden in a derived class, gets or sets the location of a detailed description of the <see cref="T:System.Web.UI.DataVisualization.Charting.Chart" />.</summary>
			<returns>A string value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Chart.EnableViewState">
			<summary>Gets or sets a flag that determines whether state management is enabled.</summary>
			<returns>True if state management is enabled, otherwise false. The default value is false.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Chart.Font">
			<summary>Gets or sets a <see cref="T:System.Drawing.Font" /> object, which is used to set font properties of the <see cref="T:System.Web.UI.DataVisualization.Charting.Chart" /> control.</summary>
			<returns>A <see cref="T:System.Drawing.Font" /> object used to set font properties.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Chart.ForeColor">
			<summary>Gets or sets the text color of the <see cref="T:System.Web.UI.DataVisualization.Charting.Chart" /> control.</summary>
			<returns>A <see cref="T:System.Drawing.Color" /> value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Chart.Height">
			<summary>Gets or sets the height of the entire chart image.</summary>
			<returns>A <see cref="T:System.Web.UI.WebControls.Unit" /> value that represents the height, in pixels, of the entire chart image.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Chart.ImageLocation">
			<summary>Gets or sets the location where an image file is saved when <see cref="F:System.Web.UI.DataVisualization.Charting.RenderType.ImageTag" /> rendering is performed.</summary>
			<returns>A string value that represents the URL where the image file is saved on the server.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Chart.Images">
			<summary>Gets a <see cref="T:System.Web.UI.DataVisualization.Charting.NamedImagesCollection" /> object, which stores <see cref="T:System.Web.UI.DataVisualization.Charting.NamedImage" /> objects for the chart.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.NamedImagesCollection" /> object.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Chart.ImageStorageMode">
			<summary>Gets or sets the chart rendering type.</summary>
			<returns>An <see cref="T:System.Web.UI.DataVisualization.Charting.ImageStorageMode" /> enumeration value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Chart.ImageType">
			<summary>Gets or sets the type of image into which the chart is rendered if <see cref="F:System.Web.UI.DataVisualization.Charting.RenderType.ImageTag" /> rendering is used.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.ChartImageType" /> enumeration value. The default value is <see cref="F:System.Web.UI.DataVisualization.Charting.ChartImageType.Jpeg" />.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Chart.IsMapEnabled">
			<summary>Gets or sets a flag that determines whether client-side image maps are enabled.</summary>
			<returns>True if image maps are enabled, otherwise false. The default value is true.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Chart.IsSoftShadows">
			<summary>Gets or sets a flag that determines if a smooth gradient is applied when shadows are drawn.</summary>
			<returns>True if shadows are drawn using smoothing, false if they are not. The default value is true.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Chart.Legends">
			<summary>Stores all <see cref="T:System.Web.UI.DataVisualization.Charting.Legend" /> objects used by the <see cref="T:System.Web.UI.DataVisualization.Charting.Chart" /> control.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.LegendCollection" /> object.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Chart.MapAreas">
			<summary>Gets a <see cref="T:System.Web.UI.DataVisualization.Charting.MapAreasCollection" /> object, which stores the map areas for the chart.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.MapAreasCollection" /> object.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Chart.Palette">
			<summary>Gets or sets the palette for the <see cref="T:System.Web.UI.DataVisualization.Charting.Chart" /> control.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.ChartColorPalette" /> enumeration value that determines the palette to be used.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Chart.PaletteCustomColors">
			<summary>Gets or sets an array of custom palette colors.</summary>
			<returns>An array of <see cref="T:System.Drawing.Color" /> objects that represent the set of colors used for series on the chart.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Chart.RenderType">
			<summary>Gets or sets the rendering method used to display a chart image.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.RenderType" /> enumeration value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Chart.RightToLeft">
			<summary>Gets or sets a value that indicates whether the control should draw right-to-left for Right-to-Left (RTL) languages. </summary>
			<returns>A <see cref="T:System.Windows.Forms.RightToLeft" /> enumeration value. The default value is <see cref="T:System.Windows.Forms.RightToLeft.No" />.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Chart.Serializer">
			<summary>Gets a <see cref="T:System.Web.UI.DataVisualization.Charting.ChartSerializer" /> object, which is used for chart serialization.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.ChartSerializer" /> object.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Chart.Series">
			<summary>Gets a <see cref="T:System.Web.UI.DataVisualization.Charting.SeriesCollection" /> object.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.SeriesCollection" /> object, which contains <see cref="T:System.Web.UI.DataVisualization.Charting.Series" /> objects.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Chart.SuppressExceptions">
			<summary>Gets or sets a flag that determines whether noncritical exceptions should be suppressed.</summary>
			<returns>True if non-critical exceptions should be suppressed, otherwise false. The default value is false.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Chart.TextAntiAliasingQuality">
			<summary>Gets or sets the <see cref="T:System.Web.UI.DataVisualization.Charting.TextAntiAliasingQuality" /> type to use when applying anti-aliasing to text.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.TextAntiAliasingQuality" /> enumeration value. The default value is <see cref="F:System.Web.UI.DataVisualization.Charting.TextAntiAliasingQuality.High" />.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Chart.Titles">
			<summary>Stores all <see cref="T:System.Web.UI.DataVisualization.Charting.Title" /> objects used by the <see cref="T:System.Web.UI.DataVisualization.Charting.Chart" /> control.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.TitleCollection" /> object.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Chart.ViewStateContent">
			<summary>Gets or sets a value that determines the view state to be persisted at the client.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.SerializationContents" /> enumeration value that represents the view state. The default value is <see cref="F:System.Web.UI.DataVisualization.Charting.SerializationContents.Default" />, which signifies that the view state will consist of all chart properties.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Chart.ViewStateData">
			<summary>Gets or sets the user-defined view state of the control.</summary>
			<returns>A string value that represents the view state of the control, which is embedded in the Web document at the client.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Chart.Width">
			<summary>Gets or sets the width of the entire chart image.</summary>
			<returns>A <see cref="T:System.Web.UI.WebControls.Unit" /> value that represents the width, in pixels, of the entire chart image.</returns>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.ChartArea">
			<summary>Represents a chart area on the chart image.</summary>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.ChartArea.#ctor">
			<summary>Initializes a new instance of the <see cref="T:System.Web.UI.DataVisualization.Charting.ChartArea" /> class.</summary>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.ChartArea.#ctor(System.String)">
			<summary>Initializes a new instance of the <see cref="T:System.Web.UI.DataVisualization.Charting.ChartArea" /> class with the specified chart area name.</summary>
			<param name="name">The name for the new <see cref="T:System.Web.UI.DataVisualization.Charting.ChartArea" /> object.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.ChartArea.Dispose(System.Boolean)">
			<summary>Releases unmanaged and, optionally, managed resources.</summary>
			<param name="disposing">True to release both unmanaged and managed resources; false to release only unmanaged resources.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.ChartArea.GetSeriesDepth(System.Web.UI.DataVisualization.Charting.Series)">
			<summary>Returns the depth of a <see cref="T:System.Web.UI.DataVisualization.Charting.Series" /> in a chart area.</summary>
			<returns>A float value that represents the depth of the specified <see cref="T:System.Web.UI.DataVisualization.Charting.Series" />, which is measured as a percentage of the chart area's depth.</returns>
			<param name="series">The <see cref="T:System.Web.UI.DataVisualization.Charting.Series" /> for which the depth is retrieved.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.ChartArea.GetSeriesZPosition(System.Web.UI.DataVisualization.Charting.Series)">
			<summary>Returns the Z position of a series, which is useful for custom drawing.</summary>
			<returns>A 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>
			<param name="series">The <see cref="T:System.Web.UI.DataVisualization.Charting.Series" /> for which the Z position is retrieved.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.ChartArea.RecalculateAxesScale">
			<summary>Recalculates the properties of the chart area after changes have been made to the chart in the <see cref="E:System.Web.UI.DataVisualization.Charting.Chart.Customize" /> event.</summary>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.ChartArea.TransformPoints(System.Web.UI.DataVisualization.Charting.Point3D[])">
			<summary>Applies 3D transformations to an array of 3D points, which must be done before GDI+ drawing methods can be called.</summary>
			<param name="points">An array of 3D points.</param>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.ChartArea.AlignmentOrientation">
			<summary>Gets or sets the alignment orientation of a chart area.</summary>
			<returns>An <see cref="T:System.Web.UI.DataVisualization.Charting.AreaAlignmentOrientations" /> enumeration value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.ChartArea.AlignmentStyle">
			<summary>Gets or sets the alignment style of the <see cref="T:System.Web.UI.DataVisualization.Charting.ChartArea" />.</summary>
			<returns>An <see cref="T:System.Web.UI.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>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.ChartArea.AlignWithChartArea">
			<summary>Gets or sets the name of the <see cref="T:System.Web.UI.DataVisualization.Charting.ChartArea" /> object to which this chart area should be aligned.</summary>
			<returns>A string value that represents the name of a <see cref="T:System.Web.UI.DataVisualization.Charting.ChartArea" /> object to which this chart area should be aligned. The default is the empty string.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.ChartArea.Area3DStyle">
			<summary>Gets or sets a <see cref="T:System.Web.UI.DataVisualization.Charting.ChartArea3DStyle" /> object, which is used to implement 3D for all series in a chart area.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.ChartArea3DStyle" /> object that implements 3D for all series plotted in a chart area.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.ChartArea.Axes">
			<summary>Gets or sets an array that represents all axes for a chart area.</summary>
			<returns>An array of <see cref="T:System.Web.UI.DataVisualization.Charting.Axis" /> objects that represents all axes used by a chart area.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.ChartArea.AxisX">
			<summary>Gets or sets an <see cref="T:System.Web.UI.DataVisualization.Charting.Axis" /> object that represents the primary X-axis.</summary>
			<returns>An <see cref="T:System.Web.UI.DataVisualization.Charting.Axis" /> object that represents the primary X-axis.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.ChartArea.AxisX2">
			<summary>Gets or sets an <see cref="T:System.Web.UI.DataVisualization.Charting.Axis" /> object that represents the secondary X-axis.</summary>
			<returns>An <see cref="T:System.Web.UI.DataVisualization.Charting.Axis" /> object that represents the secondary X-axis.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.ChartArea.AxisY">
			<summary>Gets or sets an <see cref="T:System.Web.UI.DataVisualization.Charting.Axis" /> object that represents the primary Y-axis.</summary>
			<returns>An <see cref="T:System.Web.UI.DataVisualization.Charting.Axis" /> object that represents the primary Y-axis.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.ChartArea.AxisY2">
			<summary>Gets or sets an <see cref="T:System.Web.UI.DataVisualization.Charting.Axis" /> object that represents the secondary Y-axis.</summary>
			<returns>An <see cref="T:System.Web.UI.DataVisualization.Charting.Axis" /> object that represents the secondary Y-axis.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.ChartArea.BackColor">
			<summary>Gets or sets the background color of a <see cref="T:System.Web.UI.DataVisualization.Charting.ChartArea" /> object.</summary>
			<returns>A <see cref="T:System.Drawing.Color" /> value. The default color is <see cref="T:System.Drawing.Color.White" />.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.ChartArea.BackGradientStyle">
			<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>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.GradientStyle" /> enumeration. The default value is <see cref="F:System.Web.UI.DataVisualization.Charting.GradientStyle.None" />.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.ChartArea.BackHatchStyle">
			<summary>Gets or sets the hatching style of a <see cref="T:System.Web.UI.DataVisualization.Charting.ChartArea" /> object.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.ChartHatchStyle" /> enumeration. The default value is <see cref="F:System.Web.UI.DataVisualization.Charting.ChartHatchStyle.None" />.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.ChartArea.BackImage">
			<summary>Gets or sets the background image of a <see cref="T:System.Web.UI.DataVisualization.Charting.ChartArea" /> object.</summary>
			<returns>A string value that represents the URL of an image file. The default is an empty string.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.ChartArea.BackImageAlignment">
			<summary>Gets or sets the alignment of a <see cref="T:System.Web.UI.DataVisualization.Charting.ChartArea" /> background image.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.ChartImageAlignmentStyle" /> enumeration value. The default value is <see cref="F:System.Web.UI.DataVisualization.Charting.ChartImageAlignmentStyle.TopLeft" />.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.ChartArea.BackImageTransparentColor">
			<summary>Gets or sets the color of a <see cref="T:System.Web.UI.DataVisualization.Charting.ChartArea" /> object background image that will be drawn as transparent.</summary>
			<returns>A <see cref="T:System.Drawing.Color" /> value. The default value is <see cref="F:System.Drawing.Color.Empty" />.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.ChartArea.BackImageWrapMode">
			<summary>Gets or sets the drawing mode for the background image of a <see cref="T:System.Web.UI.DataVisualization.Charting.ChartArea" /> object.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.ChartImageWrapMode" /> enumeration value. The default value is <see cref="F:System.Web.UI.DataVisualization.Charting.ChartImageWrapMode.Tile" />.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.ChartArea.BackSecondaryColor">
			<summary>Gets or sets the secondary color for the background of a <see cref="T:System.Web.UI.DataVisualization.Charting.ChartArea" /> object.</summary>
			<returns>A <see cref="T:System.Drawing.Color" /> value. The default value is <see cref="F:System.Drawing.Color.Empty" />.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.ChartArea.BorderColor">
			<summary>Gets or sets the border color of a <see cref="T:System.Web.UI.DataVisualization.Charting.ChartArea" /> object.</summary>
			<returns>A T<see cref=":System.Drawing.Color" /> value. The default color is <see cref="F:System.Drawing.Color.Empty" />.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.ChartArea.BorderDashStyle">
			<summary>Gets or sets the border style of a <see cref="T:System.Web.UI.DataVisualization.Charting.ChartArea" /> object.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.ChartDashStyle" /> enumeration value that determines the border style of the chart area.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.ChartArea.BorderWidth">
			<summary>Gets or sets the border width of a <see cref="T:System.Web.UI.DataVisualization.Charting.ChartArea" /> object.</summary>
			<returns>An integer value that determines the border width, in pixels, of the chart area.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.ChartArea.InnerPlotPosition">
			<summary>Gets or sets an <see cref="T:System.Web.UI.DataVisualization.Charting.ElementPosition" /> object, which defines the inner plot position of a chart area object.</summary>
			<returns>An <see cref="T:System.Web.UI.DataVisualization.Charting.ElementPosition" /> object, which defines the inner plot position of a <see cref="T:System.Web.UI.DataVisualization.Charting.ChartArea" /> object.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.ChartArea.IsSameFontSizeForAllAxes">
			<summary>Gets or sets a flag that determines if the labels of the relevant chart area axes are of equal size.</summary>
			<returns>True if all axes that have their <see cref="P:System.Web.UI.DataVisualization.Charting.Axis.IsLabelAutoFit" /> property set to true will display their labels using the same font size, otherwise false.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.ChartArea.Name">
			<summary>Gets or sets the unique name of a <see cref="T:System.Web.UI.DataVisualization.Charting.ChartArea" /> object.</summary>
			<returns>A string value that represents the name of a ChartArea object.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.ChartArea.Position">
			<summary>Gets or sets an <see cref="T:System.Web.UI.DataVisualization.Charting.ElementPosition" /> object that defines the position of a <see cref="T:System.Web.UI.DataVisualization.Charting.ChartArea" /> object within the <see cref="T:System.Web.UI.DataVisualization.Charting.Chart" />.</summary>
			<returns>An <see cref="T:System.Web.UI.DataVisualization.Charting.ElementPosition" /> object that defines the position of a chart area object within the chart image.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.ChartArea.ShadowColor">
			<summary>Gets or sets the shadow color of a <see cref="T:System.Web.UI.DataVisualization.Charting.ChartArea" /> object.</summary>
			<returns>A <see cref="T:System.Drawing.Color" /> value. The default color is <see cref="P:System.Drawing.Color.Black" />.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.ChartArea.ShadowOffset">
			<summary>Gets or sets the shadow offset, in pixels, of a <see cref="T:System.Web.UI.DataVisualization.Charting.ChartArea" /> object.</summary>
			<returns>An integer that represents the shadow offset, in pixels, of the chart area.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.ChartArea.Visible">
			<summary>Gets or sets a flag that determines if a chart area is visible.</summary>
			<returns>True if the chart area is visible, otherwise false.</returns>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.ChartArea3DStyle">
			<summary>Manages the display attributes for three-dimensional (3D) chart areas.</summary>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.ChartArea3DStyle.#ctor">
			<summary>Initializes a new instance of the <see cref="T:System.Web.UI.DataVisualization.Charting.ChartArea3DStyle" /> class.</summary>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.ChartArea3DStyle.#ctor(System.Web.UI.DataVisualization.Charting.ChartArea)">
			<summary>Initializes a new instance of the <see cref="T:System.Web.UI.DataVisualization.Charting.ChartArea3DStyle" /> class using the chartArea parameter.</summary>
			<param name="chartArea">A <see cref="T:System.Web.UI.DataVisualization.Charting.ChartArea" /> object.</param>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.ChartArea3DStyle.Enable3D">
			<summary>Gets or sets a flag that toggles the 3D on and off for a chart area.</summary>
			<returns>true the chart area is displayed using 3D, false if the chart area is displayed in 2D. The default value is false.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.ChartArea3DStyle.IsRightAngleAxes">
			<summary>Gets or sets a flag that determines whether a chart area is displayed using an isometric projection.</summary>
			<returns>True if the chart area is displayed using an isometric projection, otherwise false.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.ChartArea3DStyle.LightStyle">
			<summary>Gets or sets the type of lighting for a 3D chart area.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.LightStyle" /> enumeration value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.ChartArea3DStyle.Perspective">
			<summary>Gets or sets the percent of perspective for a 3D chart area.</summary>
			<returns>An 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>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.ChartArea3DStyle.PointDepth">
			<summary>Gets or sets the depth of data points displayed in a 3D chart area.</summary>
			<returns>An integer value that represents the depth of data points. The allowable range is 0-1000 percent. The default is 100 percent.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.ChartArea3DStyle.PointGapDepth">
			<summary>Gets or sets the distance between series rows in a 3D chart area.</summary>
			<returns>An 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>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.ChartArea3DStyle.Rotation">
			<summary>Gets or sets the angle of rotation around the vertical axes for 3D chart areas.</summary>
			<returns>An integer value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.ChartArea3DStyle.WallWidth">
			<summary>Gets or sets the width of the walls displayed in a 3D chart area.</summary>
			<returns>An integer value that represents the width, in pixels, of the walls displayed in a 3D chart area.</returns>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.ChartAreaCollection">
			<summary>Represents a collection of <see cref="T:System.Web.UI.DataVisualization.Charting.ChartArea" /> objects.</summary>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.ChartAreaCollection.Add(System.String)">
			<summary>Adds a <see cref="T:System.Web.UI.DataVisualization.Charting.ChartArea" /> object with the specified name to the collection.</summary>
			<returns>A string value that represents a reference to the newly added object.</returns>
			<param name="name">The name of the object to be added to the collection.</param>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.ChartColorPalette">
			<summary>Specifies a palette when setting a Palette property. </summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ChartColorPalette.Berry">
			<summary>Palette utilizes blues and purples.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ChartColorPalette.Bright">
			<summary>Palette utilizes bright colors.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ChartColorPalette.BrightPastel">
			<summary>Palette utilizes bright pastel colors.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ChartColorPalette.Chocolate">
			<summary>Palette utilizes shades of brown.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ChartColorPalette.EarthTones">
			<summary>Palette utilizes earth tone colors such as green and brown.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ChartColorPalette.Excel">
			<summary>Palette utilizes Excel-style colors.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ChartColorPalette.Fire">
			<summary>Palette utilizes red, orange and yellow colors.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ChartColorPalette.Grayscale">
			<summary>Palette utilizes grayscale colors, that is, shades of black and white.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ChartColorPalette.Light">
			<summary>Palette utilizes light colors.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ChartColorPalette.None">
			<summary>No palette is used. </summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ChartColorPalette.Pastel">
			<summary>Palette utilizes pastel colors.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ChartColorPalette.SeaGreen">
			<summary>Palette utilizes colors that range from green to blue.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ChartColorPalette.SemiTransparent">
			<summary>Palette utilizes semi-transparent colors.</summary>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.ChartDashStyle">
			<summary>Specifies a line style.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ChartDashStyle.Dash">
			<summary>A dashed line.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ChartDashStyle.DashDot">
			<summary>A line with a repeating dash-dot pattern.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ChartDashStyle.DashDotDot">
			<summary>A line a repeating dash-dot-dot pattern.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ChartDashStyle.Dot">
			<summary>A line with a repeating dot pattern.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ChartDashStyle.NotSet">
			<summary>The line style is not set.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ChartDashStyle.Solid">
			<summary>A solid line.</summary>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.ChartElement">
			<summary>Base class for all the chart elements. The <see cref="T:System.Web.UI.DataVisualization.Charting.ChartElement" /> class represents the most basic element of the chart element hierarchy.</summary>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.ChartElement.#ctor">
			<summary>Initializes a new instance of the <see cref="T:System.Web.UI.DataVisualization.Charting.ChartElement" /> class.</summary>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.ChartElement.GetHashCode">
			<summary>Returns a hash function for a particular type.</summary>
			<returns>An integer value that represents the hash code for the current <see cref="T:System.Object" />.</returns>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.ChartElement.ToString">
			<summary>Returns a string that represents the current <see cref="T:System.Object" />.</summary>
			<returns>A string value that represents the current <see cref="T:System.Object" />.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.ChartElement.Tag">
			<summary>Gets or sets an object associated with this chart element.</summary>
			<returns>An <see cref="T:System.Object" /> associated with this chart element.</returns>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.ChartElementCollection`1">
			<summary>Represents the base class for all chart element collections.</summary>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.ChartElementCollection`1.ClearItems">
			<summary>Removes all elements from the <see cref="T:System.Collections.ObjectModel.Collection`1" />.</summary>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.ChartElementCollection`1.InsertItem(System.Int32,`0)">
			<summary>Inserts an element into the <see cref="T:System.Collections.ObjectModel.Collection`1" /> at the specified index location.</summary>
			<param name="index">The zero-based index location of the item will be inserted.</param>
			<param name="item">The object to insert. The value can be null for reference types.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.ChartElementCollection`1.Invalidate">
			<summary>Forces the invalidation of the parent chart element.</summary>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.ChartElementCollection`1.RemoveItem(System.Int32)">
			<summary>Removes the element at the specified index location of the <see cref="T:System.Collections.ObjectModel.Collection`1" />.</summary>
			<param name="index">The zero-based index location of the element to remove.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.ChartElementCollection`1.ResumeUpdates">
			<summary>Resumes the invalidation of a chart element in the collection.</summary>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.ChartElementCollection`1.SetItem(System.Int32,`0)">
			<summary>Replaces the element at the specified index location.</summary>
			<param name="index">The zero-based index location of the element to replace.</param>
			<param name="item">The new value for the element at the specified index location. The value can be null for reference types.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.ChartElementCollection`1.SuspendUpdates">
			<summary>Suspends the invalidation of a chart element in the collection.</summary>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.ChartElementOutline">
			<summary>Represents an array of marker points and the outline path used for visual object selection in the chart.</summary>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.ChartElementOutline.Dispose">
			<summary>Performs application-defined tasks that free, release, or reset unmanaged resources.</summary>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.ChartElementOutline.Dispose(System.Boolean)">
			<summary>Releases unmanaged and, optionally, managed resources.</summary>
			<param name="disposing">True to release both unmanaged and managed resources; false to release only unmanaged resources.</param>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.ChartElementOutline.Markers">
			<summary>Gets or sets the markers.</summary>
			<returns>An array of <see cref="T:System.Drawing.PointF" /> values that represent the marker points.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.ChartElementOutline.OutlinePath">
			<summary>Gets or sets the outline path. The return value can be null for complex objects and objects with two points or fewer.</summary>
			<returns>A <see cref="T:System.Drawing.Drawing2D.GraphicsPath" /> that represents the outline path.</returns>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.ChartElementType">
			<summary>Specifies a chart element type.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ChartElementType.Annotation">
			<summary>Any object derived from the <see cref="T:System.Web.UI.DataVisualization.Charting.Annotation" /> class.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ChartElementType.Axis">
			<summary>An <see cref="T:System.Web.UI.DataVisualization.Charting.Axis" /> object.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ChartElementType.AxisLabelImage">
			<summary>An <see cref="T:System.Web.UI.DataVisualization.Charting.Axis" /> label image.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ChartElementType.AxisLabels">
			<summary>A <see cref="T:System.Web.UI.DataVisualization.Charting.LabelStyle" /> object.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ChartElementType.AxisTitle">
			<summary>An <see cref="T:System.Web.UI.DataVisualization.Charting.Axis" /> title.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ChartElementType.DataPoint">
			<summary>A <see cref="T:System.Web.UI.DataVisualization.Charting.DataPoint" /> object.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ChartElementType.DataPointLabel">
			<summary>A series <see cref="T:System.Web.UI.DataVisualization.Charting.DataPoint" /> label.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ChartElementType.Gridlines">
			<summary>Any major or minor grid line, either vertical or horizontal.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ChartElementType.LegendArea">
			<summary>The area inside a <see cref="T:System.Web.UI.DataVisualization.Charting.Legend" /> object. Does not include the space occupied by legend items.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ChartElementType.LegendHeader">
			<summary>A <see cref="T:System.Web.UI.DataVisualization.Charting.Legend" /> header.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ChartElementType.LegendItem">
			<summary>A <see cref="T:System.Web.UI.DataVisualization.Charting.LegendItem" /> object.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ChartElementType.LegendTitle">
			<summary>A <see cref="T:System.Web.UI.DataVisualization.Charting.Legend" /> title.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ChartElementType.Nothing">
			<summary>No chart element.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ChartElementType.PlottingArea">
			<summary>The plotting area, which is the chart area excluding axes, labels, and so on. Also excludes the regions that data points might occupy.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ChartElementType.StripLines">
			<summary>A <see cref="T:System.Web.UI.DataVisualization.Charting.StripLine" /> object.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ChartElementType.TickMarks">
			<summary>Any major or minor <see cref="T:System.Web.UI.DataVisualization.Charting.TickMark" /> object.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ChartElementType.Title">
			<summary>The title of a <see cref="T:System.Web.UI.DataVisualization.Charting.Chart" />.</summary>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.ChartGraphics">
			<summary>Provides numerous conversion functions and exposes a GDI+ <see cref="T:System.Drawing.Graphics" /> object.</summary>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.ChartGraphics.Dispose(System.Boolean)">
			<summary>Releases unmanaged and, optionally, managed resources.</summary>
			<param name="disposing">True to release both unmanaged and managed resources; false to release only unmanaged resources.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.ChartGraphics.GetAbsolutePoint(System.Drawing.PointF)">
			<summary>Takes a <see cref="T:System.Drawing.PointF" /> object and converts its relative coordinates to absolute coordinates.</summary>
			<returns>A <see cref="T:System.Drawing.PointF" /> object in absolute coordinates.</returns>
			<param name="point">A <see cref="T:System.Drawing.PointF" /> object in relative coordinates.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.ChartGraphics.GetAbsoluteRectangle(System.Drawing.RectangleF)">
			<summary>Takes a <see cref="T:System.Drawing.RectangleF" /> object and converts its relative coordinates to absolute coordinates.</summary>
			<returns>A <see cref="T:System.Drawing.RectangleF" /> object in absolute coordinates.</returns>
			<param name="rectangle">A <see cref="T:System.Drawing.RectangleF" /> object in relative coordinates.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.ChartGraphics.GetAbsoluteSize(System.Drawing.SizeF)">
			<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>
			<returns>A <see cref="T:System.Drawing.SizeF" /> object in absolute coordinates.</returns>
			<param name="size">A <see cref="T:System.Drawing.SizeF" /> object in relative coordinates.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.ChartGraphics.GetPositionFromAxis(System.String,System.Web.UI.DataVisualization.Charting.AxisName,System.Double)">
			<summary>Takes a given axis value for a specified axis and returns the relative pixel value.</summary>
			<returns>A string value that represents the converted axis value, in relative pixel coordinates.</returns>
			<param name="chartAreaName">Chart area name.</param>
			<param name="axis">An <see cref="T:System.Web.UI.DataVisualization.Charting.AxisName" /> enumeration value that identifies the relevant axis.</param>
			<param name="axisValue">The axis value to be converted to a relative pixel value.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.ChartGraphics.GetRelativePoint(System.Drawing.PointF)">
			<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>
			<returns>A <see cref="T:System.Drawing.PointF" /> object in relative coordinates.</returns>
			<param name="point">A <see cref="T:System.Drawing.PointF" /> object in absolute coordinates.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.ChartGraphics.GetRelativeRectangle(System.Drawing.RectangleF)">
			<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>
			<returns>A <see cref="T:System.Drawing.RectangleF" /> structure in relative coordinates.</returns>
			<param name="rectangle">A <see cref="T:System.Drawing.RectangleF" /> structure in absolute coordinates.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.ChartGraphics.GetRelativeSize(System.Drawing.SizeF)">
			<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>
			<returns>A <see cref="T:System.Drawing.SizeF" /> object in relative coordinates.</returns>
			<param name="size">A <see cref="T:System.Drawing.SizeF" /> object in absolute coordinates.</param>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.ChartGraphics.Graphics">
			<summary>Gets or sets a GDI+ <see cref="T:System.Drawing.Graphics" /> object that can be used for drawing purposes.</summary>
			<returns>A <see cref="T:System.Drawing.Graphics" /> object used for drawing.</returns>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.ChartHatchStyle">
			<summary>Specifies a hatching style for a chart element.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ChartHatchStyle.BackwardDiagonal">
			<summary>Backward diagonal style.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ChartHatchStyle.Cross">
			<summary>Cross style.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ChartHatchStyle.DarkDownwardDiagonal">
			<summary>Dark downward diagonal style.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ChartHatchStyle.DarkHorizontal">
			<summary>Dark horizontal style.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ChartHatchStyle.DarkUpwardDiagonal">
			<summary>Dark upward diagonal style.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ChartHatchStyle.DarkVertical">
			<summary>Dark vertical style.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ChartHatchStyle.DashedDownwardDiagonal">
			<summary>Dashed downward diagonal style.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ChartHatchStyle.DashedHorizontal">
			<summary>Dashed horizontal style.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ChartHatchStyle.DashedUpwardDiagonal">
			<summary>Dashed upward diagonal style.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ChartHatchStyle.DashedVertical">
			<summary>Dashed vertical style.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ChartHatchStyle.DiagonalBrick">
			<summary>Diagonal brick style.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ChartHatchStyle.DiagonalCross">
			<summary>Diagonal cross style.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ChartHatchStyle.Divot">
			<summary>Divot style.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ChartHatchStyle.DottedDiamond">
			<summary>Dotted diamond style.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ChartHatchStyle.DottedGrid">
			<summary>Dotted grid style.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ChartHatchStyle.ForwardDiagonal">
			<summary>Forward diagonal style.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ChartHatchStyle.Horizontal">
			<summary>Horizontal style.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ChartHatchStyle.HorizontalBrick">
			<summary>Horizontal brick style.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ChartHatchStyle.LargeCheckerBoard">
			<summary>Large checker board style.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ChartHatchStyle.LargeConfetti">
			<summary>Large confetti style.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ChartHatchStyle.LargeGrid">
			<summary>Large grid style.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ChartHatchStyle.LightDownwardDiagonal">
			<summary>Light downward diagonal style.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ChartHatchStyle.LightHorizontal">
			<summary>Light horizontal style.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ChartHatchStyle.LightUpwardDiagonal">
			<summary>Light upward diagonal style.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ChartHatchStyle.LightVertical">
			<summary>Light vertical style.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ChartHatchStyle.NarrowHorizontal">
			<summary>Narrow horizontal style.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ChartHatchStyle.NarrowVertical">
			<summary>Narrow vertical style.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ChartHatchStyle.None">
			<summary>No hatching style.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ChartHatchStyle.OutlinedDiamond">
			<summary>Outlined diamond style.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ChartHatchStyle.Percent05">
			<summary>Percent05 style.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ChartHatchStyle.Percent10">
			<summary>Percent10 style.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ChartHatchStyle.Percent20">
			<summary>Percent20 style.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ChartHatchStyle.Percent25">
			<summary>Percent25 style.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ChartHatchStyle.Percent30">
			<summary>Percent30 style.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ChartHatchStyle.Percent40">
			<summary>Percent40 style.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ChartHatchStyle.Percent50">
			<summary>Percent50 style.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ChartHatchStyle.Percent60">
			<summary>Percent60 style.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ChartHatchStyle.Percent70">
			<summary>Percent70 style.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ChartHatchStyle.Percent75">
			<summary>Percent75 style.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ChartHatchStyle.Percent80">
			<summary>Percent80 style.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ChartHatchStyle.Percent90">
			<summary>Percent90 style.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ChartHatchStyle.Plaid">
			<summary>Plaid style.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ChartHatchStyle.Shingle">
			<summary>Shingle style.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ChartHatchStyle.SmallCheckerBoard">
			<summary>Small checker board style.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ChartHatchStyle.SmallConfetti">
			<summary>Small confetti style.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ChartHatchStyle.SmallGrid">
			<summary>Small grid style.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ChartHatchStyle.SolidDiamond">
			<summary>Solid diamond style.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ChartHatchStyle.Sphere">
			<summary>Sphere style.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ChartHatchStyle.Trellis">
			<summary>Trellis style.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ChartHatchStyle.Vertical">
			<summary>Vertical style.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ChartHatchStyle.Wave">
			<summary>Wave style.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ChartHatchStyle.Weave">
			<summary>Weave style.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ChartHatchStyle.WideDownwardDiagonal">
			<summary>Wide downward diagonal style.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ChartHatchStyle.WideUpwardDiagonal">
			<summary>Wide upward diagonal style.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ChartHatchStyle.ZigZag">
			<summary>Zigzag style.</summary>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.ChartHttpHandler">
			<summary>Processes HTTP web requests using a custom HTTP handler; handles chart images, scripts and other resources.</summary>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.ChartHttpHandler.#ctor">
			<summary>Initializes a new instance of the <see cref="T:System.Web.UI.DataVisualization.Charting.ChartHttpHandler" /> class.</summary>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.ChartHttpHandler.Settings">
			<summary>Gets the chart image storage settings registered in the web.config file under the ChartHttpHandler key.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.ChartHttpHandlerSettings" /> object.</returns>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.ChartHttpHandlerSettings">
			<summary>Provides attributes that can be used to write a custom HTTP handler for storing temporary image files.</summary>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.ChartHttpHandlerSettings.CustomHandlerName">
			<summary>Gets or sets the name of the custom handler.</summary>
			<returns>A string value that represents the name of the custom handler.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.ChartHttpHandlerSettings.Directory">
			<summary>Gets or sets the directory of the custom handler where the temporary image files will be stored.</summary>
			<returns>A string value that represents the directory.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.ChartHttpHandlerSettings.HandlerType">
			<summary>Gets the handler type of the custom handler.</summary>
			<returns>The <see cref="T:System.Type" /> of the custom handler.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.ChartHttpHandlerSettings.PrivateImages">
			<summary>Gets a flag that indicates whether the handler will utilize private images.</summary>
			<returns>True if the handler will utilize private images, otherwise false.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.ChartHttpHandlerSettings.StorageType">
			<summary>Gets or sets the chart image storage type.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.ChartHttpHandlerStorageType" /> enumeration value that represents the chart image storage type.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.ChartHttpHandlerSettings.Timeout">
			<summary>Gets or sets the timeout of the custom handler.</summary>
			<returns>A <see cref="T:System.TimeSpan" /> enumeration value that represents the timeout of the custom handler.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.ChartHttpHandlerSettings.Url">
			<summary>Gets or sets the URL that corresponds to the HTTP path where temporary image files are stored.</summary>
			<returns>A string value that represents the URL.</returns>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.ChartHttpHandlerStorageType">
			<summary>Specifies a storage type for chart images.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ChartHttpHandlerStorageType.File">
			<summary>Chart images are stored in a file.</summary>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.ChartImageAlignmentStyle">
			<summary>Specifies the image alignment for a chart background image. </summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ChartImageAlignmentStyle.Bottom">
			<summary>The image is aligned to the bottom boundary of the chart element.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ChartImageAlignmentStyle.BottomLeft">
			<summary>The image is aligned to the bottom left corner of the chart element.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ChartImageAlignmentStyle.BottomRight">
			<summary>The image is aligned to the bottom right corner of the chart element.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ChartImageAlignmentStyle.Center">
			<summary>The image is aligned in the center of the chart element.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ChartImageAlignmentStyle.Left">
			<summary>The image is aligned to the left boundary of the chart element.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ChartImageAlignmentStyle.Right">
			<summary>The image is aligned to the right boundary of the chart element.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ChartImageAlignmentStyle.Top">
			<summary>The image is aligned to the top boundary of the chart element.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ChartImageAlignmentStyle.TopLeft">
			<summary>The mage is aligned to the top left corner of the chart element.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ChartImageAlignmentStyle.TopRight">
			<summary>The image is aligned to the top right corner of the chart element.</summary>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.ChartImageFormat">
			<summary>Specifies the image type for the chart.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ChartImageFormat.Bmp">
			<summary>A bitmap (BMP) image format.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ChartImageFormat.Emf">
			<summary>A Windows Enhanced Metafile (EMF) image format.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ChartImageFormat.EmfDual">
			<summary>A Windows Enhanced Metafile Dual (EMF-dual) image format.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ChartImageFormat.EmfPlus">
			<summary>A Windows Enhanced Metafile Plus (EMF+) image format. </summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ChartImageFormat.Gif">
			<summary>A GIF image format.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ChartImageFormat.Jpeg">
			<summary>A JPEG image format.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ChartImageFormat.Png">
			<summary>A PNG image format.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ChartImageFormat.Tiff">
			<summary>A TIFF image format.</summary>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.ChartImageType">
			<summary>Specifies the image type for the chart.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ChartImageType.Bmp">
			<summary>BMP image format type.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ChartImageType.Emf">
			<summary>Windows Enhanced Metafile (EMF) image format type.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ChartImageType.Jpeg">
			<summary>JPEG image format type.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ChartImageType.Png">
			<summary>PNG image format type.</summary>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.ChartImageWrapMode">
			<summary>Specifies the drawing mode for a background image.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ChartImageWrapMode.Scaled">
			<summary>Background image is scaled to fit the entire chart element.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ChartImageWrapMode.Tile">
			<summary>Background image is tiled to fit the entire chart element.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ChartImageWrapMode.TileFlipX">
			<summary>Every other tiled image is reversed around the X-axis.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ChartImageWrapMode.TileFlipXY">
			<summary>Every other tiled image is reversed around the X-axis and Y-axis.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ChartImageWrapMode.TileFlipY">
			<summary>Every other tiled image is reversed around the Y-axis.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ChartImageWrapMode.Unscaled">
			<summary>Background image is not scaled.</summary>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.ChartNamedElement">
			<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.Web.UI.DataVisualization.Charting.ChartNamedElementCollection`1" /> class.</summary>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.ChartNamedElement.#ctor">
			<summary>Initializes a new instance of the <see cref="T:System.Web.UI.DataVisualization.Charting.ChartNamedElement" /> class.</summary>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.ChartNamedElement.#ctor(System.String)">
			<summary>Initializes a new instance of the <see cref="T:System.Web.UI.DataVisualization.Charting.ChartNamedElement" /> class with the specified chart element name.</summary>
			<param name="name">The name of the new chart element.</param>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.ChartNamedElement.Name">
			<summary>Gets or sets the name of the chart element.</summary>
			<returns>A string value that represents the name of the chart element.</returns>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.ChartNamedElementCollection`1">
			<summary>Represents the base class for all collections of named chart elements. Performs name management and enforces the uniqueness of the names.</summary>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.ChartNamedElementCollection`1.FindByName(System.String)">
			<summary>Finds the chart element by the specified name.</summary>
			<param name="name">The name of the chart element.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.ChartNamedElementCollection`1.IndexOf(System.String)">
			<summary>Finds the index of the chart element with the specified name.</summary>
			<returns>An integer value that represents the position of the chart element in the zero-based index.</returns>
			<param name="name">The name of the chart element.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.ChartNamedElementCollection`1.InsertItem(System.Int32,`0)">
			<summary>Inserts the specified item in the collection at the specified index.</summary>
			<param name="index">The zero-based index where the item is to be inserted.</param>
			<param name="item">The object to insert.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.ChartNamedElementCollection`1.IsUniqueName(System.String)">
			<summary>Determines whether the chart element with the specified name already exists in the collection.</summary>
			<returns>True if the new chart element name is unique, otherwise false.</returns>
			<param name="name">The new chart element name.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.ChartNamedElementCollection`1.NextUniqueName">
			<summary>Finds the unique name for the new element to be added to the collection.</summary>
			<returns>A string value that represents the next unique chart element name.</returns>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.ChartNamedElementCollection`1.RemoveItem(System.Int32)">
			<summary>Removes the chart element at the specified index of the collection.</summary>
			<param name="index">The zero-based index of the chart element to remove.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.ChartNamedElementCollection`1.SetItem(System.Int32,`0)">
			<summary>Replaces the chart element at the specified index with a new chart element.</summary>
			<param name="index">The zero-based index of the chart element to replace.</param>
			<param name="item">The new chart element to insert at the specified index.</param>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.ChartNamedElementCollection`1.Item(System.String)">
			<summary>Gets or sets the chart element with the specified name.</summary>
			<param name="name">The name of the chart element.</param>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.ChartNamedElementCollection`1.NamePrefix">
			<summary>Gets the name prefix that is used to create unique chart element names.</summary>
			<returns>A string value that represents the default name prefix of the chart elements stored in the collection.</returns>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.ChartPaintEventArgs">
			<summary>Provides data for the paint events of the <see cref="T:System.Web.UI.DataVisualization.Charting.Chart" /> control.</summary>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.ChartPaintEventArgs.Chart">
			<summary>Gets the root <see cref="T:System.Web.UI.DataVisualization.Charting.Chart" /> object.</summary>
			<returns>The root <see cref="T:System.Web.UI.DataVisualization.Charting.Chart" /> object.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.ChartPaintEventArgs.ChartElement">
			<summary>Gets an object for the event.</summary>
			<returns>An <see cref="T:System.Object" /> that represents the chart element.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.ChartPaintEventArgs.ChartGraphics">
			<summary>Gets a <see cref="T:System.Web.UI.DataVisualization.Charting.ChartGraphics" /> object.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.ChartGraphics" /> object.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.ChartPaintEventArgs.Position">
			<summary>Gets an <see cref="T:System.Web.UI.DataVisualization.Charting.ElementPosition" /> object.</summary>
			<returns>An <see cref="T:System.Web.UI.DataVisualization.Charting.ElementPosition" /> object.</returns>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.ChartSerializer">
			<summary>Enables serialization of the <see cref="T:System.Web.UI.DataVisualization.Charting.Chart" /> control.</summary>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.ChartSerializer.GetContentString(System.Web.UI.DataVisualization.Charting.SerializationContents,System.Boolean)">
			<summary>Returns a serializable or non serializable class and/or property names, depending on the specific flag value.</summary>
			<returns>A string value that represents the serializable or non serializable class and/or property names.</returns>
			<param name="content">The serializable content.</param>
			<param name="serializable">True to get a serializable string; false to get a non serializaable string.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.ChartSerializer.Load(System.IO.Stream)">
			<summary>Loads serialized data into the control from an object derived from the <see cref="T:System.IO.Stream" /> class.</summary>
			<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>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.ChartSerializer.Load(System.String)">
			<summary>Loads serialized data saved to disk into the <see cref="T:System.Web.UI.DataVisualization.Charting.Chart" /> control.</summary>
			<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>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.ChartSerializer.Load(System.IO.TextReader)">
			<summary>Loads serialized data into the control from a reader object that derives from the <see cref="T:System.IO.TextReader" /> class.</summary>
			<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>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.ChartSerializer.Load(System.Xml.XmlReader)">
			<summary>Loads serialized data into the control from an object derived from the <see cref="T:System.Xml.XmlReader" /> class.</summary>
			<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>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.ChartSerializer.Reset">
			<summary>Resets all chart properties marked for serialization.</summary>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.ChartSerializer.Save(System.IO.Stream)">
			<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>
			<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>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.ChartSerializer.Save(System.String)">
			<summary>Saves chart data and properties with non-default values to the given file.</summary>
			<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>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.ChartSerializer.Save(System.IO.TextWriter)">
			<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>
			<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>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.ChartSerializer.Save(System.Xml.XmlWriter)">
			<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>
			<param name="writer">An object derived from <see cref="T:System.Xml.XmlWriter" /> used to save <see cref="T:System.Web.UI.DataVisualization.Charting.Chart" /> properties.</param>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.ChartSerializer.Content">
			<summary>Gets or sets the type of chart content to be serialized.</summary>
			<returns>A <see cref="T:System.Web.UI.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>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.ChartSerializer.Format">
			<summary>Gets or sets the format used when the chart is serialized.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.SerializationFormat" /> enumeration value that represents the format of the serialized data. The default value is XML.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.ChartSerializer.NonSerializableContent">
			<summary>Gets or sets the chart properties that will not be serialized.</summary>
			<returns>A comma-separated string expression that represents the chart properties that will not be serialized. The syntax is "Class.Property[,Class.Property]".</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.ChartSerializer.SerializableContent">
			<summary>Gets or sets the chart properties that can be serialized.</summary>
			<returns>A comma-separated string expression that represents the chart properties to be serialized. The syntax is "Class.Property[,Class.Property]".</returns>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.ChartValueType">
			<summary>Specifies value types for various chart properties.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ChartValueType.Auto">
			<summary>Property type is set automatically by the <see cref="T:System.Web.UI.DataVisualization.Charting.Chart" /> control.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ChartValueType.Date">
			<summary>The date portion of a <see cref="T:System.DateTime" /> value.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ChartValueType.DateTime">
			<summary>A <see cref="T:System.DateTime" /> value.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ChartValueType.DateTimeOffset">
			<summary>A <see cref="T:System.DateTime" /> value with offset.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ChartValueType.Double">
			<summary>A <see cref="T:System.Double" /> value.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ChartValueType.Int32">
			<summary>A <see cref="T:System.Int32" /> value.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ChartValueType.Int64">
			<summary>A <see cref="T:System.Int64" /> value.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ChartValueType.Single">
			<summary>A <see cref="T:System.Single" /> value.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ChartValueType.String">
			<summary>A <see cref="T:System.String" /> value.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ChartValueType.Time">
			<summary>The time portion of the <see cref="DateTime" /> value.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ChartValueType.UInt32">
			<summary>A <see cref="T:System.UInt32" /> value.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ChartValueType.UInt64">
			<summary>A <see cref="T:System.UInt64" /> value.</summary>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.CompareMethod">
			<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.Web.UI.DataVisualization.Charting.DataManipulator" /> class that take the CompareMethod argument.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.CompareMethod.EqualTo">
			<summary>If the data point value is equal to the compared value, the point is filtered.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.CompareMethod.LessThan">
			<summary>If the data point value is less than the compared value, the point is filtered.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.CompareMethod.LessThanOrEqualTo">
			<summary>If the data point value is less than or equal to the compared value, the point is filtered.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.CompareMethod.MoreThan">
			<summary>If the data point value is more than the compared value, the point is filtered.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.CompareMethod.MoreThanOrEqualTo">
			<summary>If the data point value more than or equal to the compared value, the point is filtered.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.CompareMethod.NotEqualTo">
			<summary>If the data point value is not equal to the compared value, the point is filtered.</summary>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.CustomizeLegendEventArgs">
			<summary>Provides data for the <see cref="E:System.Web.UI.DataVisualization.Charting.Chart.CustomizeLegend" /> event of the <see cref="T:System.Web.UI.DataVisualization.Charting.Chart" /> control.</summary>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.CustomizeLegendEventArgs.#ctor(System.Web.UI.DataVisualization.Charting.LegendItemsCollection)">
			<summary>Initializes a new instance of the <see cref="T:System.Web.UI.DataVisualization.Charting.CustomizeLegendEventArgs" /> class with the specified <see cref="T:System.Web.UI.DataVisualization.Charting.LegendItemsCollection" />.</summary>
			<param name="legendItems">The <see cref="T:System.Web.UI.DataVisualization.Charting.LegendItemsCollection" />.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.CustomizeLegendEventArgs.#ctor(System.Web.UI.DataVisualization.Charting.LegendItemsCollection,System.String)">
			<summary>Initializes a new instance of the <see cref="T:System.Web.UI.DataVisualization.Charting.CustomizeLegendEventArgs" /> class with the specified <see cref="T:System.Web.UI.DataVisualization.Charting.LegendItemsCollection" /> and legend name.</summary>
			<param name="legendItems">The <see cref="T:System.Web.UI.DataVisualization.Charting.LegendItemsCollection" />.</param>
			<param name="legendName">The legend name.</param>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.CustomizeLegendEventArgs.LegendItems">
			<summary>Used to remove, modify or change the order of both custom and default legend items in the <see cref="E:System.Web.UI.DataVisualization.Charting.Chart.CustomizeLegend" /> event. Can also be used to add custom legend items.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.LegendItemsCollection" /> object.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.CustomizeLegendEventArgs.LegendName">
			<summary>Gets the name of the <see cref="T:System.Web.UI.DataVisualization.Charting.Legend" /> object, which can be used to determine which legend was the sender of the <see cref="E:System.Web.UI.DataVisualization.Charting.Chart.CustomizeLegend" /> event.</summary>
			<returns>A string value that represents the name of the associated <see cref="T:System.Web.UI.DataVisualization.Charting.Legend" /> object.</returns>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.CustomizeMapAreasEventArgs">
			<summary>Provides data for the CustomizeMapAreas event of the <see cref="T:System.Web.UI.DataVisualization.Charting.Chart" /> control.</summary>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.CustomizeMapAreasEventArgs.#ctor(System.Web.UI.DataVisualization.Charting.MapAreasCollection)">
			<summary>Initializes a new instance of the <see cref="T:System.Web.UI.DataVisualization.Charting.CustomizeMapAreasEventArgs" /> class with the specified map areas collection.</summary>
			<param name="areaItems">A map areas collection.</param>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.CustomizeMapAreasEventArgs.MapAreaItems">
			<summary>Gets or sets a <see cref="T:System.Web.UI.DataVisualization.Charting.MapAreasCollection" /> object. Can be used to remove or modify map areas that correspond to a chart object, or to add custom map areas.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.MapAreasCollection" /> object.</returns>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.CustomLabel">
			<summary>Represents a custom label for an axis.</summary>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.CustomLabel.#ctor">
			<summary>Creates a new instance of the <see cref="T:System.Web.UI.DataVisualization.Charting.CustomLabel" /> class.</summary>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.CustomLabel.#ctor(System.Double,System.Double,System.String,System.Int32,System.Web.UI.DataVisualization.Charting.LabelMarkStyle)">
			<summary>Initializes a new instance of the <see cref="T:System.Web.UI.DataVisualization.Charting.CustomLabel" /> class with the specified fromPosition, toPosition, text, labelRow, and markStyle parameters.</summary>
			<param name="fromPosition">The beginning of the axis range the label applies to.</param>
			<param name="toPosition">The end of the axis range the label applies to.</param>
			<param name="text">The label text.</param>
			<param name="labelRow">The label row index.</param>
			<param name="markStyle">The label mark style.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.CustomLabel.#ctor(System.Double,System.Double,System.String,System.Int32,System.Web.UI.DataVisualization.Charting.LabelMarkStyle,System.Web.UI.DataVisualization.Charting.GridTickTypes)">
			<summary>Initializes a new instance of the <see cref="T:System.Web.UI.DataVisualization.Charting.CustomLabel" /> class with the specified fromPosition, toPosition, text, labelRow, markStyle and gridTick parameters.</summary>
			<param name="fromPosition">The beginning of the axis range the label applies to.</param>
			<param name="toPosition">The end of the axis range the label applies to.</param>
			<param name="text">The label text.</param>
			<param name="labelRow">The label row index.</param>
			<param name="markStyle">The label mark style.</param>
			<param name="gridTick">The custom grid line and/or tick marks flag.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.CustomLabel.Clone">
			<summary>Returns a cloned label object.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.CustomLabel" /> object that represents a copy of the current custom label.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.CustomLabel.Axis">
			<summary>Gets the axis that this <see cref="T:System.Web.UI.DataVisualization.Charting.CustomLabel" /> object belongs to.</summary>
			<returns>An <see cref="T:System.Web.UI.DataVisualization.Charting.Axis" /> object.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.CustomLabel.ForeColor">
			<summary>Gets or sets the text color of the custom label.</summary>
			<returns>A <see cref="T:System.Drawing.Color" /> value that represents the text color of a custom label.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.CustomLabel.FromPosition">
			<summary>Gets or sets the beginning position, in axis coordinates, of the custom label.</summary>
			<returns>A double value that represents the beginning of the axis range that the label is applied to.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.CustomLabel.GridTicks">
			<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>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.GridTickTypes" /> enumeration value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.CustomLabel.Image">
			<summary>Gets or sets the custom label image.</summary>
			<returns>A string value that represents the name of the custom label image.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.CustomLabel.ImageMapAreaAttributes">
			<summary>Gets or sets a string that represents the area attributes of a custom label image.</summary>
			<returns>A string value that represents the area attributes of a custom label's image map.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.CustomLabel.ImagePostBackValue">
			<summary>Gets or sets the postback value that can be processed on a <see cref="E:System.Web.UI.DataVisualization.Charting.Chart.Click" /> event.</summary>
			<returns>A string value that represents the value that is passed to a <see cref="E:System.Web.UI.DataVisualization.Charting.Chart.Click" /> event.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.CustomLabel.ImageTransparentColor">
			<summary>Gets or sets a color that will be replaced with a transparent color when a custom label image is drawn.</summary>
			<returns>A <see cref="T:System.Drawing.Color" /> value which is replaced with a transparent color when you draw the image. The default value is <see cref="P:System.Drawing.Color.Magenta" />.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.CustomLabel.ImageUrl">
			<summary>Gets or sets the URL target of the label image.</summary>
			<returns>A string value that represents the destination URL that is pointed to by this custom label image.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.CustomLabel.LabelMark">
			<summary>Gets or sets the label mark for a custom label. This applies to labels in the second row only.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.LabelMarkStyle" /> enumeration value that determines the type of label mark, if any, to be used.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.CustomLabel.MapAreaAttributes">
			<summary>Gets or sets the map area attributes, if any, of the custom label.</summary>
			<returns>A string value that represents the map area attributes, if any.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.CustomLabel.MarkColor">
			<summary>Gets or sets the marker color for the custom label.</summary>
			<returns>A <see cref="T:System.Drawing.Color" /> value that represents the marker color of a custom label.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.CustomLabel.Name">
			<summary>Gets or sets the name of the custom label.</summary>
			<returns>A string value that represents the text name of the item.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.CustomLabel.PostBackValue">
			<summary>Gets or sets the postback value that can be processed on a <see cref="E:System.Web.UI.DataVisualization.Charting.Chart.Click" /> event.</summary>
			<returns>A string value that represents the value that is passed to a <see cref="E:System.Web.UI.DataVisualization.Charting.Chart.Click" /> event.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.CustomLabel.RowIndex">
			<summary>Gets or sets the index of the custom label row.</summary>
			<returns>An integer value that specifies the index, 0 to 10, of the custom label row.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.CustomLabel.Text">
			<summary>Gets or sets the custom label text.</summary>
			<returns>A string value that represents the label text.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.CustomLabel.ToolTip">
			<summary>Gets or sets the custom label tooltip text.</summary>
			<returns>A string that represents the tooltip text.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.CustomLabel.ToPosition">
			<summary>Gets or sets the starting position of the custom label, in axis coordinates.</summary>
			<returns>A double value that represents the starting position.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.CustomLabel.Url">
			<summary>Gets or sets the target URL of the custom label.</summary>
			<returns>A string value that represents the URL.</returns>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.CustomLabelsCollection">
			<summary>Represents a collection of <see cref="T:System.Web.UI.DataVisualization.Charting.CustomLabel" /> objects.</summary>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.CustomLabelsCollection.Add(System.Double,System.Web.UI.DataVisualization.Charting.DateTimeIntervalType)">
			<summary>Adds multiple <see cref="T:System.Web.UI.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>
			<param name="labelsStep">Determines how often the custom labels will be drawn.</param>
			<param name="intervalType">A <see cref="T:System.Web.UI.DataVisualization.Charting.DateTimeIntervalType" /> enumeration value that determines the interval type.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.CustomLabelsCollection.Add(System.Double,System.Web.UI.DataVisualization.Charting.DateTimeIntervalType,System.String)">
			<summary>Adds multiple <see cref="T:System.DateTime" /><see cref="T:System.Web.UI.DataVisualization.Charting.CustomLabelsCollection" /> objects to the collection. Populates the entire first row of an axis with labels with the specified format.</summary>
			<param name="labelsStep">Determines how often custom labels will be drawn.</param>
			<param name="intervalType">A <see cref="T:System.Web.UI.DataVisualization.Charting.DateTimeIntervalType" /> enumeration value that determines the unit of measure for the labelsStep parameter.</param>
			<param name="A">A value that determines the format of the custom label.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.CustomLabelsCollection.Add(System.Double,System.Double,System.String)">
			<summary>Adds a <see cref="T:System.Web.UI.DataVisualization.Charting.CustomLabel" /> object to the collection, using the given axis range and text.</summary>
			<returns>The newly added <see cref="T:System.Web.UI.DataVisualization.Charting.CustomLabel" /> object.</returns>
			<param name="fromPosition">The minimum value of the axis range to which the label is applied.</param>
			<param name="toPosition">The maximum value of the axis range to which the label is applied.</param>
			<param name="text">The label text.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.CustomLabelsCollection.Add(System.Double,System.Web.UI.DataVisualization.Charting.DateTimeIntervalType,System.String,System.Int32,System.Web.UI.DataVisualization.Charting.LabelMarkStyle)">
			<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>
			<param name="labelsStep">Determines how often custom labels will be drawn.</param>
			<param name="intervalType">A <see cref="T:System.Web.UI.DataVisualization.Charting.DateTimeIntervalType" /> enumeration value that determines the unit of measure for the labelsStep parameter.</param>
			<param name="format">The label text format.</param>
			<param name="rowIndex">The label row index.</param>
			<param name="markStyle">A <see cref="T:System.Web.UI.DataVisualization.Charting.LabelMarkstyle" /> enumeration value.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.CustomLabelsCollection.Add(System.Double,System.Double,System.String,System.Int32,System.Web.UI.DataVisualization.Charting.LabelMarkStyle)">
			<summary>Adds a custom label to the collection, using the given axis range, text, row index and marking style.</summary>
			<returns>The newly added <see cref="T:System.Web.UI.DataVisualization.Charting.CustomLabel" /> object.</returns>
			<param name="fromPosition">The minimum value of the axis range the label is applied to.</param>
			<param name="toPosition">The maximum value of the axis range the label is applied to.</param>
			<param name="text">Label text.</param>
			<param name="rowIndex">Label row index.</param>
			<param name="markStyle">A <see cref="T:System.Web.UI.DataVisualization.Charting.LabelMarkstyle" /> enumeration value.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.CustomLabelsCollection.Add(System.Double,System.Double,System.String,System.Int32,System.Web.UI.DataVisualization.Charting.LabelMarkStyle,System.Web.UI.DataVisualization.Charting.GridTickTypes)">
			<summary>Adds a custom label to the collection, using the given axis range, text, row index, marking style and grid tick type.</summary>
			<returns>The newly added <see cref="T:System.Web.UI.DataVisualization.Charting.CustomLabel" /> object.</returns>
			<param name="fromPosition">The minimum value of the axis range the label is applied to.</param>
			<param name="toPosition">The maximum value of the axis range the label is applied to.</param>
			<param name="text">Label text.</param>
			<param name="rowIndex">Label row index.</param>
			<param name="markStyle">A <see cref="T:System.Web.UI.DataVisualization.Charting.LabelMarkstyle" /> enumeration value.</param>
			<param name="gridTick">A <see cref="T:System.Web.UI.DataVisualization.Charting.GridTickTypes" /> enumeration value.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.CustomLabelsCollection.Add(System.Double,System.Web.UI.DataVisualization.Charting.DateTimeIntervalType,System.Double,System.Double,System.String,System.Int32,System.Web.UI.DataVisualization.Charting.LabelMarkStyle)">
			<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 min and max arguments.</summary>
			<param name="labelsStep">Determines how often custom labels will be drawn.</param>
			<param name="intervalType">A <see cref="T:System.Web.UI.DataVisualization.Charting.DateTimeIntervalType" /> enumeration value that determines the unit of measure for the labelsStep parameter.</param>
			<param name="min">Minimum value.</param>
			<param name="max">Maximum value.</param>
			<param name="format">Label text format.</param>
			<param name="rowIndex">Label row index.</param>
			<param name="markStyle">A <see cref="T:System.Web.UI.DataVisualization.Charting.LabelMarkstyle" /> enumeration value.</param>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.CustomProperties">
			<summary>Represents the CustomProperties property in the <see cref="T:System.Web.UI.DataVisualization.Charting.Series" /> or <see cref="T:System.Web.UI.DataVisualization.Charting.DataPoint" /> class at design time. </summary>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.DataFormula">
			<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.Web.UI.DataVisualization.Charting.StatisticFormula" /> class.</summary>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.DataFormula.#ctor">
			<summary>Initializes a new instance of the <see cref="T:System.Web.UI.DataVisualization.Charting.DataFormula" /> class.</summary>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.DataFormula.CopySeriesValues(System.String,System.String)">
			<summary>Merges, splits or moves Y values in the series.</summary>
			<param name="inputSeries">A comma-separated list of input data series names and optional X and Y value names.</param>
			<param name="outputSeries">A comma-separated list of output data series names and optional X and Y value names.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.DataFormula.FinancialFormula(System.Web.UI.DataVisualization.Charting.FinancialFormula,System.Web.UI.DataVisualization.Charting.Series)">
			<summary>Calls a method from a formula module with the specified formula name and input series.</summary>
			<param name="formulaName">Formula name.</param>
			<param name="inputSeries">Input series.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.DataFormula.FinancialFormula(System.Web.UI.DataVisualization.Charting.FinancialFormula,System.String)">
			<summary>Calls a method from a formula module with the specified formula name and input series name(s).</summary>
			<param name="formulaName">Formula name.</param>
			<param name="inputSeries">A comma-separated list of input series names and optional X and Y value names.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.DataFormula.FinancialFormula(System.Web.UI.DataVisualization.Charting.FinancialFormula,System.Web.UI.DataVisualization.Charting.Series,System.Web.UI.DataVisualization.Charting.Series)">
			<summary>Calls a method from a formula module with the specified formula name, input series and output series.</summary>
			<param name="formulaName">Formula name.</param>
			<param name="inputSeries">The input series.</param>
			<param name="outputSeries">The output series.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.DataFormula.FinancialFormula(System.Web.UI.DataVisualization.Charting.FinancialFormula,System.String,System.String)">
			<summary>Calls a method from a formula module with the specified formula name, input series name(s) and output series name(s).</summary>
			<param name="formulaName">Formula name.</param>
			<param name="inputSeries">A comma-separated list of input series names and optional X and Y value names.</param>
			<param name="outputSeries">A comma-separated list of output series names and optional X and Y value names.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.DataFormula.FinancialFormula(System.Web.UI.DataVisualization.Charting.FinancialFormula,System.String,System.Web.UI.DataVisualization.Charting.Series,System.Web.UI.DataVisualization.Charting.Series)">
			<summary>Calls a method from a formula module with the specified formula name, formula parameters, input series and output series.</summary>
			<param name="formulaName">Formula name.</param>
			<param name="parameters">Formula parameters.</param>
			<param name="inputSeries">The input series.</param>
			<param name="outputSeries">The output series.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.DataFormula.FinancialFormula(System.Web.UI.DataVisualization.Charting.FinancialFormula,System.String,System.String,System.String)">
			<summary>Calls a method from a formula module with the specified formula name, formula parameters, input series name(s) and output series name(s).</summary>
			<param name="formulaName">Formula name.</param>
			<param name="parameters">Formula parameters.</param>
			<param name="inputSeries">A comma-separated list of input series names and optional X and Y value names.</param>
			<param name="outputSeries">A comma-separated list of output series names and optional X and Y value names.</param>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.DataFormula.IsEmptyPointIgnored">
			<summary>Gets or sets a flag that indicates whether empty points are ignored while performing calculations.</summary>
			<returns>True if empty points are ignored, otherwise false.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.DataFormula.Statistics">
			<summary>Returns a reference to the <see cref="T:System.Web.UI.DataVisualization.Charting.StatisticFormula" /> class.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.StatisticFormula" /> object.</returns>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.DataManipulator">
			<summary>Performs data manipulation operations at run time. This class is exposed by the <see cref="P:System.Web.UI.DataVisualization.Charting.Chart.DataManipulator" /> property of the root <see cref="T:System.Web.UI.DataVisualization.Charting.Chart" /> object.</summary>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.DataManipulator.#ctor">
			<summary>Initializes a new instance of the <see cref="T:System.Web.UI.DataVisualization.Charting.DataManipulator" /> class.</summary>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.DataManipulator.ExportSeriesValues">
			<summary>Exports the data for every series stored in the <see cref="T:System.Web.UI.DataVisualization.Charting.SeriesCollection" /> to the <see cref="T:System.Data.DataSet" /> object.</summary>
			<returns>A <see cref="T:System.Data.DataSet" /> object that contains series data.</returns>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.DataManipulator.ExportSeriesValues(System.Web.UI.DataVisualization.Charting.Series)">
			<summary>Exports data from the specified series to the <see cref="T:System.Data.DataSet" /> object.</summary>
			<returns>A <see cref="T:System.Data.DataSet" /> object that contains series data.</returns>
			<param name="series">The series to be exported.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.DataManipulator.ExportSeriesValues(System.String)">
			<summary>Exports data from one or more series to the <see cref="T:System.Data.DataSet" /> object.</summary>
			<returns>A <see cref="T:System.Data.DataSet" /> object that contains series data.</returns>
			<param name="seriesNames">A comma-separated list of names of the <see cref="T:System.Web.UI.DataVisualization.Charting.Series" /> to be exported.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.DataManipulator.Filter(System.Web.UI.DataVisualization.Charting.IDataPointFilter,System.Web.UI.DataVisualization.Charting.Series)">
			<summary>Performs custom filtering on the data points in a series. The <see cref="T:System.Web.UI.DataVisualization.Charting.Series" /> object that is filtered also stores the modified data.</summary>
			<param name="filterInterface">An object that implements the <see cref="T:System.Web.UI.DataVisualization.Charting.IDataPointFilter" /> interface.</param>
			<param name="inputSeries">The <see cref="T:System.Web.UI.DataVisualization.Charting.Series" /> object that is filtered.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.DataManipulator.Filter(System.Web.UI.DataVisualization.Charting.IDataPointFilter,System.String)">
			<summary>Performs custom filtering on the data points in one or more <see cref="T:System.Web.UI.DataVisualization.Charting.Series" />, based on the points in the first series. The filtered <see cref="T:System.Web.UI.DataVisualization.Charting.Series" /> objects also store the modified data.</summary>
			<param name="filterInterface">An object that implements the <see cref="T:System.Web.UI.DataVisualization.Charting.IDataPointFilter" /> interface.</param>
			<param name="inputSeriesNames">A comma-separated list of names of the <see cref="T:System.Web.UI.DataVisualization.Charting.Series" /> to be filtered.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.DataManipulator.Filter(System.Web.UI.DataVisualization.Charting.CompareMethod,System.Double,System.Web.UI.DataVisualization.Charting.Series)">
			<summary>Filters data points in a series by applying a filtering rule to the first Y-value of each data point. The <see cref="T:System.Web.UI.DataVisualization.Charting.Series" /> object that is filtered also stores the modified data.</summary>
			<param name="compareMethod">A <see cref="T:System.Web.UI.DataVisualization.Charting.CompareMethod" /> enumeration value that determines the comparison method for the filtering rule. Can be <see cref="F:System.Web.UI.DataVisualization.Charting.CompareMethod.LessThan" />, <see cref="F:System.Web.UI.DataVisualization.Charting.CompareMethod.EqualTo" />, and so forth.</param>
			<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>
			<param name="inputSeries">The <see cref="T:System.Web.UI.DataVisualization.Charting.Series" /> object that is filtered.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.DataManipulator.Filter(System.Web.UI.DataVisualization.Charting.CompareMethod,System.Double,System.String)">
			<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.Web.UI.DataVisualization.Charting.Series" /> objects are used to store the modified data.</summary>
			<param name="compareMethod">A <see cref="T:System.Web.UI.DataVisualization.Charting.CompareMethod" /> enumeration value that determines the comparison method for the filtering rule. Can be <see cref="F:System.Web.UI.DataVisualization.Charting.CompareMethod.LessThan" />, <see cref="F:System.Web.UI.DataVisualization.Charting.CompareMethod.EqualTo" />, and so forth.</param>
			<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>
			<param name="inputSeriesNames">A comma-separated list of names of the <see cref="T:System.Web.UI.DataVisualization.Charting.Series" /> to be filtered.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.DataManipulator.Filter(System.Web.UI.DataVisualization.Charting.DateRangeType,System.String,System.Web.UI.DataVisualization.Charting.Series)">
			<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.Web.UI.DataVisualization.Charting.Series" /> object that is filtered is used to store the modified data.</summary>
			<param name="dateRange">A <see cref="T:System.Web.UI.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>
			<param name="rangeElements">Specifies the elements within the date/time range designated by the 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>
			<param name="inputSeries">The <see cref="T:System.Web.UI.DataVisualization.Charting.Series" /> object to be filtered.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.DataManipulator.Filter(System.Web.UI.DataVisualization.Charting.DateRangeType,System.String,System.String)">
			<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.Web.UI.DataVisualization.Charting.Series" /> objects are used to store the modified data.</summary>
			<param name="dateRange">A <see cref="T:System.Web.UI.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>
			<param name="rangeElements">Specifies the elements within the date/time range designated by the 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>
			<param name="inputSeriesNames">A comma-separated list of names of the <see cref="T:System.Web.UI.DataVisualization.Charting.Series" /> to be filtered.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.DataManipulator.Filter(System.Web.UI.DataVisualization.Charting.IDataPointFilter,System.Web.UI.DataVisualization.Charting.Series,System.Web.UI.DataVisualization.Charting.Series)">
			<summary>Performs custom filtering on the data points in a series.</summary>
			<param name="filterInterface">An object that implements the <see cref="T:System.Web.UI.DataVisualization.Charting.IDataPointFilter" /> interface.</param>
			<param name="inputSeries">The <see cref="T:System.Web.UI.DataVisualization.Charting.Series" /> object to be filtered.</param>
			<param name="outputSeries">A <see cref="T:System.Web.UI.DataVisualization.Charting.Series" /> object that stores the filtered data. If the series does not exist, an exception will be thrown.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.DataManipulator.Filter(System.Web.UI.DataVisualization.Charting.IDataPointFilter,System.String,System.String)">
			<summary>Performs custom filtering on the data points in one or more series, based on the points of the first series.</summary>
			<param name="filterInterface">An object that implements the <see cref="T:System.Web.UI.DataVisualization.Charting.IDataPointFilter" /> interface.</param>
			<param name="inputSeriesNames">A comma-separated list of names of the <see cref="T:System.Web.UI.DataVisualization.Charting.Series" /> to be filtered.</param>
			<param name="outputSeriesNames">A comma-separated list of names of the <see cref="T:System.Web.UI.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>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.DataManipulator.Filter(System.Web.UI.DataVisualization.Charting.CompareMethod,System.Double,System.Web.UI.DataVisualization.Charting.Series,System.Web.UI.DataVisualization.Charting.Series)">
			<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>
			<param name="compareMethod">A <see cref="T:System.Web.UI.DataVisualization.Charting.CompareMethod" /> enumeration value that determines the comparison method for the filtering rule. Can be <see cref="F:System.Web.UI.DataVisualization.Charting.CompareMethod.LessThan" />, <see cref="F:System.Web.UI.DataVisualization.Charting.CompareMethod.EqualTo" />, and so forth.</param>
			<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>
			<param name="inputSeries">The <see cref="T:System.Web.UI.DataVisualization.Charting.Series" /> object to be filtered.</param>
			<param name="outputSeries">A <see cref="T:System.Web.UI.DataVisualization.Charting.Series" /> object that stores the filtered data. If the series does not exist, an exception will be thrown.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.DataManipulator.Filter(System.Web.UI.DataVisualization.Charting.CompareMethod,System.Double,System.String,System.String)">
			<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>
			<param name="compareMethod">A <see cref="T:System.Web.UI.DataVisualization.Charting.CompareMethod" /> enumeration value that determines the comparison method for the filtering rule. Can be <see cref="F:System.Web.UI.DataVisualization.Charting.CompareMethod.LessThan" />, <see cref="F:System.Web.UI.DataVisualization.Charting.CompareMethod.EqualTo" />, and so forth.</param>
			<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>
			<param name="inputSeriesNames">A comma-separated list of names of the <see cref="T:System.Web.UI.DataVisualization.Charting.Series" /> to be filtered.</param>
			<param name="outputSeriesNames">A comma-separated list of names of the <see cref="T:System.Web.UI.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>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.DataManipulator.Filter(System.Web.UI.DataVisualization.Charting.DateRangeType,System.String,System.Web.UI.DataVisualization.Charting.Series,System.Web.UI.DataVisualization.Charting.Series)">
			<summary>Filters the data points in a series, either by removing the specified points or by marking them as empty for the given date/time ranges.</summary>
			<param name="dateRange">A <see cref="T:System.Web.UI.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>
			<param name="rangeElements">Specifies the elements within the date/time range designated by the 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>
			<param name="inputSeries">The <see cref="T:System.Web.UI.DataVisualization.Charting.Series" /> object to be filtered.</param>
			<param name="outputSeries">A <see cref="T:System.Web.UI.DataVisualization.Charting.Series" /> object that stores the filtered data. If the series does not exist, an exception will be thrown.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.DataManipulator.Filter(System.Web.UI.DataVisualization.Charting.DateRangeType,System.String,System.String,System.String)">
			<summary>Filters the data points for one or more series, by either removing the specified points or by marking them as empty for the given date/time ranges.</summary>
			<param name="dateRange">A <see cref="T:System.Web.UI.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>
			<param name="rangeElements">Specifies the elements within the date/time range designated by the 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>
			<param name="inputSeriesNames">A comma-separated list of names of the <see cref="T:System.Web.UI.DataVisualization.Charting.Series" /> to be filtered.</param>
			<param name="outputSeriesNames">A comma-separated list of names of the <see cref="T:System.Web.UI.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>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.DataManipulator.Filter(System.Web.UI.DataVisualization.Charting.CompareMethod,System.Double,System.Web.UI.DataVisualization.Charting.Series,System.Web.UI.DataVisualization.Charting.Series,System.String)">
			<summary>Filters the data points in a series by applying a filtering rule to the specified data point values for comparison.</summary>
			<param name="compareMethod">A <see cref="T:System.Web.UI.DataVisualization.Charting.CompareMethod" /> enumeration value that determines the comparison method for the filtering rule. Can be <see cref="F:System.Web.UI.DataVisualization.Charting.CompareMethod.LessThan" />, <see cref="F:System.Web.UI.DataVisualization.Charting.CompareMethod.EqualTo" />, and so forth.</param>
			<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>
			<param name="inputSeries">The <see cref="T:System.Web.UI.DataVisualization.Charting.Series" /> object to be filtered.</param>
			<param name="outputSeries">A <see cref="T:System.Web.UI.DataVisualization.Charting.Series" /> object that stores the filtered data. If the series does not exist, an exception will be thrown.</param>
			<param name="usingValue">The data point value that the filtering rule is applied to. Can be X, Y, Y2, Y3, and so forth.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.DataManipulator.Filter(System.Web.UI.DataVisualization.Charting.CompareMethod,System.Double,System.String,System.String,System.String)">
			<summary>Filters one or more series by applying a filtering rule to the specified data point values in the first series.</summary>
			<param name="compareMethod">A <see cref="T:System.Web.UI.DataVisualization.Charting.CompareMethod" /> enumeration value that determines the comparison method for the filtering rule. Can be <see cref="F:System.Web.UI.DataVisualization.Charting.CompareMethod.LessThan" />, <see cref="F:System.Web.UI.DataVisualization.Charting.CompareMethod.EqualTo" />, and so forth.</param>
			<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>
			<param name="inputSeriesNames">A comma-separated list of names of the <see cref="T:System.Web.UI.DataVisualization.Charting.Series" /> to be filtered.</param>
			<param name="outputSeriesNames">A comma-separated list of names of the <see cref="T:System.Web.UI.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>
			<param name="usingValue">The data point value that the filtering rule is applied to. Can be X, Y, Y2, Y3, and so forth.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.DataManipulator.FilterTopN(System.Int32,System.Web.UI.DataVisualization.Charting.Series)">
			<summary>Filters out all data points in a series except for a specified number of points with the largest first Y-values. The <see cref="T:System.Web.UI.DataVisualization.Charting.Series" /> object that is filtered is used to store the modified data.</summary>
			<param name="pointCount">The number of data points that the filtering operation will not remove.</param>
			<param name="inputSeries">The <see cref="T:System.Web.UI.DataVisualization.Charting.Series" /> object to be filtered.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.DataManipulator.FilterTopN(System.Int32,System.String)">
			<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.Web.UI.DataVisualization.Charting.Series" /> objects that are filtered are used to store the modified data.</summary>
			<param name="pointCount">The number of data points that the filtering operation will not remove.</param>
			<param name="inputSeriesNames">A comma-separated list of names of the <see cref="T:System.Web.UI.DataVisualization.Charting.Series" /> to be filtered.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.DataManipulator.FilterTopN(System.Int32,System.Web.UI.DataVisualization.Charting.Series,System.Web.UI.DataVisualization.Charting.Series)">
			<summary>Filters all data points in a series except for a specified number of points with the largest first Y-values. </summary>
			<param name="pointCount">The number of data points that the filtering operation will not remove.</param>
			<param name="inputSeries">The <see cref="T:System.Web.UI.DataVisualization.Charting.Series" /> object to be filtered.</param>
			<param name="outputSeries">A <see cref="T:System.Web.UI.DataVisualization.Charting.Series" /> object that stores the filtered data. If the series does not exist, an exception will be thrown.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.DataManipulator.FilterTopN(System.Int32,System.String,System.String)">
			<summary>Filters out 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>
			<param name="pointCount">The number of data points that the filtering operation will not remove.</param>
			<param name="inputSeriesNames">A comma-separated list of names of the <see cref="T:System.Web.UI.DataVisualization.Charting.Series" /> to be filtered.</param>
			<param name="outputSeriesNames">A comma-separated list of names of the <see cref="T:System.Web.UI.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>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.DataManipulator.FilterTopN(System.Int32,System.Web.UI.DataVisualization.Charting.Series,System.Web.UI.DataVisualization.Charting.Series,System.String)">
			<summary>Filters all data points in a series except for a specified number of data points with the largest values.</summary>
			<param name="pointCount">The number of data points that the filtering operation will not remove.</param>
			<param name="inputSeries">The <see cref="T:System.Web.UI.DataVisualization.Charting.Series" /> object to be filtered.</param>
			<param name="outputSeries">A <see cref="T:System.Web.UI.DataVisualization.Charting.Series" /> object that stores the filtered data. If the series does not exist, an exception will be thrown.</param>
			<param name="usingValue">The data point value that the filtering rule is applied to. Can be X, Y, Y2, Y3, and so forth.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.DataManipulator.FilterTopN(System.Int32,System.String,System.String,System.String)">
			<summary>Filters all data points in one or more series except for a specified number of data points. The points that are not filtered correspond to points in the first series that have the largest values.</summary>
			<param name="pointCount">The number of data points that the filtering operation will not remove.</param>
			<param name="inputSeriesNames">A comma-separated list of names of the <see cref="T:System.Web.UI.DataVisualization.Charting.Series" /> to be filtered.</param>
			<param name="outputSeriesNames">A comma-separated list of names of the <see cref="T:System.Web.UI.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>
			<param name="usingValue">The data point value that the filtering rule is applied to. Can be X, Y, Y2, Y3, and so forth.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.DataManipulator.FilterTopN(System.Int32,System.Web.UI.DataVisualization.Charting.Series,System.Web.UI.DataVisualization.Charting.Series,System.String,System.Boolean)">
			<summary>Filters all data points in a series except for a specified number of points with the smallest or largest values.</summary>
			<param name="pointCount">The number of data points that the filtering operation will not remove.</param>
			<param name="inputSeries">The <see cref="T:System.Web.UI.DataVisualization.Charting.Series" /> object to be filtered.</param>
			<param name="outputSeries">A <see cref="T:System.Web.UI.DataVisualization.Charting.Series" /> object that stores the filtered data. If the series does not exist, an exception will be thrown.</param>
			<param name="usingValue">The data point value that the filtering rule is applied to. Can be X, Y, Y2, Y3, and so forth.</param>
			<param name="getTopValues">True if the largest values are kept, false if the smallest values are kept.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.DataManipulator.FilterTopN(System.Int32,System.String,System.String,System.String,System.Boolean)">
			<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>
			<param name="pointCount">The number of data points that the filtering operation will not remove.</param>
			<param name="inputSeriesNames">A comma-separated list of names of the <see cref="T:System.Web.UI.DataVisualization.Charting.Series" /> to be filtered.</param>
			<param name="outputSeriesNames">A comma-separated list of names of the <see cref="T:System.Web.UI.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>
			<param name="usingValue">The data point value that the filtering rule is applied to. Can be X, Y, Y2, Y3, and so forth.</param>
			<param name="getTopValues">True if the largest values are kept, false if the smallest values are kept.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.DataManipulator.Group(System.String,System.Double,System.Web.UI.DataVisualization.Charting.IntervalType,System.Web.UI.DataVisualization.Charting.Series)">
			<summary>Groups data 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>
			<param name="formula">A comma-separated list of one or more formulas to be used for calculating the grouped data point values.</param>
			<param name="interval">The size of the interval checked for missing data points.</param>
			<param name="intervalType">The unit of measurement for the interval parameter.</param>
			<param name="inputSeries">The <see cref="T:System.Web.UI.DataVisualization.Charting.Series" /> object to be grouped.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.DataManipulator.Group(System.String,System.Double,System.Web.UI.DataVisualization.Charting.IntervalType,System.String)">
			<summary>Groups data using one or more formulas, for one or more series. Series are cleared of their original data and used to store the new data points.</summary>
			<param name="formula">A comma-separated list of one or more formulas to be used for calculating the grouped data point values.</param>
			<param name="interval">The size of the interval checked for missing data points.</param>
			<param name="intervalType">The unit of measurement for the interval parameter.</param>
			<param name="inputSeriesName">A comma-separated list of names of the <see cref="T:System.Web.UI.DataVisualization.Charting.Series" /> to be grouped.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.DataManipulator.Group(System.String,System.Double,System.Web.UI.DataVisualization.Charting.IntervalType,System.Web.UI.DataVisualization.Charting.Series,System.Web.UI.DataVisualization.Charting.Series)">
			<summary>Groups a series' data using one or more formulas. An output series is used to store the grouped data points.</summary>
			<param name="formula">A comma-separated list of one or more formulas to be used for calculating the grouped data point values.</param>
			<param name="interval">The size of the interval checked for missing data points.</param>
			<param name="intervalType">The unit of measurement for the interval parameter.</param>
			<param name="inputSeries">The <see cref="T:System.Web.UI.DataVisualization.Charting.Series" /> object to be grouped.</param>
			<param name="outputSeries">The <see cref="T:System.Web.UI.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>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.DataManipulator.Group(System.String,System.Double,System.Web.UI.DataVisualization.Charting.IntervalType,System.String,System.String)">
			<summary>Groups data for one or more series, using one or more formulas. Output series are used to store the grouped data points.</summary>
			<param name="formula">A comma-separated list of one or more formulas to be used for calculating the grouped data point values.</param>
			<param name="interval">The size of the interval checked for missing data points.</param>
			<param name="intervalType">The unit of measurement for the interval parameter.</param>
			<param name="inputSeriesName">A comma-separated list of names of the <see cref="T:System.Web.UI.DataVisualization.Charting.Series" /> to be grouped.</param>
			<param name="outputSeriesName">A comma-separated list of names of the <see cref="T:System.Web.UI.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>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.DataManipulator.Group(System.String,System.Double,System.Web.UI.DataVisualization.Charting.IntervalType,System.Double,System.Web.UI.DataVisualization.Charting.IntervalType,System.Web.UI.DataVisualization.Charting.Series)">
			<summary>Groups data 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>
			<param name="formula">A comma-separated list of one or more formulas to be used for calculating the grouped data point values.</param>
			<param name="interval">The size of the interval checked for missing data points.</param>
			<param name="intervalType">The unit of measurement for the interval parameter.</param>
			<param name="intervalOffset">The interval offset size.</param>
			<param name="intervalOffsetType">The unit of measurement for the interval offset.</param>
			<param name="inputSeries">The <see cref="T:System.Web.UI.DataVisualization.Charting.Series" /> object to be grouped.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.DataManipulator.Group(System.String,System.Double,System.Web.UI.DataVisualization.Charting.IntervalType,System.Double,System.Web.UI.DataVisualization.Charting.IntervalType,System.String)">
			<summary>Groups data 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>
			<param name="formula">A comma-separated list of one or more formulas to be used for calculating the grouped data point values.</param>
			<param name="interval">The size of the interval checked for missing data points.</param>
			<param name="intervalType">The unit of measurement for the interval parameter.</param>
			<param name="intervalOffset">The interval offset size.</param>
			<param name="intervalOffsetType">The unit of measurement for the interval offset.</param>
			<param name="inputSeriesName">A comma-separated list of names of the <see cref="T:System.Web.UI.DataVisualization.Charting.Series" /> to be grouped.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.DataManipulator.Group(System.String,System.Double,System.Web.UI.DataVisualization.Charting.IntervalType,System.Double,System.Web.UI.DataVisualization.Charting.IntervalType,System.Web.UI.DataVisualization.Charting.Series,System.Web.UI.DataVisualization.Charting.Series)">
			<summary>Groups 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>
			<param name="formula">A comma-separated list of one or more formulas to be used for calculating the grouped data point values.</param>
			<param name="interval">The size of the interval checked for missing data points.</param>
			<param name="intervalType">The unit of measurement for the interval parameter.</param>
			<param name="intervalOffset">The interval offset size.</param>
			<param name="intervalOffsetType">The unit of measurement for the interval offset.</param>
			<param name="inputSeries">The <see cref="T:System.Web.UI.DataVisualization.Charting.Series" /> object to be grouped.</param>
			<param name="outputSeries">The <see cref="T:System.Web.UI.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>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.DataManipulator.Group(System.String,System.Double,System.Web.UI.DataVisualization.Charting.IntervalType,System.Double,System.Web.UI.DataVisualization.Charting.IntervalType,System.String,System.String)">
			<summary>Groups 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>
			<param name="formula">A comma-separated list of one or more formulas to be used for calculating the grouped data point values.</param>
			<param name="interval">The size of the interval checked for missing data points.</param>
			<param name="intervalType">The unit of measurement for the interval parameter.</param>
			<param name="intervalOffset">The interval offset size.</param>
			<param name="intervalOffsetType">The unit of measurement for the interval offset.</param>
			<param name="inputSeriesName">A comma-separated list of names of the <see cref="T:System.Web.UI.DataVisualization.Charting.Series" /> to be grouped.</param>
			<param name="outputSeriesName">A comma-separated list of names of the <see cref="T:System.Web.UI.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>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.DataManipulator.GroupByAxisLabel(System.String,System.Web.UI.DataVisualization.Charting.Series)">
			<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>
			<param name="formula">A comma-separated list of one or more formulas to be used for calculating the grouped data point values.</param>
			<param name="inputSeries">The input <see cref="T:System.Web.UI.DataVisualization.Charting.Series" />.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.DataManipulator.GroupByAxisLabel(System.String,System.String)">
			<summary>Groups data points from 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>
			<param name="formula">A comma-separated list of one or more formulas to be used for calculating the grouped data point values.</param>
			<param name="inputSeriesName">A comma-separated list of names of the input <see cref="T:System.Web.UI.DataVisualization.Charting.Series" />.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.DataManipulator.GroupByAxisLabel(System.String,System.Web.UI.DataVisualization.Charting.Series,System.Web.UI.DataVisualization.Charting.Series)">
			<summary>Groups the 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>
			<param name="formula">A comma-separated list of one or more formulas to be used for calculating the grouped data point values.</param>
			<param name="inputSeries">The input <see cref="T:System.Web.UI.DataVisualization.Charting.Series" /> to be grouped.</param>
			<param name="outputSeries">The <see cref="T:System.Web.UI.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>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.DataManipulator.GroupByAxisLabel(System.String,System.String,System.String)">
			<summary>Groups the 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>
			<param name="formula">A comma-separated list of one or more formulas to be used for calculating the grouped data point values.</param>
			<param name="inputSeriesName">A comma-separated list of names of the input <see cref="T:System.Web.UI.DataVisualization.Charting.Series" />.</param>
			<param name="outputSeriesName">A comma-separated list of names of the <see cref="T:System.Web.UI.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>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.DataManipulator.InsertEmptyPoints(System.Double,System.Web.UI.DataVisualization.Charting.IntervalType,System.Web.UI.DataVisualization.Charting.Series)">
			<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 interval and intervalType arguments. </summary>
			<param name="interval">The size of the interval checked for missing data points.</param>
			<param name="intervalType">The unit of measurement for the interval parameter.</param>
			<param name="series">The <see cref="T:System.Web.UI.DataVisualization.Charting.Series" /> object that is checked.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.DataManipulator.InsertEmptyPoints(System.Double,System.Web.UI.DataVisualization.Charting.IntervalType,System.String)">
			<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 interval and intervalType arguments.</summary>
			<param name="interval">The size of the interval checked for missing data points.</param>
			<param name="intervalType">The unit of measurement for the interval parameter.</param>
			<param name="seriesName">A comma-separated list of names of the <see cref="T:System.Web.UI.DataVisualization.Charting.Series" /> to be checked.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.DataManipulator.InsertEmptyPoints(System.Double,System.Web.UI.DataVisualization.Charting.IntervalType,System.Double,System.Web.UI.DataVisualization.Charting.IntervalType,System.Web.UI.DataVisualization.Charting.Series)">
			<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 interval, intervalOffset, intervalOffsetType and intervalType arguments.</summary>
			<param name="interval">The size of the interval checked for missing data points.</param>
			<param name="intervalType">The unit of measurement for the interval parameter.</param>
			<param name="intervalOffset">The interval offset size.</param>
			<param name="intervalOffsetType">The unit of measurement for the interval offset.</param>
			<param name="series">The <see cref="T:System.Web.UI.DataVisualization.Charting.Series" /> object in which to insert the empty points.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.DataManipulator.InsertEmptyPoints(System.Double,System.Web.UI.DataVisualization.Charting.IntervalType,System.Double,System.Web.UI.DataVisualization.Charting.IntervalType,System.String)">
			<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 interval, intervalOffset, intervalOffsetType and intervalType arguments.</summary>
			<param name="interval">The size of the interval checked for missing data points.</param>
			<param name="intervalType">The unit of measurement for the interval parameter.</param>
			<param name="intervalOffset">The interval offset size.</param>
			<param name="intervalOffsetType">The unit of measurement for the interval offset.</param>
			<param name="seriesName">A comma-separated list of names of the <see cref="T:System.Web.UI.DataVisualization.Charting.Series" /> to be checked.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.DataManipulator.InsertEmptyPoints(System.Double,System.Web.UI.DataVisualization.Charting.IntervalType,System.Double,System.Web.UI.DataVisualization.Charting.IntervalType,System.Double,System.Double,System.Web.UI.DataVisualization.Charting.Series)">
			<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 interval, intervalOffset, intervalOffsetType and intervalType arguments. The series range that is checked is determined by the toXValue and fromXValue arguments.</summary>
			<param name="interval">The size of the interval checked for missing data points.</param>
			<param name="intervalType">The unit of measurement for the interval parameter.</param>
			<param name="intervalOffset">The interval offset size.</param>
			<param name="intervalOffsetType">The unit of measurement for the interval offset.</param>
			<param name="fromXValue">The starting point for the series range to be checked. Uses the X-values of the data points.</param>
			<param name="toXValue">The end point for the series range to be checked. Uses the X-values of the data points.</param>
			<param name="series">The <see cref="T:System.Web.UI.DataVisualization.Charting.Series" /> in which to insert the empty points.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.DataManipulator.InsertEmptyPoints(System.Double,System.Web.UI.DataVisualization.Charting.IntervalType,System.Double,System.Web.UI.DataVisualization.Charting.IntervalType,System.Double,System.Double,System.String)">
			<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 interval, intervalOffset, intervalOffsetType and intervalType arguments. The series range that is checked is determined by the toXValue and fromXValue arguments.</summary>
			<param name="interval">The size of the interval checked for missing data points.</param>
			<param name="intervalType">The unit of measurement for the interval parameter.</param>
			<param name="intervalOffset">The interval offset size.</param>
			<param name="intervalOffsetType">The unit of measurement for the interval offset.</param>
			<param name="fromXValue">The starting point for the series range to be checked. Uses the X-values of the data points.</param>
			<param name="toXValue">The end point for the series range to be checked. Uses the X-values of the data points.</param>
			<param name="seriesName">A comma-separated list of names of the <see cref="T:System.Web.UI.DataVisualization.Charting.Series" /> to be checked.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.DataManipulator.Sort(System.Collections.Generic.IComparer{System.Web.UI.DataVisualization.Charting.DataPoint},System.Web.UI.DataVisualization.Charting.Series)">
			<summary>Performs a custom sort on the data points in a series.</summary>
			<param name="comparer">An object that implements the <see cref="T:System.Collections.IComparer" /> interface and provides the custom sorting logic.</param>
			<param name="series">The <see cref="T:System.Web.UI.DataVisualization.Charting.Series" /> object to be sorted.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.DataManipulator.Sort(System.Collections.Generic.IComparer{System.Web.UI.DataVisualization.Charting.DataPoint},System.String)">
			<summary>Performs a custom sort on one or more series.</summary>
			<param name="comparer">An object that implements the <see cref="T:System.Collections.IComparer" /> interface and provides the custom sorting logic.</param>
			<param name="seriesName">A comma-separated list of names of the <see cref="T:System.Web.UI.DataVisualization.Charting.Series" /> to be sorted.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.DataManipulator.Sort(System.Web.UI.DataVisualization.Charting.PointSortOrder,System.Web.UI.DataVisualization.Charting.Series)">
			<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>
			<param name="pointSortOrder">A <see cref="T:System.Web.UI.DataVisualization.Charting.PointSortOrder" /> enumeration value that determines if the sort is ascending or descending.</param>
			<param name="series">The <see cref="T:System.Web.UI.DataVisualization.Charting.Series" /> object to be sorted.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.DataManipulator.Sort(System.Web.UI.DataVisualization.Charting.PointSortOrder,System.String)">
			<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>
			<param name="pointSortOrder">A <see cref="T:System.Web.UI.DataVisualization.Charting.PointSortOrder" /> enumeration value that determines if the sort is ascending or descending.</param>
			<param name="seriesName">A comma-separated list of names of the <see cref="T:System.Web.UI.DataVisualization.Charting.Series" /> to be sorted.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.DataManipulator.Sort(System.Web.UI.DataVisualization.Charting.PointSortOrder,System.String,System.Web.UI.DataVisualization.Charting.Series)">
			<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>
			<param name="pointSortOrder">A <see cref="T:System.Web.UI.DataVisualization.Charting.PointSortOrder" /> enumeration value that determines if the sort is ascending or descending</param>
			<param name="sortBy">A string value that represents the data point values to be sorted. Possible values are: "X", "Y", "Y2", "Y3", "AxisLabel", and so forth.</param>
			<param name="series">The <see cref="T:System.Web.UI.DataVisualization.Charting.Series" /> object to be sorted.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.DataManipulator.Sort(System.Web.UI.DataVisualization.Charting.PointSortOrder,System.String,System.String)">
			<summary>Sorts the data points of one or more series in the specified order. The sort can be based on any available data point value.</summary>
			<param name="pointSortOrder">A <see cref="T:System.Web.UI.DataVisualization.Charting.PointSortOrder" /> enumeration value that determines if the sort is ascending or descending.</param>
			<param name="sortBy">A string value that represents the data point values to be sorted. Possible values are: "X", "Y", "Y2", "Y3", "AxisLabel", and so forth.</param>
			<param name="seriesName">A comma-separated list of names of the <see cref="T:System.Web.UI.DataVisualization.Charting.Series" /> to be sorted.</param>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.DataManipulator.FilterMatchedPoints">
			<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>
			<returns>True if points that match specified criteria are filtered, false if points that do not match the criteria are filtered. The default value is true.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.DataManipulator.FilterSetEmptyPoints">
			<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>
			<returns>True if filtered points will be marked as empty, false if they will be removed. The default value is false.</returns>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.DataPoint">
			<summary>Represents a data point that is stored in the <see cref="T:System.Web.UI.DataVisualization.Charting.DataPointCollection" /> class.</summary>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.DataPoint.#ctor">
			<summary>Initializes a new instance of the <see cref="T:System.Web.UI.DataVisualization.Charting.DataPoint" /> class.</summary>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.DataPoint.#ctor(System.Web.UI.DataVisualization.Charting.Series)">
			<summary>Initializes a new instance of the <see cref="T:System.Web.UI.DataVisualization.Charting.DataPoint" /> class, and sets the <see cref="T:System.Web.UI.DataVisualization.Charting.Series" /> that the data point belongs to.</summary>
			<param name="series">The <see cref="T:System.Web.UI.DataVisualization.Charting.Series" /> object that the data point belongs to.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.DataPoint.#ctor(System.Double,System.Double)">
			<summary>Initializes a new instance of the <see cref="T:System.Web.UI.DataVisualization.Charting.DataPoint" /> class with the specified X and Y-value.</summary>
			<param name="xValue">The X-value of the data point.</param>
			<param name="yValue">The Y-value of the data point.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.DataPoint.#ctor(System.Double,System.Double[])">
			<summary>Initializes a new instance of the <see cref="T:System.Web.UI.DataVisualization.Charting.DataPoint" /> class with the specified X-value and an array of Y-values.</summary>
			<param name="xValue">The X-value.</param>
			<param name="yValues">An array of Y-values.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.DataPoint.#ctor(System.Double,System.String)">
			<summary>Initializes a new instance of the <see cref="T:System.Web.UI.DataVisualization.Charting.DataPoint" /> class with the specified X-value and Y-values.</summary>
			<param name="xValue">The X-value of the data point.</param>
			<param name="yValues">A string of Y-values separated by commas.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.DataPoint.Clone">
			<summary>Returns an exact copy of the data point.</summary>
			<returns>A cloned <see cref="T:System.Web.UI.DataVisualization.Charting.DataPoint" /> object.</returns>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.DataPoint.GetValueByName(System.String)">
			<summary>Returns a data point that is specified by its name. This is a helper function.</summary>
			<returns>A string value that represents a data point.</returns>
			<param name="valueName">Point value names. X, Y, Y2...</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.DataPoint.SetValueXY(System.Object,System.Object[])">
			<summary>Sets the X-value and one or more Y-values of the data point.</summary>
			<param name="xValue">The X-value of the data point.</param>
			<param name="yValue">A list of Y-values of the data point.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.DataPoint.SetValueY(System.Object[])">
			<summary>Sets the Y-value(s) of a single data point.</summary>
			<param name="yValue">The Y-value(s) of a <see cref="T:System.Web.UI.DataVisualization.Charting.DataPoint" /> object in the collection. Formatted as one or more values separated by commas.</param>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.DataPoint.IsEmpty">
			<summary>Gets or sets a flag that indicates whether a data point is marked as empty.</summary>
			<returns>True if the point is marked as an empty point, otherwise false. The default value is false.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.DataPoint.Name">
			<summary>Gets or sets the name of the data point.</summary>
			<returns>A string value that represents the text name of the item.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.DataPoint.XValue">
			<summary>Gets or sets the X-value of a data point.</summary>
			<returns>A double that represents the X-value of a data point.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.DataPoint.YValues">
			<summary>Gets or sets the Y-value(s) of a data point.</summary>
			<returns>An array of double values that represent the Y-value(s) of a data point.</returns>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.DataPointCollection">
			<summary>Represents a collection of <see cref="T:System.Web.UI.DataVisualization.Charting.DataPoint" /> objects.</summary>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.DataPointCollection.Add(System.Double[])">
			<summary>Adds the new <see cref="T:System.Web.UI.DataVisualization.Charting.DataPoint" /> object to a collection and sets its Y value.</summary>
			<param name="y">The Y-value.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.DataPointCollection.AddXY(System.Double,System.Double)">
			<summary>Adds a <see cref="T:System.Web.UI.DataVisualization.Charting.DataPoint" /> object to the end of the collection, with the specified X-value and Y-value.</summary>
			<returns>An integer that represents the zero-based index where the item was inserted into the data point collection.</returns>
			<param name="xValue">X-value of the data point.</param>
			<param name="yValue">Y-value of the data point.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.DataPointCollection.AddXY(System.Object,System.Object[])">
			<summary>Adds a <see cref="T:System.Web.UI.DataVisualization.Charting.DataPoint" /> object to the end of the collection, with the specified X-value and Y-value(s).</summary>
			<returns>An integer value that represents the zero-based index where the item was inserted into the collection.</returns>
			<param name="xValue">The X value of the data point.</param>
			<param name="yValue">One or more comma-separated values that represent the Y-value(s) of the data point.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.DataPointCollection.AddY(System.Double)">
			<summary>Adds a <see cref="T:System.Web.UI.DataVisualization.Charting.DataPoint" /> object to the end of the collection, with the specified Y-value.</summary>
			<returns>An integer that represents the zero-based index where the item was inserted into the data point collection.</returns>
			<param name="yValue">The Y-value of the data point.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.DataPointCollection.AddY(System.Object[])">
			<summary>Adds a <see cref="T:System.Web.UI.DataVisualization.Charting.DataPoint" /> object to the end of the collection, with the specified Y-value(s).</summary>
			<returns>An integer that represents the location in zero-based index where the item was inserted into the collection.</returns>
			<param name="yValue">A comma-separated list of Y-value(s) of the <see cref="T:System.Web.UI.DataVisualization.Charting.DataPoint" /> object added to the collection.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.DataPointCollection.DataBind(System.Collections.IEnumerable,System.String,System.String,System.String)">
			<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>
			<param name="dataSource">The data source.</param>
			<param name="xField">The name of the field for X-values.</param>
			<param name="yFields">A comma separated names of the fields for Y-values.</param>
			<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>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.DataPointCollection.DataBindXY(System.Collections.IEnumerable,System.Collections.IEnumerable[])">
			<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>
			<param name="xValue">The data source that will supply the X-values for the data points.</param>
			<param name="yValues">A comma-separated list of the Y-value(s) of the <see cref="T:System.Web.UI.DataVisualization.Charting.DataPoint" /> object added to the collection.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.DataPointCollection.DataBindXY(System.Collections.IEnumerable,System.String,System.Collections.IEnumerable,System.String)">
			<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>
			<param name="xValue">The data source that will supply the X-values for the data points.</param>
			<param name="xField">The name of the column that will supply the X-values for the data points.</param>
			<param name="yValue">A comma-separated list of the Y-value(s) of the <see cref="T:System.Web.UI.DataVisualization.Charting.DataPoint" /> object added to the collection.</param>
			<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>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.DataPointCollection.DataBindY(System.Collections.IEnumerable[])">
			<summary>Data binds the Y-value(s) of the collection's data points to the first column of the specified data source(s).</summary>
			<param name="yValue">One or more comma-separated <see cref="T:System.Collections.Generic.IEnumerable`1" /> data sources.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.DataPointCollection.DataBindY(System.Collections.IEnumerable,System.String)">
			<summary>Data binds the Y-value(s) of the data points to the specified column(s) of the specified data source.</summary>
			<param name="yValue">An <see cref="T:System.Collections.Generic.IEnumerable`1" />data source object that provides the Y-value(s).</param>
			<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>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.DataPointCollection.FindAllByValue(System.Double)">
			<summary>Find all the data points that are equal to the specified value.</summary>
			<returns>An <see cref="T:System.Collections.Generic.IEnumerable`1" /> interface that represents the enumerator of the matching data points.</returns>
			<param name="valueToFind">The data point value to find.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.DataPointCollection.FindAllByValue(System.Double,System.String)">
			<summary>Finds all the data points that are equal to the specified value.</summary>
			<returns>An <see cref="T:System.Collections.Generic.IEnumerable`1" /> interface that represents the enumerator of the matching data points.</returns>
			<param name="valueToFind">The data point value to find.</param>
			<param name="useValue">The data point value to use (X, Y1, Y2...).</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.DataPointCollection.FindAllByValue(System.Double,System.String,System.Int32)">
			<summary>Finds all the data points that are equal to the specified value, starting from the specified index location.</summary>
			<returns>An <see cref="T:System.Collections.Generic.IEnumerable`1" /> interface that represents the enumerator of the matching data points.</returns>
			<param name="valueToFind">The data point value to find.</param>
			<param name="useValue">The data point value to use (X, Y1, Y2...).</param>
			<param name="startIndex">The index location of the data point to start searching from.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.DataPointCollection.FindByValue(System.Double)">
			<summary>Finds the first data point that is equal to the specified value.</summary>
			<returns>The <see cref="T:System.Web.UI.DataVisualization.Charting.DataPoint" /> that matches the specified value, or null if there is no match.</returns>
			<param name="valueToFind">The data point value to find.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.DataPointCollection.FindByValue(System.Double,System.String)">
			<summary>Finds the first data point that is equal to the specified value.</summary>
			<returns>The <see cref="T:System.Web.UI.DataVisualization.Charting.DataPoint" /> that matches the specified value, or null if there is no match.</returns>
			<param name="valueToFind">The data point value to find.</param>
			<param name="useValue">The data point value to use (X, Y1, Y2...).</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.DataPointCollection.FindByValue(System.Double,System.String,System.Int32)">
			<summary>Finds the first data point that is equal to the specified value, starting from the specified index location.</summary>
			<returns>The <see cref="T:System.Web.UI.DataVisualization.Charting.DataPoint" /> that matches the specified value, or null if there is no match.</returns>
			<param name="valueToFind">The data point value to find.</param>
			<param name="useValue">The data point value to use (X, Y1, Y2...).</param>
			<param name="startIndex">The index location of the data point to start searching from.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.DataPointCollection.FindMaxByValue">
			<summary>Finds  the data point with the maximum value.</summary>
			<returns>The <see cref="T:System.Web.UI.DataVisualization.Charting.DataPoint" /> object with the maximum value.</returns>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.DataPointCollection.FindMaxByValue(System.String)">
			<summary>Finds the data point value with the maximum value.</summary>
			<returns>The <see cref="T:System.Web.UI.DataVisualization.Charting.DataPoint" /> object with the maximum value.</returns>
			<param name="useValue">The data point value to use (X, Y1, Y2...).</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.DataPointCollection.FindMaxByValue(System.String,System.Int32)">
			<summary>Finds the data point with the maximum value, starting from the specified index location.</summary>
			<returns>The <see cref="T:System.Web.UI.DataVisualization.Charting.DataPoint" /> object with the maximum value.</returns>
			<param name="useValue">The data point value to use (X, Y1, Y2...).</param>
			<param name="startIndex">The index location of the data point to start searching from.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.DataPointCollection.FindMinByValue">
			<summary>Finds the data point with the minimum value.</summary>
			<returns>The <see cref="T:System.Web.UI.DataVisualization.Charting.DataPoint" /> object with the minimum value.</returns>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.DataPointCollection.FindMinByValue(System.String)">
			<summary>Finds the data point with the minimum value.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.DataPoint" /> object with the minimum value.</returns>
			<param name="useValue">The data point value to use (X, Y1, Y2...).</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.DataPointCollection.FindMinByValue(System.String,System.Int32)">
			<summary>Finds the data point with the minimum value, starting from the specified index location.</summary>
			<returns>The <see cref="T:System.Web.UI.DataVisualization.Charting.DataPoint" /> object with the minimum value.</returns>
			<param name="useValue">The data point value to use (X, Y1, Y2...).</param>
			<param name="startIndex">The index location of the data point to start searching from.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.DataPointCollection.InsertXY(System.Int32,System.Object,System.Object[])">
			<summary>Inserts a data point with the specified X value and one or more specified Y values.</summary>
			<param name="index">The index after which the data point will be inserted.</param>
			<param name="xValue">The X value of the data point.</param>
			<param name="yValue">A comma-separated list of Y values of the data point.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.DataPointCollection.InsertY(System.Int32,System.Object[])">
			<summary>Inserts a data point with one or more specified Y values.</summary>
			<param name="index">The index after which the data point will be inserted.</param>
			<param name="yValue">A comma-separated list of Y values of the data point.</param>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.DataPointComparer">
			<summary>Compares data points.</summary>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.DataPointComparer.#ctor(System.Web.UI.DataVisualization.Charting.Series,System.Web.UI.DataVisualization.Charting.PointSortOrder,System.String)">
			<summary>Initializes a new instance of the <see cref="T:System.Web.UI.DataVisualization.Charting.DataPointComparer" /> class with the specified data series, sort order and sort value.</summary>
			<param name="series">Data series.</param>
			<param name="sortOrder">Sort order.</param>
			<param name="sortBy">Value used for the sort, for example, "X", "Y or Y1", "Y2", and so forth.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.DataPointComparer.Compare(System.Web.UI.DataVisualization.Charting.DataPoint,System.Web.UI.DataVisualization.Charting.DataPoint)">
			<summary>Compares two data points.</summary>
			<returns>An integer value. Returns zero (0) if the two values are equal. Returns a positive integer if the value of x is greater than the value of y; otherwise, returns a negative integer.</returns>
			<param name="x">First data point.</param>
			<param name="y">Second data point.</param>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.DataPointCustomProperties">
			<summary>Defines custom properties that are common to data points, series and empty points.</summary>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.DataPointCustomProperties.#ctor">
			<summary>Initializes a new instance of the <see cref="T:System.Web.UI.DataVisualization.Charting.DataPointCustomProperties" /> class.</summary>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.DataPointCustomProperties.#ctor(System.Web.UI.DataVisualization.Charting.Series,System.Boolean)">
			<summary>Initializes a new instance of the <see cref="T:System.Web.UI.DataVisualization.Charting.DataPointCustomProperties" /> class with the specified series and custom properties flag.</summary>
			<param name="series">The series that the data point belongs to.</param>
			<param name="pointProperties">A flag that indicates whether this is a data point custom property.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.DataPointCustomProperties.DeleteCustomProperty(System.String)">
			<summary>Deletes the data point custom property with the specified name.</summary>
			<param name="name">The name of the property to delete.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.DataPointCustomProperties.GetCustomProperty(System.String)">
			<summary>Returns the data point custom property with the specified name.</summary>
			<returns>A 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>
			<param name="name">The name of the property to return.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.DataPointCustomProperties.IsCustomPropertySet(System.String)">
			<summary>Determines whether a custom property with the specified name was set.</summary>
			<returns>True if the custom property was set, otherwise false.</returns>
			<param name="name">The name of the custom property to check.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.DataPointCustomProperties.ResetIsValueShownAsLabel">
			<summary>Resets a custom property to its default value.</summary>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.DataPointCustomProperties.ResetIsVisibleInLegend">
			<summary>Resets a custom property to its default value.</summary>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.DataPointCustomProperties.SetCustomProperty(System.String,System.String)">
			<summary>Sets a custom property of the data point.</summary>
			<param name="name">The name of the property.</param>
			<param name="propertyValue">The value of the property.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.DataPointCustomProperties.SetDefault(System.Boolean)">
			<summary>Sets the default properties of the data point. Indicates whether the previous property values must be cleared.</summary>
			<param name="clearAll">A flag that indicates whether to clear previous property values. </param>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.DataPointCustomProperties.AxisLabel">
			<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.Web.UI.DataVisualization.Charting.Axis" /> object.</summary>
			<returns>A string value that represents the text of the X-axis label.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.DataPointCustomProperties.BackGradientStyle">
			<summary>Gets or sets the background gradient style.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.GradientStyle" /> enumeration value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.DataPointCustomProperties.BackHatchStyle">
			<summary>Gets or sets the background hatching style.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.ChartHatchStyle" /> enumeration value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.DataPointCustomProperties.BackImage">
			<summary>Gets or sets the background image of the data point.</summary>
			<returns>A string value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.DataPointCustomProperties.BackImageAlignment">
			<summary>Gets or sets the alignment of the background image, which is used with the <see cref="F:System.Web.UI.DataVisualization.Charting.ChartImageWrapMode.Unscaled" /> drawing mode.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.ChartImageAlignmentStyle" /> enumeration value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.DataPointCustomProperties.BackImageTransparentColor">
			<summary>Gets or sets a color that will be replaced with a transparent color when the background image is drawn.</summary>
			<returns>A <see cref="T:System.Drawing.Color" /> value that will be replaced with a transparent color when the image is drawn.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.DataPointCustomProperties.BackImageWrapMode">
			<summary>Gets or sets the drawing mode of the background image.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.ChartImageWrapMode" /> enumeration value that defines the drawing mode of the image.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.DataPointCustomProperties.BackSecondaryColor">
			<summary>Gets or sets the secondary background color.</summary>
			<returns>A <see cref="T:System.Drawing.Color" /> value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.DataPointCustomProperties.BorderColor">
			<summary>Gets or sets the border color of the data point.</summary>
			<returns>A <see cref="T:System.Drawing.Color" /> value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.DataPointCustomProperties.BorderDashStyle">
			<summary>Gets or sets the border style of the data point.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.ChartDashStyle" /> enumeration value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.DataPointCustomProperties.BorderWidth">
			<summary>Gets or sets the border width of the data point.</summary>
			<returns>An integer value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.DataPointCustomProperties.Color">
			<summary>Gets or sets the color of the data point.</summary>
			<returns>A <see cref="T:System.Drawing.Color" /> value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.DataPointCustomProperties.CustomProperties">
			<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>
			<returns>A string value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.DataPointCustomProperties.CustomPropertiesExtended">
			<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>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.CustomProperties" /> object.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.DataPointCustomProperties.Font">
			<summary>Gets or sets the font of the data point.</summary>
			<returns>A <see cref="T:System.Drawing.Font" /> value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.DataPointCustomProperties.Item(System.Int32)">
			<summary>Gets the <see cref="T:System.Web.UI.DataVisualization.Charting.DataPointCustomProperties" /> object by its position in the index.</summary>
			<returns>A string value.</returns>
			<param name="index">Index of the custom property.</param>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.DataPointCustomProperties.Item(System.String)">
			<summary>Gets or sets the <see cref="T:System.Web.UI.DataVisualization.Charting.DataPointCustomProperties" /> object by name.</summary>
			<param name="name">The ame of the custom property.</param>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.DataPointCustomProperties.Label">
			<summary>Gets or sets the text of the data point label.</summary>
			<returns>A string value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.DataPointCustomProperties.LabelAngle">
			<summary>Gets or sets the angle of the data point label.</summary>
			<returns>An integer value that represents the angle of the label.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.DataPointCustomProperties.LabelBackColor">
			<summary>Gets or sets the background color of the data point label.</summary>
			<returns>A <see cref="T:System.Drawing.Color" /> value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.DataPointCustomProperties.LabelBorderColor">
			<summary>Gets or sets the border color of the data point label.</summary>
			<returns>A <see cref="T:System.Drawing.Color" /> value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.DataPointCustomProperties.LabelBorderDashStyle">
			<summary>Gets or sets the border style of the label.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.ChartDashStyle" /> enumeration value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.DataPointCustomProperties.LabelBorderWidth">
			<summary>Gets or sets the border width of the label.</summary>
			<returns>An integer value that represents the width of the border.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.DataPointCustomProperties.LabelForeColor">
			<summary>Gets or sets the text color of the label.</summary>
			<returns>A <see cref="T:System.Drawing.Color" /> value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.DataPointCustomProperties.LabelFormat">
			<summary>Gets or sets the format of the data point label.</summary>
			<returns>A string value that represents the format of the label.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.DataPointCustomProperties.LabelMapAreaAttributes">
			<summary>Gets or sets map area attributes of the data point label.</summary>
			<returns>A string value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.DataPointCustomProperties.LabelPostBackValue">
			<summary>Gets or sets the postback value which can be processed on a <see cref="E:System.Web.UI.DataVisualization.Charting.Chart.Click" /> event.</summary>
			<returns>A string value that represents the postback value that is passed to a <see cref="E:System.Web.UI.DataVisualization.Charting.Chart.Click" /> event.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.DataPointCustomProperties.LabelToolTip">
			<summary>Gets or sets the tooltip for the data point label.</summary>
			<returns>A string value that represents the tooltip for the data point label.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.DataPointCustomProperties.LabelUrl">
			<summary>Gets or sets the URL target of the data point label.</summary>
			<returns>A string value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.DataPointCustomProperties.LegendMapAreaAttributes">
			<summary>Gets or sets the attributes of the legend map area.</summary>
			<returns>A string value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.DataPointCustomProperties.LegendPostBackValue">
			<summary>Gets or sets the postback value which can be processed on a <see cref="E:System.Web.UI.DataVisualization.Charting.Chart.Click" /> event.</summary>
			<returns>A string value that represents the postback value passed to the <see cref="E:System.Web.UI.DataVisualization.Charting.Chart.Click" /> event.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.DataPointCustomProperties.LegendText">
			<summary>Gets or sets the text of the item in the legend.</summary>
			<returns>A string value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.DataPointCustomProperties.LegendToolTip">
			<summary>Gets or sets the tooltip of the item in the legend.</summary>
			<returns>A string value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.DataPointCustomProperties.LegendUrl">
			<summary>Gets or sets the URL target of the item in the legend.</summary>
			<returns>A string value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.DataPointCustomProperties.MapAreaAttributes">
			<summary>Gets or sets the map area attributes of a data point.</summary>
			<returns>A string value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.DataPointCustomProperties.MarkerBorderColor">
			<summary>Gets or sets the border color of the marker.</summary>
			<returns>A <see cref="T:System.Drawing.Color" /> value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.DataPointCustomProperties.MarkerBorderWidth">
			<summary>Gets or sets the border width of the marker.</summary>
			<returns>An integer value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.DataPointCustomProperties.MarkerColor">
			<summary>Gets or sets the marker color.</summary>
			<returns>A <see cref="T:System.Drawing.Color" /> value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.DataPointCustomProperties.MarkerImage">
			<summary>Gets or sets the marker image.</summary>
			<returns>A string value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.DataPointCustomProperties.MarkerImageTransparentColor">
			<summary>Gets or sets the color that will be replaced with a transparent color when the marker image is drawn.</summary>
			<returns>A <see cref="T:System.Drawing.Color" /> value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.DataPointCustomProperties.MarkerSize">
			<summary>Gets or sets the size of the marker.</summary>
			<returns>An integer value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.DataPointCustomProperties.MarkerStyle">
			<summary>Gets or sets the marker style.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.MarkerStyle" /> enumeration value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.DataPointCustomProperties.PostBackValue">
			<summary>Gets or sets the postback value that can be processed on a <see cref="E:System.Web.UI.DataVisualization.Charting.Chart.Click" /> event.</summary>
			<returns>A string value that represents the postback value passed to a <see cref="E:System.Web.UI.DataVisualization.Charting.Chart.Click" /> event.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.DataPointCustomProperties.ToolTip">
			<summary>Gets or sets the tooltip.</summary>
			<returns>A string value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.DataPointCustomProperties.Url">
			<summary>Gets or sets the URL target of the area.</summary>
			<returns>A string value.</returns>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.DateRangeType">
			<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.Web.UI.DataVisualization.Charting.DataManipulator" /> class.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.DateRangeType.DayOfMonth">
			<summary>Date/time interval is days of the month.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.DateRangeType.DayOfWeek">
			<summary>Date/time interval is days of the week.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.DateRangeType.Hour">
			<summary>Date/time interval is hours.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.DateRangeType.Minute">
			<summary>Date/time interval is minutes.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.DateRangeType.Month">
			<summary>Date/time interval is months.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.DateRangeType.Year">
			<summary>Date/time interval is years.</summary>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.DateTimeIntervalType">
			<summary>Specifies an interval type.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.DateTimeIntervalType.Auto">
			<summary>Automatically determined by the <see cref="T:System.Web.UI.DataVisualization.Charting.Chart" /> control.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.DateTimeIntervalType.Days">
			<summary>Interval type is in days.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.DateTimeIntervalType.Hours">
			<summary>Interval type is in hours.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.DateTimeIntervalType.Milliseconds">
			<summary>Interval type is in milliseconds.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.DateTimeIntervalType.Minutes">
			<summary>Interval type is in minutes.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.DateTimeIntervalType.Months">
			<summary>Interval type is in months.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.DateTimeIntervalType.NotSet">
			<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>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.DateTimeIntervalType.Number">
			<summary>Interval type is in numerical.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.DateTimeIntervalType.Seconds">
			<summary>Interval type is in seconds.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.DateTimeIntervalType.Weeks">
			<summary>Interval type is in weeks.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.DateTimeIntervalType.Years">
			<summary>Interval type is in years.</summary>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.Docking">
			<summary>Specifies where a chart element, such as a legend or title, will be docked on the chart.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.Docking.Bottom">
			<summary>Docked to the bottom of either the chart image or a <see cref="T:System.Web.UI.DataVisualization.Charting.ChartArea" /> object.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.Docking.Left">
			<summary>Docked to the left of either the chart image or a <see cref="T:System.Web.UI.DataVisualization.Charting.ChartArea" /> object.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.Docking.Right">
			<summary>Docked to the right of either the chart image or a <see cref="T:System.Web.UI.DataVisualization.Charting.ChartArea" /> object.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.Docking.Top">
			<summary>Docked to the top of either the chart image or a <see cref="T:System.Web.UI.DataVisualization.Charting.ChartArea" /> object.</summary>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.ElementPosition">
			<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>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.ElementPosition.#ctor">
			<summary>Initializes a new instance of the <see cref="T:System.Web.UI.DataVisualization.Charting.ElementPosition" /> class.</summary>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.ElementPosition.#ctor(System.Single,System.Single,System.Single,System.Single)">
			<summary>Initializes a new instance of the <see cref="T:System.Web.UI.DataVisualization.Charting.ElementPosition" /> class with the specified x, y, width and height parameters.</summary>
			<param name="x">The X position.</param>
			<param name="y">The Y position.</param>
			<param name="width">The width of the chart element.</param>
			<param name="height">The height of the chart element.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.ElementPosition.FromRectangleF(System.Drawing.RectangleF)">
			<summary>Initializes an <see cref="T:System.Web.UI.DataVisualization.Charting.ElementPosition" /> object from a <see cref="T:System.Drawing.RectangleF" /> structure.</summary>
			<param name="rect">A <see cref="T:System.Drawing.RectangleF" /> structure.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.ElementPosition.ToRectangleF">
			<summary>Returns a <see cref="T:System.Drawing.RectangleF" /> object that uses the coordinates of an <see cref="T:System.Web.UI.DataVisualization.Charting.ElementPosition" /> object.</summary>
			<returns>A <see cref="T:System.Drawing.RectangleF" /> structure.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.ElementPosition.Auto">
			<summary>Gets or sets a flag that determines whether an applicable chart element will be positioned automatically by the <see cref="T:System.Web.UI.DataVisualization.Charting.Chart" /> control.</summary>
			<returns>A Boolean value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.ElementPosition.Bottom">
			<summary>Gets the bottom position of a chart element, in relative coordinates.</summary>
			<returns>A float value that represents the bottom position of the chart element.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.ElementPosition.Height">
			<summary>Gets or sets the height of a chart element.</summary>
			<returns>A float value that represents the height of the chart element.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.ElementPosition.Right">
			<summary>Gets the position of the right side of a chart element, in relative coordinates.</summary>
			<returns>A float value that represents the position of the right side of a chart element.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.ElementPosition.Size">
			<summary>Gets the size of a chart element.</summary>
			<returns>A <see cref="T:System.Drawing.SizeF" /> value that represents the size of a chart element.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.ElementPosition.Width">
			<summary>Gets or sets the width of a chart element.</summary>
			<returns>A float value that represents the width of a chart element.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.ElementPosition.X">
			<summary>Gets or sets the relative X-coordinate of the top-left corner of an applicable chart element.</summary>
			<returns>A float value that represents the X-coordinate of the top-left corner of an applicable chart element.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.ElementPosition.Y">
			<summary>Gets or sets the relative Y-coordinate of the top-left corner of an applicable chart element.</summary>
			<returns>A float value that represents the Y-coordinate of the top-left corner of an applicable chart element.</returns>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.EllipseAnnotation">
			<summary>Represents an ellipse annotation.</summary>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.EllipseAnnotation.#ctor">
			<summary>Initializes a new instance of the <see cref="T:System.Web.UI.DataVisualization.Charting.EllipseAnnotation" /> class.</summary>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.FinancialFormula">
			<summary>Specifies a financial formula.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.FinancialFormula.AccumulationDistribution">
			<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>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.FinancialFormula.AverageTrueRange">
			<summary>Average True Range indicator measures commitment and compares the range between the High, Low and Close prices.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.FinancialFormula.BollingerBands">
			<summary>Bollinger Bands indicators are plotted at standard deviation levels above and below a simple moving average.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.FinancialFormula.ChaikinOscillator">
			<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>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.FinancialFormula.CommodityChannelIndex">
			<summary>Commodity Channel Index compares prices with their moving averages.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.FinancialFormula.DetrendedPriceOscillator">
			<summary>Detrended Price Oscillator attempts to remove trends from prices.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.FinancialFormula.EaseOfMovement">
			<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>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.FinancialFormula.Envelopes">
			<summary>Envelopes are plotted above and below a moving average using a specified percentage as the shift.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.FinancialFormula.ExponentialMovingAverage">
			<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>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.FinancialFormula.Forecasting">
			<summary>Forecasting predicts future values using historical observations.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.FinancialFormula.MassIndex">
			<summary>The Mass Index is used to predict trend reversal by comparing the difference and range between High and Low prices.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.FinancialFormula.MedianPrice">
			<summary>Median prices are mid-point values of daily prices and can be used as a filter for trend indicators.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.FinancialFormula.MoneyFlow">
			<summary>The Money Flow indicator compares upward changes and downward changes of volume-weighted typical prices.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.FinancialFormula.MovingAverage">
			<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>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.FinancialFormula.MovingAverageConvergenceDivergence">
			<summary>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>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.FinancialFormula.NegativeVolumeIndex">
			<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>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.FinancialFormula.OnBalanceVolume">
			<summary>The On Balance Volume indicator measures positive and negative volume flow.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.FinancialFormula.Performance">
			<summary>The Performance indicator compares a current closing price or any other price with the first closing value from the first time period.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.FinancialFormula.PositiveVolumeIndex">
			<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>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.FinancialFormula.PriceVolumeTrend">
			<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>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.FinancialFormula.RateOfChange">
			<summary>The Rate of Change indicator compares a specified closing price with the current price.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.FinancialFormula.RelativeStrengthIndex">
			<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>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.FinancialFormula.StandardDeviation">
			<summary>Standard Deviation is used to indicate volatility, and measures the difference between values, for example, closing price, and their moving average.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.FinancialFormula.StochasticIndicator">
			<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>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.FinancialFormula.TriangularMovingAverage">
			<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>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.FinancialFormula.TripleExponentialMovingAverage">
			<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>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.FinancialFormula.TypicalPrice">
			<summary>Typical Price is the average value of daily prices, and can be used as a filter for trend indicators.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.FinancialFormula.VolatilityChaikins">
			<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>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.FinancialFormula.VolumeOscillator">
			<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>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.FinancialFormula.WeightedClose">
			<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>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.FinancialFormula.WeightedMovingAverage">
			<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>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.FinancialFormula.WilliamsR">
			<summary>Williams %R is a momentum indicator, and is used to measure overbought and oversold levels.</summary>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.FormatNumberEventArgs">
			<summary>Represents the event arguments of the localized number-formatting event.</summary>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.FormatNumberEventArgs.ElementType">
			<summary>Gets the chart element type.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.ChartElementType" /> enumeration value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.FormatNumberEventArgs.Format">
			<summary>Gets or sets the format string.</summary>
			<returns>A string value that represents the format.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.FormatNumberEventArgs.LocalizedValue">
			<summary>Gets or sets the localized text.</summary>
			<returns>A string value that represents the localized text.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.FormatNumberEventArgs.Value">
			<summary>Gets the value to be formatted.</summary>
			<returns>A double value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.FormatNumberEventArgs.ValueType">
			<summary>Gets the value type.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.ChartValueType" /> enumeration value.</returns>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.FTestResult">
			<summary>Stores results of the FTest statistical methods.</summary>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.FTestResult.#ctor">
			<summary>Initializes a new instance of the <see cref="T:System.Web.UI.DataVisualization.Charting.FTestResult" /> class.</summary>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.FTestResult.FCriticalValueOneTail">
			<summary>Gets the Critical F one tail.</summary>
			<returns>A double value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.FTestResult.FirstSeriesMean">
			<summary>Gets the first series mean.</summary>
			<returns>A double value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.FTestResult.FirstSeriesVariance">
			<summary>Gets the first series variance.</summary>
			<returns>A double value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.FTestResult.FValue">
			<summary>Gets the F value.</summary>
			<returns>A double value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.FTestResult.ProbabilityFOneTail">
			<summary>Gets the Probability F one tail.</summary>
			<returns>A double value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.FTestResult.SecondSeriesMean">
			<summary>Gets the second series mean.</summary>
			<returns>A double value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.FTestResult.SecondSeriesVariance">
			<summary>Gets the second series variance.</summary>
			<returns>A double value.</returns>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.GradientStyle">
			<summary>Specifies a gradient style to be used for a chart element.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.GradientStyle.Center">
			<summary>Gradient is applied from the center outwards.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.GradientStyle.DiagonalLeft">
			<summary>Gradient is applied diagonally from left to right.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.GradientStyle.DiagonalRight">
			<summary>Gradient is applied diagonally from right to left.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.GradientStyle.HorizontalCenter">
			<summary>Gradient is applied horizontally from the center outwards.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.GradientStyle.LeftRight">
			<summary>Gradient is applied from left to right.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.GradientStyle.None">
			<summary>No gradient is applied.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.GradientStyle.TopBottom">
			<summary>Gradient is applied from top to bottom.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.GradientStyle.VerticalCenter">
			<summary>Gradient is applied vertically from the center outwards.</summary>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.Grid">
			<summary>Provides methods and properties that manage the major and minor grids of <see cref="T:System.Web.UI.DataVisualization.Charting.Axis" /> objects.</summary>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.Grid.#ctor">
			<summary>Initializes a new instance of the <see cref="T:System.Web.UI.DataVisualization.Charting.Grid" /> class.</summary>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Grid.Enabled">
			<summary>Gets or sets a flag that determines whether major or minor grid lines are enabled.</summary>
			<returns>True if enabled, false if disabled. The default is true for major grid objects and false for minor grid objects.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Grid.Interval">
			<summary>Gets or sets the interval between major or minor grid lines.</summary>
			<returns>A 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>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Grid.IntervalOffset">
			<summary>Gets or sets the offset of grid lines.</summary>
			<returns>A double value that represents the interval offset. </returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Grid.IntervalOffsetType">
			<summary>Gets or sets the interval offset type of major and minor grid lines.</summary>
			<returns>A <see cref="T:System.Web.UI.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.Web.UI.DataVisualization.Charting.DateTimeIntervalType.Auto" />.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Grid.IntervalType">
			<summary>Gets or sets the interval type for major or minor grid lines.</summary>
			<returns>A <see cref="T:System.Web.UI.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.Web.UI.DataVisualization.Charting.DateTimeIntervalType.NotSet" /> enumeration value. The default value for minor tick marks and grid lines is <see cref="F:System.Web.UI.DataVisualization.Charting.DateTimeIntervalType.Auto" />.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Grid.LineColor">
			<summary>Gets or sets the line color of a grid.</summary>
			<returns>A <see cref="T:System.Drawing.Color" /> object. The default value is <see cref="P:System.Drawing.Color.Black" />.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Grid.LineDashStyle">
			<summary>Gets or sets the line style of a grid.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.ChartDashStyle" /> enumeration value. The default is <see cref="F:System.Web.UI.DataVisualization.Charting.ChartDashStyle.Solid" />.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Grid.LineWidth">
			<summary>Gets or sets the line width of major and minor grid lines.</summary>
			<returns>An integer that represents the line width in pixels. The default value is one (1).</returns>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.GridTickTypes">
			<summary>Specifies the options for displaying a grid line or a tick mark for a custom label.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.GridTickTypes.All">
			<summary>A tick mark and a grid line are shown.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.GridTickTypes.Gridline">
			<summary>A grid line is shown.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.GridTickTypes.None">
			<summary>No tick mark or grid line is shown.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.GridTickTypes.TickMark">
			<summary>A tick mark is shown.</summary>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.HitTestResult">
			<summary>Represents the results of a hit test.</summary>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.HitTestResult.#ctor">
			<summary>Initializes a new instance of the <see cref="T:System.Web.UI.DataVisualization.Charting.HitTestResult" /> class.</summary>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.HitTestResult.Axis">
			<summary>Gets or sets the <see cref="T:System.Web.UI.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.Web.UI.DataVisualization.Charting.Axis" /> object depends on whether a chart element was detected at the given location, and the type of chart element returned.</summary>
			<returns>An <see cref="T:System.Web.UI.DataVisualization.Charting.Axis" /> object, otherwise null. The default value is null.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.HitTestResult.ChartArea">
			<summary>Gets or sets the <see cref="T:System.Web.UI.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.Web.UI.DataVisualization.Charting.ChartArea" /> object depends on whether a chart element was detected at the given location, and the type of chart element returned.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.ChartArea" /> object, otherwise null. The default value is null.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.HitTestResult.ChartElementType">
			<summary>Gets or sets the type of chart element, if any, returned by a hit test.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.ChartElementType" /> enumeration value that indicates the type of chart element returned by a hit test. Defaults to <see cref="F:System.Web.UI.DataVisualization.Charting.ChartElementType.Nothing" />.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.HitTestResult.Object">
			<summary>Gets or sets the object, if any, returned by a hit test.</summary>
			<returns>An object of type <see cref="T:System.Object" />, otherwise null.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.HitTestResult.PointIndex">
			<summary>Gets or sets the index of a data point, if any, returned by a hit test.</summary>
			<returns>An integer value that represents the index of a data point returned by a hit test. The default value is negative one (-1).</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.HitTestResult.Series">
			<summary>Gets or sets the associated series of a data point, if any, returned by a hit test.</summary>
			<returns>The <see cref="T:System.Web.UI.DataVisualization.Charting.Series" /> that a data point returned by a hit test belongs to. The default value is null.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.HitTestResult.SubObject">
			<summary>Gets the sub-object, if any, returned by a hit test.</summary>
			<returns>A sub-object of type <see cref="T:System.Object" />, otherwise null.</returns>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.HorizontalLineAnnotation">
			<summary>Represents a horizontal line annotation.</summary>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.HorizontalLineAnnotation.#ctor">
			<summary>Initializes a new instance of the <see cref="T:System.Web.UI.DataVisualization.Charting.HorizontalLineAnnotation" /> class.</summary>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.IChartMapArea">
			<summary>Defines common properties for the map area.</summary>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.IChartMapArea.MapAreaAttributes">
			<summary>Gets or sets the custom attributes of a map area.</summary>
			<returns>A string value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.IChartMapArea.PostBackValue">
			<summary>Gets or sets a postback value for the map area.</summary>
			<returns>A string value that represents the postback value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.IChartMapArea.Tag">
			<summary>Gets or sets custom data for the map area.</summary>
			<returns>An <see cref="T:System.Object" /> that represents the custom data tag.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.IChartMapArea.ToolTip">
			<summary>Gets or sets a tooltip for the map area.</summary>
			<returns>A string value that represents the tooltip.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.IChartMapArea.Url">
			<summary>Gets or sets the URL for the map area.</summary>
			<returns>A string value that represents the URL of the map area.</returns>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.IChartStorageHandler">
			<summary>Defines methods to manage rendered chart images stored in an external medium.</summary>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.IChartStorageHandler.Delete(System.String)">
			<summary>Deletes the data from the external medium.</summary>
			<param name="key">Index key.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.IChartStorageHandler.Exists(System.String)">
			<summary>Checks for the existence of data under a specified key.</summary>
			<returns>True if data exists under specified key, otherwise false.</returns>
			<param name="key">Index key.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.IChartStorageHandler.Load(System.String)">
			<summary>Loads the data from the external medium.</summary>
			<returns>A byte array that contains the image data.</returns>
			<param name="key">Index key.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.IChartStorageHandler.Save(System.String,System.Byte[])">
			<summary>Saves the data to the external medium.</summary>
			<param name="key">Index key.</param>
			<param name="data">The image data to save.</param>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.IDataPointFilter">
			<summary>Exposes the <see cref="M:System.Web.UI.DataVisualization.Charting.IDataPointFilter.FilterDataPoint(System.Web.UI.DataVisualization.Charting.DataPoint,System.Web.UI.DataVisualization.Charting.Series,System.Int32)" /> method, which allows <see cref="T:System.Web.UI.DataVisualization.Charting.Series" /> data to be custom filtered.</summary>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.IDataPointFilter.FilterDataPoint(System.Web.UI.DataVisualization.Charting.DataPoint,System.Web.UI.DataVisualization.Charting.Series,System.Int32)">
			<summary>Determines whether a particular data point in the series will be filtered. </summary>
			<returns>True if the data point is removed, otherwise false.</returns>
			<param name="point">The <see cref="T:System.Web.UI.DataVisualization.Charting.DataPoint" /> object to be filtered.</param>
			<param name="series">The <see cref="T:System.Web.UI.DataVisualization.Charting.Series" /> object that the data point belongs to.</param>
			<param name="pointIndex">The index of the data point, which determines its position in the series.</param>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.ImageAnnotation">
			<summary>Represents an image annotation.</summary>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.ImageAnnotation.#ctor">
			<summary>Initializes a new instance of the <see cref="T:System.Web.UI.DataVisualization.Charting.ImageAnnotation" /> class.</summary>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.ImageAnnotation.Alignment">
			<summary>Gets or sets the alignment of the annotation image.</summary>
			<returns>A <see cref="T:System.Drawing.ContentAlignment" /> value that represents the alignment of the annotation image.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.ImageAnnotation.BackColor">
			<summary>This property is not applicable to the image annotation type.</summary>
			<returns>A <see cref="T:System.Drawing.Color" /> value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.ImageAnnotation.BackGradientStyle">
			<summary>This property is not applicable to the image annotation type.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.GradientStyle" /> enumeration value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.ImageAnnotation.BackHatchStyle">
			<summary>This property is not applicable to the image annotation type.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.ChartHatchStyle" /> enumeration value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.ImageAnnotation.BackSecondaryColor">
			<summary>This property is not applicable to the image annotation type.</summary>
			<returns>A <see cref="T:System.Drawing.Color" /> value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.ImageAnnotation.Font">
			<summary>This property is not applicable to the image annotation type.</summary>
			<returns>A <see cref="T:System.Drawing.Font" /> object.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.ImageAnnotation.ForeColor">
			<summary>This property is not applicable to the image annotation type.</summary>
			<returns>A <see cref="T:System.Drawing.Color" /> value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.ImageAnnotation.Image">
			<summary>Gets or sets the name of the annotation image.</summary>
			<returns>A string value that represents the name of the annotation image.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.ImageAnnotation.ImageTransparentColor">
			<summary>Gets or sets a color that will be replaced with a transparent color when the image is drawn.</summary>
			<returns>A <see cref="T:System.Drawing.Color" /> value that will be replaced with a transparent color when he image is drawn.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.ImageAnnotation.ImageWrapMode">
			<summary>Gets or sets the drawing mode of the image.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.ChartImageWrapMode" /> enumeration value that defines the drawing mode of the image.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.ImageAnnotation.LineColor">
			<summary>This property is not applicable to the image annotation type.</summary>
			<returns>A <see cref="T:System.Drawing.Color" /> value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.ImageAnnotation.LineDashStyle">
			<summary>This property is not applicable to the image annotation type.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.ChartDashStyle" /> enumeration value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.ImageAnnotation.LineWidth">
			<summary>This property is not applicable to the image annotation type.</summary>
			<returns>An integer value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.ImageAnnotation.TextStyle">
			<summary>Gets or sets the text style of the annotation.</summary>
			<returns>A <see cref="P:System.Web.UI.DataVisualization.Charting.ImageAnnotation.TextStyle" /> enumeration value that represents the style used to draw the annotation text.</returns>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.ImageStorageMode">
			<summary>Specifies the mode of storing chart images.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ImageStorageMode.UseHttpHandler">
			<summary>The <see cref="T:System.Web.UI.DataVisualization.Charting.Chart" /> uses an HTTP handler to store images to memory or a file.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.ImageStorageMode.UseImageLocation">
			<summary>The <see cref="T:System.Web.UI.DataVisualization.Charting.Chart" /> stores the image in a temp file at the specified location.</summary>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.IntervalAutoMode">
			<summary>Specifies the automatic axis interval mode.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.IntervalAutoMode.FixedCount">
			<summary>A fixed number of intervals are always created on the axis.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.IntervalAutoMode.VariableCount">
			<summary>The number of axis intervals depends on the axis length.</summary>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.IntervalType">
			<summary>Specifies an interval type.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.IntervalType.Days">
			<summary>An interval of days.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.IntervalType.Hours">
			<summary>An interval of hours.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.IntervalType.Milliseconds">
			<summary>An interval of milliseconds.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.IntervalType.Minutes">
			<summary>An interval of minutes.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.IntervalType.Months">
			<summary>An interval of months.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.IntervalType.Number">
			<summary>A numerical interval.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.IntervalType.Seconds">
			<summary>An interval of seconds.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.IntervalType.Weeks">
			<summary>An interval of weeks.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.IntervalType.Years">
			<summary>An interval of years.</summary>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.LabelAlignmentStyles">
			<summary>Specifies a label alignment when <see cref="T:System.Web.UI.DataVisualization.Charting.SmartLabelStyle" /> is used.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.LabelAlignmentStyles.Bottom">
			<summary>Label is aligned to the bottom of the data point.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.LabelAlignmentStyles.BottomLeft">
			<summary>Label is aligned to the bottom-left of the data point.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.LabelAlignmentStyles.BottomRight">
			<summary>Label is aligned to the bottom-right of the data point.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.LabelAlignmentStyles.Center">
			<summary>Label is aligned to the center of the data point.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.LabelAlignmentStyles.Left">
			<summary>Label is aligned to the left of the data point.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.LabelAlignmentStyles.Right">
			<summary>Label is aligned to the right of the data point.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.LabelAlignmentStyles.Top">
			<summary>Label is aligned to the top of the data point.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.LabelAlignmentStyles.TopLeft">
			<summary>Label is aligned to the top-left corner of the data point.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.LabelAlignmentStyles.TopRight">
			<summary>Label is aligned to the top-right corner of the data point.</summary>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.LabelAutoFitStyles">
			<summary>Specifies style changes that can automatically be made to a label when the <see cref="P:System.Web.UI.DataVisualization.Charting.Axis.LabelAutoFitStyle" /> property is used.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.LabelAutoFitStyles.DecreaseFont">
			<summary>Label font can be decreased.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.LabelAutoFitStyles.IncreaseFont">
			<summary>Label font can be increased.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.LabelAutoFitStyles.LabelsAngleStep30">
			<summary>Labels can be angled in 30 degree steps: 0, 30, 60 and 90.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.LabelAutoFitStyles.LabelsAngleStep45">
			<summary>Labels can be angled in 45 degree steps: 0, 45, and 90.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.LabelAutoFitStyles.LabelsAngleStep90">
			<summary>Labels can be angled in 90 degree steps: 0 and 90.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.LabelAutoFitStyles.None">
			<summary>No label changes are allowed.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.LabelAutoFitStyles.StaggeredLabels">
			<summary>Labels can be staggered.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.LabelAutoFitStyles.WordWrap">
			<summary>Labels can be word wrapped.</summary>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.LabelCalloutStyle">
			<summary>Specifies the type of leader line that should be drawn from the point to the label.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.LabelCalloutStyle.Box">
			<summary>Line will terminate to a box drawn around the label text.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.LabelCalloutStyle.None">
			<summary>Line will terminate at the label without any added style.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.LabelCalloutStyle.Underlined">
			<summary>Line will terminate with a horizontal line beneath the label text.</summary>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.LabelMarkStyle">
			<summary>Specifies a mark for custom labels.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.LabelMarkStyle.Box">
			<summary>A box is drawn around the label.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.LabelMarkStyle.LineSideMark">
			<summary>Custom labels use line and side marks.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.LabelMarkStyle.None">
			<summary>No label marks are used.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.LabelMarkStyle.SideMark">
			<summary>Custom labels use side marks.</summary>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.LabelOutsidePlotAreaStyle">
			<summary>Specifies the degree to which a label can be drawn outside a plotting area.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.LabelOutsidePlotAreaStyle.No">
			<summary>Labels cannot de drawn outside the plotting area.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.LabelOutsidePlotAreaStyle.Partial">
			<summary>Labels can be drawn partially outside the plotting area. </summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.LabelOutsidePlotAreaStyle.Yes">
			<summary>Labels can be drawn outside the plotting area.</summary>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.LabelStyle">
			<summary>Provides properties that define the visual appearance of the axis labels. </summary>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.LabelStyle.#ctor">
			<summary>Initializes a new instance of the <see cref="T:System.Web.UI.DataVisualization.Charting.LabelStyle" /> class.</summary>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.LabelStyle.Angle">
			<summary>Gets or sets a value that represents the angle at which the font is drawn.</summary>
			<returns>An integer value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.LabelStyle.Font">
			<summary>Gets or sets the font of the label.</summary>
			<returns>A <see cref="T:System.Drawing.Font" /> object.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.LabelStyle.ForeColor">
			<summary>Gets or sets the color of the label.</summary>
			<returns>A <see cref="T:System.Drawing.Color" /> value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.LabelStyle.Format">
			<summary>Gets or sets the formatting string for the label text.</summary>
			<returns>A string value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.LabelStyle.Interval">
			<summary>Gets or sets the size of the label interval.</summary>
			<returns>A double value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.LabelStyle.IntervalOffset">
			<summary>Gets or sets the offset of the label interval.</summary>
			<returns>A double value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.LabelStyle.IntervalOffsetType">
			<summary>Gets or sets the unit of measurement of the label interval offset.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.DateTimeIntervalType" /> enumeration value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.LabelStyle.IntervalType">
			<summary>Gets or sets the unit of measurement for the size of a label interval.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.DateTimeIntervalType" /> enumeration value.</returns>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.Legend">
			<summary>Represents the legend for the chart image.</summary>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.Legend.#ctor">
			<summary>Initializes a new instance of the <see cref="T:System.Web.UI.DataVisualization.Charting.Legend" /> class.</summary>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.Legend.#ctor(System.String)">
			<summary>Initializes a new instance of the <see cref="T:System.Web.UI.DataVisualization.Charting.AnnotationPathPoint" /> class with the specified legend name.</summary>
			<param name="name">The name of the <see cref="T:System.Web.UI.DataVisualization.Charting.Legend" /> object.</param>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Legend.Alignment">
			<summary>Gets or sets the alignment of the legend.</summary>
			<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>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Legend.AutoFitMinFontSize">
			<summary>Gets or sets the minimum font size that can be used by the autofitting algorithm for the legend text.</summary>
			<returns>An integer value that represents the minimum font size.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Legend.BackColor">
			<summary>Gets or sets the background color of a legend.</summary>
			<returns>A <see cref="T:System.Drawing.Color" /> value. The default color is <see cref="System.Drawing.Color.White" />.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Legend.BackGradientStyle">
			<summary>Gets or sets the orientation for the background gradient of a legend. Also determines whether a gradient is used.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.GradientStyle" /> enumeration. The default value is <see cref="F:System.Web.UI.DataVisualization.Charting.GradientStyle.None" />.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Legend.BackHatchStyle">
			<summary>Gets or sets the hatching style of a legend.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.ChartHatchStyle" /> enumeration. The default value is <see cref="F:System.Web.UI.DataVisualization.Charting.ChartHatchStyle.None" />.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Legend.BackImage">
			<summary>Gets or sets the background image of a legend.</summary>
			<returns>A string value that represents the URL of an image file. The default value is an empty string.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Legend.BackImageAlignment">
			<summary>Gets or sets the background image alignment used for the <see cref="F:System.Web.UI.DataVisualization.Charting.ChartImageWrapMode.Unscaled" /> drawing mode.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.ChartImageAlignmentStyle" /> enumeration value. The default value is <see cref="F:System.Web.UI.DataVisualization.Charting.ChartImageAlignmentStyle.TopLeft" />.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Legend.BackImageTransparentColor">
			<summary>Gets or sets a color that will be replaced with a transparent color when the background image is drawn.</summary>
			<returns>A <see cref="T:System.Drawing.Color" /> value that will be displayed as transparent. The default value is <see cref="F:System.Drawing.Color.Empty" />.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Legend.BackImageWrapMode">
			<summary>Gets or sets the drawing mode of a legend background image.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.ChartImageWrapMode" /> enumeration value. The default value is <see cref="F:System.Web.UI.DataVisualization.Charting.ChartImageWrapMode.Tile" />.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Legend.BackSecondaryColor">
			<summary>Gets or sets the secondary color of a legend background.</summary>
			<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>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Legend.BorderColor">
			<summary>Gets or sets the border color of a legend.</summary>
			<returns>A T<see cref=":System.Drawing.Color" /> value. The default color is <see cref="F:System.Drawing.Color.Empty" />.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Legend.BorderDashStyle">
			<summary>Gets or sets the border style of a legend.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.ChartDashStyle" /> enumeration value that determines the border style of the chart element.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Legend.BorderWidth">
			<summary>Gets or sets the border width of a legend.</summary>
			<returns>An integer value that determines the border width, in pixels, of the legend.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Legend.CellColumns">
			<summary>Gets the <see cref="T:System.Web.UI.DataVisualization.Charting.LegendCellColumnCollection" /> for a legend.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.LegendCellColumnCollection" /> object.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Legend.CustomItems">
			<summary>Gets a T<see cref=":System.Web.UI.DataVisualization.Charting.LegendItemsCollection" /> object used for custom legend items.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.LegendItemsCollection" /> object.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Legend.DockedToChartArea">
			<summary>Gets or sets the name of the <see cref="T:System.Web.UI.DataVisualization.Charting.ChartArea" /> where the legend will be docked.</summary>
			<returns>A string value that represents the name of the <see cref="T:System.Web.UI.DataVisualization.Charting.ChartArea" /> where this legend will be docked. The default value is the empty string.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Legend.Docking">
			<summary>Gets or sets a value that determines where the legend is docked.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.Docking" /> enumeration value. The default value is <see cref="F:System.Web.UI.DataVisualization.Charting.Docking.Right" />.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Legend.Enabled">
			<summary>Gets or sets a value that determines if the legend is enabled.</summary>
			<returns>True if enabled, false if disabled. The default value is true. </returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Legend.Font">
			<summary>Gets or sets a <see cref="T:System.Drawing.Font" /> object, which is used to set font properties of the legend.</summary>
			<returns>A <see cref="T:System.Drawing.Font" /> object.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Legend.ForeColor">
			<summary>Gets or sets the color of the legend text.</summary>
			<returns>A <see cref="T:System.Drawing.Color" /> value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Legend.HeaderSeparator">
			<summary>Gets or sets the visual separator type for the legend header.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.LegendSeparatorStyle" /> enumeration value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Legend.HeaderSeparatorColor">
			<summary>Gets or sets the color of the separator for the legend header.</summary>
			<returns>A <see cref="T:System.Drawing.Color" /> value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Legend.InsideChartArea">
			<summary>Gets or sets the name of the chart area in which the legend is drawn.</summary>
			<returns>A string value that represents the name of the chart area.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Legend.InterlacedRows">
			<summary>Gets or sets a flag that indicates if legend rows will be drawn with interlaced background color.</summary>
			<returns>A Boolean value that determines whether alternating rows in the legend are drawn with a specified color.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Legend.InterlacedRowsColor">
			<summary>Gets or sets the background color of the legend's interlaced rows. </summary>
			<returns>A <see cref="T:System.Drawing.Color" /> value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Legend.IsDockedInsideChartArea">
			<summary>Gets or sets a flag that indicates whether the legend is docked inside or outside the chart area. </summary>
			<returns>True is the legend is docked inside the chart area, otherwise false if it is docked outside the chart area. The default value is false.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Legend.IsEquallySpacedItems">
			<summary>Gets or sets a flag that indicates whether all legend items are equally spaced.</summary>
			<returns>True if legend items are equally spaced, false if they are not. The default value is false.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Legend.ItemColumnSeparator">
			<summary>Gets or sets the visual separator type for the legend table columns.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.LegendSeparatorStyle" /> enumeration value. </returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Legend.ItemColumnSeparatorColor">
			<summary>Gets or sets the color of the legend table column separator.</summary>
			<returns>A <see cref="Color" /> value used to draw the color of the legend table column separator.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Legend.ItemColumnSpacing">
			<summary>Gets or sets the legend table column spacing.</summary>
			<returns>An integer value that represents the table column spacing.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Legend.LegendItemOrder">
			<summary>Gets or sets a flag 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>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.LegendItemOrder" /> enumeration value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Legend.LegendStyle">
			<summary>Gets or sets the style of the legend.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.LegendStyle" /> enumeration value that determines the legend style. The default value is <see cref="F:System.Web.UI.DataVisualization.Charting.LegendStyle.Column" />.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Legend.MaximumAutoSize">
			<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>
			<returns>A float value that represents the maximum size of the legend.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Legend.Name">
			<summary>Gets or sets the name of the legend.</summary>
			<returns>A string value that represents the name of the legend.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Legend.Position">
			<summary>Gets or sets an <see cref="T:System.Web.UI.DataVisualization.Charting.ElementPosition" /> object, which can be used to get or set the position of the legend.</summary>
			<returns>An <see cref="T:System.Web.UI.DataVisualization.Charting.ElementPosition" /> value that represents the position of the legend. The default value is <see cref="P:System.Web.UI.DataVisualization.Charting.ElementPosition.Auto" />.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Legend.ShadowColor">
			<summary>Gets or sets the shadow color of the legend.</summary>
			<returns>A <see cref="T:System.Drawing.Color" /> value. The default color is <see cref="P:System.Drawing.Color.Black" />.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Legend.ShadowOffset">
			<summary>Gets or sets the shadow offset, in pixels, of the legend.</summary>
			<returns>An integer value that represents the shadow offset, in pixels, of the legend.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Legend.TableStyle">
			<summary>Gets or sets the legend table style.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.LegendTableStyle" /> enumeration value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Legend.TextWrapThreshold">
			<summary>Gets or sets the number of characters that can be sequentially displayed in the legend before the text is wrapped.</summary>
			<returns>An 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>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Legend.Title">
			<summary>Gets or sets the text of the legend title.</summary>
			<returns>A string value that represents the legend title text. The default value is a zero-length string.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Legend.TitleAlignment">
			<summary>Gets or sets the alignment of the legend title.</summary>
			<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>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Legend.TitleBackColor">
			<summary>Gets or sets the background color of the legend title.</summary>
			<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>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Legend.TitleFont">
			<summary>Gets or sets the font for the legend title.</summary>
			<returns>A <see cref="T:System.Drawing.Font" /> object. The default value is "Microsoft Sans Serif, 8pt, Bold".</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Legend.TitleForeColor">
			<summary>Gets or sets the text color of the legend title.</summary>
			<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>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Legend.TitleSeparator">
			<summary>Gets or sets the visual separator type for the legend title.</summary>
			<returns>A <see cref="T:System.Web.UI.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.Web.UI.DataVisualization.Charting.LegendSeparatorStyle.None" />.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Legend.TitleSeparatorColor">
			<summary>Gets or sets the color of the legend title separator.</summary>
			<returns>A <see cref="Color" /> value used to draw the color of the legend title separator. The default value is <see cref="Color.Black" />.</returns>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.LegendCell">
			<summary>Represents a legend cell in a legend item.</summary>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.LegendCell.#ctor">
			<summary>Initializes a new instance of the <see cref="T:System.Web.UI.DataVisualization.Charting.LegendCell" /> class</summary>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.LegendCell.#ctor(System.String)">
			<summary>Initializes a new instance of the <see cref="T:System.Web.UI.DataVisualization.Charting.LegendCell" /> class with a text parameter that specifies the cell text or image name.</summary>
			<param name="text">A string value that represent the cell text or image name, depending on the type of cell.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.LegendCell.#ctor(System.Web.UI.DataVisualization.Charting.LegendCellType,System.String)">
			<summary>Initializes a new instance of the <see cref="T:System.Web.UI.DataVisualization.Charting.LegendCell" /> class with the specified cell type and a text parameter that specifies the cell text or image name.</summary>
			<param name="cellType">A <see cref="T:System.Web.UI.DataVisualization.Charting.LegendCellType" /> value that represents the legend cell type to be used.</param>
			<param name="text">A string value that represents the cell text or image name, depending on the type of cell.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.LegendCell.#ctor(System.Web.UI.DataVisualization.Charting.LegendCellType,System.String,System.Drawing.ContentAlignment)">
			<summary>Initializes a new instance of the <see cref="T:System.Web.UI.DataVisualization.Charting.LegendCell" /> class with the specified cell type, content alignment, and a text parameter that specifies the cell text or image name.</summary>
			<param name="cellType">A <see cref="T:System.Web.UI.DataVisualization.Charting.LegendCellType" /> value that represents the legend cell type to be used.</param>
			<param name="text">A string value representing the cell text or image name, depending on the type of cell.</param>
			<param name="alignment">A <see cref="T:System.Drawing.ContentAlignment" /> value that represents the alignment of the legend cell contents.</param>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.LegendCell.Alignment">
			<summary>Gets or sets the alignment of the legend cell contents.</summary>
			<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>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.LegendCell.BackColor">
			<summary>Gets or sets the background color of the legend cell.</summary>
			<returns>A <see cref="T:System.Drawing.Color" /> value used to draw the legend cell's background.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.LegendCell.CellSpan">
			<summary>Gets or sets the number of horizontal cells used to draw the contents of the legend cell.</summary>
			<returns>An integer value that represents the number of horizontal cells used to draw the legend cell contents. The default value is 1.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.LegendCell.CellType">
			<summary>Gets or sets the legend cell type.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.LegendCellType" /> enumeration value that represents the type that will be used to define the contents of the legend cell. The default value is <see cref="F:System.Web.UI.DataVisualization.Charting.LegendCellType.Text" />.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.LegendCell.Font">
			<summary>Gets or sets the font for the legend cell.</summary>
			<returns>A <see cref="T:System.Drawing.Font" /> object. The default value is "Microsoft Sans Serif, 8pt".</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.LegendCell.ForeColor">
			<summary>Gets or sets the text color of the legend cell.</summary>
			<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>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.LegendCell.Image">
			<summary>Gets or sets the name of the image in a legend cell.</summary>
			<returns>A string value that represents the name of the image to be used in the legend cell.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.LegendCell.ImageSize">
			<summary>Gets or sets the size of the image in a legend cell.</summary>
			<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>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.LegendCell.ImageTransparentColor">
			<summary>Gets or sets a color which will be replaced with a transparent color when the image is drawn.</summary>
			<returns>A <see cref="T:System.Drawing.Color" /> value that is used as a transparent color in a legend cell image.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.LegendCell.Legend">
			<summary>Gets the legend in which this cell belongs.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.Legend" /> object.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.LegendCell.LegendItem">
			<summary>Gets the legend item in which this cell belongs.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.LegendItem" /> object.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.LegendCell.MapAreaAttributes">
			<summary>Gets or sets the map area attributes of the legend cell.</summary>
			<returns>A string value that represents the attributes of the legend cell's corresponding map area. The default value is a zero-length string.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.LegendCell.Margins">
			<summary>Gets or sets the margins of the legend cell.</summary>
			<returns>A <see cref="T:System.Web.UI.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>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.LegendCell.Name">
			<summary>Gets or sets the name of the legend cell.</summary>
			<returns>A string value that represents the text name of the legend cell.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.LegendCell.PostBackValue">
			<summary>Gets or sets a postback value that can be processed on a Click event.</summary>
			<returns>A string value that represents the postback value passed to a Click event.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.LegendCell.SeriesSymbolSize">
			<summary>Gets or sets the size of the series symbol that is displayed in the legend cell.</summary>
			<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>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.LegendCell.Text">
			<summary>Gets or sets the legend cell text.</summary>
			<returns>A string value that represents the text for the legend cell. The default value is a zero-length string.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.LegendCell.ToolTip">
			<summary>Gets or sets the tooltip text for the legend cell.</summary>
			<returns>A string value that represents the tooltip for the legend cell. The default value is a zero-length string.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.LegendCell.Url">
			<summary>Gets or sets the URL target of the legend cell.</summary>
			<returns>A string value that represents the destination URL or anchor point of the chart element. To use an absolute URL, start the string expression with either "http://" or "www.". If the string does not start with either of these prefixes it will be treated as a relative URL.</returns>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.LegendCellCollection">
			<summary>Stores legend cells in a <see cref="T:System.Web.UI.DataVisualization.Charting.LegendCellCollection" /> object.</summary>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.LegendCellCollection.Add(System.Web.UI.DataVisualization.Charting.LegendCellType,System.String,System.Drawing.ContentAlignment)">
			<summary>Adds a legend cell with the specified cell type, text and alignment to the end of the collection.</summary>
			<returns>An integer value that represents the index of the newly added legend cell in the collection. The index is zero-based.</returns>
			<param name="cellType">A <see cref="T:System.Web.UI.DataVisualization.Charting.LegendCellType" /> value representing the cell type.</param>
			<param name="text">A string value that represents either the cell text or its image name, depending on the value of the cellType parameter.</param>
			<param name="alignment">A <see cref="T:System.Drawing.ContentAlignment" /> value that represents the cell content alignment.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.LegendCellCollection.Insert(System.Int32,System.Web.UI.DataVisualization.Charting.LegendCellType,System.String,System.Drawing.ContentAlignment)">
			<summary>Inserts a legend cell with the specified cell type, text and alignment into the collection at a given location.</summary>
			<param name="index">Index of the location to insert the object.</param>
			<param name="cellType">A <see cref="T:System.Web.UI.DataVisualization.Charting.LegendCellType" /> value that represents the cell type.</param>
			<param name="text">A string value that represents either the cell text or its image name, depending on the value of the cellType parameter.</param>
			<param name="alignment">A <see cref="T:System.Drawing.ContentAlignment" /> enumeration value that represents the alignment of the legend cell content.</param>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.LegendCellColumn">
			<summary>Represents a cell column in a legend, which is used to extend the functionality of the default legend.</summary>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.LegendCellColumn.#ctor">
			<summary>Initializes a new instance of the <see cref="T:System.Web.UI.DataVisualization.Charting.LegendCellColumn" /> class.</summary>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.LegendCellColumn.#ctor(System.String,System.Web.UI.DataVisualization.Charting.LegendCellColumnType,System.String)">
			<summary>Initializes a new instance of the <see cref="T:System.Web.UI.DataVisualization.Charting.LegendCellColumn" /> class with the specified header text, column type and column cell text.</summary>
			<param name="headerText">Column header text.</param>
			<param name="columnType">A <see cref="T:System.Web.UI.DataVisualization.Charting.LegendCellColumnType" /> enumeration value.</param>
			<param name="text">Column cell text.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.LegendCellColumn.#ctor(System.String,System.Web.UI.DataVisualization.Charting.LegendCellColumnType,System.String,System.Drawing.ContentAlignment)">
			<summary>Initializes a new instance of the <see cref="T:System.Web.UI.DataVisualization.Charting.LegendCellColumn" /> class with the specified header text, column type, column cell text and content alignment.</summary>
			<param name="headerText">Column header text.</param>
			<param name="columnType">A <see cref="T:System.Web.UI.DataVisualization.Charting.LegendCellColumnType" /> enumeration value.</param>
			<param name="text">Column cell text.</param>
			<param name="alignment">Column cell <see cref="T:System.Drawing.ContentAlignment" />.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.LegendCellColumn.ShouldSerializeMargins">
			<summary>Determines whether the property should be serialized. For internal use only.</summary>
			<returns>True if the property should be serialized, otherwise false.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.LegendCellColumn.Alignment">
			<summary>Gets or sets the legend column content alignment.</summary>
			<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>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.LegendCellColumn.BackColor">
			<summary>Gets or sets the background color of the legend cell column.</summary>
			<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>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.LegendCellColumn.ColumnType">
			<summary>Gets or sets the legend cell column type.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.LegendCellColumnType" /> enumeration value. This value represents the type that will be used to define the legend cell column contents. The default value is <see cref="F:System.Web.UI.DataVisualization.Charting.LegendCellColumnType.Text" />.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.LegendCellColumn.Font">
			<summary>Gets or sets the font for the legend column text.</summary>
			<returns>A <see cref="T:System.Drawing.Font" /> object. The default value is null.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.LegendCellColumn.ForeColor">
			<summary>Gets or sets the text color of the legend cell column.</summary>
			<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>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.LegendCellColumn.HeaderAlignment">
			<summary>Gets or sets the horizontal text alignment of the legend cell column header.</summary>
			<returns>A <see cref="T:System.Drawing.StringAlignment" /> enumeration value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.LegendCellColumn.HeaderBackColor">
			<summary>Gets or sets the background color for the legend cell column header.</summary>
			<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>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.LegendCellColumn.HeaderFont">
			<summary>Gets or sets the font used in the legend column header.</summary>
			<returns>A <see cref="T:System.Drawing.Font" /> object. The default value is "Microsoft Sans Serif, 8pt, Bold".</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.LegendCellColumn.HeaderForeColor">
			<summary>Gets or sets the color of the legend column header text.</summary>
			<returns>A <see cref="T:System.Drawing.Color" /> value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.LegendCellColumn.HeaderText">
			<summary>Gets or sets the text for the legend cell column header.</summary>
			<returns>A string value that represents the legend cell column header text. The default value is a zero-length string.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.LegendCellColumn.Legend">
			<summary>Gets the legend in which this legend cell column belongs.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.Legend" /> object.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.LegendCellColumn.MapAreaAttributes">
			<summary>Gets or sets the map area attributes of the legend cell column.</summary>
			<returns>A string value that represents the attributes of the map area that corresponds to the legend cell column. The default value is a zero-length string.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.LegendCellColumn.Margins">
			<summary>Gets or sets the margins of the legend cell column.</summary>
			<returns>A <see cref="T:System.Web.UI.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>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.LegendCellColumn.MaximumWidth">
			<summary>Gets or sets the maximum width of the legend cell column.</summary>
			<returns>An 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>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.LegendCellColumn.MinimumWidth">
			<summary>Gets or sets the minimum width of the legend cell column.</summary>
			<returns>An 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>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.LegendCellColumn.Name">
			<summary>Gets or sets the name of the legend cell column.</summary>
			<returns>A string value that represents the text name of the legend cell column.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.LegendCellColumn.PostBackValue">
			<summary>Gets or sets the postback value that can be processed on a <see cref="E:System.Web.UI.DataVisualization.Charting.Chart.Click" /> event.</summary>
			<returns>A string value that represents the postback value that is passed to a <see cref="E:System.Web.UI.DataVisualization.Charting.Chart.Click" /> event.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.LegendCellColumn.SeriesSymbolSize">
			<summary>Gets or sets the size of the series symbol displayed in a legend cell column.</summary>
			<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>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.LegendCellColumn.Text">
			<summary>Gets or sets the text of the legend cell column.</summary>
			<returns>A string value that represents the text for the legend cell column. The default value is a zero-length string.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.LegendCellColumn.ToolTip">
			<summary>Gets or sets the tooltip text for the legend cell column.</summary>
			<returns>A string value that represents the tooltip for the legend cell column. The default value is a zero-length string.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.LegendCellColumn.Url">
			<summary>Gets or sets the URL target of the legend cell columns automatically generated from a series or data point.</summary>
			<returns>A string value that represents the destination URL or anchor point of the chart element. To use an absolute URL start the string expression with either "http://" or "www.". If the string does not start with either of these prefixes it will be treated as a relative URL. The default value is <see cref="azero" />-length string.</returns>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.LegendCellColumnCollection">
			<summary>Stores <see cref="T:System.Web.UI.DataVisualization.Charting.LegendCellColumn" /> objects, which are applied to default legend items.</summary>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.LegendCellColumnType">
			<summary>Specifies a legend cell column type.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.LegendCellColumnType.SeriesSymbol">
			<summary>The legend cell column contains a series symbol such as a line, rectangle, or line with marker.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.LegendCellColumnType.Text">
			<summary>The legend cell column contains text.</summary>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.LegendCellType">
			<summary>Specifies a legend cell type.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.LegendCellType.Image">
			<summary>The legend cell contains an image.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.LegendCellType.SeriesSymbol">
			<summary>The legend cell contains a series symbol, such as a line or rectangle.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.LegendCellType.Text">
			<summary>The legend cell contains text.</summary>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.LegendCollection">
			<summary>Represents a collection of <see cref="T:System.Web.UI.DataVisualization.Charting.Legend" /> objects.</summary>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.LegendCollection.Add(System.String)">
			<summary>Adds the specified <see cref="T:System.Web.UI.DataVisualization.Charting.Legend" /> object to the end of the collection.</summary>
			<returns>A string value that represents the index of the added item.</returns>
			<param name="name">The name of the legend to be added.</param>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.LegendImageStyle">
			<summary>Specifies the style to apply to the symbol for a legend item.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.LegendImageStyle.Line">
			<summary>The symbol will be a line.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.LegendImageStyle.Marker">
			<summary>The symbol will be a marker.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.LegendImageStyle.Rectangle">
			<summary>The symbol will be a rectangle.</summary>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.LegendItem">
			<summary>Represents a legend item, which is stored in the <see cref="T:System.Web.UI.DataVisualization.Charting.LegendItemsCollection" /> class.</summary>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.LegendItem.#ctor">
			<summary>Initializes a new instance of the <see cref="T:System.Web.UI.DataVisualization.Charting.LegendItem" /> class.</summary>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.LegendItem.#ctor(System.String,System.Drawing.Color,System.String)">
			<summary>Initializes a new instance of the <see cref="T:System.Web.UI.DataVisualization.Charting.LegendItem" /> class with the specified name, color and image path.</summary>
			<param name="name">Name of the legend item.</param>
			<param name="color">Color of the legend item.</param>
			<param name="image">Path of the image to be displayed for the legend item.</param>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.LegendItem.BackGradientStyle">
			<summary>Gets or sets the orientation for the background gradient of a legend item. Also determines whether a gradient is used.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.GradientStyle" /> enumeration. The default value is <see cref="F:System.Web.UI.DataVisualization.Charting.GradientStyle.None" />.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.LegendItem.BackHatchStyle">
			<summary>Gets or sets the hatching style of a legend item. </summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.ChartHatchStyle" /> enumeration. The default value is <see cref="F:System.Web.UI.DataVisualization.Charting.ChartHatchStyle.None" />.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.LegendItem.BackImageTransparentColor">
			<summary>Gets or sets a color which will be replaced with a transparent color when the background image is drawn.</summary>
			<returns>A <see cref="T:System.Drawing.Color" /> value that will be displayed as transparent.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.LegendItem.BackSecondaryColor">
			<summary>Gets or sets the secondary color of a legend item.</summary>
			<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>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.LegendItem.BorderColor">
			<summary>Gets or sets the border color of a legend item.</summary>
			<returns>A T<see cref=":System.Drawing.Color" /> value. The default color is <see cref="F:System.Drawing.Color.Empty" />.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.LegendItem.BorderDashStyle">
			<summary>Gets or sets the border style of a legend item.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.ChartDashStyle" /> enumeration value that determines the border style of the legend item.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.LegendItem.BorderWidth">
			<summary>Gets or sets the border width of a legend item.</summary>
			<returns>An integer value that determines the width, in pixels, of the legend item border.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.LegendItem.Cells">
			<summary>Gets the collection of cells in the legend item.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.LegendCellCollection" /> object.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.LegendItem.Color">
			<summary>Gets or sets the color of a legend item.</summary>
			<returns>A T<see cref=":System.Drawing.Color" /> value. The default color is <see cref="F:System.Drawing.Color.Empty" />.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.LegendItem.Enabled">
			<summary>Gets or sets a flag that indicates whether the legend item is enabled.</summary>
			<returns>True if the legend item is enabled, otherwise false. The default value is true.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.LegendItem.Image">
			<summary>Gets or sets the image that will be displayed for a legend item symbol.</summary>
			<returns>A string value that represents the URL of an image file. The default value is an empty string.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.LegendItem.ImageStyle">
			<summary>Gets or sets the display style of the legend item image.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.LegendImageStyle" /> enumeration value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.LegendItem.Legend">
			<summary>Gets or sets the <see cref="T:System.Web.UI.DataVisualization.Charting.Legend" /> object associated with this legend item.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.Legend" /> object.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.LegendItem.MapAreaAttributes">
			<summary>Gets or sets the map area attributes of a legend item.</summary>
			<returns>A string value that represents the attributes of corresponding map area for the legend item.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.LegendItem.MarkerBorderColor">
			<summary>Gets or sets the border color of the markers, if used.</summary>
			<returns>A <see cref="T:System.Drawing.Color" /> value that represents the ARGB (alpha, red, green, blue) color of a marker border. </returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.LegendItem.MarkerBorderWidth">
			<summary>Gets or sets the border width of the markers, if used. Measured in pixels.</summary>
			<returns>An integer value. The default value is one (1) pixel.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.LegendItem.MarkerColor">
			<summary>Gets or sets the color of the markers, if used.</summary>
			<returns>A T<see cref=":System.Drawing.Color" /> value. The default color is <see cref="F:System.Drawing.Color.Empty" />.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.LegendItem.MarkerImage">
			<summary>Gets or sets a marker image.</summary>
			<returns>A string value that represents the URL of an image file.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.LegendItem.MarkerImageTransparentColor">
			<summary>Gets or sets a color that will be replaced with a transparent color when the marker image is drawn.</summary>
			<returns>A T<see cref=":System.Drawing.Color" /> value that represents an ARGB (alpha, red, green, blue) color.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.LegendItem.MarkerSize">
			<summary>Gets or sets the size of the legend item markers, if used.</summary>
			<returns>An integer expression that represents the height and width of the plotting area of markers, in pixels. The default value is 5 pixels.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.LegendItem.MarkerStyle">
			<summary>Gets or sets a legend item marker style. Also used to enable or disable the display of markers.</summary>
			<returns>A <see cref="P:System.Web.UI.DataVisualization.Charting.LegendItem.MarkerStyle" /> integer enumeration. The default value is <see cref="F:System.Web.UI.DataVisualization.Charting.MarkerStyle.None" />.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.LegendItem.Name">
			<summary>Gets or sets the unique name of the legend item.</summary>
			<returns>A string value that represents the name of the legend item.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.LegendItem.PostBackValue">
			<summary>Gets or sets the postback value which can be processed on a <see cref="E:System.Web.UI.DataVisualization.Charting.Chart.Click" /> event.</summary>
			<returns>A string value that represents the postback value passed to a <see cref="E:System.Web.UI.DataVisualization.Charting.Chart.Click" /> event.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.LegendItem.SeparatorColor">
			<summary>Gets or sets the color of the legend item separator.</summary>
			<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>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.LegendItem.SeparatorType">
			<summary>Gets or sets the separator style of the legend item.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.LegendSeparatorStyle" /> enumeration value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.LegendItem.SeriesName">
			<summary>Gets or sets the name of the <see cref="T:System.Web.UI.DataVisualization.Charting.Series" /> associated with a default legend item. </summary>
			<returns>A string value that determines the name of the series associated with a default legend item. The default value is a zero-length string.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.LegendItem.SeriesPointIndex">
			<summary>Gets or sets the index of a <see cref="T:System.Web.UI.DataVisualization.Charting.DataPoint" /> object associated with a default legend item. </summary>
			<returns>An 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>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.LegendItem.ShadowColor">
			<summary>Gets or sets the shadow color of a legend item.</summary>
			<returns>A <see cref="T:System.Drawing.Color" /> value. The default color is <see cref="P:System.Drawing.Color.Black" />.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.LegendItem.ShadowOffset">
			<summary>Gets or sets the shadow offset, in pixels, of a legend item.</summary>
			<returns>An integer value that represents the shadow offset, in pixels, of the relevant chart element.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.LegendItem.ToolTip">
			<summary>Gets or sets the tooltip of the legend item.</summary>
			<returns>A string value that represents the tooltip for the legend item.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.LegendItem.Url">
			<summary>Gets or sets the destination URL of a legend item.</summary>
			<returns>A string value that represents the destination URL of a legend item. To use an absolute URL, start the string expression with either "http://" or "www.". If the string does not start with either of these prefixes it will be treated as a relative URL.</returns>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.LegendItemOrder">
			<summary>Specifies the order in which items are added to the legend.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.LegendItemOrder.Auto">
			<summary>The chart automatically determines the order in which items are added to the legend.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.LegendItemOrder.ReversedSeriesOrder">
			<summary>Items are added to the legend in the reverse order of items added to the chart series.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.LegendItemOrder.SameAsSeriesOrder">
			<summary>Items are added to the legend in the same order as items added to the chart series.</summary>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.LegendItemsCollection">
			<summary>Represents a collection of <see cref="T:System.Web.UI.DataVisualization.Charting.LegendItem" /> objects.</summary>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.LegendItemsCollection.Add(System.Drawing.Color,System.String)">
			<summary>Adds a custom <see cref="T:System.Web.UI.DataVisualization.Charting.LegendItem" /> object with the specified text and symbol color to the end of the collection.</summary>
			<returns>An integer that represents the location in the zero-based index where the item was inserted into the collection.</returns>
			<param name="color">The symbol color of the legend item.</param>
			<param name="text">The legend item text.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.LegendItemsCollection.Add(System.String,System.String)">
			<summary>Adds a custom <see cref="T:System.Web.UI.DataVisualization.Charting.LegendItem" /> object with the specified image to the end of the collection.</summary>
			<returns>An integer that represents the location in the zero-based index where the item was inserted into the collection.</returns>
			<param name="image">The absolute or relative URL of the image file to be used for the legend item symbol.</param>
			<param name="text">The legend item text.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.LegendItemsCollection.Insert(System.Int32,System.Drawing.Color,System.String)">
			<summary>Inserts a <see cref="T:System.Web.UI.DataVisualization.Charting.LegendItem" /> object with the specified text and symbol color into the collection at the specified location.</summary>
			<param name="index">The location in the zero-based index where the <see cref="T:System.Web.UI.DataVisualization.Charting.LegendItem" /> object is to be inserted.</param>
			<param name="color">The symbol color of the legend item.</param>
			<param name="text">The legend item text.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.LegendItemsCollection.Insert(System.Int32,System.String,System.String)">
			<summary>Inserts a <see cref="T:System.Web.UI.DataVisualization.Charting.LegendItem" /> object with the specified text and symbol image into the collection at the specified location.</summary>
			<param name="index">The location in the zero-based index where the <see cref="T:System.Web.UI.DataVisualization.Charting.LegendItem" /> object is to be inserted.</param>
			<param name="image">The absolute or relative URL of the image file to be used for the legend item symbol.</param>
			<param name="text">The legend item text.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.LegendItemsCollection.Reverse">
			<summary>Reverses the order of items in the collection.</summary>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.LegendSeparatorStyle">
			<summary>Specifies the styles for legend separator lines.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.LegendSeparatorStyle.DashLine">
			<summary>Legend separator is a dashed line.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.LegendSeparatorStyle.DotLine">
			<summary>Legend separator is a dotted line.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.LegendSeparatorStyle.DoubleLine">
			<summary>Legend separator is a double line.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.LegendSeparatorStyle.GradientLine">
			<summary>Legend separator is a solid line with a gradient on the ends.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.LegendSeparatorStyle.Line">
			<summary>Legend separator is a solid line.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.LegendSeparatorStyle.None">
			<summary>No separator will be shown.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.LegendSeparatorStyle.ThickGradientLine">
			<summary>Legend separator is a thick solid line with a gradient on the ends.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.LegendSeparatorStyle.ThickLine">
			<summary>Legend separator is a thick solid line.</summary>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.LegendStyle">
			<summary>Specifies the legend style.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.LegendStyle.Column">
			<summary>Legend items are displayed using one column and multiple rows.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.LegendStyle.Row">
			<summary>Legend items are displayed using multiple columns and one row.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.LegendStyle.Table">
			<summary>Legend items are displayed using multiple columns and multiple rows.</summary>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.LegendTableStyle">
			<summary>Specifies the legend table style.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.LegendTableStyle.Auto">
			<summary>The legend table style is automatically determined by the <see cref="T:System.Web.UI.DataVisualization.Charting.Chart" /> control.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.LegendTableStyle.Tall">
			<summary>Legend items will be fit vertically within the legend. This style is preferred when <see cref="T:System.Web.UI.DataVisualization.Charting.Docking" /> is set to <see cref="F:System.Web.UI.DataVisualization.Charting.Docking.Left" /> or <see cref="F:System.Web.UI.DataVisualization.Charting.Docking.Right" />.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.LegendTableStyle.Wide">
			<summary>Legend items will be fit horizontally within the legend. This style is preferred when <see cref="T:System.Web.UI.DataVisualization.Charting.Docking" /> is set to <see cref="F:System.Web.UI.DataVisualization.Charting.Docking.Top" /> or <see cref="F:System.Web.UI.DataVisualization.Charting.Docking.Bottom" />.</summary>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.LightStyle">
			<summary>Specifies a lighting style for a three-dimensional (3D) chart area.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.LightStyle.None">
			<summary>No lighting is applied.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.LightStyle.Realistic">
			<summary>A realistic lighting style is applied, where the hue of all chart area elements changes depending on the amount of rotation.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.LightStyle.Simplistic">
			<summary>A simplistic lighting style is applied, where the hue of all chart area elements is fixed.</summary>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.LineAnchorCapStyle">
			<summary>Specifies the shape—that is, the anchor cap—to draw on the point end of the label callout line.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.LineAnchorCapStyle.Arrow">
			<summary>Anchor cap will be drawn with an arrowhead.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.LineAnchorCapStyle.Diamond">
			<summary>Anchor cap will be drawn with a diamond-shaped end.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.LineAnchorCapStyle.None">
			<summary>Anchor cap will not be drawn.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.LineAnchorCapStyle.Round">
			<summary>Anchor cap will be drawn with a round end.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.LineAnchorCapStyle.Square">
			<summary>Anchor cap will be drawn with a square head.</summary>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.LineAnnotation">
			<summary>Represents a line annotation.</summary>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.LineAnnotation.#ctor">
			<summary>Initializes a new instance of the <see cref="T:System.Web.UI.DataVisualization.Charting.LineAnnotation" /> class.</summary>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.LineAnnotation.Alignment">
			<summary>This property is not applicable to the line annotation type.</summary>
			<returns>A <see cref="T:System.Drawing.ContentAlignment" /> enumeration value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.LineAnnotation.AnchorAlignment">
			<summary>Gets or sets the position alignment of an annotation to the anchor point.</summary>
			<returns>A <see cref="T:System.Drawing.ContentAlignment" /> value that represents the annotation alignment to the anchor point.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.LineAnnotation.BackColor">
			<summary>This property is not applicable to the line annotation type.</summary>
			<returns>A <see cref="T:System.Drawing.Color" /> value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.LineAnnotation.BackGradientStyle">
			<summary>This property is not applicable to the line annotation type.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.GradientStyle" /> enumeration value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.LineAnnotation.BackHatchStyle">
			<summary>This property is not applicable to the line annotation type.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.ChartHatchStyle" /> enumeration value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.LineAnnotation.BackSecondaryColor">
			<summary>This property is not applicable to the line annotation type.</summary>
			<returns>A <see cref="T:System.Drawing.Color" /> value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.LineAnnotation.EndCap">
			<summary>Gets or sets a style for the anchor cap at the end of the annotation line.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.LineAnchorCapStyle" /> enumeration value that represents the style to apply to the anchor cap at the end of the line.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.LineAnnotation.Font">
			<summary>This property is not applicable to the line annotation type.</summary>
			<returns>A <see cref="T:System.Drawing.Font" /> object.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.LineAnnotation.ForeColor">
			<summary>This property is not applicable to the line annotation type.</summary>
			<returns>A T<see cref=":System.Drawing.Color" /> enumeration value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.LineAnnotation.IsInfinitive">
			<summary>Gets or sets a flag that indicates whether an infinite line should be drawn.</summary>
			<returns>True if a line should be drawn infinitely through two points provided, otherwise false.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.LineAnnotation.IsSizeAlwaysRelative">
			<summary>Gets or sets a flag that specifies whether the size of an annotation is always defined in relative chart coordinates.</summary>
			<returns>True if the <see cref="P:System.Web.UI.DataVisualization.Charting.Annotation.Width" /> and <see cref="P:System.Web.UI.DataVisualization.Charting.Annotation.Height" /> of an annotation are always in chart relative coordinates, otherwise false.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.LineAnnotation.StartCap">
			<summary>Gets or sets a style for the anchor cap at the start of an annotation line.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.LineAnchorCapStyle" /> enumeration value that represents the style to apply to the anchor cap at the start of the line.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.LineAnnotation.TextStyle">
			<summary>This property is not applicable to the line annotation type. </summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.TextStyle" /> enumeration value.</returns>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.MapArea">
			<summary>Represents a map area.</summary>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.MapArea.#ctor">
			<summary>Initializes a new instance of the <see cref="T:System.Web.UI.DataVisualization.Charting.MapArea" /> class.</summary>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.MapArea.#ctor(System.String,System.Drawing.Drawing2D.GraphicsPath)">
			<summary>Initializes a new instance of the <see cref="T:System.Web.UI.DataVisualization.Charting.MapArea" /> class with the specified URL and <see cref="T:System.Drawing.Drawing2D.GraphicsPath" /> object.</summary>
			<param name="url">The destination URL or anchor point of the map area.</param>
			<param name="path">A <see cref="T:System.Drawing.Drawing2D.GraphicsPath" /> object that defines the shape of the map area.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.MapArea.#ctor(System.String,System.Drawing.RectangleF)">
			<summary>Initializes a new instance of the <see cref="T:System.Web.UI.DataVisualization.Charting.MapArea" /> class with the specified URL and <see cref="T:System.Drawing.RectangleF" /> structure.</summary>
			<param name="url">The destination URL or anchor point of the map area.</param>
			<param name="rect">A <see cref="T:System.Drawing.RectangleF" /> structure that defines the shape of the rectangular map area.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.MapArea.#ctor(System.Web.UI.DataVisualization.Charting.MapAreaShape,System.String,System.Single[])">
			<summary>Initializes a new instance of the <see cref="T:System.Web.UI.DataVisualization.Charting.MapArea" /> class with the specified shape, URL and coordinates.</summary>
			<param name="shape">The shape of the map area.</param>
			<param name="url">The destination URL or anchor point of the map area.</param>
			<param name="coordinates">An array of coordinates that determine the location of the circle, rectangle or polygon. The type of shape that is being used determines the type of coordinates required.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.MapArea.#ctor(System.String,System.String,System.String,System.String,System.Drawing.Drawing2D.GraphicsPath,System.Object)">
			<summary>Initializes a new instance of the <see cref="T:System.Web.UI.DataVisualization.Charting.MapArea" /> class with the specified tooltip text, URL, attributes, postback value, path and tag.</summary>
			<param name="toolTip">Tool tip.</param>
			<param name="url">Jump URL.</param>
			<param name="attr">The attribute string.</param>
			<param name="postbackValue">The postback value.</param>
			<param name="path">Area coordinates as graphic path</param>
			<param name="tag">The tag.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.MapArea.#ctor(System.String,System.String,System.String,System.String,System.Drawing.RectangleF,System.Object)">
			<summary>Initializes a new instance of the <see cref="T:System.Web.UI.DataVisualization.Charting.MapArea" /> class with the specified tooltip text, URL, attributes, postback value, rectangle coordinates and tag.</summary>
			<param name="toolTip">Tool tip.</param>
			<param name="url">Jump URL.</param>
			<param name="attr">The attribute string.</param>
			<param name="postbackValue">The postback vlaue.</param>
			<param name="rect">The rectangle coordinates.</param>
			<param name="tag">The tag.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.MapArea.#ctor(System.Web.UI.DataVisualization.Charting.MapAreaShape,System.String,System.String,System.String,System.String,System.Single[],System.Object)">
			<summary>Initializes a new instance of the <see cref="T:System.Web.UI.DataVisualization.Charting.MapArea" /> class with the specified shape, tooltip text, URL, attributes, postback value, coordinates and tag.</summary>
			<param name="shape">The shape of the map area.</param>
			<param name="toolTip">The tool tip.</param>
			<param name="url">The URL.</param>
			<param name="attr">The attribute string.</param>
			<param name="postbackValue">The postback value.</param>
			<param name="coordinates">The coordinates.</param>
			<param name="tag">The tag.</param>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.MapArea.Coordinates">
			<summary>Gets or sets the coordinates of a <see cref="T:System.Web.UI.DataVisualization.Charting.MapArea" /> object.</summary>
			<returns>An array of coordinates that is dependent on the shape of the map area.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.MapArea.IsCustom">
			<summary>Gets or sets a flag that indicates whether the map area is custom.</summary>
			<returns>True if the map area is custom, otherwise false.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.MapArea.MapAreaAttributes">
			<summary>Gets or sets the attributes of the map area.</summary>
			<returns>A string value that represents the attributes of the map area that corresponds to a particular chart element.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.MapArea.Name">
			<summary>Gets or sets the name of the map area.</summary>
			<returns>A string value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.MapArea.PostBackValue">
			<summary>Gets or sets the postback value which can be processed on a <see cref="E:System.Web.UI.DataVisualization.Charting.Chart.Click" /> event.</summary>
			<returns>A string value that represents the postback value passed to <see cref="E:System.Web.UI.DataVisualization.Charting.Chart.Click" /> event.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.MapArea.Shape">
			<summary>Gets or sets the shape of a <see cref="T:System.Web.UI.DataVisualization.Charting.MapArea" /> object.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.MapAreaShape" /> enumeration value that determines the shape of a map area object.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.MapArea.ToolTip">
			<summary>Gets or sets the tooltip for the map area.</summary>
			<returns>A string value that represents the tooltip of the chart element.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.MapArea.Url">
			<summary>Gets or sets the destination URL or anchor point of the map area.</summary>
			<returns>A string value that represents the destination URL or anchor point of the map area. To use an absolute URL, start the string expression with either "http://" or "www.". If the string does not start with either of these prefixes, it will be treated as a relative URL.</returns>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.MapAreasCollection">
			<summary>Represents a collection of <see cref="T:System.Web.UI.DataVisualization.Charting.MapArea" /> objects.</summary>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.MapAreasCollection.#ctor">
			<summary>Initializes a new instance of the <see cref="T:System.Web.UI.DataVisualization.Charting.MapAreasCollection" /> class.</summary>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.MapAreaShape">
			<summary>Specifies the shape of a map area.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.MapAreaShape.Circle">
			<summary>The shape of the map area is circular.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.MapAreaShape.Polygon">
			<summary>The shape of the map area is polygonal.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.MapAreaShape.Rectangle">
			<summary>The shape of the map area is rectangular.</summary>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.Margins">
			<summary>Represents the margins for various chart elements.</summary>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.Margins.#ctor">
			<summary>Initializes a new instance of the <see cref="T:System.Web.UI.DataVisualization.Charting.Margins" /> class.</summary>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.Margins.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)">
			<summary>Initializes a new instance of the <see cref="T:System.Web.UI.DataVisualization.Charting.Margins" /> class with the specified top, bottom, left and right coordinates of the margin.</summary>
			<param name="top">Top margin.</param>
			<param name="bottom">Bottom margin.</param>
			<param name="left">Left margin.</param>
			<param name="right">Right margin.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.Margins.Equals(System.Object)">
			<summary>Determines whether the specified object is equal to the current object.</summary>
			<returns>True if the specified object is equal to the current object, otherwise false.</returns>
			<param name="obj">The object to compare with the current object.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.Margins.GetHashCode">
			<summary>Gets the hash code for the <see cref="T:System.Web.UI.DataVisualization.Charting.Margins" /> object.</summary>
			<returns>An integer value that represents the hash code for a <see cref="T:System.Web.UI.DataVisualization.Charting.Margins" /> object.</returns>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.Margins.IsEmpty">
			<summary>Determines whether the margins are empty.</summary>
			<returns>True if all margins values are zero, otherwise false.</returns>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.Margins.ToRectangleF">
			<summary>Converts a <see cref="T:System.Web.UI.DataVisualization.Charting.Margins" /> object to a <see cref="T:System.Drawing.RectangleF" /> object.</summary>
			<returns>A <see cref="RectangleF" /> object that has margins.</returns>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.Margins.ToString">
			<summary>Converts a <see cref="T:System.Web.UI.DataVisualization.Charting.Margins" /> object to its string representation.</summary>
			<returns>A string value that represents this object.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Margins.Bottom">
			<summary>Gets or sets the bottom margin.</summary>
			<returns>An integer value. The default value is 0.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Margins.Left">
			<summary>Gets or sets the left margin.</summary>
			<returns>An integer value. The default value is 0.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Margins.Right">
			<summary>Gets or sets the right margin.</summary>
			<returns>An integer value. The default value is 0.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Margins.Top">
			<summary>Gets or sets the top margin.</summary>
			<returns>An integer value. The default value is 0.</returns>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.MarkerStyle">
			<summary>Specifies a style for markers. </summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.MarkerStyle.Circle">
			<summary>A circular marker is displayed.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.MarkerStyle.Cross">
			<summary>A cross-shaped marker is displayed.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.MarkerStyle.Diamond">
			<summary>A diamond-shaped marker is displayed.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.MarkerStyle.None">
			<summary>No marker is displayed for the series or data point.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.MarkerStyle.Square">
			<summary>A square marker is displayed.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.MarkerStyle.Star10">
			<summary>A 10-point star-shaped marker is displayed.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.MarkerStyle.Star4">
			<summary>A 4-point star-shaped marker is displayed.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.MarkerStyle.Star5">
			<summary>A 5-point star-shaped marker is displayed.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.MarkerStyle.Star6">
			<summary>A 6-point star-shaped marker is displayed.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.MarkerStyle.Triangle">
			<summary>A triangular marker is displayed.</summary>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.NamedImage">
			<summary>Represents named images, which are stored in the <see cref="T:System.Web.UI.DataVisualization.Charting.NamedImagesCollection" />.</summary>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.NamedImage.#ctor">
			<summary>Initializes a new instance of the <see cref="T:System.Web.UI.DataVisualization.Charting.NamedImage" /> class.</summary>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.NamedImage.#ctor(System.String,System.Drawing.Image)">
			<summary>Initializes a new instance of the <see cref="T:System.Web.UI.DataVisualization.Charting.NamedImage" /> class with the specified name of the named image and its associated image.</summary>
			<param name="name">The name of the named image. Use this name when setting a named image to one of the image properties.</param>
			<param name="image">The associated image.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.NamedImage.Dispose(System.Boolean)">
			<summary>Releases unmanaged and, optionally, managed resources.</summary>
			<param name="disposing">True to release both unmanaged and managed resources; false to release only unmanaged resources.</param>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.NamedImage.Image">
			<summary>Gets or sets the image of a <see cref="T:System.Web.UI.DataVisualization.Charting.NamedImage" /> object.</summary>
			<returns>The image component of a <see cref="T:System.Web.UI.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>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.NamedImage.Name">
			<summary>Gets or sets the unique name of a <see cref="T:System.Web.UI.DataVisualization.Charting.NamedImage" /> object.</summary>
			<returns>A string value that represents the unique name of a <see cref="T:System.Web.UI.DataVisualization.Charting.NamedImage" /> object stored in the <see cref="T:System.Web.UI.DataVisualization.Charting.NamedImagesCollection" />.</returns>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.NamedImagesCollection">
			<summary>Represents a collection of <see cref="T:System.Web.UI.DataVisualization.Charting.NamedImage" /> objects.</summary>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.Point3D">
			<summary>Represents the coordinates of a three-dimensional (3D) data point. This class is used when performing custom drawing with 3D charts.</summary>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.Point3D.#ctor">
			<summary>Initializes a new instance of the <see cref="T:System.Web.UI.DataVisualization.Charting.Point3D" /> class.</summary>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.Point3D.#ctor(System.Single,System.Single,System.Single)">
			<summary>Initializes a new instance of the <see cref="T:System.Web.UI.DataVisualization.Charting.AnnotationPathPoint" /> class with the specified X, Y and Z coordinates.</summary>
			<param name="x">The X coordinate of 3D point.</param>
			<param name="y">The Y coordinate of 3D point.</param>
			<param name="z">The Z coordinate, which represents the depth of 3D point.</param>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Point3D.PointF">
			<summary>Gets or sets a <see cref="T:System.Drawing.PointF" /> structure, which stores the X and Y coordinates of a 3D point.</summary>
			<returns>Gets or sets a <see cref="T:System.Drawing.PointF" /> structure.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Point3D.X">
			<summary>Gets or sets the X coordinate of a 3D point.</summary>
			<returns>A float that represents the X coordinate of a 3D point.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Point3D.Y">
			<summary>Gets or sets the Y coordinate of a 3D point.</summary>
			<returns>A float value that represents the Y coordinate of a 3D point.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Point3D.Z">
			<summary>Gets or sets the Z coordinate of a 3D point.</summary>
			<returns>The Z coordinate of a 3D point, which is measured as a percentage of the relevant chart area's depth.</returns>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.PointSortOrder">
			<summary>Indicates whether the sort order for data point values is ascending or descending.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.PointSortOrder.Ascending">
			<summary>Ascending sort order, that is, smallest to largest values.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.PointSortOrder.Descending">
			<summary>Descending sort order, that is, largest to smallest values.</summary>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.PolygonAnnotation">
			<summary>Represents a polygon annotation.</summary>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.PolygonAnnotation.#ctor">
			<summary>Initializes a new instance of the <see cref="T:System.Web.UI.DataVisualization.Charting.PolygonAnnotation" /> class.</summary>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.PolygonAnnotation.BackColor">
			<summary>Gets or sets the background color of an annotation.</summary>
			<returns>A <see cref="T:System.Drawing.Color" /> value used to draw the annotation background.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.PolygonAnnotation.BackGradientStyle">
			<summary>Gets or sets the background gradient style of an annotation.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.GradientStyle" /> value used to draw the annotation background.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.PolygonAnnotation.BackHatchStyle">
			<summary>Gets or sets the background hatch style of an annotation.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.ChartHatchStyle" /> value used to draw the annotation background.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.PolygonAnnotation.BackSecondaryColor">
			<summary>Gets or sets the secondary color of the annotation background.</summary>
			<returns>A <see cref="T:System.Drawing.Color" /> value used to draw the annotation background with hatching or gradient fill.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.PolygonAnnotation.EndCap">
			<summary>This property is not applicable to the polygon annotation type.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.LineAnchorCapStyle" /> value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.PolygonAnnotation.StartCap">
			<summary>This property is not applicable to the polygon annotation type.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.LineAnchorCapStyle" /> value.</returns>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.PolylineAnnotation">
			<summary>Represents a polyline annotation.</summary>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.PolylineAnnotation.#ctor">
			<summary>Initializes a new instance of the <see cref="T:System.Web.UI.DataVisualization.Charting.PolylineAnnotation" /> class.</summary>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.PolylineAnnotation.Dispose(System.Boolean)">
			<summary>Releases unmanaged and, optionally, managed resources.</summary>
			<param name="disposing">True to release both unmanaged and managed resources; false to release only unmanaged resources.</param>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.PolylineAnnotation.Alignment">
			<summary>This property is not applicable to the polyline annotation type.</summary>
			<returns>A <see cref="T:System.Drawing.ContentAlignment" /> value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.PolylineAnnotation.BackColor">
			<summary>This property is not applicable to the polyline annotation type.</summary>
			<returns>A <see cref="T:System.Drawing.Color" /> value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.PolylineAnnotation.BackGradientStyle">
			<summary>This property is not applicable to the polyline annotation type.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.GradientStyle" /> enumeration value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.PolylineAnnotation.BackHatchStyle">
			<summary>This property is not applicable to the polyline annotation type.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.ChartHatchStyle" /> enumeration value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.PolylineAnnotation.BackSecondaryColor">
			<summary>This property is not applicable to the polyline annotation type.</summary>
			<returns>A <see cref="T:System.Drawing.Color" /> value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.PolylineAnnotation.EndCap">
			<summary>Gets or sets the style of an anchor cap at the end of the annotation line.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.LineAnchorCapStyle" /> value that represents the style used for an anchor cap located at the end of an annotation line.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.PolylineAnnotation.Font">
			<summary>This property is not applicable to the polyline annotation type.</summary>
			<returns>A <see cref="T:System.Drawing.Font" /> object.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.PolylineAnnotation.ForeColor">
			<summary>This property is not applicable to the polyline annotation type.</summary>
			<returns>A <see cref="T:System.Drawing.Color" /> value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.PolylineAnnotation.GraphicsPath">
			<summary>Gets or sets the path points of a polyline annotation at run time.</summary>
			<returns>A <see cref="P:System.Web.UI.DataVisualization.Charting.PolylineAnnotation.GraphicsPath" /> object with the polyline shape.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.PolylineAnnotation.GraphicsPathPoints">
			<summary>Gets or sets the path points of the polyline annotation at design time.</summary>
			<returns>An <see cref="T:System.Web.UI.DataVisualization.Charting.AnnotationPathPointCollection" /> object with the polyline shape.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.PolylineAnnotation.IsFreeDrawPlacement">
			<summary>Gets or sets a flag that determines whether an annotation should be placed using the free-draw mode.</summary>
			<returns>True if an annotation should be placed using free-draw mode, otherwise false. The default value is false.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.PolylineAnnotation.StartCap">
			<summary>Gets or sets a style for the anchor cap at the start of the annotation line.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.LineAnchorCapStyle" /> value that represents the style for an anchor cap located at the start of an annotation line.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.PolylineAnnotation.TextStyle">
			<summary>Gets or sets the text style of an annotation.</summary>
			<returns>A <see cref="P:System.Web.UI.DataVisualization.Charting.PolylineAnnotation.TextStyle" /> value used to draw the text of an annotation.</returns>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.RectangleAnnotation">
			<summary>Represents a rectangle annotation.</summary>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.RectangleAnnotation.#ctor">
			<summary>Initializes a new instance of the <see cref="T:System.Web.UI.DataVisualization.Charting.AnnotationPathPoint" /> class.</summary>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.RectangleAnnotation.BackColor">
			<summary>Gets or sets the background color of the annotation.</summary>
			<returns>A <see cref="T:System.Drawing.Color" /> value used to draw the annotation background. </returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.RectangleAnnotation.BackGradientStyle">
			<summary>Gets or sets the gradient style of the annotation.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.GradientStyle" /> value used to draw an annotation background.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.RectangleAnnotation.BackHatchStyle">
			<summary>Gets or sets the hatch style of an annotation background.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.ChartHatchStyle" /> value used to draw the background.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.RectangleAnnotation.BackSecondaryColor">
			<summary>Gets or sets the secondary color for an annotation background.</summary>
			<returns>A <see cref="T:System.Drawing.Color" /> value used to draw the annotation background with hatching or gradient fill.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.RectangleAnnotation.LineColor">
			<summary>Gets or sets the line color of an annotation.</summary>
			<returns>A <see cref="T:System.Drawing.Color" /> value used to draw the annotation line.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.RectangleAnnotation.LineDashStyle">
			<summary>Gets or sets the line style of an annotation.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.ChartDashStyle" /> value used to draw the line style of an annotation.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.RectangleAnnotation.LineWidth">
			<summary>Gets or sets the line width, in pixels, of an annotation.</summary>
			<returns>An integer value that represents the line width, in pixels.</returns>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.RenderType">
			<summary>Specifies how the image of the chart will be rendered. </summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.RenderType.BinaryStreaming">
			<summary>Chart is streamed directly to the client.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.RenderType.ImageMap">
			<summary>Chart is rendered as an image map.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.RenderType.ImageTag">
			<summary>Chart is rendered using an HTML image tag.</summary>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.SerializationContents">
			<summary>Specifies the type of chart content to be serialized.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.SerializationContents.All">
			<summary>Serialize all chart information. This includes all appearance properties and data point values.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.SerializationContents.Appearance">
			<summary>Serialize all appearance properties, such as color or line style, if they have non-default values</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.SerializationContents.Data">
			<summary>Serialize data values from all chart series. Does not include appearance properties.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.SerializationContents.Default">
			<summary>Serialize all non-default chart content. This includes appearance properties, series and their data points, axis minimums/maximums, and so forth.</summary>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.SerializationFormat">
			<summary>Represents the formatting type to use when the chart is serialized.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.SerializationFormat.Binary">
			<summary>Chart data will be serialized in a binary format. </summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.SerializationFormat.Xml">
			<summary>Chart data will be serialized using well-formed XML.</summary>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.Series">
			<summary>Stores data points and series attributes.</summary>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.Series.#ctor">
			<summary>Initializes a new instance of the <see cref="T:System.Web.UI.DataVisualization.Charting.Series" /> class.</summary>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.Series.#ctor(System.String)">
			<summary>Initializes a new instance of the <see cref="T:System.Web.UI.DataVisualization.Charting.Series" /> class with the specified series name.</summary>
			<param name="name">The name of the <see cref="T:System.Web.UI.DataVisualization.Charting.Series" /> object that will be created. This must be a unique name, otherwise an exception will be thrown.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.Series.#ctor(System.String,System.Int32)">
			<summary>Initializes a new instance of the <see cref="T:System.Web.UI.DataVisualization.Charting.Series" /> class with the specified name and maximum number of Y values.</summary>
			<param name="name">The name of the <see cref="T:System.Web.UI.DataVisualization.Charting.Series" /> object that will be created.</param>
			<param name="yValues">The maximum number of Y-values allowed for the <see cref="T:System.Web.UI.DataVisualization.Charting.DataPoint" /> objects that belong to this series.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.Series.Sort(System.Collections.Generic.IComparer{System.Web.UI.DataVisualization.Charting.DataPoint})">
			<summary>Sorts the points in the series using <see cref="T:System.Collections.IComparer" /> interface.</summary>
			<param name="comparer">The <see cref="T:System.Collections.IComparer" /> interface.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.Series.Sort(System.Web.UI.DataVisualization.Charting.PointSortOrder)">
			<summary>Sorts the data points in the series, given the specified sort order.</summary>
			<param name="pointSortOrder">The sort order.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.Series.Sort(System.Web.UI.DataVisualization.Charting.PointSortOrder,System.String)">
			<summary>Sorts the points in the series, given the specified sort order and value to use for the sort.</summary>
			<param name="pointSortOrder">The sort order.</param>
			<param name="sortBy">The value used for the sort (X, Y, Y2 ...).</param>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Series.AxisLabel">
			<summary>Gets or sets the axis label text for the series.</summary>
			<returns>A string value. The default value is a zero-length string.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Series.ChartArea">
			<summary>Gets or sets the name of the <see cref="T:System.Web.UI.DataVisualization.Charting.ChartArea" /> object used to plot the data series, if any.</summary>
			<returns>A string value that represents a <see cref="T:System.Web.UI.DataVisualization.Charting.ChartArea" /> object, which is used to plot the series.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Series.ChartType">
			<summary>Gets or sets the chart type of a series. </summary>
			<returns>A <see cref="T:System.Web.UI.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.Web.UI.DataVisualization.Charting.SeriesChartType.Column" />.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Series.ChartTypeName">
			<summary>Gets or sets the name of the chart type used to draw the series. </summary>
			<returns>A string value that represents the name of the chart type.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Series.EmptyPointStyle">
			<summary>Gets or sets the drawing style of points marked as empty.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.DataPointCustomProperties" /> object.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Series.Enabled">
			<summary>Gets or sets a flag that indicates whether the series will be visible on the rendered chart.</summary>
			<returns>True if the series will be visible on the rendered chart, otherwise false. The default value is true.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Series.IsXValueIndexed">
			<summary>Gets or sets a flag that indicates whether data point indices will be used for the X-values.</summary>
			<returns>True if the indices of data points that belong to the series will be used for X-values; false if they will not. The default value is false.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Series.Legend">
			<summary>Gets or sets the name of the series associated with the <see cref="T:System.Web.UI.DataVisualization.Charting.Legend" /> object.</summary>
			<returns>A string value that represents the name of a <see cref="T:System.Web.UI.DataVisualization.Charting.Legend" /> object.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Series.MarkerStep">
			<summary>Gets or sets a value that determines how often to display data point markers.</summary>
			<returns>An integer value that determines how often to display data point markers. The default value is one (1).</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Series.Name">
			<summary>Gets or sets the unique name of a <see cref="T:System.Web.UI.DataVisualization.Charting.Series" /> object.</summary>
			<returns>A string value that represents the unique name of the data series. </returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Series.Palette">
			<summary>Gets or sets the color palette of a <see cref="T:System.Web.UI.DataVisualization.Charting.Series" /> object.</summary>
			<returns>An <see cref="T:System.Web.UI.DataVisualization.Charting.ChartColorPalette" /> enumeration value that determines the palette for the data series.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Series.Points">
			<summary>Gets a <see cref="T:System.Web.UI.DataVisualization.Charting.DataPointCollection" /> object.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.DataPointCollection" /> object that represents a collection of <see cref="T:System.Web.UI.DataVisualization.Charting.DataPoint" /> objects. </returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Series.ShadowColor">
			<summary>Gets or sets the shadow color of a series.</summary>
			<returns>A <see cref="T:System.Drawing.Color" /> value. The default color is <see cref="P:System.Drawing.Color.Black" />.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Series.ShadowOffset">
			<summary>Gets or sets the shadow offset, in pixels, of a series.</summary>
			<returns>An integer value that represents the shadow offset of the series, in pixels.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Series.SmartLabelStyle">
			<summary>Gets or sets the style of the smart labels.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.SmartLabelStyle" /> enumeration value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Series.XAxisType">
			<summary>Gets or sets the X-axis type of the series. </summary>
			<returns>A <see cref="P:System.Web.UI.DataVisualization.Charting.Series.XAxisType" /> enumeration value that determines if the series uses the primary or secondary X-axis.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Series.XValueMember">
			<summary>Gets or sets the member of the chart data source used to data bind to the X-value of the series.</summary>
			<returns>A string value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Series.XValueType">
			<summary>Gets or sets the value types plotted along the X-axis.</summary>
			<returns>A <see cref="T:System.Web.UI.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.Web.UI.DataVisualization.Charting.ChartValueType.Auto" />.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Series.YAxisType">
			<summary>Gets or sets the Y-axis type of a series. </summary>
			<returns>An <see cref="T:System.Web.UI.DataVisualization.Charting.AxisType" /> enumeration value that determines if a series uses the primary or secondary Y-axis.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Series.YValueMembers">
			<summary>Gets or sets members of the chart data source used to bind data to the Y-values of the series.</summary>
			<returns>A string value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Series.YValuesPerPoint">
			<summary>Gets or sets the maximum number of Y-values that <see cref="T:System.Web.UI.DataVisualization.Charting.DataPoint" /> objects in a <see cref="T:System.Web.UI.DataVisualization.Charting.Series" /> are allowed to have.</summary>
			<returns>An integer value that represents the maximum number of Y-values that the data points in a series are allowed to have. The default value to one (1).</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Series.YValueType">
			<summary>Gets or sets the type of Y-value data in the data points stored by a series.</summary>
			<returns>A <see cref="T:System.Web.UI.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.Web.UI.DataVisualization.Charting.ChartValueType.Auto" />.</returns>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.SeriesChartType">
			<summary>Specifies a chart type for a <see cref="T:System.Web.UI.DataVisualization.Charting.Series" />.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.SeriesChartType.Area">
			<summary>Area chart type.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.SeriesChartType.Bar">
			<summary>Bar chart type.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.SeriesChartType.BoxPlot">
			<summary>Box plot chart type.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.SeriesChartType.Bubble">
			<summary>Bubble chart type.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.SeriesChartType.Candlestick">
			<summary>Candlestick chart type.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.SeriesChartType.Column">
			<summary>Column chart type.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.SeriesChartType.Doughnut">
			<summary>Doughnut chart type.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.SeriesChartType.ErrorBar">
			<summary>Error bar chart type.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.SeriesChartType.FastLine">
			<summary>FastLine chart type.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.SeriesChartType.FastPoint">
			<summary>FastPoint chart type.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.SeriesChartType.Funnel">
			<summary>Funnel chart type.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.SeriesChartType.Kagi">
			<summary>Kagi chart type.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.SeriesChartType.Line">
			<summary>Line chart type.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.SeriesChartType.Pie">
			<summary>Pie chart type.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.SeriesChartType.Point">
			<summary>Point chart type.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.SeriesChartType.PointAndFigure">
			<summary>PointAndFigure chart type.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.SeriesChartType.Polar">
			<summary>Polar chart type.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.SeriesChartType.Pyramid">
			<summary>Pyramid chart type.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.SeriesChartType.Radar">
			<summary>Radar chart type.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.SeriesChartType.Range">
			<summary>Range chart type.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.SeriesChartType.RangeBar">
			<summary>RangeBar chart type.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.SeriesChartType.RangeColumn">
			<summary>Range column chart type.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.SeriesChartType.Renko">
			<summary>Renko chart type.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.SeriesChartType.Spline">
			<summary>Spline chart type.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.SeriesChartType.SplineArea">
			<summary>Spline area chart type.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.SeriesChartType.SplineRange">
			<summary>Spline range chart type.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.SeriesChartType.StackedArea">
			<summary>Stacked area chart type.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.SeriesChartType.StackedArea100">
			<summary>Hundred-percent stacked area chart type.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.SeriesChartType.StackedBar">
			<summary>Stacked bar chart type.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.SeriesChartType.StackedBar100">
			<summary>Hundred-percent stacked bar chart type.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.SeriesChartType.StackedColumn">
			<summary>Stacked column chart type.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.SeriesChartType.StackedColumn100">
			<summary>Hundred-percent stacked column chart type.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.SeriesChartType.StepLine">
			<summary>StepLine chart type.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.SeriesChartType.Stock">
			<summary>Stock chart type.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.SeriesChartType.ThreeLineBreak">
			<summary>ThreeLineBreak chart type.</summary>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.SeriesCollection">
			<summary>Represents a collection of <see cref="T:System.Web.UI.DataVisualization.Charting.Series" /> objects.</summary>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.SeriesCollection.Add(System.String)">
			<summary>Adds a <see cref="T:System.Web.UI.DataVisualization.Charting.Series" /> object with the given name to the end of the collection.</summary>
			<returns>The new <see cref="T:System.Web.UI.DataVisualization.Charting.Series" /> object appended to the collection. .</returns>
			<param name="name">The name of the <see cref="T:System.Web.UI.DataVisualization.Charting.Series" /> to be added.</param>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.SmartLabelStyle">
			<summary>Provides methods and properties used to perform intelligent, rule-based data point label positioning to resolve overlapping data point label issues.</summary>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.SmartLabelStyle.#ctor">
			<summary>Initializes a new instance of the <see cref="T:System.Web.UI.DataVisualization.Charting.SmartLabelStyle" /> class.</summary>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.SmartLabelStyle.AllowOutsidePlotArea">
			<summary>Gets or sets a flag that specifies whether a <see cref="T:System.Web.UI.DataVisualization.Charting.SmartLabelStyle" /> object can be drawn outside the plotting area.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.LabelOutsidePlotAreaStyle" /> enumeration value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.SmartLabelStyle.CalloutBackColor">
			<summary>Gets or sets the background color of the label callout. </summary>
			<returns>A <see cref="T:System.Drawing.Color" /> value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.SmartLabelStyle.CalloutLineAnchorCapStyle">
			<summary>Gets or sets the anchor cap style of the label callout line.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.LineAnchorCapStyle" /> enumeration value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.SmartLabelStyle.CalloutLineColor">
			<summary>Gets or sets the color of the label callout line.</summary>
			<returns>A <see cref="T:System.Drawing.Color" /> value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.SmartLabelStyle.CalloutLineDashStyle">
			<summary>Gets or sets the style of the label callout line.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.ChartDashStyle" /> enumeration value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.SmartLabelStyle.CalloutLineWidth">
			<summary>Gets or sets the width of the label callout line.</summary>
			<returns>An integer value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.SmartLabelStyle.CalloutStyle">
			<summary>Gets or sets the callout style of the repositioned <see cref="T:System.Web.UI.DataVisualization.Charting.SmartLabelStyle" /> object.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.LabelCalloutStyle" /> enumeration value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.SmartLabelStyle.Enabled">
			<summary>Gets or sets a flag that indicates whether a <see cref="T:System.Web.UI.DataVisualization.Charting.SmartLabelStyle" /> algorithm is enabled.</summary>
			<returns>True if an algorithm will be applied to prevent data point labels from overlapping. False if overlapping of data point labels will not be prevented. The default value is false.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.SmartLabelStyle.IsMarkerOverlappingAllowed">
			<summary>Gets or sets a flag that specifies whether the point labels are allowed to overlap a point marker.</summary>
			<returns>True if data point labels are permitted to overlap point markers. False if data point labels will be prevented from overlapping the point markers. The default value is false.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.SmartLabelStyle.IsOverlappedHidden">
			<summary>Gets or sets a flag that indicates whether overlapped labels that cannot be repositioned will be hidden.</summary>
			<returns>True if labels will be hidden if they overlap. False if overlapped labels will not be hidden. The default value is false.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.SmartLabelStyle.MaxMovingDistance">
			<summary>Gets or sets the maximum distance, in pixels, that the overlapped <see cref="T:System.Web.UI.DataVisualization.Charting.SmartLabelStyle" /> object can be moved from the marker.</summary>
			<returns>A double value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.SmartLabelStyle.MinMovingDistance">
			<summary>Gets or sets the minimum distance, in pixels, that the overlapped <see cref="T:System.Web.UI.DataVisualization.Charting.SmartLabelStyle" /> object can be moved from the marker.</summary>
			<returns>A double value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.SmartLabelStyle.MovingDirection">
			<summary>Gets or sets the direction(s) in which the overlapped <see cref="T:System.Web.UI.DataVisualization.Charting.SmartLabelStyle" /> object is allowed to be moved.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.LabelAlignmentStyles" /> enumeration value or multiple bitwise OR'd <see cref="T:System.Web.UI.DataVisualization.Charting.LabelAlignmentStyles" /> values. The default is the bitwise OR of all <see cref="T:System.Web.UI.DataVisualization.Charting.LabelAlignmentStyles" /> values to allow repositioning in all directions except to the center of the data point.</returns>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.StartFromZero">
			<summary>Indicates whether an axis segment should start from zero when a scale break is used.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.StartFromZero.Auto">
			<summary>The <see cref="T:System.Web.UI.DataVisualization.Charting.Chart" /> control calculates whether to start the axis scale at zero or at a more appropriate rounded value.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.StartFromZero.No">
			<summary>Do not start the axis segment scale from zero.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.StartFromZero.Yes">
			<summary>Start the axis segment scale from zero.</summary>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.StatisticFormula">
			<summary>Calculates statistical formulas.</summary>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.StatisticFormula.Anova(System.Double,System.String)">
			<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>
			<returns>An <see cref="T:System.Web.UI.DataVisualization.Charting.AnovaResult" /> object.</returns>
			<param name="probability">The alpha value, which is the probability that the hypothesis is rejected. The allowable range is 0-1.</param>
			<param name="inputSeriesNames">A comma-delimited list of input series names.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.StatisticFormula.BetaFunction(System.Double,System.Double)">
			<summary>Returns the beta function value for two given values.</summary>
			<returns>A double value that represents the beta function for the two given values.</returns>
			<param name="m">The first value for the beta function.</param>
			<param name="n">The second value for the beta function.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.StatisticFormula.Correlation(System.String,System.String)">
			<summary>Returns the correlation value for two data series.</summary>
			<returns>A double value that represents the correlation between two data series.</returns>
			<param name="firstInputSeriesName">The first input series name.</param>
			<param name="secondInputSeriesName">The second input series name.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.StatisticFormula.Covariance(System.String,System.String)">
			<summary>Returns the covariance value for two data series.</summary>
			<returns>A double value that represents the covariance between two data series.</returns>
			<param name="firstInputSeriesName">The first input series name.</param>
			<param name="secondInputSeriesName">The second input series name.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.StatisticFormula.FDistribution(System.Double,System.Int32,System.Int32)">
			<summary>Returns the cumulative F distribution function probability.</summary>
			<returns>A double value that represents the cumulative F distribution function probability.</returns>
			<param name="value">The F value.</param>
			<param name="firstDegreeOfFreedom">First degree of freedom.</param>
			<param name="secondDegreeOfFreedom">Second degree of freedom.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.StatisticFormula.FTest(System.Double,System.String,System.String)">
			<summary>Performs a two-sample F Test using the F distribution. This test is used to determine if the samples have different variances.</summary>
			<returns>An <see cref="T:System.Web.UI.DataVisualization.Charting.FTestResult" /> object.</returns>
			<param name="probability">The alpha value, which is the probability that the hypothesis is rejected. The allowable range is 0-1.</param>
			<param name="firstInputSeriesName">First input series name.</param>
			<param name="secondInputSeriesName">Second input series name.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.StatisticFormula.GammaFunction(System.Double)">
			<summary>Returns the gamma function value for the given variable.</summary>
			<returns>A double value that represents the gamma function.</returns>
			<param name="value">The input variable.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.StatisticFormula.InverseFDistribution(System.Double,System.Int32,System.Int32)">
			<summary>Returns the inverse of the F cumulative distribution.</summary>
			<returns>A double value from the inverse F distribution function.</returns>
			<param name="probability">The alpha value, which is the probability that the hypothesis is rejected. The allowable range is 0-1.</param>
			<param name="firstDegreeOfFreedom">First degree of freedom.</param>
			<param name="secondDegreeOfFreedom">Second degree of freedom.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.StatisticFormula.InverseNormalDistribution(System.Double)">
			<summary>Returns the inverse of the standard normal cumulative distribution.</summary>
			<returns>A double value from the inverse standard normal cumulative distribution function.</returns>
			<param name="probability">The alpha value, which is the probability that the hypothesis is rejected. The allowable range is 0-1.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.StatisticFormula.InverseTDistribution(System.Double,System.Int32)">
			<summary>Returns the inverse t-value of the Students t-distribution as a function of probability and degree of freedom.</summary>
			<returns>A double value that represents the inverse T distribution.</returns>
			<param name="probability">The alpha value, which is the probability that the hypothesis is rejected. The allowable range is 0-1.</param>
			<param name="degreeOfFreedom">The degree of freedom.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.StatisticFormula.Mean(System.String)">
			<summary>Returns the average of all data points stored in the specified series.</summary>
			<returns>A double value that represents the average of all data points.</returns>
			<param name="inputSeriesName">Input series name.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.StatisticFormula.Median(System.String)">
			<summary>Returns the median of all data points in the specified series.</summary>
			<returns>A double value that represents the median.</returns>
			<param name="inputSeriesName">Input series name.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.StatisticFormula.NormalDistribution(System.Double)">
			<summary>Returns the probability for the standard normal cumulative distribution function.</summary>
			<returns>A double value from the standard normal cumulative distribution function.</returns>
			<param name="zValue">The Z value for which the probability is required.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.StatisticFormula.TDistribution(System.Double,System.Int32,System.Boolean)">
			<summary>Returns the probability for the T distribution (Student's distribution).</summary>
			<returns>A double value that represents a T Distribution cumulative function.</returns>
			<param name="value">The T value</param>
			<param name="degreeOfFreedom">Degree of freedom</param>
			<param name="oneTail">If true, a one-tailed distribution is used; otherwise, a two-tailed distribution is used.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.StatisticFormula.TTestEqualVariances(System.Double,System.Double,System.String,System.String)">
			<summary>Performs a T Test using Student's distribution (T distribution) with equal variances.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.TTestResult" /> object.</returns>
			<param name="hypothesizedMeanDifference">Hypothesized mean difference.</param>
			<param name="probability">The alpha value, which is the probability that the hypothesis is rejected. The allowable range is 0-1.</param>
			<param name="firstInputSeriesName">First input series name.</param>
			<param name="secondInputSeriesName">Second input series name.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.StatisticFormula.TTestPaired(System.Double,System.Double,System.String,System.String)">
			<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>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.TTestResult" /> object.</returns>
			<param name="hypothesizedMeanDifference">Hypothesized mean difference.</param>
			<param name="probability">The alpha value, which is the probability that the hypothesis is rejected. The allowable range is 0-1.</param>
			<param name="firstInputSeriesName">First input series name.</param>
			<param name="secondInputSeriesName">Second input series name.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.StatisticFormula.TTestUnequalVariances(System.Double,System.Double,System.String,System.String)">
			<summary>Performs a T Test using Student's distribution (T distribution) with unequal variances.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.TTestResult" /> object.</returns>
			<param name="hypothesizedMeanDifference">Hypothesized mean difference.</param>
			<param name="probability">The alpha value, which is the probability that the hypothesis is rejected. The allowable range is 0-1.</param>
			<param name="firstInputSeriesName">First input series name.</param>
			<param name="secondInputSeriesName">Second input series name.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.StatisticFormula.Variance(System.String,System.Boolean)">
			<summary>Returns the variance for a series.</summary>
			<returns>A double value that represents the variance.</returns>
			<param name="inputSeriesName">The input series name.</param>
			<param name="sampleVariance">True if the data is a sample of the population; false if the data is the entire population.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.StatisticFormula.ZTest(System.Double,System.Double,System.Double,System.Double,System.String,System.String)">
			<summary>Performs a Z Test using the normal distribution.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.ZTestResult" /> object.</returns>
			<param name="hypothesizedMeanDifference">Hypothesized mean difference.</param>
			<param name="varianceFirstGroup">Variance of the first group.</param>
			<param name="varianceSecondGroup">Variance of the second group.</param>
			<param name="probability">The alpha value, which is the probability that the hypothesis is rejected. The allowable range is 0-1.</param>
			<param name="firstInputSeriesName">First input series name.</param>
			<param name="secondInputSeriesName">Second input series name.</param>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.StripLine">
			<summary>Represents the strip lines on a chart.</summary>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.StripLine.#ctor">
			<summary>Initializes a new instance of the <see cref="T:System.Web.UI.DataVisualization.Charting.StripLine" /> class.</summary>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.StripLine.BackColor">
			<summary>Gets or sets the background color of the strip line.</summary>
			<returns>A <see cref="T:System.Drawing.Color" /> structure. The default color is <see cref="P:System.Drawing.Color.White" />.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.StripLine.BackGradientStyle">
			<summary>Gets or sets the gradient style of the strip line. </summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.GradientStyle" /> enumeration. The default value is <see cref="F:System.Web.UI.DataVisualization.Charting.GradientStyle.None" />.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.StripLine.BackHatchStyle">
			<summary>Gets or sets the hatching style of the strip line. </summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.ChartHatchStyle" /> enumeration. The default value is <see cref="F:System.Web.UI.DataVisualization.Charting.ChartHatchStyle.None" />.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.StripLine.BackImage">
			<summary>Gets or sets the background image of the strip line.</summary>
			<returns>A string value that represents an image file URL. The default is an empty string.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.StripLine.BackImageAlignment">
			<summary>Gets or sets the background image alignment.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.ChartImageAlignmentStyle" /> enumeration value. The default value is <see cref="F:System.Web.UI.DataVisualization.Charting.ChartImageAlignmentStyle.TopLeft" />.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.StripLine.BackImageTransparentColor">
			<summary>Gets or sets the color of a strip line background image that will be implemented as transparent.</summary>
			<returns>A <see cref="T:System.Drawing.Color" /> value that will be displayed as transparent.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.StripLine.BackImageWrapMode">
			<summary>Gets or sets the drawing mode of the background image of the strip line.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.ChartImageWrapMode" /> integer enumeration. The default is <see cref="F:System.Web.UI.DataVisualization.Charting.ChartImageWrapMode.Tile" />.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.StripLine.BackSecondaryColor">
			<summary>Gets or sets the secondary color of the strip line background.</summary>
			<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>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.StripLine.BorderColor">
			<summary>Gets or sets the border color of a strip line.</summary>
			<returns>A <see cref="T:System.Drawing.Color" /> value. The default color is <see cref="F:System.Drawing.Color.Empty" />.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.StripLine.BorderDashStyle">
			<summary>Gets or sets the border style of the strip line.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.ChartDashStyle" /> enumeration value that determines the border style of the strip line.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.StripLine.BorderWidth">
			<summary>Gets or sets the border width of the strip line.</summary>
			<returns>An integer value that determines the width of the strip line's border, in pixels.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.StripLine.Font">
			<summary>Gets or sets the font used for the strip line text.</summary>
			<returns>A <see cref="T:System.Drawing.Font" /> value that represents the font of the strip line text.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.StripLine.ForeColor">
			<summary>Gets or sets the color of the strip line text.</summary>
			<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>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.StripLine.Interval">
			<summary>Gets or sets the interval for a strip line, and determines if the strip line is drawn once or repeatedly.</summary>
			<returns>A double value that represents the interval between strip lines. The default value is 0.0.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.StripLine.IntervalOffset">
			<summary>Gets or sets the offset of grid lines, tick marks, strip lines and axis labels.</summary>
			<returns>A double value that represents the interval offset. </returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.StripLine.IntervalOffsetType">
			<summary>Gets or sets the interval offset type of the strip line.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.DateTimeIntervalType" /> enumeration value that indicates the interval type. The default value is <see cref="F:System.Web.UI.DataVisualization.Charting.DateTimeIntervalType.Auto" />.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.StripLine.IntervalType">
			<summary>Gets or sets the interval type of a <see cref="T:System.Web.UI.DataVisualization.Charting.StripLine" /> object.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.DateTimeIntervalType" /> enumeration value that indicates the interval type. The default value is <see cref="F:System.Web.UI.DataVisualization.Charting.DateTimeIntervalType.Auto" />.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.StripLine.MapAreaAttributes">
			<summary>Gets or sets the map area attributes of the strip line.</summary>
			<returns>A string value that represents the attributes of the chart element's corresponding map area.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.StripLine.Name">
			<summary>Gets the name of the strip line.</summary>
			<returns>A string value that represents the name of the strip line.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.StripLine.PostBackValue">
			<summary>Gets or sets the postback value that can be processed on a <see cref="E:System.Web.UI.DataVisualization.Charting.Chart.Click" /> event.</summary>
			<returns>A string value that represents the postback value that is passed to a <see cref="E:System.Web.UI.DataVisualization.Charting.Chart.Click" /> event.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.StripLine.StripWidth">
			<summary>Gets or sets the width of a strip line.</summary>
			<returns>A double value that determines whether a strip or a line is drawn. The default value is 0.0.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.StripLine.StripWidthType">
			<summary>Gets or sets the unit of measurement for the <see cref="P:System.Web.UI.DataVisualization.Charting.StripLine.StripWidth" /> property.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.DateTimeIntervalType" /> enumeration value that indicates the width type. The default value is <see cref="F:System.Web.UI.DataVisualization.Charting.DateTimeIntervalType.Auto" />.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.StripLine.Text">
			<summary>Gets or sets the text for the strip line.</summary>
			<returns>A string value that represents the text of a strip line.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.StripLine.TextAlignment">
			<summary>Gets or sets the text alignment of the strip line.</summary>
			<returns>A <see cref="T:System.Drawing.StringAlignment" /> value that represents the alignment of the strip line text.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.StripLine.TextLineAlignment">
			<summary>Gets or sets the text line alignment of strip line text.</summary>
			<returns>A <see cref="T:System.Drawing.StringAlignment" /> value that represents the alignment of the text line. </returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.StripLine.TextOrientation">
			<summary>Gets or sets the text orientation.</summary>
			<returns>A <see cref="P:System.Web.UI.DataVisualization.Charting.StripLine.TextOrientation" /> value that represents the alignment of the text orientation.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.StripLine.ToolTip">
			<summary>Gets or sets the tooltip of a strip line.</summary>
			<returns>A string value that represents the tooltip of the strip line.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.StripLine.Url">
			<summary>Gets or sets the destination URL or anchor point of the strip line.</summary>
			<returns>A string value that represents the destination URL or anchor point of the strip line.</returns>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.StripLinesCollection">
			<summary>Represents a collection of <see cref="T:System.Web.UI.DataVisualization.Charting.StripLine" /> objects.</summary>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.TextAnnotation">
			<summary>Represents a text annotation.</summary>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.TextAnnotation.#ctor">
			<summary>Initializes a new instance of the <see cref="T:System.Web.UI.DataVisualization.Charting.TextAnnotation" /> class.</summary>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.TextAnnotation.BackColor">
			<summary>This property is not applicable to the text annotation type.</summary>
			<returns>A <see cref="T:System.Drawing.Color" /> value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.TextAnnotation.BackGradientStyle">
			<summary>This property is not applicable to the text annotation type.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.GradientStyle" /> enumeration value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.TextAnnotation.BackHatchStyle">
			<summary>This property is not applicable to the text annotation type.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.ChartHatchStyle" /> enumeration value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.TextAnnotation.BackSecondaryColor">
			<summary>This property is not applicable to the text annotation type.</summary>
			<returns>A <see cref="T:System.Drawing.Color" /> value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.TextAnnotation.Font">
			<summary>Gets or sets the font for the annotation text.</summary>
			<returns>A <see cref="T:System.Drawing.Font" /> object used as the font for the annotation text.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.TextAnnotation.LineColor">
			<summary>This property is not applicable to the text annotation type.</summary>
			<returns>A <see cref="T:System.Drawing.Color" /> value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.TextAnnotation.LineDashStyle">
			<summary>This property is not applicable to the text annotation type.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.ChartDashStyle" /> enumeration value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.TextAnnotation.LineWidth">
			<summary>This property is not applicable to the text annotation type.</summary>
			<returns>An integer value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.TextAnnotation.Text">
			<summary>Gets or sets the text of the annotation.</summary>
			<returns>A string value that represents the text.</returns>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.TextAntiAliasingQuality">
			<summary>Specifies the quality of the anti-aliasing to be used with the <see cref="P:System.Web.UI.DataVisualization.Charting.Chart.TextAntiAliasingQuality" /> property. </summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.TextAntiAliasingQuality.High">
			<summary>High anti-aliasing quality.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.TextAntiAliasingQuality.Normal">
			<summary>Normal anti-aliasing quality.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.TextAntiAliasingQuality.SystemDefault">
			<summary>System default anti-aliasing quality. The text will be drawn using whatever font smoothing settings the user has selected for the system.</summary>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.TextOrientation">
			<summary>Specifies text orientation in a chart element.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.TextOrientation.Auto">
			<summary>Text orientation is automatically determined, based on the type of chart element in which the text appears.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.TextOrientation.Horizontal">
			<summary>Text is horizontal.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.TextOrientation.Rotated270">
			<summary>Text is rotated 270 degrees and oriented from bottom to top.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.TextOrientation.Rotated90">
			<summary>Text is rotated 90 degrees and oriented from top to bottom.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.TextOrientation.Stacked">
			<summary>Text characters are not rotated and are positioned one below the other.</summary>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.TextStyle">
			<summary>Specifies text drawing styles.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.TextStyle.Default">
			<summary>Default text drawing style.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.TextStyle.Embed">
			<summary>Embedded text.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.TextStyle.Emboss">
			<summary>Embossed text.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.TextStyle.Frame">
			<summary>Framed text.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.TextStyle.Shadow">
			<summary>Shadow text.</summary>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.TickMark">
			<summary>Represents the major and minor tick marks along an axis.</summary>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.TickMark.#ctor">
			<summary>Initializes a new instance of the <see cref="T:System.Web.UI.DataVisualization.Charting.TickMark" /> class.</summary>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.TickMark.Size">
			<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>
			<returns>A float value that represents the size, or length, of tick marks. The default value is 1.0 percent.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.TickMark.TickMarkStyle">
			<summary>Gets or sets the tick mark style.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.TickMarkStyle" /> enumeration value. The default value is <see cref="F:System.Web.UI.DataVisualization.Charting.TickMarkStyle.OutsideArea" />.</returns>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.TickMarkStyle">
			<summary>Specifies a tick mark style when setting the <see cref="P:System.Web.UI.DataVisualization.Charting.TickMark.TickMarkStyle" /> property of a <see cref="T:System.Web.UI.DataVisualization.Charting.TickMark" /> object. </summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.TickMarkStyle.AcrossAxis">
			<summary>Tick marks are drawn across the relevant axis line.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.TickMarkStyle.InsideArea">
			<summary>Tick marks are drawn inside the chart area.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.TickMarkStyle.None">
			<summary>Tick marks are disabled.</summary>
		</member>
		<member name="F:System.Web.UI.DataVisualization.Charting.TickMarkStyle.OutsideArea">
			<summary>Tick marks are drawn outside the chart area.</summary>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.Title">
			<summary>Represents a title for the entire chart image.</summary>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.Title.#ctor">
			<summary>Initializes a new instance of the <see cref="T:System.Web.UI.DataVisualization.Charting.Title" /> class.</summary>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.Title.#ctor(System.String)">
			<summary>Initializes a new instance of the <see cref="T:System.Web.UI.DataVisualization.Charting.Title" /> class with the specified title text.</summary>
			<param name="text">Text for the title.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.Title.#ctor(System.String,System.Web.UI.DataVisualization.Charting.Docking)">
			<summary>Initializes a new instance of the <see cref="T:System.Web.UI.DataVisualization.Charting.Title" /> class with the specified title text and docking value.</summary>
			<param name="text">Text for the title.</param>
			<param name="docking">A <see cref="T:System.Web.UI.DataVisualization.Charting.Docking" /> enumeration value that determines where the title will be docked on the chart.</param>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.Title.#ctor(System.String,System.Web.UI.DataVisualization.Charting.Docking,System.Drawing.Font,System.Drawing.Color)">
			<summary>Initializes a new instance of the <see cref="T:System.Web.UI.DataVisualization.Charting.Title" /> class with the specified title text, docking value, font and color.</summary>
			<param name="text">Text for the title.</param>
			<param name="docking">A <see cref="T:System.Web.UI.DataVisualization.Charting.Docking" /> enumeration value that determines where the title will be docked on the chart.</param>
			<param name="font">Title font.</param>
			<param name="color">Title color.</param>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Title.Alignment">
			<summary>Gets or sets the alignment of the title.</summary>
			<returns>A <see cref="T:System.Drawing.ContentAlignment" /> enumeration value that represents the title alignment within the text drawing region. The default value is <see cref="F:System.Drawing.ContentAlignment.MiddleCenter" />.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Title.BackColor">
			<summary>Gets or sets the background color of the title.</summary>
			<returns>A <see cref="T:System.Drawing.Color" /> value. The default color is <see cref="P:System.Drawing.Color.White" />.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Title.BackGradientStyle">
			<summary>Gets or sets the orientation for the background gradient of a title. Also determines whether a gradient is used.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.GradientStyle" /> enumeration. The default value is <see cref="F:System.Web.UI.DataVisualization.Charting.GradientStyle.None" />.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Title.BackHatchStyle">
			<summary>Gets or sets the hatching style for the title.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.ChartHatchStyle" /> enumeration. The default value is <see cref="F:System.Web.UI.DataVisualization.Charting.ChartHatchStyle.None" />.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Title.BackImage">
			<summary>Gets or sets the background image of the title.</summary>
			<returns>A string value that represents the URL of an image file. The default is an empty string.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Title.BackImageAlignment">
			<summary>Gets or sets the alignment of the title background image.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.ChartImageAlignmentStyle" /> enumeration value. The default value is <see cref="F:System.Web.UI.DataVisualization.Charting.ChartImageAlignmentStyle.TopLeft" />.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Title.BackImageTransparentColor">
			<summary>Gets or sets a color that will drawn as transparent when the background image is drawn.</summary>
			<returns>A <see cref="T:System.Drawing.Color" /> value. The default value is <see cref="F:System.Drawing.Color.Empty" />.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Title.BackImageWrapMode">
			<summary>Gets or sets the drawing mode for the background image of the title.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.ChartImageWrapMode" /> enumeration value. The default value is <see cref="F:System.Web.UI.DataVisualization.Charting.ChartImageWrapMode.Tile" />.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Title.BackSecondaryColor">
			<summary>Gets or sets the secondary color of the title background.</summary>
			<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>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Title.BorderColor">
			<summary>Gets or sets the border color of the title.</summary>
			<returns>A T<see cref=":System.Drawing.Color" /> value. The default color is <see cref="F:System.Drawing.Color.Empty" />.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Title.BorderDashStyle">
			<summary>Gets or sets the border style of the title.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.ChartDashStyle" /> enumeration value that determines the border style of the title.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Title.BorderWidth">
			<summary>Gets or sets the border width of the title.</summary>
			<returns>An integer value that determines the border width, in pixels, of the title.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Title.DockedToChartArea">
			<summary>Gets or sets the name of the <see cref="T:System.Web.UI.DataVisualization.Charting.ChartArea" /> where the title will be docked.</summary>
			<returns>A string value that represents the name of the <see cref="T:System.Web.UI.DataVisualization.Charting.ChartArea" /> where this title will be docked. The default value is the empty string.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Title.Docking">
			<summary>Gets or sets a value that determines where the title is docked.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.Docking" /> enumeration value. The default value is <see cref="F:System.Web.UI.DataVisualization.Charting.Docking.Top" />.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Title.DockingOffset">
			<summary>Gets or sets the positive or negative offset of the docked title position.</summary>
			<returns>An integer value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Title.Font">
			<summary>Gets or sets the font for the title.</summary>
			<returns>A <see cref="T:System.Drawing.Font" /> object. Defaults to "Microsoft Sans Serif, 8pt".</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Title.ForeColor">
			<summary>Gets or sets the color of the title text.</summary>
			<returns>A <see cref="T:System.Drawing.Color" /> value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Title.IsDockedInsideChartArea">
			<summary>Gets or sets a flag that specifies whether the title should be docked within a <see cref="T:System.Web.UI.DataVisualization.Charting.ChartArea" /> object.</summary>
			<returns>True if the title will be docked within a chart area, false if the title will be docked outside the chart area. The default value is false.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Title.MapAreaAttributes">
			<summary>Gets or sets map area attributes of the title.</summary>
			<returns>A string value. The default is a zero-length string.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Title.Position">
			<summary>Gets or sets an <see cref="T:System.Web.UI.DataVisualization.Charting.ElementPosition" /> object, which can be used to get or set the position of the title.</summary>
			<returns>An <see cref="T:System.Web.UI.DataVisualization.Charting.ElementPosition" /> value that represents the position of the title. The default value is <see cref="P:System.Web.UI.DataVisualization.Charting.ElementPosition.Auto" />.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Title.PostBackValue">
			<summary>Gets or sets the postback value that can be processed on a <see cref="E:System.Web.UI.DataVisualization.Charting.Chart.Click" /> event.</summary>
			<returns>A string value that represents the value that is passed to a <see cref="E:System.Web.UI.DataVisualization.Charting.Chart.Click" /> event.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Title.ShadowColor">
			<summary>Gets or sets the shadow color for the title.</summary>
			<returns>A <see cref="T:System.Drawing.Color" /> value. The default color is <see cref="P:System.Drawing.Color.Black" />.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Title.ShadowOffset">
			<summary>Gets or sets the shadow offset, in pixels, of the title.</summary>
			<returns>An integer value that represents the shadow offset, in pixels, of the title.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Title.Text">
			<summary>Gets or sets the text for the title.</summary>
			<returns>A string value that represents the text for the title. </returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Title.TextOrientation">
			<summary>Gets or sets the orientation of the text in the title.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.TextOrientation" /> enumeration value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Title.TextStyle">
			<summary>Gets or sets the style of the text for the title.</summary>
			<returns>A <see cref="T:System.Web.UI.DataVisualization.Charting.TextStyle" /> enumeration value that determines the style of the text for the title. The default value is <see cref="F:System.Web.UI.DataVisualization.Charting.TextStyle.Default" />. </returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Title.ToolTip">
			<summary>Gets or sets the tooltip for the title.</summary>
			<returns>A string value that represents the tooltip.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Title.Url">
			<summary>Gets or sets the target URL of the hyperlink for the title.</summary>
			<returns>A string value. The default value is a zero-length string.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.Title.Visible">
			<summary>Gets or sets the visibility flag of the title.</summary>
			<returns>True if visible, otherwise false.</returns>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.TitleCollection">
			<summary>Represents a collection of <see cref="T:System.Web.UI.DataVisualization.Charting.Title" /> objects.</summary>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.TitleCollection.Add(System.String)">
			<summary>Adds a <see cref="T:System.Web.UI.DataVisualization.Charting.Title" /> object with the specified name to the end of the collection.</summary>
			<returns>A string value that represents the zero-based index of the added title.</returns>
			<param name="name">The name of the title to add to the collection.</param>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.TTestResult">
			<summary>Stores the results of a T Test statistical formula.</summary>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.TTestResult.#ctor">
			<summary>Initializes a new instance of the <see cref="T:System.Web.UI.DataVisualization.Charting.TTestResult" /> class.</summary>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.TTestResult.DegreeOfFreedom">
			<summary>Gets the degree of freedom.</summary>
			<returns>A double value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.TTestResult.FirstSeriesMean">
			<summary>Gets the mean of the first series.</summary>
			<returns>A double value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.TTestResult.FirstSeriesVariance">
			<summary>Gets the variance of the first series.</summary>
			<returns>A double value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.TTestResult.ProbabilityTOneTail">
			<summary>Gets the Probability T one tail value.</summary>
			<returns>A double value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.TTestResult.ProbabilityTTwoTail">
			<summary>Gets the Probability T two tail value.</summary>
			<returns>A double value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.TTestResult.SecondSeriesMean">
			<summary>Gets the mean of the second series.</summary>
			<returns>A double value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.TTestResult.SecondSeriesVariance">
			<summary>Gets the variance of the second series.</summary>
			<returns>A double value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.TTestResult.TCriticalValueOneTail">
			<summary>Gets the Critical T one tail value.</summary>
			<returns>A double value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.TTestResult.TCriticalValueTwoTail">
			<summary>Gets the Critical T two tail value.</summary>
			<returns>A double value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.TTestResult.TValue">
			<summary>Gets the T value.</summary>
			<returns>A double value.</returns>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.VerticalLineAnnotation">
			<summary>Represents a vertical line annotation.</summary>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.VerticalLineAnnotation.#ctor">
			<summary>Initializes a new instance of the <see cref="T:System.Web.UI.DataVisualization.Charting.VerticalLineAnnotation" /> class.</summary>
		</member>
		<member name="T:System.Web.UI.DataVisualization.Charting.ZTestResult">
			<summary>Stores the results of a Z Test statistical formula.</summary>
		</member>
		<member name="M:System.Web.UI.DataVisualization.Charting.ZTestResult.#ctor">
			<summary>Initializes a new instance of the <see cref="T:System.Web.UI.DataVisualization.Charting.ZTestResult" /> class.</summary>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.ZTestResult.FirstSeriesMean">
			<summary>Gets the mean of the first series.</summary>
			<returns>A double value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.ZTestResult.FirstSeriesVariance">
			<summary>Gets the variance of the first series.</summary>
			<returns>A double value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.ZTestResult.ProbabilityZOneTail">
			<summary>Gets the Probability Z one tail value.</summary>
			<returns>A double value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.ZTestResult.ProbabilityZTwoTail">
			<summary>Gets the Probability Z two tail value.</summary>
			<returns>A double value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.ZTestResult.SecondSeriesMean">
			<summary>Gets the mean of the second series.</summary>
			<returns>A double value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.ZTestResult.SecondSeriesVariance">
			<summary>Gets the variance of the second series.</summary>
			<returns>A double value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.ZTestResult.ZCriticalValueOneTail">
			<summary>Gets the Critical Z one tail value.</summary>
			<returns>A double value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.ZTestResult.ZCriticalValueTwoTail">
			<summary>Gets the Critical Z two tail value.</summary>
			<returns>A double value.</returns>
		</member>
		<member name="P:System.Web.UI.DataVisualization.Charting.ZTestResult.ZValue">
			<summary>Gets the Z value.</summary>
			<returns>A double value.</returns>
		</member>
	</members>
</doc>