StableVersion4.3/HL_FristAidPlatform_Frame/bin/Debug/DevExpress.XtraCharts.v20.1...

1237 lines
74 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<doc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<assembly>
<name>DevExpress.XtraCharts.v20.1.UI</name>
</assembly>
<members>
<member name="N:DevExpress.XtraCharts">
<summary>
<para>Contains classes which implement the main functionality of the XtraCharts suite.</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.ChartControl">
<summary>
<para>Visualizes data as bars, areas, lines and other shapes. See Chart Control.</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.ChartControl.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraCharts.ChartControl"/> class with default settings.</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.ChartControl.About">
<summary>
<para>Invokes the chart&#39;s About dialog box.</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.ChartControl.AllowGesture">
<summary>
<para>Gets or sets a value which specifies whether an end-user can interact with the chart using a touchscreen device.</para>
</summary>
<value>true, if a chart interaction via a touchscreen device is allowed; otherwiise - false.</value>
</member>
<member name="M:DevExpress.XtraCharts.ChartControl.Animate">
<summary>
<para>Starts the series animations.</para>
</summary>
</member>
<member name="E:DevExpress.XtraCharts.ChartControl.AnimationEnded">
<summary>
<para>Occurs after animations end.</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.ChartControl.AnimationStartMode">
<summary>
<para>Gets or sets the series animation start mode.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.ChartAnimationMode"/> enumeration value.</value>
</member>
<member name="P:DevExpress.XtraCharts.ChartControl.AnnotationRepository">
<summary>
<para>Provides centralized access to all annotations that are present in the <see cref="T:DevExpress.XtraCharts.ChartControl"/>.</para>
</summary>
<value>An <see cref="T:DevExpress.XtraCharts.AnnotationRepository"/> object that stores the chart control&#39;s annotations.</value>
</member>
<member name="E:DevExpress.XtraCharts.ChartControl.AnnotationRepositoryChanged">
<summary>
<para>Occurs after a user adds, edits or deletes an annotation.</para>
</summary>
</member>
<member name="E:DevExpress.XtraCharts.ChartControl.AnnotationRepositoryChanging">
<summary>
<para>Occurs when a user adds, edits or deletes an annotation before the user&#39;s operation is applied to the annotation repository.</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.ChartControl.Annotations">
<summary>
<para>Provides access to the annotations collection of the <see cref="T:DevExpress.XtraCharts.ChartControl"/>.</para>
</summary>
<value>An <see cref="T:DevExpress.XtraCharts.AnnotationCollection"/> object that represents the chart&#39;s collection of annotations.</value>
</member>
<member name="P:DevExpress.XtraCharts.ChartControl.AppearanceName">
<summary>
<para>Gets or sets the name of the appearance which is currently being used to draw the chart elements.</para>
</summary>
<value>A <see cref="T:System.String"/> value that is the appearance name.</value>
</member>
<member name="P:DevExpress.XtraCharts.ChartControl.AppearanceNameSerializable">
<summary>
<para>For internal use. This property is used to support serialization of the <see cref="P:DevExpress.XtraCharts.ChartControl.AppearanceName"/> property.</para>
</summary>
<value>A <see cref="T:System.String"/> value.</value>
</member>
<member name="P:DevExpress.XtraCharts.ChartControl.AppearanceRepository">
<summary>
<para>Provides access to the repository of a chart&#39;s appearances.</para>
</summary>
<value>An <see cref="T:DevExpress.XtraCharts.AppearanceRepository"/> object.</value>
</member>
<member name="P:DevExpress.XtraCharts.ChartControl.AutoBindingSettingsEnabled">
<summary>
<para>Specifies whether or not the chart&#39;s data binding is automatically adjusted during the creation of a Pivot Chart.</para>
</summary>
<value>true to automatically adjust the chart&#39;s binding settings; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraCharts.ChartControl.AutoLayout">
<summary>
<para>Gets or sets a value, which specifies whether the adaptive layout feature is enabled for chart elements in the chart control.</para>
</summary>
<value>true, to apply the adaptive layout algorithm to the chart; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraCharts.ChartControl.AutoLayoutSettingsEnabled">
<summary>
<para>Specifies whether the chart&#39;s layout is automatically adjusted when creating a Pivot Chart.</para>
</summary>
<value>true to automatically adjust the chart&#39;s layout settings; otherwise, false.</value>
</member>
<member name="E:DevExpress.XtraCharts.ChartControl.AxisScaleChanged">
<summary>
<para>Occurs when the scale mode, measure unit, grid alignment or grid spacing of the axis scale has been changed.</para>
</summary>
</member>
<member name="E:DevExpress.XtraCharts.ChartControl.AxisVisualRangeChanged">
<summary>
<para>Occurs when the axis visual range has been changed.</para>
</summary>
</member>
<member name="E:DevExpress.XtraCharts.ChartControl.AxisWholeRangeChanged">
<summary>
<para>Occurs when the axis whole range has been changed.</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.ChartControl.BackColor">
<summary>
<para>Gets or sets the chart control&#39;s background color.</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> value which specifies the chart control&#39;s background color.</value>
</member>
<member name="P:DevExpress.XtraCharts.ChartControl.BackgroundImage">
<summary>
<para>Overrides the <see cref="P:System.Windows.Forms.Control.BackgroundImage"/> property.</para>
</summary>
<value>A <see cref="T:System.Drawing.Image"/> value which represents the background image for a control.</value>
</member>
<member name="P:DevExpress.XtraCharts.ChartControl.BackgroundImageLayout">
<summary>
<para>Overrides the <see cref="P:System.Windows.Forms.Control.BackgroundImageLayout"/> property.</para>
</summary>
<value>A <see cref="T:System.Windows.Forms.ImageLayout"/> enumeration value.</value>
</member>
<member name="P:DevExpress.XtraCharts.ChartControl.BackImage">
<summary>
<para>Gets the background image settings of the chart control.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.BackgroundImage"/> object which provides settings that specify the chart control&#39;s background image.</value>
</member>
<member name="E:DevExpress.XtraCharts.ChartControl.BeforeScroll">
<summary>
<para>Occurs before the diagram is scrolled.</para>
</summary>
</member>
<member name="E:DevExpress.XtraCharts.ChartControl.BeforeZoom">
<summary>
<para>Occurs before the chart is zoomed.</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.ChartControl.BeginInit">
<summary>
<para>Starts the <see cref="T:DevExpress.XtraCharts.ChartControl"/> initialization.</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.ChartControl.BindToData(DevExpress.XtraCharts.SeriesViewBase,System.Object,System.String,System.String,System.String[])">
<summary>
<para>Binds a chart to data.</para>
</summary>
<param name="view">A <see cref="T:DevExpress.XtraCharts.SeriesViewBase"/> class descendant that contains initial settings for series that will be generated when binding a chart to data.</param>
<param name="dataSource">A <see cref="T:System.Object"/> that is the datasource for a chart. This value is assigned to the <see cref="P:DevExpress.XtraCharts.ChartControl.DataSource"/> property.</param>
<param name="seriesDataMember">A <see cref="T:System.String"/> that is the name of the data field whose values are used to automatically generate and populate series. This value is assigned to the <see cref="P:DevExpress.XtraCharts.ChartControl.SeriesDataMember"/> property.</param>
<param name="argumentDataMember">A <see cref="T:System.String"/> that is the name of the data field that contains arguments for series points. This value is assigned to the <see cref="P:DevExpress.XtraCharts.SeriesBase.ArgumentDataMember"/> property of a <see cref="P:DevExpress.XtraCharts.ChartControl.SeriesTemplate"/> object.</param>
<param name="valueDataMembers">An array of <see cref="T:System.String"/> values that are the names of data fields that contain information on data values of series points. These values are assigned to the <see cref="P:DevExpress.XtraCharts.SeriesBase.ValueDataMembers"/> property of a <see cref="P:DevExpress.XtraCharts.ChartControl.SeriesTemplate"/> object.</param>
</member>
<member name="M:DevExpress.XtraCharts.ChartControl.BindToData(DevExpress.XtraCharts.ViewType,System.Object,System.String,System.String,System.String[])">
<summary>
<para>Binds a chart to data.</para>
</summary>
<param name="viewType">A <see cref="T:DevExpress.XtraCharts.ViewType"/> enumeration value specifying the view type of the series to be generated.</param>
<param name="dataSource">A <see cref="T:System.Object"/> that is the datasource for a chart. This value is assigned to the <see cref="P:DevExpress.XtraCharts.ChartControl.DataSource"/> property.</param>
<param name="seriesDataMember">A <see cref="T:System.String"/> that is the name of the data field whose values are used to automatically generate and populate series. This value is assigned to the <see cref="P:DevExpress.XtraCharts.ChartControl.SeriesDataMember"/> property.</param>
<param name="argumentDataMember">A <see cref="T:System.String"/> that is the name of the data field that contains arguments for series points. This value is assigned to the <see cref="P:DevExpress.XtraCharts.SeriesBase.ArgumentDataMember"/> property of a <see cref="P:DevExpress.XtraCharts.ChartControl.SeriesTemplate"/> object.</param>
<param name="valueDataMembers">An array of <see cref="T:System.String"/> values that are the names of data fields that contain information on data values of series points. These values are assigned to the <see cref="P:DevExpress.XtraCharts.SeriesBase.ValueDataMembers"/> property of a <see cref="P:DevExpress.XtraCharts.ChartControl.SeriesTemplate"/> object.</param>
</member>
<member name="P:DevExpress.XtraCharts.ChartControl.Border">
<summary>
<para>Gets the chart control&#39;s border style.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.RectangularBorder"/> object which specifies the border style.</value>
</member>
<member name="P:DevExpress.XtraCharts.ChartControl.BorderOptions">
<summary>
<para>Gets the chart control&#39;s border style.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.RectangularBorder"/> object which specifies the border style.</value>
</member>
<member name="E:DevExpress.XtraCharts.ChartControl.BoundDataChanged">
<summary>
<para>Occurs every time a chart control generates its series points from the underlying data source.</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.ChartControl.Breadcrumbs">
<summary>
<para>Returns the settings that configure how the Breadcrumbs element looks.</para>
</summary>
<value>The Breadcrumbs element appearance settings storage.</value>
</member>
<member name="P:DevExpress.XtraCharts.ChartControl.CacheToMemory">
<summary>
<para>Gets or sets a value indicating if the chart should cache its data to the system memory.</para>
</summary>
<value>true if the chart should cache its data to the memory; otherwise, false.</value>
</member>
<member name="M:DevExpress.XtraCharts.ChartControl.CalcHitInfo(System.Drawing.Point,System.Boolean)">
<summary>
<para>Returns information on the chart elements located at the specified point.</para>
</summary>
<param name="point">The hit point, relative to the chart&#39;s top-left edge integer screen coordinates.</param>
<param name="forceUpdate">The value that specifies that all update commands that the Chart currently collects should be executed immediately instead of before the control &#39;s next rendering.</param>
<returns>The information about the item in the test point.</returns>
</member>
<member name="M:DevExpress.XtraCharts.ChartControl.CalcHitInfo(System.Int32,System.Int32)">
<summary>
<para>Returns information on the chart elements located at the point with the specified x and y coordinates.</para>
</summary>
<param name="x">An integer value which specifies the x-coordinate of the test point relative to the chart&#39;s top-left corner.</param>
<param name="y">An integer value which specifies the y-coordinate of the test point relative to the chart&#39;s top-left corner.</param>
<returns>A <see cref="T:DevExpress.XtraCharts.ChartHitInfo"/> object which contains information about the chart elements located at the test point.</returns>
</member>
<member name="P:DevExpress.XtraCharts.ChartControl.CalculatedFields">
<summary>
<para>Returns a collection of calculated fields.</para>
</summary>
<value>A collection that stores calculated fields.</value>
</member>
<member name="M:DevExpress.XtraCharts.ChartControl.ClearCache">
<summary>
<para>Releases all memory resources used by the chart to cache its data in case the <see cref="P:DevExpress.XtraCharts.ChartControl.CacheToMemory"/> is true.</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.ChartControl.ClearSelection">
<summary>
<para>Deselects all chart elements at runtime.</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.ChartControl.ClearSelection(System.Boolean)">
<summary>
<para>Deselects all selected chart elements; optionally deselects hot-tracked elements as well.</para>
</summary>
<param name="clearHot">true to deselect hot-tracked elements; otherwise, false.</param>
</member>
<member name="M:DevExpress.XtraCharts.ChartControl.Clone">
<summary>
<para>Creates a copy of the current <see cref="T:DevExpress.XtraCharts.ChartControl"/> object.</para>
</summary>
<returns>A <see cref="T:DevExpress.XtraCharts.ChartControl"/> object which is a copy of the current object.</returns>
</member>
<member name="E:DevExpress.XtraCharts.ChartControl.ConstantLineMoved">
<summary>
<para>Occurs when a user moves a constant line.</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.ChartControl.CrosshairEnabled">
<summary>
<para>Gets or sets a value that specifies whether a crosshair cursor is enabled for a chart.</para>
</summary>
<value>Default - a crosshair cursor&#39;s state (enabled/disabled) is automatically determined based on the type of diagram currently displayed on a chart; True - a crosshair cursor is enabled for a chart; False - a crosshair cursor is disabled.</value>
</member>
<member name="P:DevExpress.XtraCharts.ChartControl.CrosshairOptions">
<summary>
<para>Returns options that allow you to specify the Crosshair Cursor&#39;s position, appearance and behavior.</para>
</summary>
<value>Options that allow you to specify the Crosshair Cursor&#39;s position, appearance and behavior.</value>
</member>
<member name="E:DevExpress.XtraCharts.ChartControl.CustomDrawAxisLabel">
<summary>
<para>Occurs before axis label items are drawn when the chart&#39;s contents are being drawn.</para>
</summary>
</member>
<member name="E:DevExpress.XtraCharts.ChartControl.CustomDrawCrosshair">
<summary>
<para>Occurs before crosshair items are drawn when the chart&#39;s contents are being drawn.</para>
</summary>
</member>
<member name="E:DevExpress.XtraCharts.ChartControl.CustomDrawSeries">
<summary>
<para>Occurs before a series is drawn when the chart&#39;s contents are being drawn.</para>
</summary>
</member>
<member name="E:DevExpress.XtraCharts.ChartControl.CustomDrawSeriesPoint">
<summary>
<para>Occurs before a series point is drawn when the chart&#39;s contents is being drawn.</para>
</summary>
</member>
<member name="E:DevExpress.XtraCharts.ChartControl.CustomizeAutoBindingSettings">
<summary>
<para>Occurs after automatic settings are applied to a chart&#39;s data source.</para>
</summary>
</member>
<member name="E:DevExpress.XtraCharts.ChartControl.CustomizeLegend">
<summary>
<para>Occurs before automatic settings are applied to the legend&#39;s layout properties.</para>
</summary>
</member>
<member name="E:DevExpress.XtraCharts.ChartControl.CustomizePieTotalLabel">
<summary>
<para>Occurs when the ChartControl draws total labels for Pie and Doughnut series.</para>
</summary>
</member>
<member name="E:DevExpress.XtraCharts.ChartControl.CustomizeResolveOverlappingMode">
<summary>
<para>Occurs before the chart enables a mode that allows you to avoid overlapping series labels.</para>
</summary>
</member>
<member name="E:DevExpress.XtraCharts.ChartControl.CustomizeSimpleDiagramLayout">
<summary>
<para>Occurs after the adaptive layout is enabled for the chart control to customize the Simple Diagram&#39;s layout properties.</para>
</summary>
</member>
<member name="E:DevExpress.XtraCharts.ChartControl.CustomizeStackedBarTotalLabel">
<summary>
<para>Occurs when the ChartControl draws total labels for Stacked Bar series.</para>
</summary>
</member>
<member name="E:DevExpress.XtraCharts.ChartControl.CustomizeXAxisLabels">
<summary>
<para>Occurs after automatic layout settings are applied to the X-axis&#39; labels.</para>
</summary>
</member>
<member name="E:DevExpress.XtraCharts.ChartControl.CustomPaint">
<summary>
<para>Occurs after all the chart&#39;s visual elements have been drawn.</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.ChartControl.DataAdapter">
<summary>
<para>Gets or sets the data adapter used to populate the chart control&#39;s data source.</para>
</summary>
<value>A <see cref="T:System.Object"/> which represents the chart&#39;s data adapter.</value>
</member>
<member name="P:DevExpress.XtraCharts.ChartControl.DataBindings">
<summary>
<para>Overrides the <see cref="P:System.Windows.Forms.Control.DataBindings"/> property.</para>
</summary>
<value>A <see cref="T:System.Object"/> value. Always returns null (Nothing in Visual Basic).</value>
</member>
<member name="P:DevExpress.XtraCharts.ChartControl.DataSource">
<summary>
<para>Gets or sets the chart control&#39;s data source.</para>
</summary>
<value>A <see cref="T:System.Object"/> representing the chart control&#39;s data source.</value>
</member>
<member name="P:DevExpress.XtraCharts.ChartControl.Diagram">
<summary>
<para>Gets the chart control&#39;s diagram and provides access to its settings.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.Diagram"/> object that represents the chart control&#39;s diagram.</value>
</member>
<member name="P:DevExpress.XtraCharts.ChartControl.DisplayBounds">
<summary>
<para>Gets the bounding rectangle of the chart control.</para>
</summary>
<value>A <see cref="T:System.Drawing.Rectangle"/> structure which specifies the chart control&#39;s boundaries.</value>
</member>
<member name="P:DevExpress.XtraCharts.ChartControl.DisplayUnits">
<summary>
<para>Gets the unit of measurement for the chart control&#39;s data.</para>
</summary>
<value>A <see cref="T:System.Drawing.GraphicsUnit"/> value.</value>
</member>
<member name="E:DevExpress.XtraCharts.ChartControl.DrillDownStateChanged">
<summary>
<para>Occurs when the Chart Control&#39;s drill down state is changed.</para>
</summary>
</member>
<member name="E:DevExpress.XtraCharts.ChartControl.DrillDownStateChanging">
<summary>
<para>Occurs before the Chart Control&#39;s drill down state is changed.</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.ChartControl.DrillDownToArgument(System.Object)">
<summary>
<para>Drills down to the passed argument if the actual series template has the <see cref="P:DevExpress.XtraCharts.SeriesTemplate.ArgumentDrillTemplate"/> specified.</para>
</summary>
<param name="argument">The data object value that specifies the chart&#39;s argument.</param>
<returns>true if the Chart Control drills down to the argument; otherwise false.</returns>
</member>
<member name="M:DevExpress.XtraCharts.ChartControl.DrillDownToSeries(System.Object)">
<summary>
<para>Drills down to a series with the passed series ID if the actual series template has the <see cref="P:DevExpress.XtraCharts.SeriesTemplate.SeriesDrillTemplate"/> specified.</para>
</summary>
<param name="seriesObject">The data object value that specifies the series identifier.</param>
<returns>true if the Chart Control drills down to the series; otherwise false.</returns>
</member>
<member name="M:DevExpress.XtraCharts.ChartControl.DrillDownToSeriesPoint(System.Object)">
<summary>
<para>Drills down to the passed series point if the actual series template has the <see cref="P:DevExpress.XtraCharts.SeriesTemplate.SeriesPointDrillTemplate"/> specified.</para>
</summary>
<param name="seriesPointObject">The data object by which a series point is generated.</param>
<returns>true if the Chart Control drills down to the series point; otherwise false.</returns>
</member>
<member name="M:DevExpress.XtraCharts.ChartControl.DrillUp">
<summary>
<para>Drills up if the actual series template is not root (<see cref="P:DevExpress.XtraCharts.ChartControl.SeriesTemplate"/>) template.</para>
</summary>
<returns>true if the Chart drills up; otherwise false.</returns>
</member>
<member name="P:DevExpress.XtraCharts.ChartControl.EmptyChartText">
<summary>
<para>Provides access to the settings of the text to be displayed in the chart control, when it has no data to display.</para>
</summary>
<value>An <see cref="T:DevExpress.XtraCharts.EmptyChartText"/> object, representing the empty chart text options.</value>
</member>
<member name="M:DevExpress.XtraCharts.ChartControl.EndInit">
<summary>
<para>Ends the <see cref="T:DevExpress.XtraCharts.ChartControl"/> initialization.</para>
</summary>
</member>
<member name="E:DevExpress.XtraCharts.ChartControl.EndLoading">
<summary>
<para>Occurs when the Chart Control&#39;s object model is completely initialized.</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.ChartControl.ExportToDocx(System.IO.Stream)">
<summary>
<para>Exports the chart to the specified stream like the docx file.</para>
</summary>
<param name="stream">A <see cref="T:System.IO.Stream"/> class descendant object to which the created document is exported.</param>
</member>
<member name="M:DevExpress.XtraCharts.ChartControl.ExportToDocx(System.IO.Stream,DevExpress.XtraPrinting.DocxDocumentOptions)">
<summary>
<para>Exports the chart to the specified stream like the docx file using the specified export options.</para>
</summary>
<param name="stream">A <see cref="T:System.IO.Stream"/> class descendant object to which the created document is exported.</param>
<param name="options">The object containing extra options for exporting, like author and title.</param>
</member>
<member name="M:DevExpress.XtraCharts.ChartControl.ExportToDocx(System.String)">
<summary>
<para>Exports the chart to a file under the specified path.</para>
</summary>
<param name="filePath">The full path (including the file name and extension) where the docx file should be created.</param>
</member>
<member name="M:DevExpress.XtraCharts.ChartControl.ExportToDocx(System.String,DevExpress.XtraPrinting.DocxDocumentOptions)">
<summary>
<para>Exports the chart to a file under the specified path with the specified export options.</para>
</summary>
<param name="filePath">The full path (including the file name and extension) where the docx file should be created.</param>
<param name="options">The object containing extra options for exporting, like author and title.</param>
</member>
<member name="M:DevExpress.XtraCharts.ChartControl.ExportToHtml(System.IO.Stream)">
<summary>
<para>Exports the chart&#39;s layout as HTML and sends it to the specified stream.</para>
</summary>
<param name="stream">A <see cref="T:System.IO.Stream"/> object to which the created document is exported.</param>
</member>
<member name="M:DevExpress.XtraCharts.ChartControl.ExportToHtml(System.IO.Stream,DevExpress.XtraPrinting.HtmlExportOptions)">
<summary>
<para>Exports a chart to the specified stream in HTML format using the specified HTML-specific options.</para>
</summary>
<param name="stream">A <see cref="T:System.IO.Stream"/> object to which the created chart is exported.</param>
<param name="options">A <see cref="T:DevExpress.XtraPrinting.HtmlExportOptions"/> object which specifies the HTML export options to be applied when a chart is exported.</param>
</member>
<member name="M:DevExpress.XtraCharts.ChartControl.ExportToHtml(System.IO.Stream,System.String,System.String,System.Boolean)">
<summary>
<para>Exports the chart&#39;s layout to an HTML document with the specified encoding and title and sends it to the specified stream.</para>
</summary>
<param name="stream">A <see cref="T:System.IO.Stream"/> object to which the created document is exported.</param>
<param name="htmlCharSet">A <see cref="T:System.String"/> which specifies the encoding name set in the HTML file (e.g. &quot;UTF-8&quot;).</param>
<param name="title">A <see cref="T:System.String"/> which specifies the name shown as the title of the created HTML document.</param>
<param name="compressed">true to compress the HTML code (secondary characters e.g. spaces are removed); otherwise, false.</param>
</member>
<member name="M:DevExpress.XtraCharts.ChartControl.ExportToHtml(System.String)">
<summary>
<para>Exports the chart&#39;s layout a to the specified file as HTML.</para>
</summary>
<param name="filePath">A <see cref="T:System.String"/> which specifies the full path (including the file name and extension) to where the HTML file will be created.</param>
</member>
<member name="M:DevExpress.XtraCharts.ChartControl.ExportToHtml(System.String,DevExpress.XtraPrinting.HtmlExportOptions)">
<summary>
<para>Exports a chart to the specified file path in HTML format using the specified HTML-specific options.</para>
</summary>
<param name="filePath">A <see cref="T:System.String"/> which specifies the full path (including the file name and extension) to where the HTML file will be created.</param>
<param name="options">A <see cref="T:DevExpress.XtraPrinting.HtmlExportOptions"/> object which specifies the HTML export options to be applied when a chart is exported.</param>
</member>
<member name="M:DevExpress.XtraCharts.ChartControl.ExportToHtml(System.String,System.String,System.String,System.Boolean)">
<summary>
<para>Exports the chart&#39;s layout to an HTML file with the specified encoding and title.</para>
</summary>
<param name="filePath">A <see cref="T:System.String"/> which specifies the full path (including the file name and extension) to where the HTML file will be created.</param>
<param name="htmlCharSet">A <see cref="T:System.String"/> which specifies the encoding name set in the HTML file (e.g. &quot;UTF-8&quot;).</param>
<param name="title">A <see cref="T:System.String"/> which specifies the name shown as the title of the created HTML document.</param>
<param name="compressed">true to compress the HTML code (secondary characters e.g. spaces are removed); otherwise, false.</param>
</member>
<member name="M:DevExpress.XtraCharts.ChartControl.ExportToImage(System.IO.Stream,System.Drawing.Imaging.ImageFormat)">
<summary>
<para>Creates an image file in the specified format from the current chart and exports it to a stream.</para>
</summary>
<param name="stream">A <see cref="T:System.IO.Stream"/> object to which the current chart is exported.</param>
<param name="format">A <see cref="T:System.Drawing.Imaging.ImageFormat"/> value representing the format in which the chart is exported.</param>
</member>
<member name="M:DevExpress.XtraCharts.ChartControl.ExportToImage(System.String,System.Drawing.Imaging.ImageFormat)">
<summary>
<para>Creates an image file in the specified format from the current chart and outputs it to the specified path.</para>
</summary>
<param name="filePath">A <see cref="T:System.String"/> containing the full path to where the image file will be created.</param>
<param name="format">A <see cref="T:System.Drawing.Imaging.ImageFormat"/> value representing the format in which the chart is exported.</param>
</member>
<member name="M:DevExpress.XtraCharts.ChartControl.ExportToMht(System.IO.Stream,DevExpress.XtraPrinting.MhtExportOptions)">
<summary>
<para>Exports a chart to the specified stream in MHT format using the specified MHT-specific options.</para>
</summary>
<param name="stream">A <see cref="T:System.IO.Stream"/> object to which the created MHT file should be sent.</param>
<param name="options">A <see cref="T:DevExpress.XtraPrinting.MhtExportOptions"/> object which specifies the MHT export options to be applied when a chart is exported.</param>
</member>
<member name="M:DevExpress.XtraCharts.ChartControl.ExportToMht(System.IO.Stream,System.String,System.String,System.Boolean)">
<summary>
<para>Exports the chart&#39;s layout to an MHT document (Web archive, single file) on the specified path, with the specified title and sends it to the specified stream.</para>
</summary>
<param name="stream">A <see cref="T:System.IO.Stream"/> object to which the created MHT document is exported.</param>
<param name="htmlCharSet">A <see cref="T:System.String"/> which specifies the encoding name set in the MHT file (e.g. &quot;UTF-8&quot;).</param>
<param name="title">A <see cref="T:System.String"/> which specifies the name shown as the title of the created MHT document.</param>
<param name="compressed">true to compress the MHT code (secondary characters e.g. spaces are removed); otherwise, false.</param>
</member>
<member name="M:DevExpress.XtraCharts.ChartControl.ExportToMht(System.String)">
<summary>
<para>Exports the chart&#39;s layout to an MHT file (Web archive, single file) at the specified path.</para>
</summary>
<param name="filePath">A <see cref="T:System.String"/> specifying the full path (including the file name and extension) where the MHT file will be created.</param>
</member>
<member name="M:DevExpress.XtraCharts.ChartControl.ExportToMht(System.String,DevExpress.XtraPrinting.MhtExportOptions)">
<summary>
<para>Exports a chart to the specified file path in MHT format using the specified MHT-specific options.</para>
</summary>
<param name="filePath">A <see cref="T:System.String"/> which specifies the file name (including the full path) for the created MHT file.</param>
<param name="options">A <see cref="T:DevExpress.XtraPrinting.MhtExportOptions"/> object which specifies the MHT export options to be applied when a chart is exported.</param>
</member>
<member name="M:DevExpress.XtraCharts.ChartControl.ExportToMht(System.String,System.String,System.String,System.Boolean)">
<summary>
<para>Exports the chart&#39;s layout to an MHT file (Web archive, single file) on the specified path, with the specified title.</para>
</summary>
<param name="filePath">A <see cref="T:System.String"/> specifying the full path (including the file name and extension) where the MHT file will be created.</param>
<param name="htmlCharSet">A <see cref="T:System.String"/> which specifies the encoding name set in the MHT file (e.g. &quot;UTF-8&quot;).</param>
<param name="title">A <see cref="T:System.String"/> which specifies the name shown as the title of the created MHT document.</param>
<param name="compressed">true to compress the MHT code (secondary characters e.g. spaces are removed); otherwise, false.</param>
</member>
<member name="M:DevExpress.XtraCharts.ChartControl.ExportToPdf(System.IO.Stream)">
<summary>
<para>Exports the chart&#39;s layout to a PDF document and sends it to the specified stream.</para>
</summary>
<param name="stream">A <see cref="T:System.IO.Stream"/> object to which the created document is exported.</param>
</member>
<member name="M:DevExpress.XtraCharts.ChartControl.ExportToPdf(System.IO.Stream,DevExpress.XtraPrinting.PdfExportOptions)">
<summary>
<para>Exports the chart&#39;s data to a PDF document and sends it to the specified stream, with the specified options.</para>
</summary>
<param name="stream">A <see cref="T:System.IO.Stream"/> object to which the created document is exported.</param>
<param name="options">A <see cref="T:DevExpress.XtraPrinting.PdfExportOptions"/> object, containing the options for the resulting PDF file.</param>
</member>
<member name="M:DevExpress.XtraCharts.ChartControl.ExportToPdf(System.String)">
<summary>
<para>Exports the chart&#39;s layout to the specified PDF file.</para>
</summary>
<param name="filePath">A <see cref="T:System.String"/> specifying the full path (including the file name and extension) where the PDF file will be created.</param>
</member>
<member name="M:DevExpress.XtraCharts.ChartControl.ExportToPdf(System.String,DevExpress.XtraPrinting.PdfExportOptions)">
<summary>
<para>Exports the chart&#39;s data to the specified PDF file, with the specified options.</para>
</summary>
<param name="filePath">A <see cref="T:System.String"/> specifying the full path (including the file name and extension) where the PDF file will be created.</param>
<param name="options">A <see cref="T:DevExpress.XtraPrinting.PdfExportOptions"/> object, containing the options for the resulting PDF file.</param>
</member>
<member name="M:DevExpress.XtraCharts.ChartControl.ExportToRtf(System.IO.Stream)">
<summary>
<para>Exports the chart&#39;s data to an RTF document, and sends it to the specified stream.</para>
</summary>
<param name="stream">A <see cref="T:System.IO.Stream"/> object to which the created document is exported.</param>
</member>
<member name="M:DevExpress.XtraCharts.ChartControl.ExportToRtf(System.String)">
<summary>
<para>Exports the chart&#39;s data to the specified RTF file.</para>
</summary>
<param name="filePath">A <see cref="T:System.String"/> specifying the full path (including the file name and extension) where the RTF file will be created.</param>
</member>
<member name="M:DevExpress.XtraCharts.ChartControl.ExportToSvg(System.IO.Stream)">
<summary>
<para>Exports a chart to the specified stream in the SVG format.</para>
</summary>
<param name="stream">A <see cref="T:System.IO.Stream"/> descendant class object to which the file should be sent.</param>
</member>
<member name="M:DevExpress.XtraCharts.ChartControl.ExportToSvg(System.String)">
<summary>
<para>Exports a chart to the specified file in the SVG format.</para>
</summary>
<param name="filePath">The value defining the path including the file name and extension, where the file should be created.</param>
</member>
<member name="M:DevExpress.XtraCharts.ChartControl.ExportToXls(System.IO.Stream)">
<summary>
<para>Creates an XLS document with a chart inserted as an image and sends it to a stream.</para>
</summary>
<param name="stream">A <see cref="T:System.IO.Stream"/> object to which the created document is exported.</param>
</member>
<member name="M:DevExpress.XtraCharts.ChartControl.ExportToXls(System.IO.Stream,DevExpress.XtraPrinting.XlsExportOptions)">
<summary>
<para>Creates an XLS document with a chart inserted as an image and sends it to a stream, with the specified options.</para>
</summary>
<param name="stream">A <see cref="T:System.IO.Stream"/> object to which the created document is exported.</param>
<param name="options">An <see cref="T:DevExpress.XtraPrinting.XlsExportOptions"/> object, containing the options for the resulting XLS file.</param>
</member>
<member name="M:DevExpress.XtraCharts.ChartControl.ExportToXls(System.String)">
<summary>
<para>Creates an XLS file with a chart inserted as an image.</para>
</summary>
<param name="filePath">A <see cref="T:System.String"/> which specifies the full path (including the file name and extension) to where the XLS file will be created.</param>
</member>
<member name="M:DevExpress.XtraCharts.ChartControl.ExportToXls(System.String,DevExpress.XtraPrinting.XlsExportOptions)">
<summary>
<para>Creates an XLS file with a chart inserted as an image, with the specified options.</para>
</summary>
<param name="filePath">A <see cref="T:System.String"/> specifying the full path (including the file name and extension) where the XLS file will be created.</param>
<param name="options">An <see cref="T:DevExpress.XtraPrinting.XlsExportOptions"/> object, containing the options for the resulting XLS file.</param>
</member>
<member name="M:DevExpress.XtraCharts.ChartControl.ExportToXlsx(System.IO.Stream)">
<summary>
<para>Creates an XLSX document with a chart inserted as an image and sends it to a stream.</para>
</summary>
<param name="stream">A <see cref="T:System.IO.Stream"/> object to which the created document is exported.</param>
</member>
<member name="M:DevExpress.XtraCharts.ChartControl.ExportToXlsx(System.IO.Stream,DevExpress.XtraPrinting.XlsxExportOptions)">
<summary>
<para>Creates an XLSX document with a chart inserted as an image and sends it to a stream, with the specified options.</para>
</summary>
<param name="stream">A <see cref="T:System.IO.Stream"/> object to which the created document is exported.</param>
<param name="options">An <see cref="T:DevExpress.XtraPrinting.XlsxExportOptions"/> object, containing the options for the resulting XLSX file.</param>
</member>
<member name="M:DevExpress.XtraCharts.ChartControl.ExportToXlsx(System.String)">
<summary>
<para>Creates an XLSX file with a chart inserted as an image.</para>
</summary>
<param name="filePath">A <see cref="T:System.String"/> specifying the full path (including the file name and extension) where the XLS file will be created.</param>
</member>
<member name="M:DevExpress.XtraCharts.ChartControl.ExportToXlsx(System.String,DevExpress.XtraPrinting.XlsxExportOptions)">
<summary>
<para>Creates an XLSX file with a chart inserted as an image, with the specified options.</para>
</summary>
<param name="filePath">A <see cref="T:System.String"/> specifying the full path (including the file name and extension) where the XLSX file will be created.</param>
<param name="options">An <see cref="T:DevExpress.XtraPrinting.XlsxExportOptions"/> object, containing the options for the resulting XLSX file.</param>
</member>
<member name="P:DevExpress.XtraCharts.ChartControl.FillStyle">
<summary>
<para>Gets the chart control&#39;s background fill style.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.RectangleFillStyle"/> object which specifies the background fill style.</value>
</member>
<member name="P:DevExpress.XtraCharts.ChartControl.Font">
<summary>
<para>Overrides the <see cref="P:System.Windows.Forms.Control.Font"/> property.</para>
</summary>
<value>A <see cref="T:System.Drawing.Font"/> value. Always returns null (Nothing in Visual Basic).</value>
</member>
<member name="P:DevExpress.XtraCharts.ChartControl.ForeColor">
<summary>
<para>Overrides the <see cref="P:System.Windows.Forms.Control.ForeColor"/> property.</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> value. Always returns <see cref="F:System.Drawing.Color.Empty"/>.</value>
</member>
<member name="M:DevExpress.XtraCharts.ChartControl.GetAppearanceNames">
<summary>
<para>Returns an array of strings that represent the names of all the appearances in the Chart.</para>
</summary>
<returns>An array of <see cref="T:System.String"/> values which represent the appearances&#39; names.</returns>
</member>
<member name="M:DevExpress.XtraCharts.ChartControl.GetLocalizedAppearanceNames">
<summary>
<para>Returns an array of localized names of appearances.</para>
</summary>
<returns>An array of <see cref="T:System.String"/> objects representing localized appearance names.</returns>
</member>
<member name="M:DevExpress.XtraCharts.ChartControl.GetLocalizedPaletteNames">
<summary>
<para>Returns an array of localized names of palettes.</para>
</summary>
<returns>An array of <see cref="T:System.String"/> objects representing localized palette names.</returns>
</member>
<member name="M:DevExpress.XtraCharts.ChartControl.GetPaletteEntries(System.Int32)">
<summary>
<para>Gets the colors that comprise the palette.</para>
</summary>
<param name="count">An integer value, representing the number of entries to return.</param>
<returns>An array of <see cref="T:DevExpress.XtraCharts.PaletteEntry"/> objects.</returns>
</member>
<member name="M:DevExpress.XtraCharts.ChartControl.GetPaletteNames">
<summary>
<para>Returns an array of strings that represent the names of all the palettes in the Chart.</para>
</summary>
<returns>An array of <see cref="T:System.String"/> values that represent the palettes names.</returns>
</member>
<member name="M:DevExpress.XtraCharts.ChartControl.GetSeriesByName(System.String)">
<summary>
<para>Gets a series within the chart&#39;s series collection by its name.</para>
</summary>
<param name="seriesName">A <see cref="T:System.String"/> which specifies the name of the series to find.</param>
<returns>A <see cref="T:DevExpress.XtraCharts.Series"/> object that represents the series with the specified name.</returns>
</member>
<member name="M:DevExpress.XtraCharts.ChartControl.GetToolTipController">
<summary>
<para>Returns the tooltip controller component that controls the appearance, position and the content of the hints displayed by the Chart control.</para>
</summary>
<returns>A <see cref="T:DevExpress.Utils.ToolTipController"/> component which controls the appearance and behavior of the hints displayed by the Chart control.</returns>
</member>
<member name="P:DevExpress.XtraCharts.ChartControl.HardwareAcceleration">
<summary>
<para>Gets or sets a value indicating whether a <see cref="T:DevExpress.XtraCharts.ChartControl"/> uses a Video Card&#39;s resources (if any are available) when drawing 3D-charts.</para>
</summary>
<value>true if hardware acceleration is enabled; otherwise, false.</value>
</member>
<member name="M:DevExpress.XtraCharts.ChartControl.HitTest(System.Int32,System.Int32)">
<summary>
<para>Returns specific chart elements, which are located under the test point.</para>
</summary>
<param name="x">An integer value that specifies the x coordinate of the test point.</param>
<param name="y">An integer value that specifies the y coordinate of the test point.</param>
<returns>An array of <see cref="T:System.Object"/>s, that represent the chart elements located under the test point.</returns>
</member>
<member name="P:DevExpress.XtraCharts.ChartControl.IndicatorsPaletteName">
<summary>
<para>Specifies the palette that is used to paint all indicators that exist in a chart control.</para>
</summary>
<value>A <see cref="T:System.String"/> value, specifying the palette name.</value>
</member>
<member name="P:DevExpress.XtraCharts.ChartControl.IndicatorsPaletteRepository">
<summary>
<para>Gets the indicators palette repository of the chart.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.PaletteRepository"/> object which represents the indicators palette repository of the chart.</value>
</member>
<member name="P:DevExpress.XtraCharts.ChartControl.IsPrintingAvailable">
<summary>
<para>Indicates whether or not the chart can be printed and exported.</para>
</summary>
<value>true if the Chart can be printed; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraCharts.ChartControl.Legend">
<summary>
<para>Provides access to the chart control&#39;s legend.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.Legend"/> object that represents the chart control&#39;s legend.</value>
</member>
<member name="E:DevExpress.XtraCharts.ChartControl.LegendItemChecked">
<summary>
<para>Occurs when a legend item is checked in the legend checkbox.</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.ChartControl.Legends">
<summary>
<para>Returns a collection of additional legends.</para>
</summary>
<value>A collection of <see cref="T:DevExpress.XtraCharts.Legend"/> objects.</value>
</member>
<member name="M:DevExpress.XtraCharts.ChartControl.LoadFromFile(System.String)">
<summary>
<para>Restores the chart&#39;s layout from the specified file.</para>
</summary>
<param name="path">A <see cref="T:System.String"/> value which specifies the path to the file that contains the layout to be loaded.</param>
</member>
<member name="M:DevExpress.XtraCharts.ChartControl.LoadFromStream(System.IO.Stream)">
<summary>
<para>Restores the chart&#39;s layout from the specified stream.</para>
</summary>
<param name="stream">A <see cref="T:System.IO.Stream"/> descendant from which settings are read.</param>
</member>
<member name="P:DevExpress.XtraCharts.ChartControl.LookAndFeel">
<summary>
<para>Provides access to the settings that specify the look and feel of the Chart control.</para>
</summary>
<value>A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object whose properties specify the Chart control&#39;s look and feel.</value>
</member>
<member name="E:DevExpress.XtraCharts.ChartControl.ObjectHotTracked">
<summary>
<para>Occurs before any chart element is hot-tracked at runtime.</para>
</summary>
</member>
<member name="E:DevExpress.XtraCharts.ChartControl.ObjectSelected">
<summary>
<para>Occurs before any chart element is selected at runtime.</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.ChartControl.OptionsPrint">
<summary>
<para>Provides access to the chart&#39;s printing options.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.Printing.ChartOptionsPrint"/> object which provides access to the chart&#39;s printing options.</value>
</member>
<member name="P:DevExpress.XtraCharts.ChartControl.Padding">
<summary>
<para>Specifies the internal space between the chart control&#39;s content (the diagram and legend) and its edge, in pixels.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.RectangleIndents"/> object, representing the chart&#39;s inner indents, measured in pixels.</value>
</member>
<member name="P:DevExpress.XtraCharts.ChartControl.PaletteBaseColorNumber">
<summary>
<para>Gets or sets the number of a color within the selected palette, which will be used as a base color to paint series points.</para>
</summary>
<value>An integer value representing a 1-based color number.</value>
</member>
<member name="P:DevExpress.XtraCharts.ChartControl.PaletteName">
<summary>
<para>Gets or sets the name of the palette currently used to draw the chart&#39;s series.</para>
</summary>
<value>A <see cref="T:System.String"/> value which represents the palette name.</value>
</member>
<member name="P:DevExpress.XtraCharts.ChartControl.PaletteRepository">
<summary>
<para>Gets the palette repository of the chart.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.PaletteRepository"/> object which represents the palette repository of the chart.</value>
</member>
<member name="E:DevExpress.XtraCharts.ChartControl.PaneCollapsedChanged">
<summary>
<para>Occurs when any chart pane&#39;s collapse state is changed.</para>
</summary>
</member>
<member name="E:DevExpress.XtraCharts.ChartControl.PieSeriesPointExploded">
<summary>
<para>Fires when a pie slice, representing a series point, is moved to or from the pie center.</para>
</summary>
</member>
<member name="E:DevExpress.XtraCharts.ChartControl.PivotChartingCustomizeLegend">
<summary>
<para>Occurs before automatic settings are applied to the legend&#39;s layout properties.</para>
</summary>
</member>
<member name="E:DevExpress.XtraCharts.ChartControl.PivotChartingCustomizeResolveOverlappingMode">
<summary>
<para>Occurs before the chart enables a mode that allows you to avoid overlapping series labels.</para>
</summary>
</member>
<member name="E:DevExpress.XtraCharts.ChartControl.PivotChartingCustomizeXAxisLabels">
<summary>
<para>Occurs after automatic layout settings are applied to the X-axis&#39; labels.</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.ChartControl.PivotGridDataSourceOptions">
<summary>
<para>Provides access to the settings that determine the Chart&#39;s behavior after it has bridged with a Pivot Grid.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.PivotGridDataSourceOptions"/> object, storing the Pivot Chart settings.</value>
</member>
<member name="E:DevExpress.XtraCharts.ChartControl.PivotGridSeriesExcluded">
<summary>
<para>Occurs after a chart has been bound to a Pivot Grid.</para>
</summary>
</member>
<member name="E:DevExpress.XtraCharts.ChartControl.PivotGridSeriesPointsExcluded">
<summary>
<para>Occurs after a chart has been bound to a Pivot Grid.</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.ChartControl.Print">
<summary>
<para>Prints the chart.</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.ChartControl.Print(DevExpress.XtraCharts.Printing.PrintSizeMode)">
<summary>
<para>Prints the Chart using the specified size mode.</para>
</summary>
<param name="sizeMode">A <see cref="T:DevExpress.XtraCharts.Printing.PrintSizeMode"/> enumeration value which specifies the size mode used to print the chart.</param>
</member>
<member name="E:DevExpress.XtraCharts.ChartControl.PrintInitialize">
<summary>
<para>Allows you to customize print and export options before the chart is printed or exported.</para>
</summary>
</member>
<member name="E:DevExpress.XtraCharts.ChartControl.QueryCursor">
<summary>
<para>Occurs when there is a request to display the cursor.</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.ChartControl.RefreshData">
<summary>
<para>Reloads data from the underlying data source and repaints the diagram area.</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.ChartControl.RefreshDataOnRepaint">
<summary>
<para>Gets or sets a value indicating whether to refresh data in the underlying data source every time a chart is repainted.</para>
</summary>
<value>true to refresh data on every repainting; otherwise, false.</value>
</member>
<member name="M:DevExpress.XtraCharts.ChartControl.RegisterSummaryFunction(System.String,System.String,DevExpress.XtraCharts.ScaleType,System.Int32,DevExpress.XtraCharts.SummaryFunctionArgumentDescription[],DevExpress.XtraCharts.SummaryFunction)">
<summary>
<para>Registers the custom summary function with the specified settings.</para>
</summary>
<param name="name">A <see cref="T:System.String"/> value containing the function&#39;s name.</param>
<param name="displayName">A <see cref="T:System.String"/> value containing the function&#39;s display name, which is used for localization purposes.</param>
<param name="resultScaleType">A <see cref="T:DevExpress.XtraCharts.ScaleType"/> enumeration value representing the type of the function&#39;s result.</param>
<param name="resultDimension">An integer value representing the dimension of the resulting series point&#39;s values.</param>
<param name="argumentDescriptions">An array of <see cref="T:DevExpress.XtraCharts.SummaryFunctionArgumentDescription"/> objects containing argument descriptions.</param>
<param name="function">A <see cref="T:DevExpress.XtraCharts.SummaryFunction"/> delegate to be registered.</param>
</member>
<member name="M:DevExpress.XtraCharts.ChartControl.RegisterSummaryFunction(System.String,System.String,System.Int32,DevExpress.XtraCharts.SummaryFunctionArgumentDescription[],DevExpress.XtraCharts.SummaryFunction)">
<summary>
<para>Registers the custom summary function with the specified settings.</para>
</summary>
<param name="name">A <see cref="T:System.String"/> value containing the function&#39;s name.</param>
<param name="displayName">A <see cref="T:System.String"/> value containing the function&#39;s display name, which is used for localization purposes.</param>
<param name="resultDimension">An integer value representing the dimension of the resulting series point&#39;s values.</param>
<param name="argumentDescriptions">An array of <see cref="T:DevExpress.XtraCharts.SummaryFunctionArgumentDescription"/> objects containing argument descriptions.</param>
<param name="function">A <see cref="T:DevExpress.XtraCharts.SummaryFunction"/> delegate to be registered.</param>
</member>
<member name="M:DevExpress.XtraCharts.ChartControl.ReplaceSelectedItems(System.Object[])">
<summary>
<para>Changes the selection, replacing the currently selected items with the specified selected items.</para>
</summary>
<param name="items">The newly selected items.</param>
</member>
<member name="M:DevExpress.XtraCharts.ChartControl.ResetLegendPointOptions">
<summary>
<para>Cancels the changes applied to the <see cref="P:DevExpress.XtraCharts.SeriesBase.LegendPointOptions"/> for each series and makes it equal to the <see cref="P:DevExpress.XtraCharts.SeriesBase.PointOptions"/>.</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.ChartControl.ResetLegendTextPattern">
<summary>
<para>Resets the text pattern applied to the legend items via the <see cref="P:DevExpress.XtraCharts.SeriesBase.LegendTextPattern"/> property.</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.ChartControl.ResetSummaryFunctions">
<summary>
<para>Resets the collection of the chart&#39;s summary functions.</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.ChartControl.RightToLeft">
<summary>
<para>Gets or sets a value indicating whether chart elements are aligned using right-to-left alignment.</para>
</summary>
<value>A <see cref="T:System.Windows.Forms.RightToLeft"/> enumeration value.</value>
</member>
<member name="P:DevExpress.XtraCharts.ChartControl.RuntimeHitTesting">
<summary>
<para>Specifies whether or not hit-testing is enabled for a Chart control.</para>
</summary>
<value>true, if a chart provides hit information at runtime; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraCharts.ChartControl.RuntimeRotation">
<summary>
<para>Gets or sets a value indicating if the 3D Chart&#39;s diagram can be rotated by end-users at runtime via the mouse pointer.</para>
</summary>
<value>true if rotation is enabled; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraCharts.ChartControl.RuntimeSelection">
<summary>
<para>Gets or sets a value indicating if chart elements can be selected by end-users at runtime.</para>
</summary>
<value>true if selection is enabled; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraCharts.ChartControl.RuntimeSeriesSelectionMode">
<summary>
<para>Gets or sets the value specifying which diagram element is selected by the end-user&#39;s click.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.SeriesSelectionMode"/> enumeration value, specifying the selected element.</value>
</member>
<member name="M:DevExpress.XtraCharts.ChartControl.SaveToFile(System.String)">
<summary>
<para>Saves the chart&#39;s layout to the specified file.</para>
</summary>
<param name="path">A <see cref="T:System.String"/> value, which specifies the path to the file where the layout should be stored. If an empty string is specified, an exception is raised.</param>
</member>
<member name="M:DevExpress.XtraCharts.ChartControl.SaveToStream(System.IO.Stream)">
<summary>
<para>Saves the chart&#39;s layout to the specified stream.</para>
</summary>
<param name="stream">A <see cref="T:System.IO.Stream"/> descendant to which the chart&#39;s layout is written.</param>
</member>
<member name="E:DevExpress.XtraCharts.ChartControl.Scroll">
<summary>
<para>Occurs when an end-user scrolls the <see cref="T:DevExpress.XtraCharts.ChartControl"/>.</para>
</summary>
</member>
<member name="E:DevExpress.XtraCharts.ChartControl.Scroll3D">
<summary>
<para>Occurs when an end-user scrolls the 3D diagram.</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.ChartControl.SelectedItems">
<summary>
<para>Gets the collection of selected items (chart points and series) and business data objects (in the case of using a data source) of the <see cref="T:DevExpress.XtraCharts.ChartControl"/> object.</para>
</summary>
<value>A list which contains selected chart points, series and business data objects (in the case of using a data source).</value>
</member>
<member name="E:DevExpress.XtraCharts.ChartControl.SelectedItemsChanged">
<summary>
<para>Occurs after the selection of a chart item has been changed.</para>
</summary>
</member>
<member name="E:DevExpress.XtraCharts.ChartControl.SelectedItemsChanging">
<summary>
<para>Occurs before the Chart Control&#39;s selected items collection is changed, enabling a handler to cancel the selection change.</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.ChartControl.SelectionMode">
<summary>
<para>Gets or sets a value which specifies how the chart elements are selected.</para>
</summary>
<value>An <see cref="T:DevExpress.XtraCharts.ElementSelectionMode"/> enumeration member specifying the chart&#39;s selection behavior.</value>
</member>
<member name="P:DevExpress.XtraCharts.ChartControl.Series">
<summary>
<para>Provides access to the chart control&#39;s collection of series objects.</para>
</summary>
<value>The collection of series that the Chart Control displays.</value>
</member>
<member name="P:DevExpress.XtraCharts.ChartControl.SeriesDataMember">
<summary>
<para>Gets or sets the name of the data field that contains names for automatically generated series.</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the data field&#39;s name.</value>
</member>
<member name="P:DevExpress.XtraCharts.ChartControl.SeriesNameTemplate">
<summary>
<para>Gets the settings used to name data bound series.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.SeriesNameTemplate"/> object that contains naming settings.</value>
</member>
<member name="P:DevExpress.XtraCharts.ChartControl.SeriesSelectionMode">
<summary>
<para>Gets or sets a value specifying how the series is selected in the chart control.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.SeriesSelectionMode"/> enumeration member specifying the selection behavior of a series.</value>
</member>
<member name="P:DevExpress.XtraCharts.ChartControl.SeriesSerializable">
<summary>
<para>Gets or sets the value used to support serialization of the <see cref="P:DevExpress.XtraCharts.ChartControl.Series"/> property.</para>
</summary>
<value>An array of <see cref="T:DevExpress.XtraCharts.Series"/> objects.</value>
</member>
<member name="P:DevExpress.XtraCharts.ChartControl.SeriesSorting">
<summary>
<para>Gets or sets a value that specifies how series are sorted within the chart control based upon the series names.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.SortingMode"/> enumeration value.</value>
</member>
<member name="P:DevExpress.XtraCharts.ChartControl.SeriesTemplate">
<summary>
<para>Returns the series template the chart uses to generate its series.</para>
</summary>
<value>The series template the chart uses to generate its series.</value>
</member>
<member name="M:DevExpress.XtraCharts.ChartControl.SetObjectSelection(System.Object)">
<summary>
<para>Selects the specified chart element at runtime.</para>
</summary>
<param name="obj">A <see cref="T:System.Object"/> which specifies the chart element to select.</param>
</member>
<member name="M:DevExpress.XtraCharts.ChartControl.ShowPrintPreview">
<summary>
<para>Invokes the Print Preview Form, which shows the print preview of the chart.</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.ChartControl.ShowPrintPreview(DevExpress.XtraCharts.Printing.PrintSizeMode)">
<summary>
<para>Invokes the Print Preview Form, which shows the print preview of the chart using the specified zoom settings.</para>
</summary>
<param name="sizeMode">A <see cref="T:DevExpress.XtraCharts.Printing.PrintSizeMode"/> enumeration value which specifies the size mode used to print the chart.</param>
</member>
<member name="M:DevExpress.XtraCharts.ChartControl.ShowRibbonPrintPreview">
<summary>
<para>Invokes the Ribbon Print Preview Form, which shows the print preview of the chart.</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.ChartControl.SideBySideBarDistanceFixed">
<summary>
<para>Gets or sets the fixed distance value between bars in all side-by-side series views (2D Side-by-Side Bar, Side-by-Side Range Bar, Side-by-Side Gantt and 3D Side-by-Side Bar) of this chart.</para>
</summary>
<value>An integer value which represents the fixed distance between bars, measured in pixels.</value>
</member>
<member name="P:DevExpress.XtraCharts.ChartControl.SideBySideBarDistanceVariable">
<summary>
<para>Gets or sets the variable distance value between bars in all side-by-side series views (2D Side-by-Side Bar, Side-by-Side Range Bar, Side-by-Side Gantt and 3D Side-by-Side Bar) of this chart.</para>
</summary>
<value>A <see cref="T:System.Double"/> value which represents the variable bar distance between bars, measured in fractions of axis units.</value>
</member>
<member name="P:DevExpress.XtraCharts.ChartControl.SideBySideEqualBarWidth">
<summary>
<para>Gets or sets a value indicating whether all bars of a series should have equal width in all side-by-side series views (2D Side-by-Side Bar, Side-by-Side Range Bar, Side-by-Side Gantt and 3D Side-by-Side Bar) of this chart.</para>
</summary>
<value>true if all bars of the same series should always have equal width; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraCharts.ChartControl.SmallChartText">
<summary>
<para>Gets the settings for the text to be displayed in the chart control, when it&#39;s too small to fit the diagram.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.SmallChartText"/> object, representing the small chart text options.</value>
</member>
<member name="E:DevExpress.XtraCharts.ChartControl.SmallChartTextShowing">
<summary>
<para>Occurs when the control size does not allow displaying a readable chart.</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.ChartControl.StackedStepAreaInvertedStep">
<summary>
<para>Gets or sets the value indicating whether or not Stacked Step areas are plotted using inverted step.</para>
</summary>
<value>true if series should be plotted using inverted step; otherwise false</value>
</member>
<member name="P:DevExpress.XtraCharts.ChartControl.Tag">
<summary>
<para>Overrides the <see cref="P:System.Windows.Forms.Control.Tag"/> property.</para>
</summary>
<value>A <see cref="T:System.Object"/> value. Always returns null (Nothing in Visual Basic).</value>
</member>
<member name="P:DevExpress.XtraCharts.ChartControl.Text">
<summary>
<para>Overrides the <see cref="P:System.Windows.Forms.Control.Text"/> property.</para>
</summary>
<value>A <see cref="T:System.String"/> value. Always returns <see cref="F:System.String.Empty"/>.</value>
</member>
<member name="P:DevExpress.XtraCharts.ChartControl.Titles">
<summary>
<para>Gets the collection of chart titles.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.ChartTitleCollection"/> object that represents the collection of chart titles.</value>
</member>
<member name="P:DevExpress.XtraCharts.ChartControl.ToolTipController">
<summary>
<para>Specifies the tooltip controller component that controls the appearance, position and other settings of tooltips displayed for the Chart control.</para>
</summary>
<value>A <see cref="T:DevExpress.Utils.ToolTipController"/> object.</value>
</member>
<member name="P:DevExpress.XtraCharts.ChartControl.ToolTipEnabled">
<summary>
<para>Gets or sets a value that specifies whether or not a tooltip is enabled for a chart.</para>
</summary>
<value>Default - a tooltip&#39;s state (enabled/disabled) is automatically determined according to the type of a diagram currently displayed on a chart; True - a tooltip is enabled in a chart; False - a tooltip is disabled.</value>
</member>
<member name="P:DevExpress.XtraCharts.ChartControl.ToolTipOptions">
<summary>
<para>Gets the tooltip settings allowing you to specify its position and appearance on a diagram.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.ToolTipOptions"/> object descendant which represents tooltip options on a diagram.</value>
</member>
<member name="M:DevExpress.XtraCharts.ChartControl.UnregisterSummaryFunction(System.String)">
<summary>
<para>Unregisters the summary function with the specified name.</para>
</summary>
<param name="name">A <see cref="T:System.String"/> value representing the name of the summary function to be unregistered.</param>
</member>
<member name="P:DevExpress.XtraCharts.ChartControl.UseDirectXPaint">
<summary>
<para>Gets or sets whether the DirectX Hardware Acceleration is enabled for this Chart Control.</para>
</summary>
<value>true if the Chart Control should use hardware acceleration; otherwise false.</value>
</member>
<member name="P:DevExpress.XtraCharts.ChartControl.ValidateDataMembers">
<summary>
<para>Specifies whether to validate data members.</para>
</summary>
<value>true, if data members should be validated; otherwise, false. The default value is true.</value>
</member>
<member name="P:DevExpress.XtraCharts.ChartControl.WaterfallConnectorColor">
<summary>
<para>Gets or sets the color of connectors displayed between waterfall chart bars.</para>
</summary>
<value>A color that the chart uses to paint connectors.</value>
</member>
<member name="P:DevExpress.XtraCharts.ChartControl.WaterfallConnectorStyle">
<summary>
<para>Gets or sets the style for connector lines displayed between waterfall chart bars.</para>
</summary>
<value>The connector style settings.</value>
</member>
<member name="P:DevExpress.XtraCharts.ChartControl.WaterfallStartBarColor">
<summary>
<para>Gets or sets the waterfall start bar color.</para>
</summary>
<value>The start bar fill color.</value>
</member>
<member name="P:DevExpress.XtraCharts.ChartControl.WaterfallSubtotalBarColor">
<summary>
<para>Gets or sets the color that is used to paint waterfall subtotals.</para>
</summary>
<value>The subtotal bar fill color.</value>
</member>
<member name="P:DevExpress.XtraCharts.ChartControl.WaterfallTotalBarColor">
<summary>
<para>Gets or sets the color that is used to paint the waterfall total bar.</para>
</summary>
<value>The total bar&#39;s fill color.</value>
</member>
<member name="P:DevExpress.XtraCharts.ChartControl.WaterfallValueOptions">
<summary>
<para>Gets or sets options that define how to process waterfall point values.</para>
</summary>
<value>The value options.</value>
</member>
<member name="E:DevExpress.XtraCharts.ChartControl.Zoom">
<summary>
<para>Occurs when an end-user zooms in or out of the <see cref="T:DevExpress.XtraCharts.ChartControl"/>.</para>
</summary>
</member>
<member name="E:DevExpress.XtraCharts.ChartControl.Zoom3D">
<summary>
<para>Occurs when an end-user zooms in or out of the 3D diagram.</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.DXCustomPaintEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraCharts.ChartControl.CustomPaint"/> event when the chart is drawn on surfaces in GDI+ and DirectX modes.</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.DXCustomPaintEventArgs.Cache">
<summary>
<para>Returns an object that allows you to draw on surfaces in GDI+ and DirectX modes.</para>
</summary>
<value>The object that allows you to draw on surfaces in GDI+ and DirectX modes.</value>
</member>
<member name="T:DevExpress.XtraCharts.QueryCursorEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.XtraCharts.ChartControl.QueryCursor"/> event.</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.QueryCursorEventArgs.Cursor">
<summary>
<para>Gets or sets the mouse cursor currently being shown for the chart.</para>
</summary>
<value>A <see cref="T:System.Windows.Forms.Cursor"/> object that represents the cursor.</value>
</member>
<member name="P:DevExpress.XtraCharts.QueryCursorEventArgs.CursorType">
<summary>
<para>Gets the cursor type.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.CursorType"/> enumeration value that specifies the cursor type.</value>
</member>
<member name="T:DevExpress.XtraCharts.QueryCursorEventHandler">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.XtraCharts.ChartControl.QueryCursor"/> event.</para>
</summary>
<param name="sender">The event source. This parameter identifies the <see cref="T:DevExpress.XtraCharts.ChartControl"/> which raised the event.</param>
<param name="e">A <see cref="T:DevExpress.XtraCharts.QueryCursorEventArgs"/> object that contains data related to the event.</param>
</member>
</members>
</doc>