BaoKai_202508-Wms-Jingwang..../WMS.FrmReport/bin/Debug/DevExpress.XtraCharts.v22.2.UI.xml
2025-08-24 09:35:55 +08:00

1913 lines
110 KiB
XML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>DevExpress.XtraCharts.v22.2.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 charts 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 controls 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 users 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 charts 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 charts 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 charts data binding is automatically adjusted during the creation of a Pivot Chart.</para>
</summary>
<value>true to automatically adjust the charts 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 charts layout is automatically adjusted when creating a Pivot Chart.</para>
</summary>
<value>true to automatically adjust the charts 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 controls background color.</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> value which specifies the chart controls 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 controls 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 controls 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 controls 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 charts 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 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 charts top-left corner.</param>
<param name="y">An integer value which specifies the y-coordinate of the test point relative to the charts 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 cursors 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 Cursors position, appearance and behavior.</para>
</summary>
<value>Options that allow you to specify the Crosshair Cursors position, appearance and behavior.</value>
</member>
<member name="E:DevExpress.XtraCharts.ChartControl.CustomDrawAxisLabel">
<summary>
<para>Occurs before axis label items are drawn when the charts contents are being drawn.</para>
</summary>
</member>
<member name="E:DevExpress.XtraCharts.ChartControl.CustomDrawCrosshair">
<summary>
<para>Occurs before crosshair items are drawn when the charts contents are being drawn.</para>
</summary>
</member>
<member name="E:DevExpress.XtraCharts.ChartControl.CustomDrawSeries">
<summary>
<para>Occurs before a series is drawn when the charts 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 charts contents is being drawn.</para>
</summary>
</member>
<member name="E:DevExpress.XtraCharts.ChartControl.CustomizeAutoBindingSettings">
<summary>
<para>Occurs after automatic settings are applied to a charts data source.</para>
</summary>
</member>
<member name="E:DevExpress.XtraCharts.ChartControl.CustomizeLegend">
<summary>
<para>Occurs before automatic settings are applied to the legends 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 Diagrams 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 labels.</para>
</summary>
</member>
<member name="E:DevExpress.XtraCharts.ChartControl.CustomPaint">
<summary>
<para>Occurs after all the charts visual elements have been drawn.</para>
</summary>
</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 controls data source.</para>
</summary>
<value>A <see cref="T:System.Object"/> representing the chart controls data source.</value>
</member>
<member name="P:DevExpress.XtraCharts.ChartControl.Diagram">
<summary>
<para>Gets the chart controls diagram and provides access to its settings.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.Diagram"/> object that represents the chart controls 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 controls boundaries.</value>
</member>
<member name="P:DevExpress.XtraCharts.ChartControl.DisplayUnits">
<summary>
<para>Gets the unit of measurement for the chart controls 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 Controls drill down state is changed.</para>
</summary>
</member>
<member name="E:DevExpress.XtraCharts.ChartControl.DrillDownStateChanging">
<summary>
<para>Occurs before the Chart Controls 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 charts 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 Controls object model is completely initialized.</para>
</summary>
</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.IO.Stream,DevExpress.XtraPrinting.DocxExportOptions)">
<summary>
<para>Exports the control in the Office Open XML file format (DOCX file) and sends it to the specified stream.</para>
</summary>
<param name="stream">A <see cref="T:System.IO.Stream"/> object that specifies the stream to which the document should be sent.</param>
<param name="options">The DOCX export options to be applied when the control is exported.</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.ExportToDocx(System.String,DevExpress.XtraPrinting.DocxExportOptions)">
<summary>
<para>Exports the control in the Office Open XML file format and saves it to the specified DOCX file.</para>
</summary>
<param name="filePath">A string value that specifies the full path (including the file name and extension) where the DOCX file should be created.</param>
<param name="options">The DOCX export options to be applied when the control 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 charts 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. “UTF-8”).</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,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 charts 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. “UTF-8”).</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 charts 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. “UTF-8”).</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,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 charts 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. “UTF-8”).</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,DevExpress.XtraPrinting.PdfExportOptions)">
<summary>
<para>Exports the charts 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,DevExpress.XtraPrinting.PdfExportOptions)">
<summary>
<para>Exports the charts 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,DevExpress.XtraPrinting.RtfExportOptions)">
<summary>
<para>Exports the control to a stream in RTF format.</para>
</summary>
<param name="stream">A <see cref="T:System.IO.Stream"/> object to which the data is exported.</param>
<param name="options">A <see cref="T:DevExpress.XtraPrinting.RtfExportOptions"/> object that contains the options for the resulting RTF file.</param>
</member>
<member name="M:DevExpress.XtraCharts.ChartControl.ExportToRtf(System.String,DevExpress.XtraPrinting.RtfExportOptions)">
<summary>
<para>Exports the control to an RTF document with the given path.</para>
</summary>
<param name="filePath">A file path that includes the file name and extension, where the file should be created.</param>
<param name="options">A <see cref="T:DevExpress.XtraPrinting.RtfExportOptions"/> object that contains the options for the resulting RTF file.</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,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,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,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,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 controls 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 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 charts 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 Cards 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 controls legend.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.Legend"/> object that represents the chart controls 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 charts 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 charts 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 controls 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 charts printing options.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.Printing.ChartOptionsPrint"/> object which provides access to the charts printing options.</value>
</member>
<member name="P:DevExpress.XtraCharts.ChartControl.Padding">
<summary>
<para>Specifies the internal space between the chart controls content (the diagram and legend) and its edge, in pixels.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.RectangleIndents"/> object, representing the charts 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 charts 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 panes 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 legends 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 labels.</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.ChartControl.PivotGridDataSourceOptions">
<summary>
<para>Provides access to the settings that determine the Charts 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 functions name.</param>
<param name="displayName">A <see cref="T:System.String"/> value containing the functions 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 functions result.</param>
<param name="resultDimension">An integer value representing the dimension of the resulting series points 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 functions name.</param>
<param name="displayName">A <see cref="T:System.String"/> value containing the functions display name, which is used for localization purposes.</param>
<param name="resultDimension">An integer value representing the dimension of the resulting series points 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 SeriesBase.LegendPointOptions for each series and makes it equal to the 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 charts 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 Charts 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-users 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 charts 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 charts layout to the specified stream.</para>
</summary>
<param name="stream">A <see cref="T:System.IO.Stream"/> descendant to which the charts 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 Controls 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 charts selection behavior.</value>
</member>
<member name="P:DevExpress.XtraCharts.ChartControl.Series">
<summary>
<para>Provides access to the chart controls 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 fields 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 its 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 tooltips 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 bars 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="N:DevExpress.XtraCharts.Heatmap">
<summary>
<para>Contains classes that are used to plot WinForms Heatmap charts.</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.Heatmap.HeatmapControl">
<summary>
<para>Displays a customizable and interactive heatmap chart.</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.Heatmap.HeatmapControl.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraCharts.Heatmap.HeatmapControl"/> class.</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.Heatmap.HeatmapControl.About">
<summary>
<para>Activates the controls About dialog box.</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.Heatmap.HeatmapControl.AxisX">
<summary>
<para>Provides access to the Heatmap Controls x-axis settings.</para>
</summary>
<value>Contains axis settings.</value>
</member>
<member name="P:DevExpress.XtraCharts.Heatmap.HeatmapControl.AxisY">
<summary>
<para>Provides access to the Heatmap Controls y-axis settings.</para>
</summary>
<value>Contains axis settings.</value>
</member>
<member name="P:DevExpress.XtraCharts.Heatmap.HeatmapControl.Border">
<summary>
<para>Returns the heatmap border settings.</para>
</summary>
<value>Contains options for a rectangular border.</value>
</member>
<member name="M:DevExpress.XtraCharts.Heatmap.HeatmapControl.CalcHitInfo(System.Drawing.Point)">
<summary>
<para>Returns information about the visual element under the specified hit point.</para>
</summary>
<param name="point">Specifies the hit point relative to the controls upper-left corner.</param>
<returns>Contains information about the visual element under the specified hit point.</returns>
</member>
<member name="M:DevExpress.XtraCharts.Heatmap.HeatmapControl.CalcHitInfo(System.Int32,System.Int32)">
<summary>
<para>Returns information about the visual element under the hit point with specified coordinates</para>
</summary>
<param name="x">Specifies the hit points x-coordinate relative to the controls upper-left corner.</param>
<param name="y">Specifies the hit points y-coordinate relative to the controls upper-left corner.</param>
<returns>Contains information about the visual element under the specified hit point.</returns>
</member>
<member name="P:DevExpress.XtraCharts.Heatmap.HeatmapControl.ColorProvider">
<summary>
<para>Gets or sets the coloring algorithm that is used to paint heatmap cells.</para>
</summary>
<value>A color provider that is used to paint the heatmap.</value>
</member>
<member name="E:DevExpress.XtraCharts.Heatmap.HeatmapControl.CustomizeHeatmapToolTip">
<summary>
<para>Occurs before a tooltip is invoked and allows to customize tooltip content based on heatmap cell arguments and values.</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.Heatmap.HeatmapControl.DataAdapter">
<summary>
<para>Gets or sets an adapter that is used to load data to the heatmap.</para>
</summary>
<value>A <see cref="T:DevExpress.XtraCharts.Heatmap.HeatmapDataAdapterBase"/> descendant.</value>
</member>
<member name="P:DevExpress.XtraCharts.Heatmap.HeatmapControl.Diagram">
<summary>
<para>Gets or sets the Heatmap Controls diagram.</para>
</summary>
<value>Contains diagram options.</value>
</member>
<member name="P:DevExpress.XtraCharts.Heatmap.HeatmapControl.EnableAxisXScrolling">
<summary>
<para>Specifies whether a user can scroll the heatmap horizontally.</para>
</summary>
<value>true if the heatmap can be scrolled horizontally (along an x-axis); otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraCharts.Heatmap.HeatmapControl.EnableAxisXZooming">
<summary>
<para>Specifies whether a user can zoom the heatmap horizontally.</para>
</summary>
<value>true if the heatmap can be zoomed horizontally (along an x-axis); otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraCharts.Heatmap.HeatmapControl.EnableAxisYScrolling">
<summary>
<para>Specifies whether a user can scroll the heatmap vertically.</para>
</summary>
<value>true if the heatmap can be scrolled vertically (along a y-axis); otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraCharts.Heatmap.HeatmapControl.EnableAxisYZooming">
<summary>
<para>Specifies whether a user can zoom the heatmap vertically.</para>
</summary>
<value>true if the heatmap can be zoomed vertically (along a y-axis); otherwise, false.</value>
</member>
<member name="M:DevExpress.XtraCharts.Heatmap.HeatmapControl.ExportToDocx(System.IO.Stream,DevExpress.XtraPrinting.DocxExportOptions)">
<summary>
<para>Exports the control in the Office Open XML file format (DOCX file) and sends it to the specified stream.</para>
</summary>
<param name="stream">A <see cref="T:System.IO.Stream"/> object that specifies the stream to which the document should be sent.</param>
<param name="options">The DOCX export options to be applied when the diagram is exported.</param>
</member>
<member name="M:DevExpress.XtraCharts.Heatmap.HeatmapControl.ExportToDocx(System.String,DevExpress.XtraPrinting.DocxExportOptions)">
<summary>
<para>Exports the control in the Office Open XML file format and saves it to the specified DOCX file.</para>
</summary>
<param name="filePath">A string value that specifies the full path (including the file name and extension) where the DOCX file should be created.</param>
<param name="options">The DOCX export options to be applied when the diagram is exported.</param>
</member>
<member name="M:DevExpress.XtraCharts.Heatmap.HeatmapControl.ExportToHtml(System.IO.Stream,DevExpress.XtraPrinting.HtmlExportOptions)">
<summary>
<para>Exports the control to the specified stream in HTML format.</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 object that specifies the HTML export options to be applied when a diagram is exported.</param>
</member>
<member name="M:DevExpress.XtraCharts.Heatmap.HeatmapControl.ExportToHtml(System.String,DevExpress.XtraPrinting.HtmlExportOptions)">
<summary>
<para>Exports the control to the specified file in HTML format.</para>
</summary>
<param name="filePath">A string that specifies the full path to the file to which the control is exported.</param>
<param name="options">An object that specifies the HTML export options to be applied when a diagram is exported.</param>
</member>
<member name="M:DevExpress.XtraCharts.Heatmap.HeatmapControl.ExportToImage(System.IO.Stream,System.Drawing.Imaging.ImageFormat)">
<summary>
<para>Creates an image file in the specified format from the current diagram and exports [exports what] to the specified stream.</para>
</summary>
<param name="stream">A stream to which the current diagram is exported.</param>
<param name="format">The resulting image format.</param>
</member>
<member name="M:DevExpress.XtraCharts.Heatmap.HeatmapControl.ExportToImage(System.String,System.Drawing.Imaging.ImageFormat)">
<summary>
<para>Creates an image file in the specified format from the current diagram and outputs it to the specified path.</para>
</summary>
<param name="filePath">A <see cref="T:System.String"/> that contains the full path to which the image file is exported.</param>
<param name="format">The resulting image format.</param>
</member>
<member name="M:DevExpress.XtraCharts.Heatmap.HeatmapControl.ExportToMht(System.IO.Stream,DevExpress.XtraPrinting.MhtExportOptions)">
<summary>
<para>Exports the diagram to the specified stream in the MHT format (Web archive, single file).</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">The MHT export options to be applied when the diagram is exported.</param>
</member>
<member name="M:DevExpress.XtraCharts.Heatmap.HeatmapControl.ExportToMht(System.String,DevExpress.XtraPrinting.MhtExportOptions)">
<summary>
<para>Exports the diagram to the specified file in MHT format with given MHT-specific options.</para>
</summary>
<param name="filePath">The file name (including the full path) for the created MHT file.</param>
<param name="options">Export options.</param>
</member>
<member name="M:DevExpress.XtraCharts.Heatmap.HeatmapControl.ExportToPdf(System.IO.Stream,DevExpress.XtraPrinting.PdfExportOptions)">
<summary>
<para>Exports the charts data to a PDF document and sends it to the stream.</para>
</summary>
<param name="stream">A <see cref="T:System.IO.Stream"/> object to which the created document is exported.</param>
<param name="options">Contains options for the resulting PDF file.</param>
</member>
<member name="M:DevExpress.XtraCharts.Heatmap.HeatmapControl.ExportToPdf(System.String,DevExpress.XtraPrinting.PdfExportOptions)">
<summary>
<para>Exports the diagram image to a PDF file with the specified path.</para>
</summary>
<param name="filePath">A file path that includes the file name and extension.</param>
<param name="options">Contains settings applied to the resulting PDF file.</param>
</member>
<member name="M:DevExpress.XtraCharts.Heatmap.HeatmapControl.ExportToRtf(System.IO.Stream,DevExpress.XtraPrinting.RtfExportOptions)">
<summary>
<para>Exports the control to a stream in RTF format.</para>
</summary>
<param name="stream">A <see cref="T:System.IO.Stream"/> object to which the data is exported.</param>
<param name="options">The RTF export options to be applied when the diagram is exported.</param>
</member>
<member name="M:DevExpress.XtraCharts.Heatmap.HeatmapControl.ExportToRtf(System.String,DevExpress.XtraPrinting.RtfExportOptions)">
<summary>
<para>Exports the control to an RTF document with the given path.</para>
</summary>
<param name="filePath">A file path that includes the file name and extension, where the file should be created.</param>
<param name="options">The RTF export options to be applied when the diagram is exported.</param>
</member>
<member name="M:DevExpress.XtraCharts.Heatmap.HeatmapControl.ExportToSvg(System.IO.Stream)">
<summary>
<para>Exports the diagram 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.Heatmap.HeatmapControl.ExportToSvg(System.String)">
<summary>
<para>Exports the diagram to the specified file in the SVG format.</para>
</summary>
<param name="filePath">A file path that includes the file name and extension, where the file should be created.</param>
</member>
<member name="M:DevExpress.XtraCharts.Heatmap.HeatmapControl.ExportToXls(System.IO.Stream,DevExpress.XtraPrinting.XlsExportOptions)">
<summary>
<para>Creates an XLS document with the diagram inserted as an image and sends it to a stream.</para>
</summary>
<param name="stream">A <see cref="T:System.IO.Stream"/> descendant class object to which the file should be sent.</param>
<param name="options">Contains settings that are applied to the exported document.</param>
</member>
<member name="M:DevExpress.XtraCharts.Heatmap.HeatmapControl.ExportToXls(System.String,DevExpress.XtraPrinting.XlsExportOptions)">
<summary>
<para>Exports the diagram to an XLS file with given parameters.</para>
</summary>
<param name="filePath">A file path that includes the file name and extension, where the file should be created.</param>
<param name="options">Options that apply to the resulting document.</param>
</member>
<member name="M:DevExpress.XtraCharts.Heatmap.HeatmapControl.ExportToXlsx(System.IO.Stream,DevExpress.XtraPrinting.XlsxExportOptions)">
<summary>
<para>Creates an XLSX document with the diagram inserted as an image and sends it to a stream.</para>
</summary>
<param name="stream">A <see cref="T:System.IO.Stream"/> descendant class object to which the file should be sent.</param>
<param name="options">Contains settings that apply to the exported document.</param>
</member>
<member name="M:DevExpress.XtraCharts.Heatmap.HeatmapControl.ExportToXlsx(System.String,DevExpress.XtraPrinting.XlsxExportOptions)">
<summary>
<para>Exports the diagram to an XLSX file with given parameters.</para>
</summary>
<param name="filePath">A file path that includes the file name and extension, where the file should be created.</param>
<param name="options">Contains settings that apply to the exported document.</param>
</member>
<member name="M:DevExpress.XtraCharts.Heatmap.HeatmapControl.GetToolTipController">
<summary>
<para>Returns the tooltip controller that specifies the appearance, position, and content of the hints displayed for heatmap cells.</para>
</summary>
<returns>Controls hint appearance and behavior.</returns>
</member>
<member name="E:DevExpress.XtraCharts.Heatmap.HeatmapControl.HighlightedItemChanged">
<summary>
<para>Occurs when the highlighted heatmap cell is changed.</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.Heatmap.HeatmapControl.HighlightMode">
<summary>
<para>Specifies how the Heatmap Control highlight cells when a user hovers over a cell with the mouse cursor.</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.Heatmap.HeatmapControl.IsScrollingEnabled">
<summary>
<para>Checks whether scroll operations are enabled.</para>
</summary>
<value>true if scroll operations are enabled; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraCharts.Heatmap.HeatmapControl.IsZoomingEnabled">
<summary>
<para>Checks whether zoom operations are enabled.</para>
</summary>
<value>true if zoom operations are enabled; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraCharts.Heatmap.HeatmapControl.Label">
<summary>
<para>Provides access to the Heatmap Controls cell label settings.</para>
</summary>
<value>Contains heatmap label settings.</value>
</member>
<member name="P:DevExpress.XtraCharts.Heatmap.HeatmapControl.Legend">
<summary>
<para>Returns heatmap legend options.</para>
</summary>
<value>Contains options for the heatmap legend.</value>
</member>
<member name="P:DevExpress.XtraCharts.Heatmap.HeatmapControl.LookAndFeel">
<summary>
<para>Gets or sets the controls look-and-feel settings.</para>
</summary>
<value>The controls look-and-feel settings.</value>
</member>
<member name="P:DevExpress.XtraCharts.Heatmap.HeatmapControl.OptionsPrint">
<summary>
<para>Allows you to customize heatmap print options.</para>
</summary>
<value>Contains print options for the heatmap.</value>
</member>
<member name="P:DevExpress.XtraCharts.Heatmap.HeatmapControl.PaletteRepository">
<summary>
<para>Returns the Heatmap Controls palette repository.</para>
</summary>
<value>Stores heatmap palettes.</value>
</member>
<member name="M:DevExpress.XtraCharts.Heatmap.HeatmapControl.Print">
<summary>
<para>Prints the heatmap.</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.Heatmap.HeatmapControl.ResetZoom">
<summary>
<para>Resets the current zoom state to the initial state (when the heatmap is not zoomed).</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.Heatmap.HeatmapControl.Scroll(DevExpress.XtraCharts.Heatmap.HeatmapHorizontalScrollingDirection,DevExpress.XtraCharts.Heatmap.HeatmapVerticalScrollingDirection)">
<summary>
<para>Scrolls the heatmap diagram horizontally or/and vertically at 10 scroll units.</para>
</summary>
<param name="horizontalDirection">Specifies horizontal scroll direction.</param>
<param name="verticalDirection">Specifies vertical scroll direction.</param>
</member>
<member name="P:DevExpress.XtraCharts.Heatmap.HeatmapControl.SelectedItems">
<summary>
<para>Gets or sets heatmap cells or source objects that are used to create the selected cells.</para>
</summary>
<value>A list of objects that store cell data.</value>
</member>
<member name="E:DevExpress.XtraCharts.Heatmap.HeatmapControl.SelectedItemsChanged">
<summary>
<para>Occurs after the heatmaps collection of selected items is changed.</para>
</summary>
</member>
<member name="E:DevExpress.XtraCharts.Heatmap.HeatmapControl.SelectedItemsChanging">
<summary>
<para>Occurs before the heatmaps collection of selected items is changed (items are added or removed).</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.Heatmap.HeatmapControl.SelectionMode">
<summary>
<para>Gets or sets the selection mode for heatmap cells.</para>
</summary>
<value>A value that identifies the selection mode.</value>
</member>
<member name="M:DevExpress.XtraCharts.Heatmap.HeatmapControl.ShowPrintDialog">
<summary>
<para>Displays the standard Print dialog used to print the data in the heatmap.</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.Heatmap.HeatmapControl.ShowPrintPreview">
<summary>
<para>Invokes the Print Preview Form for the heatmap.</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.Heatmap.HeatmapControl.ShowRibbonPrintPreview">
<summary>
<para>Invokes the Ribbon Print Preview Form for the heatmap.</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.Heatmap.HeatmapControl.Titles">
<summary>
<para>Returns the collection of heatmap titles.</para>
</summary>
<value>The collection of heatmap titles.</value>
</member>
<member name="P:DevExpress.XtraCharts.Heatmap.HeatmapControl.ToolTipController">
<summary>
<para>Gets or sets the controller that manages heatmap tooltip settings.</para>
</summary>
<value>A tooltip controller.</value>
</member>
<member name="P:DevExpress.XtraCharts.Heatmap.HeatmapControl.ToolTipEnabled">
<summary>
<para>Specifies whether tooltips are displayed for heatmap cells.</para>
</summary>
<value>true if tooltips are enabled; otherwise, false.</value>
</member>
<member name="P:DevExpress.XtraCharts.Heatmap.HeatmapControl.ToolTipTextPattern">
<summary>
<para>Gets or sets a format string that is applied to tooltip text.</para>
</summary>
<value>A string that formats tooltip text.</value>
</member>
<member name="M:DevExpress.XtraCharts.Heatmap.HeatmapControl.ZoomIn">
<summary>
<para>Zooms the heatmap in to 80% of the visual data range.</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.Heatmap.HeatmapControl.ZoomOut">
<summary>
<para>Zooms the heatmap out to 80% of the visual data range.</para>
</summary>
</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>
<member name="N:DevExpress.XtraCharts.Sankey">
<summary>
<para>Contains classes used to plot Sankey diagrams.</para>
</summary>
</member>
<member name="T:DevExpress.XtraCharts.Sankey.SankeyDiagramControl">
<summary>
<para>Displays a multilevel Sankey diagram.</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.Sankey.SankeyDiagramControl.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.XtraCharts.Sankey.SankeyDiagramControl"/> class.</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.Sankey.SankeyDiagramControl.About">
<summary>
<para>Activates the controls About dialog box.</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.Sankey.SankeyDiagramControl.BackColor">
<summary>
<para>Gets or sets the sankey diagram background color.</para>
</summary>
<value>The color used to fill the sankey diagrams background.</value>
</member>
<member name="P:DevExpress.XtraCharts.Sankey.SankeyDiagramControl.BorderOptions">
<summary>
<para>Provides access to the sankey diagrams border settings.</para>
</summary>
<value>Storage for border settings.</value>
</member>
<member name="P:DevExpress.XtraCharts.Sankey.SankeyDiagramControl.Colorizer">
<summary>
<para>Gets or sets the colorizer that paints nodes and links.</para>
</summary>
<value>An object of a class that implements the <see cref="T:DevExpress.XtraCharts.Sankey.ISankeyColorizer"/> interface.</value>
</member>
<member name="E:DevExpress.XtraCharts.Sankey.SankeyDiagramControl.CustomizeLinkToolTip">
<summary>
<para>Occurs before a tooltip is displayed for a link and allows you to format tooltip content.</para>
</summary>
</member>
<member name="E:DevExpress.XtraCharts.Sankey.SankeyDiagramControl.CustomizeNode">
<summary>
<para>Occurs for each node and allows you to customize a specific node based on a specified condition.</para>
</summary>
</member>
<member name="E:DevExpress.XtraCharts.Sankey.SankeyDiagramControl.CustomizeNodeToolTip">
<summary>
<para>Occurs before a tooltip is displayed for a node and allows you to format tooltip content.</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.Sankey.SankeyDiagramControl.DataSource">
<summary>
<para>Gets or sets the sankey diagrams data source.</para>
</summary>
<value>A data source.</value>
</member>
<member name="P:DevExpress.XtraCharts.Sankey.SankeyDiagramControl.EmptySankeyText">
<summary>
<para>Contains settings of the text that is displayed when the <see cref="T:DevExpress.XtraCharts.Sankey.SankeyDiagramControl"/> has no data.</para>
</summary>
<value>Text displayed when the <see cref="T:DevExpress.XtraCharts.Sankey.SankeyDiagramControl"/> has no data.</value>
</member>
<member name="P:DevExpress.XtraCharts.Sankey.SankeyDiagramControl.EnableHighlighting">
<summary>
<para>Specifies whether Sankey items can be highlighted.</para>
</summary>
<value>true if Sankey items can be highlighted; otherwise, false. The default value is true.</value>
</member>
<member name="M:DevExpress.XtraCharts.Sankey.SankeyDiagramControl.ExportToDocx(System.IO.Stream,DevExpress.XtraPrinting.DocxExportOptions)">
<summary>
<para>Exports the control in the Office Open XML file format (DOCX file) 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="options">A <see cref="T:DevExpress.XtraPrinting.DocxExportOptions"/> object that contains the options for the resulting DOCX file.</param>
</member>
<member name="M:DevExpress.XtraCharts.Sankey.SankeyDiagramControl.ExportToDocx(System.String,DevExpress.XtraPrinting.DocxExportOptions)">
<summary>
<para>Exports the control in the Office Open XML file format and saves it to the specified DOCX file.</para>
</summary>
<param name="filePath">A file path that includes the file name and extension.</param>
<param name="options">A <see cref="T:DevExpress.XtraPrinting.DocxExportOptions"/> object that contains the options for the resulting DOCX file.</param>
</member>
<member name="M:DevExpress.XtraCharts.Sankey.SankeyDiagramControl.ExportToHtml(System.IO.Stream,DevExpress.XtraPrinting.HtmlExportOptions)">
<summary>
<para>Exports the control to the specified stream in HTML format.</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 object that specifies the HTML export options to be applied when a diagram is exported.</param>
</member>
<member name="M:DevExpress.XtraCharts.Sankey.SankeyDiagramControl.ExportToHtml(System.String,DevExpress.XtraPrinting.HtmlExportOptions)">
<summary>
<para>Exports the control to the specified file in HTML format.</para>
</summary>
<param name="filePath">A string that specifies the full path to the file to which the control is exported.</param>
<param name="options">An object that specifies the HTML export options to be applied when a diagram is exported.</param>
</member>
<member name="M:DevExpress.XtraCharts.Sankey.SankeyDiagramControl.ExportToImage(System.IO.Stream,System.Drawing.Imaging.ImageFormat)">
<summary>
<para>Creates an image file in the specified format from the current diagram and exports [exports what] to the specified stream.</para>
</summary>
<param name="stream">A stream to which the current diagram is exported.</param>
<param name="format">The resulting image format.</param>
</member>
<member name="M:DevExpress.XtraCharts.Sankey.SankeyDiagramControl.ExportToImage(System.String,System.Drawing.Imaging.ImageFormat)">
<summary>
<para>Creates an image file in the specified format from the current diagram and outputs it to the specified path.</para>
</summary>
<param name="filePath">A <see cref="T:System.String"/> that contains the full path to which the image file is exported.</param>
<param name="format">The resulting image format.</param>
</member>
<member name="M:DevExpress.XtraCharts.Sankey.SankeyDiagramControl.ExportToMht(System.IO.Stream,DevExpress.XtraPrinting.MhtExportOptions)">
<summary>
<para>Exports the diagram to the specified stream in the MHT format (Web archive, single file).</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">The MHT export options to be applied when the diagram is exported.</param>
</member>
<member name="M:DevExpress.XtraCharts.Sankey.SankeyDiagramControl.ExportToMht(System.String,DevExpress.XtraPrinting.MhtExportOptions)">
<summary>
<para>Exports the diagram to the specified file in MHT format with given MHT-specific options.</para>
</summary>
<param name="filePath">The file name (including the full path) for the created MHT file.</param>
<param name="options">Export options.</param>
</member>
<member name="M:DevExpress.XtraCharts.Sankey.SankeyDiagramControl.ExportToPdf(System.IO.Stream,DevExpress.XtraPrinting.PdfExportOptions)">
<summary>
<para>Exports the charts data to a PDF document and sends it to the stream.</para>
</summary>
<param name="stream">A <see cref="T:System.IO.Stream"/> object to which the created document is exported.</param>
<param name="options">Contains options for the resulting PDF file.</param>
</member>
<member name="M:DevExpress.XtraCharts.Sankey.SankeyDiagramControl.ExportToPdf(System.String,DevExpress.XtraPrinting.PdfExportOptions)">
<summary>
<para>Exports the diagram image to a PDF file with the specified path.</para>
</summary>
<param name="filePath">A file path that includes the file name and extension.</param>
<param name="options">Contains settings applied to the resulting PDF file.</param>
</member>
<member name="M:DevExpress.XtraCharts.Sankey.SankeyDiagramControl.ExportToRtf(System.IO.Stream,DevExpress.XtraPrinting.RtfExportOptions)">
<summary>
<para>Exports the control to a stream in RTF format.</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.RtfExportOptions"/> object that contains the options for the resulting RTF file.</param>
</member>
<member name="M:DevExpress.XtraCharts.Sankey.SankeyDiagramControl.ExportToRtf(System.String,DevExpress.XtraPrinting.RtfExportOptions)">
<summary>
<para>Exports the control to an RTF document with the given path.</para>
</summary>
<param name="filePath">A file path that includes the file name and extension.</param>
<param name="options">A <see cref="T:DevExpress.XtraPrinting.RtfExportOptions"/> object that contains the options for the resulting RTF file.</param>
</member>
<member name="M:DevExpress.XtraCharts.Sankey.SankeyDiagramControl.ExportToSvg(System.IO.Stream)">
<summary>
<para>Exports the diagram 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.Sankey.SankeyDiagramControl.ExportToSvg(System.String)">
<summary>
<para>Exports the diagram to the specified file in the SVG format.</para>
</summary>
<param name="filePath">A file path that includes the file name and extension, where the file should be created.</param>
</member>
<member name="M:DevExpress.XtraCharts.Sankey.SankeyDiagramControl.ExportToXls(System.IO.Stream,DevExpress.XtraPrinting.XlsExportOptions)">
<summary>
<para>Creates an XLS document with the diagram inserted as an image and sends it to a stream.</para>
</summary>
<param name="stream">A <see cref="T:System.IO.Stream"/> descendant class object to which the file should be sent.</param>
<param name="options">Contains settings that are applied to the exported document.</param>
</member>
<member name="M:DevExpress.XtraCharts.Sankey.SankeyDiagramControl.ExportToXls(System.String,DevExpress.XtraPrinting.XlsExportOptions)">
<summary>
<para>Exports the diagram to an XLS file with given parameters.</para>
</summary>
<param name="filePath">A file path that includes the file name and extension, where the file should be created.</param>
<param name="options">Options that apply to the resulting document.</param>
</member>
<member name="M:DevExpress.XtraCharts.Sankey.SankeyDiagramControl.ExportToXlsx(System.IO.Stream,DevExpress.XtraPrinting.XlsxExportOptions)">
<summary>
<para>Creates an XLSX document with the diagram inserted as an image and sends it to a stream.</para>
</summary>
<param name="stream">A <see cref="T:System.IO.Stream"/> descendant class object to which the file should be sent.</param>
<param name="options">Contains settings that apply to the exported document.</param>
</member>
<member name="M:DevExpress.XtraCharts.Sankey.SankeyDiagramControl.ExportToXlsx(System.String,DevExpress.XtraPrinting.XlsxExportOptions)">
<summary>
<para>Exports the diagram to an XLSX file with given parameters.</para>
</summary>
<param name="filePath">A file path that includes the file name and extension, where the file should be created.</param>
<param name="options">Contains settings that apply to the exported document.</param>
</member>
<member name="M:DevExpress.XtraCharts.Sankey.SankeyDiagramControl.GetToolTipController">
<summary>
<para>Returns the tooltip controller component that specifies the appearance, position, and content of hints in the Sankey diagram control.</para>
</summary>
<returns>Controls the diagrams tooltips.</returns>
</member>
<member name="P:DevExpress.XtraCharts.Sankey.SankeyDiagramControl.HighlightedItems">
<summary>
<para>Returns a collection of highlighted items (links and nodes).</para>
</summary>
<value>A collection of highlighted items.</value>
</member>
<member name="E:DevExpress.XtraCharts.Sankey.SankeyDiagramControl.HighlightedItemsChanged">
<summary>
<para>Occurs when a collection of highlighted items (links or nodes) is changed.</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.Sankey.SankeyDiagramControl.LayoutAlgorithm">
<summary>
<para>Specifies Sankey layout algorithm settings.</para>
</summary>
<value>Contains Sankey layout algorithm settings.</value>
</member>
<member name="M:DevExpress.XtraCharts.Sankey.SankeyDiagramControl.LoadFromFile(System.String)">
<summary>
<para>Restores the diagrams layout from an XML file.</para>
</summary>
<param name="path">Specifies the path to the file that contains the layout.</param>
</member>
<member name="M:DevExpress.XtraCharts.Sankey.SankeyDiagramControl.LoadFromStream(System.IO.Stream)">
<summary>
<para>Restores the diagrams layout from a stream.</para>
</summary>
<param name="stream">A <see cref="T:System.IO.Stream"/> descendant from which the layout is read.</param>
</member>
<member name="P:DevExpress.XtraCharts.Sankey.SankeyDiagramControl.LookAndFeel">
<summary>
<para>Gets or sets the controls look-and-feel settings.</para>
</summary>
<value>The controls look-and-feel settings.</value>
</member>
<member name="P:DevExpress.XtraCharts.Sankey.SankeyDiagramControl.NodeComparer">
<summary>
<para>Gets or sets an algorithm that sorts nodes.</para>
</summary>
<value>An object of a class that implements IComparer&lt;SankeyNode&gt;.</value>
</member>
<member name="P:DevExpress.XtraCharts.Sankey.SankeyDiagramControl.NodeLabel">
<summary>
<para>Provides access to node label settings.</para>
</summary>
<value>Contains settings for node labels.</value>
</member>
<member name="P:DevExpress.XtraCharts.Sankey.SankeyDiagramControl.OptionsPrint">
<summary>
<para>Provides access to the diagrams print options.</para>
</summary>
<value>Contains print options for the diagram.</value>
</member>
<member name="P:DevExpress.XtraCharts.Sankey.SankeyDiagramControl.Padding">
<summary>
<para>Specifies the space between the controls content and its edge, in pixels.</para>
</summary>
<value>Inner indents, in pixels.</value>
</member>
<member name="M:DevExpress.XtraCharts.Sankey.SankeyDiagramControl.Print">
<summary>
<para>Prints the chart.</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.Sankey.SankeyDiagramControl.SaveToFile(System.String)">
<summary>
<para>Saves the diagrams layout to an XML file.</para>
</summary>
<param name="path">A path to a file that stores the layout. If an empty string is specified, an exception is raised.</param>
</member>
<member name="M:DevExpress.XtraCharts.Sankey.SankeyDiagramControl.SaveToStream(System.IO.Stream)">
<summary>
<para>Saves the diagrams layout to a stream.</para>
</summary>
<param name="stream">A <see cref="T:System.IO.Stream"/> descendant to which the diagrams layout is written.</param>
</member>
<member name="P:DevExpress.XtraCharts.Sankey.SankeyDiagramControl.SelectedItems">
<summary>
<para>Returns the collection of selected Sankey links and nodes.</para>
</summary>
<value>The collection of selected Sankey links and nodes.</value>
</member>
<member name="E:DevExpress.XtraCharts.Sankey.SankeyDiagramControl.SelectedItemsChanged">
<summary>
<para>Occurs after a user changes the Sankey selection state and this change is applied to the <see cref="P:DevExpress.XtraCharts.Sankey.SankeyDiagramControl.SelectedItems"/> collection.</para>
</summary>
</member>
<member name="E:DevExpress.XtraCharts.Sankey.SankeyDiagramControl.SelectedItemsChanging">
<summary>
<para>Occurs after a user changes the Sankey selection state and before the <see cref="P:DevExpress.XtraCharts.Sankey.SankeyDiagramControl.SelectedItems"/> collection is changed.</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.Sankey.SankeyDiagramControl.SelectionMode">
<summary>
<para>Specifies the selection mode for Sankey nodes and links.</para>
</summary>
<value>A value that defines Sankey selection mode.</value>
</member>
<member name="M:DevExpress.XtraCharts.Sankey.SankeyDiagramControl.ShowPrintDialog">
<summary>
<para>Displays the standard Print dialog used to print the data in the diagram.</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.Sankey.SankeyDiagramControl.ShowPrintPreview">
<summary>
<para>Invokes the Print Preview Form for the diagram.</para>
</summary>
</member>
<member name="M:DevExpress.XtraCharts.Sankey.SankeyDiagramControl.ShowRibbonPrintPreview">
<summary>
<para>Invokes the Ribbon Print Preview Form for the diagram.</para>
</summary>
</member>
<member name="P:DevExpress.XtraCharts.Sankey.SankeyDiagramControl.SmallSankeyText">
<summary>
<para>Returns the settings for the text that is displayed in the diagram when it is too small.</para>
</summary>
<value>Contains text options.</value>
</member>
<member name="P:DevExpress.XtraCharts.Sankey.SankeyDiagramControl.SourceDataMember">
<summary>
<para>Specifies the name of a data member that contains source node labels.</para>
</summary>
<value>The name of a data source field that stores target node labels.</value>
</member>
<member name="P:DevExpress.XtraCharts.Sankey.SankeyDiagramControl.TargetDataMember">
<summary>
<para>Specifies the name of a data member that contains target node labels.</para>
</summary>
<value>The name of a data source field that stores target node labels.</value>
</member>
<member name="P:DevExpress.XtraCharts.Sankey.SankeyDiagramControl.Titles">
<summary>
<para>Provides access to the diagrams title collection.</para>
</summary>
<value>A collection of titles.</value>
</member>
<member name="P:DevExpress.XtraCharts.Sankey.SankeyDiagramControl.ToolTipController">
<summary>
<para>Specifies the tooltip controller component that specifies the appearance, position, and other tooltip settings.</para>
</summary>
<value>A tooltip controller.</value>
</member>
<member name="P:DevExpress.XtraCharts.Sankey.SankeyDiagramControl.ToolTipOptions">
<summary>
<para>Specifies Sankey diagram tooltip options.</para>
</summary>
<value>Contains Sankey diagram tooltip options.</value>
</member>
<member name="P:DevExpress.XtraCharts.Sankey.SankeyDiagramControl.ViewOptions">
<summary>
<para>Provides access to diagram view options.</para>
</summary>
<value>Contains view options for a Sankey diagram.</value>
</member>
<member name="P:DevExpress.XtraCharts.Sankey.SankeyDiagramControl.WeightDataMember">
<summary>
<para>Specifies the name of a data member that contains link weights.</para>
</summary>
<value>The name of a data member that contains link weights.</value>
</member>
</members>
</doc>