Mini Kabibi Habibi
<?xml version="1.0"?>
<doc>
<assembly>
<name>DevExpress.Xpf.Charts.v13.1</name>
</assembly>
<members>
<member name="T:DevExpress.Xpf.Charts.ValueLevel">
<summary>
<para>Lists the values that specify value levels for indicators.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.ValueLevel.Close">
<summary>
<para>Indicates the Close value of a series point, where the series view belongs to the Financial view type.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.ValueLevel.High">
<summary>
<para>Indicates the High value of a series point, where the series view belongs to the Financial view type.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.ValueLevel.Low">
<summary>
<para>Indicates the Low value of a series point, where the series view belongs to the Financial view type.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.ValueLevel.Open">
<summary>
<para>Indicates the Open value of a series point, where the series view belongs to the Financial view type.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.ValueLevel.Value">
<summary>
<para>Indicates the value of a series point where the series point contains only one value.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.ValueLevel.Value2">
<summary>
<para>Indicates the Second value of a series point, where the series view belongs to the Range Bar view type.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Charts.MovingAverageKind">
<summary>
<para>Lists the available kinds of the <b>Moving Average</b> indicator.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.MovingAverageKind.Envelope">
<summary>
<para>Only the <b>Envelope</b> is shown.
<para></para>
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.MovingAverageKind.MovingAverage">
<summary>
<para>Only the <b>Moving Average</b> is shown.
<para></para>
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.MovingAverageKind.MovingAverageAndEnvelope">
<summary>
<para>Both the <b>Moving Average</b> and <b>Envelope</b> are shown.
<para></para>
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Charts.IndicatorsPalette">
<summary>
<para>Represents a class used to store the palettes for painting a chart's indicators.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.IndicatorsPalette.GetPredefinedKinds">
<summary>
<para>Returns the list of predefined palettes for financial indicators.
</para>
</summary>
<returns>An object implementing the <see cref="T:System.Collections.IEnumerable"/> interface.
</returns>
</member>
<member name="T:DevExpress.Xpf.Charts.IndicatorLabel">
<summary>
<para>Contains settings that specify the appearance and position of Fibonacci indicator labels.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.IndicatorLabel.#ctor">
<summary>
<para>Initializes a new instance of the IndicatorLabel class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.IndicatorLabel.#ctor(System.Windows.Media.Brush)">
<summary>
<para>Initializes a new instance of the IndicatorLabel class with the specified foreground.
</para>
</summary>
<param name="foreground">
A <see cref="T:System.Windows.Media.Brush"/> value.
</param>
</member>
<member name="P:DevExpress.Xpf.Charts.IndicatorLabel.Indicator">
<summary>
<para>Provides access to the Fibonacci Indicators to change the appearance of the indicator label.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.FibonacciIndicator"/> object.
</value>
</member>
<member name="T:DevExpress.Xpf.Charts.IndicatorCollection">
<summary>
<para>Stores all indicators that belong to an individual series.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.IndicatorCollection.#ctor">
<summary>
<para>Initializes a new instance of the IndicatorCollection class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Charts.DefaultIndicatorsPalette">
<summary>
<para>Represents the default indicator's palette.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.DefaultIndicatorsPalette.#ctor">
<summary>
<para>Initializes a new instance of the DefaultIndicatorsPalette class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.DefaultIndicatorsPalette.PaletteName">
<summary>
<para>Gets the name of the DefaultIndicatorsPalette.
</para>
</summary>
<value>A <see cref="T:System.String"/> value specifying the default indicator palette's name.
</value>
</member>
<member name="T:DevExpress.Xpf.Charts.CustomIndicatorsPalette">
<summary>
<para>Represents a custom palette (collection of colors) used to draw a financial indicator.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.CustomIndicatorsPalette.#ctor">
<summary>
<para>Initializes a new instance of the CustomIndicatorsPalette class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.CustomIndicatorsPalette.Colors">
<summary>
<para>Gets the colors of the custom indicators palette.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.ColorCollection"/> object that represents the indicators palette's collection of colors.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.CustomIndicatorsPalette.PaletteName">
<summary>
<para>Gets the name of the CustomIndicatorsPalette.
</para>
</summary>
<value>A <see cref="T:System.String"/> value specifying the palette's name.
</value>
</member>
<member name="T:DevExpress.Xpf.Charts.CustomDrawCrosshairEventHandler">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.Xpf.Charts.ChartControl.CustomDrawCrosshair"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.CustomDrawCrosshairEventHandler.Invoke(System.Object,DevExpress.Xpf.Charts.CustomDrawCrosshairEventArgs)">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.Xpf.Charts.ChartControl.CustomDrawCrosshair"/> event.
</para>
</summary>
<param name="sender">
The event source. This parameter identifies the <see cref="T:DevExpress.Xpf.Charts.ChartControl"/> which raised the event.
</param>
<param name="e">
A <see cref="T:DevExpress.Xpf.Charts.CustomDrawCrosshairEventArgs"/> object which contains event data.
</param>
</member>
<member name="T:DevExpress.Xpf.Charts.CustomDrawCrosshairEventArgs">
<summary>
<para>Provides data for a chart control's <see cref="E:DevExpress.Xpf.Charts.ChartControl.CustomDrawCrosshair"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.CustomDrawCrosshairEventArgs.#ctor">
<summary>
<para>Initializes a new instance of the CustomDrawCrosshairEventArgs class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.CustomDrawCrosshairEventArgs.CrosshairAxisLabelElements">
<summary>
<para>Gets the settings of crosshair axis label elements to customize their appearance.
</para>
</summary>
<value>A list of <see cref="T:DevExpress.Xpf.Charts.CrosshairAxisLabelElement"/> objects.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.CustomDrawCrosshairEventArgs.CrosshairElements">
<summary>
<para>Gets crosshair elements (crosshair value lines, crosshair value labels, crosshair labels) to customize their appearance.
</para>
</summary>
<value>A collection of <see cref="T:DevExpress.Xpf.Charts.CrosshairElement"/> objects.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.CustomDrawCrosshairEventArgs.CrosshairLineElement">
<summary>
<para>Gets the settings of a crosshair line element to customize its appearance (color, line style).
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.CrosshairLineElement"/> object representing the crosshair line element to custom draw.
</value>
</member>
<member name="T:DevExpress.Xpf.Charts.CrosshairLineElement">
<summary>
<para>Defines the appearance of the crosshair argument line and crosshair value line elements when custom drawing a crosshair cursor using the <see cref="E:DevExpress.Xpf.Charts.ChartControl.CustomDrawCrosshair"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.CrosshairLineElement.#ctor">
<summary>
<para>Initializes a new instance of the CrosshairLineElement class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.CrosshairLineElement.Brush">
<summary>
<para>Gets or sets the color of the crosshair line element when implementing custom draw in a crosshair cursor.
</para>
</summary>
<value>A <see cref="T:System.Windows.Media.Brush"/> object which specifies the color of the crosshair line element.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.CrosshairLineElement.LineStyle">
<summary>
<para>Provides access to the line style of the crosshair line element.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.LineStyle"/> object, representing the line style of the crosshair line element.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.CrosshairLineElement.Visible">
<summary>
<para>Specifies whether the crosshair line element is visible when implementing custom drawing in the crosshair cursor.
</para>
</summary>
<value><b>true</b>, if the crosshair line element is visible; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.Xpf.Charts.CrosshairLabelElement">
<summary>
<para>Defines the appearance of a crosshair label element when custom drawing a crosshair cursor using the <see cref="E:DevExpress.Xpf.Charts.ChartControl.CustomDrawCrosshair"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.CrosshairLabelElement.#ctor">
<summary>
<para>Initializes a new instance of the CrosshairLabelElement class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.CrosshairLabelElement.FooterText">
<summary>
<para>Gets or sets a footer text that is displayed in the crosshair cursor label.
</para>
</summary>
<value>A string value that specifies the footer text of a crosshair cursor label.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.CrosshairLabelElement.HeaderText">
<summary>
<para>Gets or sets a header text that is displayed in the crosshair cursor label.
</para>
</summary>
<value>A string value that specifies the header text of a crosshair cursor label.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.CrosshairLabelElement.MarkerBrush">
<summary>
<para>Gets or sets the color of a crosshair label's marker when implementing custom drawing of a crosshair cursor.
</para>
</summary>
<value>A <see cref="T:System.Windows.Media.Brush"/> object which specifies the color of the crosshair label's marker.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.CrosshairLabelElement.MarkerVisible">
<summary>
<para>Gets or sets the marker visibility of the crosshair label element when implementing custom drawing in the crosshair cursor.
</para>
</summary>
<value><b>true</b>, if the marker is visible; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.CrosshairLabelElement.TextVisible">
<summary>
<para>Specifies whether the crosshair label's text is visible when implementing custom drawing in the crosshair cursor.
</para>
</summary>
<value><b>true</b>, to display the crosshair label item's text; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.Xpf.Charts.CrosshairElement">
<summary>
<para>Represents crosshair elements (e.g., crosshair value lines, crosshair value labels, crosshair labels) that can be used to custom draw a crosshair cursor.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.CrosshairElement.#ctor">
<summary>
<para>Initializes a new instance of the CrosshairElement class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.CrosshairElement.AxisLabelElement">
<summary>
<para>Gets or sets crosshair value labels.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.CrosshairAxisLabelElement"/> object, representing the crosshair value labels.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.CrosshairElement.LabelElement">
<summary>
<para>Gets or sets the crosshair label element.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.CrosshairLabelElement"/> object, representing the crosshair label element.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.CrosshairElement.LineElement">
<summary>
<para>Gets or sets the crosshair value line element to custom draw a crosshair cursor.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.CrosshairLineElement"/> object, representing the crosshair line element.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.CrosshairElement.Series">
<summary>
<para>Gets a series that a crosshair element hovers over when implementing a custom draw.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.Series"/> object which represents the series currently being painted.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.CrosshairElement.SeriesPoint">
<summary>
<para>Gets a series point that a crosshair element hovers over when implementing a custom draw.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.SeriesPoint"/> object, representing the series point that a crosshair element hovers over.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.CrosshairElement.Visible">
<summary>
<para>Specifies whether the crosshair element is visible when implementing custom drawing in a crosshair cursor.
</para>
</summary>
<value><b>true</b>, if the crosshair element is visible; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.Xpf.Charts.CrosshairAxisLabelOptions">
<summary>
<para>Contains settings that define the appearance of crosshair axis labels.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.CrosshairAxisLabelOptions.#ctor">
<summary>
<para>Initializes a new instance of the CrosshairAxisLabelOptions class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.CrosshairAxisLabelOptions.Background">
<summary>
<para>Overrides the <see cref="P:System.Windows.Controls.Control.Background"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:System.Windows.Media.Brush"/> value.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.CrosshairAxisLabelOptions.BackgroundProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.CrosshairAxisLabelOptions.FontFamily">
<summary>
<para>Gets or sets the font family name of the crosshair axis label.
</para>
</summary>
<value>A <see cref="T:System.Windows.Media.FontFamily"/> object representing the font family.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.CrosshairAxisLabelOptions.FontFamilyProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.CrosshairAxisLabelOptions.FontSize">
<summary>
<para>Gets or sets the size of the crosshair axis label's font.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value representing the font size.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.CrosshairAxisLabelOptions.FontSizeProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.CrosshairAxisLabelOptions.FontStretch">
<summary>
<para>Gets or sets the stretch of a crosshair axis label font.
</para>
</summary>
<value>A <see cref="T:System.Windows.FontStretch"/> value.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.CrosshairAxisLabelOptions.FontStretchProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.CrosshairAxisLabelOptions.FontStyle">
<summary>
<para>Gets or sets the style of the crosshair axis label font.
</para>
</summary>
<value>A <see cref="T:System.Windows.FontStyle"/> value, representing the font style.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.CrosshairAxisLabelOptions.FontStyleProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.CrosshairAxisLabelOptions.FontWeight">
<summary>
<para>Gets or sets the weight of the crosshair axis label font.
</para>
</summary>
<value>A <see cref="T:System.Windows.FontWeight"/> value, representing the font weight.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.CrosshairAxisLabelOptions.FontWeightProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.CrosshairAxisLabelOptions.Foreground">
<summary>
<para>Overrides the <see cref="P:System.Windows.Controls.Control.Foreground"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:System.Windows.Media.Brush"/> value.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.CrosshairAxisLabelOptions.ForegroundProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.CrosshairAxisLabelOptions.Pattern">
<summary>
<para>Gets or sets a string which represents the pattern specifying the text to be displayed within the crosshair axis label that appears for a series point.
</para>
</summary>
<value>A <see cref="T:System.String"/> that is the crosshair axis label pattern. The default value is <see cref="F:System.String.Empty"/>.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.CrosshairAxisLabelOptions.PatternProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.CrosshairAxisLabelOptions.Visibility">
<summary>
<para>Specifies whether to show crosshair axis labels for a diagram.
</para>
</summary>
<value><b>Null</b> - the <b>Visibility</b> property value is obtained from the parent's <see cref="P:DevExpress.Xpf.Charts.CrosshairOptions.ShowArgumentLabels"/> and/ or <see cref="P:DevExpress.Xpf.Charts.CrosshairOptions.ShowValueLabels"/> properties depending on the axis; <b>True</b> - crosshair axis labels are visible on a diagram; <b>False</b> - crosshair axis labels are hidden.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.CrosshairAxisLabelOptions.VisibilityProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.Xpf.Charts.CrosshairAxisLabelElement">
<summary>
<para>Defines the appearance of the crosshair value and crosshair argument labels when custom drawing a crosshair cursor using the <see cref="E:DevExpress.Xpf.Charts.ChartControl.CustomDrawCrosshair"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.CrosshairAxisLabelElement.#ctor">
<summary>
<para>Initializes a new instance of the CrosshairAxisLabelElement class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.CrosshairAxisLabelElement.AxisValue">
<summary>
<para>Gets or sets the crosshair axis label's position along an axis.
</para>
</summary>
<value>A <see cref="T:System.Object"/> value that specifies the crosshair axis label's position.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.CrosshairAxisLabelElement.Background">
<summary>
<para>Overrides the <see cref="P:System.Windows.Controls.Control.Background"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:System.Windows.Media.Brush"/> value.
</value>
</member>
<member name="T:DevExpress.Xpf.Charts.ExponentialMovingAverage">
<summary>
<para>Represents an <b>Exponential Moving Average</b> indicator.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.ExponentialMovingAverage.#ctor">
<summary>
<para>Initializes a new instance of the ExponentialMovingAverage class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.ExponentialMovingAverage.CreateGeometry">
<summary>
<para>For internal use.
</para>
</summary>
<returns>
</returns>
</member>
<member name="T:DevExpress.Xpf.Charts.AxisLabelResolveOverlappingOptions">
<summary>
<para>Contains settings that define how to resolve overlapping axis labels.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.AxisLabelResolveOverlappingOptions.#ctor">
<summary>
<para>Initializes a new instance of the AxisLabelResolveOverlappingOptions class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.AxisLabelResolveOverlappingOptions.AllowHide">
<summary>
<para>Gets or sets a value indicating whether or not to hide axis labels when resolving any overlap.
</para>
</summary>
<value><b>true</b> if hiding axis labels is allowed; otherwise, <b>false</b>.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.AxisLabelResolveOverlappingOptions.AllowHideProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.AxisLabelResolveOverlappingOptions.AllowRotate">
<summary>
<para>Gets or sets a value indicating whether or not to rotate axis labels when resolving overlapping labels.
</para>
</summary>
<value><b>true</b> if rotating axis labels is allowed; otherwise, <b>false</b>.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.AxisLabelResolveOverlappingOptions.AllowRotateProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.AxisLabelResolveOverlappingOptions.AllowStagger">
<summary>
<para>Gets or sets a value indicating whether or not to stagger axis labels when resolving overlapping labels.
</para>
</summary>
<value><b>true</b> if staggering axis labels is allowed; otherwise, <b>false</b>.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.AxisLabelResolveOverlappingOptions.AllowStaggerProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.AxisLabelResolveOverlappingOptions.MinIndent">
<summary>
<para>Gets or sets the minimum indent between adjacent axis labels, when an overlap resolution algorithm is applied to them.
</para>
</summary>
<value>An integer value, which specifies the minimum indent, in pixels.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.AxisLabelResolveOverlappingOptions.MinIndentProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.Xpf.Charts.MovingAverage">
<summary>
<para>Represents the base class for <b>Moving Average</b> objects of various types.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.MovingAverage.#ctor">
<summary>
<para>Initializes a new instance of the MovingAverage class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.MovingAverage.CreateGeometry">
<summary>
<para>For internal use.
</para>
</summary>
<returns>
</returns>
</member>
<member name="P:DevExpress.Xpf.Charts.MovingAverage.EnvelopePercent">
<summary>
<para>Specifies the percent for the Envelope kind of the <b>Moving Average and Envelope</b> technical indicator.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value, greater than <b>0</b> and less than or equal to <b>100</b>.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.MovingAverage.EnvelopePercentProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.MovingAverage.MovingAverageKind">
<summary>
<para>Determines whether to display a Moving Average, Envelope, or both.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.MovingAverageKind"/> enumeration value.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.MovingAverage.MovingAverageKindProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.MovingAverage.PointsCount">
<summary>
<para>Specifies the number of data points used to calculate the moving average indicator.
</para>
</summary>
<value>An integer value, specifying the number of points.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.MovingAverage.PointsCountProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.MovingAverage.ValueLevel">
<summary>
<para>Gets or sets a value indicating how to obtain the value of a moving average indicator's point.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.ValueLevel"/> enumeration value, which indicates how to obtain a moving average point's value.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.MovingAverage.ValueLevelProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.Xpf.Charts.SimpleMovingAverage">
<summary>
<para>Represents a <b>Simple Moving Average</b> indicator.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.SimpleMovingAverage.#ctor">
<summary>
<para>Initializes a new instance of the SimpleMovingAverage class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.SimpleMovingAverage.CreateGeometry">
<summary>
<para>For internal use.
</para>
</summary>
<returns>
</returns>
</member>
<member name="T:DevExpress.Xpf.Charts.TriangularMovingAverage">
<summary>
<para>Represents a <b>Triangular Moving Average</b> indicator.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.TriangularMovingAverage.#ctor">
<summary>
<para>Initializes a new instance of the TriangularMovingAverage class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.TriangularMovingAverage.CreateGeometry">
<summary>
<para>For internal use.
</para>
</summary>
<returns>
</returns>
</member>
<member name="T:DevExpress.Xpf.Charts.WeightedMovingAverage">
<summary>
<para>Represents a <b>Weighted Moving Average</b> indicator.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.WeightedMovingAverage.#ctor">
<summary>
<para>Initializes a new instance of the WeightedMovingAverage class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.WeightedMovingAverage.CreateGeometry">
<summary>
<para>For internal use.
</para>
</summary>
<returns>
</returns>
</member>
<member name="T:DevExpress.Xpf.Charts.TrendLine">
<summary>
<para>Represents an individual <b>Trend Line</b>.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.TrendLine.#ctor">
<summary>
<para>Initializes a new instance of the TrendLine class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.TrendLine.CreateGeometry">
<summary>
<para>For internal use.
</para>
</summary>
<returns>
</returns>
</member>
<member name="P:DevExpress.Xpf.Charts.TrendLine.ExtrapolateToInfinity">
<summary>
<para>Specifies whether the <b>Trend Line</b> is extrapolated to infinity.
</para>
</summary>
<value><b>true</b> if the Trend Line is extrapolated to infinity; otherwise, <b>false</b>.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.TrendLine.ExtrapolateToInfinityProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.Xpf.Charts.RegressionLine">
<summary>
<para>Represents a Regression Line indicator.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.RegressionLine.#ctor">
<summary>
<para>Initializes a new instance of the RegressionLine class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.RegressionLine.#ctor(DevExpress.Xpf.Charts.ValueLevel)">
<summary>
<para>Initializes a new instance of the RegressionLine class with the specified value level.
</para>
</summary>
<param name="valueLevel">
A <see cref="T:DevExpress.Xpf.Charts.ValueLevel"/> object.
</param>
</member>
<member name="M:DevExpress.Xpf.Charts.RegressionLine.CreateGeometry">
<summary>
<para>For internal use.
</para>
</summary>
<returns>
</returns>
</member>
<member name="P:DevExpress.Xpf.Charts.RegressionLine.ValueLevel">
<summary>
<para>Gets or sets a value indicating how to obtain the value of a regression line's point.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.ValueLevel"/> enumeration value, which indicates how to obtain a regression line point's value.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.RegressionLine.ValueLevelProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.Xpf.Charts.Indicator">
<summary>
<para>Represents a base class for all indicator types.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.Indicator.#ctor">
<summary>
<para>Initializes a new instance of the Indicator class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.Indicator.Background">
<summary>
<para>Overrides the <see cref="P:System.Windows.Controls.Control.Background"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:System.Windows.Media.Brush"/> value.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.Indicator.BorderBrush">
<summary>
<para>Overrides the <see cref="P:System.Windows.Controls.Control.BorderBrush"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:System.Windows.Media.Brush"/> value.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.Indicator.BorderThickness">
<summary>
<para>Overrides the <see cref="P:System.Windows.Controls.Control.BorderThickness"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:System.Windows.Thickness"/> value.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.Indicator.Brush">
<summary>
<para>Gets or sets the color of the indicator.
</para>
</summary>
<value>A <see cref="T:System.Windows.Media.Brush"/> object which specifies the color of the indicator.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.Indicator.BrushProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.Indicator.Clip">
<summary>
<para>Overrides the <see cref="P:System.Windows.UIElement.Clip"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:System.Windows.Media.Geometry"/> value.
</value>
</member>
<member name="M:DevExpress.Xpf.Charts.Indicator.CreateGeometry">
<summary>
<para>For internal use.
</para>
</summary>
<returns>
</returns>
</member>
<member name="P:DevExpress.Xpf.Charts.Indicator.Effect">
<summary>
<para>Overrides the <see cref="P:System.Windows.UIElement.Effect"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:System.Windows.Media.Effects.Effect"/> value.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.Indicator.FontFamily">
<summary>
<para>This property is hidden, because it is not supported in this class.
</para>
</summary>
<value>A <see cref="T:System.Windows.Media.FontFamily"/> value.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.Indicator.FontSize">
<summary>
<para>This property is hidden, because it is not supported in this class.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.Indicator.FontStretch">
<summary>
<para>This property is hidden, because it is not supported in this class.
</para>
</summary>
<value>A <see cref="T:System.Windows.FontStretch"/> value.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.Indicator.FontStyle">
<summary>
<para>This property is hidden, because it is not supported in this class.
</para>
</summary>
<value>A <see cref="T:System.Windows.FontStyle"/> value.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.Indicator.FontWeight">
<summary>
<para>This property is hidden, because it is not supported in this class.
</para>
</summary>
<value>A <see cref="T:System.Windows.FontWeight"/> value.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.Indicator.Foreground">
<summary>
<para>Overrides the <see cref="P:System.Windows.Controls.Control.Foreground"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:System.Windows.Media.Brush"/> value.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.Indicator.Item">
<summary>
<para>For internal use. Provides indexed access to individual items on the indicator.
</para>
</summary>
<value> An <see cref="T:DevExpress.Xpf.Charts.IndicatorItem"/> object.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.Indicator.LegendMarkerTemplate">
<summary>
<para>Gets or sets the template that defines the presentation of the legend marker for this indicator.
</para>
</summary>
<value>A <see cref="T:System.Windows.DataTemplate"/> object that contains the template for a legend marker.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.Indicator.LegendMarkerTemplateProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.Indicator.LegendText">
<summary>
<para>Gets or sets the text that identifies the indicator within the legend of a chart control.
</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the legend text for the financial indicator.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.Indicator.LegendTextProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.Indicator.LineStyle">
<summary>
<para>Specifies the indicator's line style settings.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.LineStyle"/> object, storing the line style settings.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.Indicator.LineStyleProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.Indicator.Margin">
<summary>
<para>This property is hidden, because it is not supported in this class.
</para>
</summary>
<value>A <see cref="T:System.Windows.Thickness"/> value.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.Indicator.Opacity">
<summary>
<para>This property is hidden, because it is not supported in this class.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.Indicator.OpacityMask">
<summary>
<para>This property is hidden, because it is not supported in this class.
</para>
</summary>
<value>A <see cref="T:System.Windows.Media.Brush"/> value.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.Indicator.Padding">
<summary>
<para>This property is hidden, because it is not supported in this class.
</para>
</summary>
<value>A <see cref="T:System.Windows.Thickness"/> value.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.Indicator.RenderTransform">
<summary>
<para>This property is hidden, because it is not supported in this class.
</para>
</summary>
<value>A <see cref="T:System.Windows.Media.Transform"/> value.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.Indicator.RenderTransformOrigin">
<summary>
<para>This property is hidden, because it is not supported in this class.
</para>
</summary>
<value>A <see cref="T:System.Windows.Point"/> value.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.Indicator.ShowInLegend">
<summary>
<para>Specifies whether the indicator (Fibonacci Indicators, Regression Lines, Moving Average and Envelope or Trend Lines) is represented in the chart's legend.
</para>
</summary>
<value><b>true</b> if the indicator is shown in the legend; otherwise, <b>false</b>.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.Indicator.ShowInLegendProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.Indicator.Visibility">
<summary>
<para>This property is hidden, because it is not supported in this class.
</para>
</summary>
<value>A <see cref="T:System.Windows.Visibility"/> value.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.Indicator.Visible">
<summary>
<para>Specifies whether the indicator is visible.
</para>
</summary>
<value><b>true</b>, if the indicator is visible; otherwise, <b>false</b>.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.Indicator.VisibleProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.Xpf.Charts.FibonacciRetracement">
<summary>
<para>Represents an individual Fibonacci Retracement indicator.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.FibonacciRetracement.#ctor">
<summary>
<para>Initializes a new instance of the FibonacciRetracement class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.FibonacciRetracement.CreateGeometry">
<summary>
<para>For internal use.
</para>
</summary>
<returns>
</returns>
</member>
<member name="P:DevExpress.Xpf.Charts.FibonacciRetracement.ShowAdditionalLevels">
<summary>
<para>Gets or sets the value which determines whether to display additional levels for the Retracement type of Fibonacci indicators.
</para>
</summary>
<value><b>true</b>, if the additional levels should be displayed; otherwise, <b>false</b>.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.FibonacciRetracement.ShowAdditionalLevelsProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.Xpf.Charts.FibonacciFans">
<summary>
<para>Represents an individual Fibonacci Fans indicator.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.FibonacciFans.#ctor">
<summary>
<para>Initializes a new instance of the FibonacciFans class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.FibonacciFans.CreateGeometry">
<summary>
<para>For internal use.
</para>
</summary>
<returns>
</returns>
</member>
<member name="P:DevExpress.Xpf.Charts.FibonacciFans.ShowLevel0">
<summary>
<para>Gets or sets the value which determines whether to display the <b>0%</b> level for the Fans type of Fibonacci Indicators.
</para>
</summary>
<value><b>true</b>, if the <b>0%</b> level should be displayed; otherwise, <b>false</b>.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.FibonacciFans.ShowLevel0Property">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.Xpf.Charts.FibonacciArcs">
<summary>
<para>Represents an individual Fibonacci Arcs indicator.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.FibonacciArcs.#ctor">
<summary>
<para>Initializes a new instance of the FibonacciArcs class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.FibonacciArcs.CreateGeometry">
<summary>
<para>For internal use.
</para>
</summary>
<returns>
</returns>
</member>
<member name="P:DevExpress.Xpf.Charts.FibonacciArcs.ShowLevel100">
<summary>
<para>Gets or sets the value which determines whether to display the <b>100%</b> level for the Arcs type of Fibonacci Indicators.
</para>
</summary>
<value><b>true</b>, if the <b>100%</b> level should be displayed; otherwise, <b>false</b>.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.FibonacciArcs.ShowLevel100Property">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.Xpf.Charts.FibonacciIndicator">
<summary>
<para>Represents the base class for <b>Fibonacci Indicators</b>.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.FibonacciIndicator.#ctor">
<summary>
<para>Initializes a new instance of the FibonacciIndicator class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.FibonacciIndicator.Label">
<summary>
<para>Gets or sets the set of label-related properties of the Fibonacci indicator.
</para>
</summary>
<value>An <see cref="T:DevExpress.Xpf.Charts.IndicatorLabel"/> object which represents label properties of the indicator.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.FibonacciIndicator.LabelProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.FibonacciIndicator.ShowLevel23_6">
<summary>
<para>Gets or sets the value which determines whether to display the <b>23.6%</b> level for the <b>Fibonacci Indicator</b> of the required kind.
</para>
</summary>
<value><b>true</b>, if the level of <b>23.6%</b> should be displayed; otherwise, <b>false</b>.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.FibonacciIndicator.ShowLevel23_6Property">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.FibonacciIndicator.ShowLevel76_4">
<summary>
<para>Gets or sets the value which determines whether to display the <b>76.4%</b> level for the <b>Fibonacci Indicator</b> of the required kind.
</para>
</summary>
<value><b>true</b>, if the level of <b>76.4%</b> should be displayed; otherwise, <b>false</b>.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.FibonacciIndicator.ShowLevel76_4Property">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.Xpf.Charts.FinancialIndicator">
<summary>
<para>Represents the base class for <b>Fibonacci Indicators</b> and <b>Trend Lines</b>.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.FinancialIndicator.Argument1">
<summary>
<para>Gets or sets an argument of the first financial indicator's point.
</para>
</summary>
<value>A <see cref="T:System.Object"/> representing an argument of the first financial indicator's point.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.FinancialIndicator.Argument1Property">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.FinancialIndicator.Argument2">
<summary>
<para>Gets or sets an argument of the second financial indicator's point.
</para>
</summary>
<value>A <see cref="T:System.Object"/> representing an argument of the second financial indicator's point.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.FinancialIndicator.Argument2Property">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.FinancialIndicator.ValueLevel1">
<summary>
<para>Gets or sets a value indicating how to obtain the first value of a financial indicator's point.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.ValueLevel"/> enumeration value, which indicates how to obtain the first point value of a financial indicator.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.FinancialIndicator.ValueLevel1Property">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.FinancialIndicator.ValueLevel2">
<summary>
<para>Gets or sets a value indicating how to obtain the second value of a financial indicator's point.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.ValueLevel"/> enumeration value, which indicates how to obtain the second point value of a financial indicator.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.FinancialIndicator.ValueLevel2Property">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.Xpf.Charts.CrosshairMousePosition">
<summary>
<para>Specifies a position of a crosshair label near the mouse pointer.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.CrosshairMousePosition.#ctor">
<summary>
<para>Initializes a new instance of the CrosshairMousePosition class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Charts.CrosshairLabelPosition">
<summary>
<para>The base class for all classes that define how a crosshair label should be positioned within a chart.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.CrosshairLabelPosition.Offset">
<summary>
<para>Specifies the offset of the crosshair cursor label.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Point"/> structure that is the crosshair cursor label's offset.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.CrosshairLabelPosition.OffsetProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.Xpf.Charts.CrosshairFreePosition">
<summary>
<para>Specifies a free position of a crosshair label within a chart (defined by the dock target, dock corner and offset from this corner).
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.CrosshairFreePosition.#ctor">
<summary>
<para>Initializes a new instance of the CrosshairFreePosition class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.CrosshairFreePosition.DockCorner">
<summary>
<para>Specifies the corner of the crosshair label's parent element to which the crosshair label is anchored.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.DockCorner"/> enumeration value that represents the dock corner of the crosshair label's parent element.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.CrosshairFreePosition.DockCornerProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.CrosshairFreePosition.DockTarget">
<summary>
<para>Gets or sets an object, to which a crosshair label should be docked.
</para>
</summary>
<value>An object implementing the IDockTarget interface.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.CrosshairFreePosition.DockTargetProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.Xpf.Charts.RadarLineSeries2D">
<summary>
<para>The Radar Line series.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.RadarLineSeries2D.#ctor">
<summary>
<para>Initializes a new instance of the RadarLineSeries2D class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Charts.RadarAreaSeries2D">
<summary>
<para>The Radar Area series.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.RadarAreaSeries2D.#ctor">
<summary>
<para>Initializes a new instance of the RadarAreaSeries2D class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Charts.PolarLineSeries2D">
<summary>
<para>The Polar Line series.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.PolarLineSeries2D.#ctor">
<summary>
<para>Initializes a new instance of the PolarLineSeries2D class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Charts.PolarAreaSeries2D">
<summary>
<para>The Polar Area series.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.PolarAreaSeries2D.#ctor">
<summary>
<para>Initializes a new instance of the PolarAreaSeries2D class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Charts.CircularLineSeries2D">
<summary>
<para>The base class for series of the Radar Line and Polar Line types.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.CircularLineSeries2D.#ctor">
<summary>
<para>Initializes a new instance of the CircularLineSeries2D class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.CircularLineSeries2D.ActualLineStyle">
<summary>
<para>Gets the actual line style of the CircularLineSeries2D object.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.LineStyle"/> object.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.CircularLineSeries2D.ActualLineStyleProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.CircularLineSeries2D.Closed">
<summary>
<para>Specifies whether the last point in a circular line series is joined with the first point to form a closed line.
</para>
</summary>
<value><b>true</b> to join the last point in a series with the first point to form a closed line; otherwise, <b>false</b>;
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.CircularLineSeries2D.ClosedProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="M:DevExpress.Xpf.Charts.CircularLineSeries2D.GetSeriesAnimation">
<summary>
<para>Gets the series animation, which is assigned to CircularLineSeries2D.
</para>
</summary>
<returns>A <see cref="T:DevExpress.Xpf.Charts.SeriesAnimationBase"/> class descendant.
</returns>
</member>
<member name="P:DevExpress.Xpf.Charts.CircularLineSeries2D.LineStyle">
<summary>
<para>Specifies the line style settings of the <see cref="T:DevExpress.Xpf.Charts.CircularLineSeries2D"/>.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.LineStyle"/> object that contains line style settings.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.CircularLineSeries2D.LineStyleProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.CircularLineSeries2D.MarkerVisible">
<summary>
<para>Gets or sets a value indicating whether series point markers are visible.
</para>
</summary>
<value><b>true</b> to show markers; <b>false</b> to hide them.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.CircularLineSeries2D.MarkerVisibleProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.CircularLineSeries2D.SeriesAnimation">
<summary>
<para>Specifies the series Animation.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.CircularLineAnimationBase"/> class descendant, specifying the series animation type.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.CircularLineSeries2D.SeriesAnimationProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="M:DevExpress.Xpf.Charts.CircularLineSeries2D.SetSeriesAnimation(DevExpress.Xpf.Charts.SeriesAnimationBase)">
<summary>
<para>Assigns the specified series animation to CircularLineSeries2D.
</para>
</summary>
<param name="value">
A <see cref="T:DevExpress.Xpf.Charts.SeriesAnimationBase"/> class descendant.
</param>
</member>
<member name="T:DevExpress.Xpf.Charts.DockCorner">
<summary>
<para>Lists the values used to specify a corner to dock an element within a chart.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.DockCorner.BottomLeft">
<summary>
<para><para>A crosshair label is positioned on the bottom left of a container object (specified via the <see cref="P:DevExpress.Xpf.Charts.CrosshairFreePosition.DockTarget"/> property). For example, the image below demonstrates a crosshair label docked to the bottom left of a chart.</para>
<para></para>
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.DockCorner.BottomRight">
<summary>
<para><para>A crosshair label is positioned on the bottom right of a container object (specified via the <see cref="P:DevExpress.Xpf.Charts.CrosshairFreePosition.DockTarget"/> property). For example, the image below demonstrates a crosshair label docked to the bottom right of a chart.</para>
<para></para>
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.DockCorner.TopLeft">
<summary>
<para><para>A crosshair label is positioned on the top left of a container object (specified via the <see cref="P:DevExpress.Xpf.Charts.CrosshairFreePosition.DockTarget"/> property). For example, the image below demonstrates a crosshair label docked to the top left of a chart.</para>
<para></para>
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.DockCorner.TopRight">
<summary>
<para><para>A crosshair label is positioned on the top right of a container object (specified via the <see cref="P:DevExpress.Xpf.Charts.CrosshairFreePosition.DockTarget"/> property). For example, the image below demonstrates a crosshair label docked to the top right of a chart. </para>
<para></para>
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Charts.ChartToolTipController">
<summary>
<para>Provides options that define tooltip appearance and behavior for a chart.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.ChartToolTipController.#ctor">
<summary>
<para>Initializes a new instance of the ChartToolTipController class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.ChartToolTipController.AutoPopDelay">
<summary>
<para>Specifies the auto pop up delay before the tooltip appears on a chart.
</para>
</summary>
<value>A System.TimeSpan value, specifying the pop up tooltip delay.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.ChartToolTipController.AutoPopDelayProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.ChartToolTipController.CloseOnClick">
<summary>
<para>A tooltip is closed when a particular chart element is clicked.
</para>
</summary>
<value><b>true</b> if a tooltip is closed when a chart element is clicked; otherwise, <b>false</b>.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.ChartToolTipController.CloseOnClickProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.ChartToolTipController.ContentMargin">
<summary>
<para>This property is hidden, because it is not supported in this class.
</para>
</summary>
<value>A <see cref="T:System.Windows.Thickness"/> value.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.ChartToolTipController.ContentMarginProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.ChartToolTipController.InitialDelay">
<summary>
<para>Specifies the initial delay triggered when a tooltip appears on a diagram. This is a dependency property.
</para>
</summary>
<value>A <see cref="T:System.TimeSpan"/> structure, specifying the initial delay.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.ChartToolTipController.InitialDelayProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.ChartToolTipController.OpenMode">
<summary>
<para>Specifies the way a tooltip appears on a chart either on a hover or on a mouse click.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.ToolTipOpenMode"/> enumeration object.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.ChartToolTipController.OpenModeProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.ChartToolTipController.ShowBeak">
<summary>
<para>Gets or sets a value that specifies whether to show the beak of a chart tooltip or not.
</para>
</summary>
<value><b>true</b> if the tooltip beak is displayed on a chart; otherwise, <b>false</b>
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.ChartToolTipController.ShowBeakProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.ChartToolTipController.ShowShadow">
<summary>
<para>Specifies whether to show a shadow for a chart tooltip or not.
</para>
</summary>
<value><b>true</b> if a shadow is displayed on a chart tooltip; otherwise, <b>false</b>
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.ChartToolTipController.ShowShadowProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="E:DevExpress.Xpf.Charts.ChartToolTipController.ToolTipClosing">
<summary>
<para>Occurs when a tooltip is disappearing.
</para>
</summary>
</member>
<member name="E:DevExpress.Xpf.Charts.ChartToolTipController.ToolTipOpening">
<summary>
<para>Occurs when a tooltip is appearing.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Charts.CircularAreaSeries2D">
<summary>
<para>The base class for series of the Radar Area and Polar Area types.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.CircularAreaSeries2D.#ctor">
<summary>
<para>Initializes a new instance of the CircularAreaSeries2D class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.CircularAreaSeries2D.ActualBorder">
<summary>
<para>Gets an actual border value of the CircularAreaSeries2D object.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.SeriesBorder"/> object.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.CircularAreaSeries2D.ActualBorderProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.CircularAreaSeries2D.Border">
<summary>
<para>Provides access to a series border's settings.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.SeriesBorder"/> object that contains border settings.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.CircularAreaSeries2D.BorderProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="M:DevExpress.Xpf.Charts.CircularAreaSeries2D.GetSeriesAnimation">
<summary>
<para>Gets the series animation, which is assigned to CircularAreaSeries2D.
</para>
</summary>
<returns>A <see cref="T:DevExpress.Xpf.Charts.SeriesAnimationBase"/> class descendant.
</returns>
</member>
<member name="P:DevExpress.Xpf.Charts.CircularAreaSeries2D.MarkerVisible">
<summary>
<para>Gets or sets a value indicating whether series point markers are visible.
</para>
</summary>
<value><b>true</b> to show markers; <b>false</b> to hide them.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.CircularAreaSeries2D.MarkerVisibleProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.CircularAreaSeries2D.SeriesAnimation">
<summary>
<para>Specifies the series animation.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.CircularAreaAnimationBase"/> class descendant, specifying the series animation type.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.CircularAreaSeries2D.SeriesAnimationProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="M:DevExpress.Xpf.Charts.CircularAreaSeries2D.SetSeriesAnimation(DevExpress.Xpf.Charts.SeriesAnimationBase)">
<summary>
<para>Assigns the specified series animation to CircularAreaSeries2D.
</para>
</summary>
<param name="value">
A <see cref="T:DevExpress.Xpf.Charts.SeriesAnimationBase"/> class descendant.
</param>
</member>
<member name="P:DevExpress.Xpf.Charts.CircularAreaSeries2D.Transparency">
<summary>
<para>Specifies the transparency (<b>0</b>-<b>1</b>) to use for displaying the filled color areas.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value from <b>0</b> (opaque) to <b>1</b> (transparent).
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.CircularAreaSeries2D.TransparencyProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.Xpf.Charts.CircularSeries2D">
<summary>
<para>The base class for series of the Radar and Polar types.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.CircularSeries2D.Angle(DevExpress.Xpf.Charts.SeriesLabel)">
<summary>
<para>Gets or sets the angle which controls the position of circular series labels for all <see cref="T:DevExpress.Xpf.Charts.CircularSeries2D"/> with markers (e.g., <see cref="T:DevExpress.Xpf.Charts.RadarAreaSeries2D"/>, <see cref="T:DevExpress.Xpf.Charts.PolarAreaSeries2D"/>, etc.).
</para>
</summary>
<value>An integer value specifying the angle, in degrees, for the position of data point labels.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.CircularSeries2D.AngleProperty">
<summary>
<para>Identifies the attached property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="M:DevExpress.Xpf.Charts.CircularSeries2D.GetAngle(DevExpress.Xpf.Charts.SeriesLabel)">
<summary>
<para>Gets the value of the <see cref="P:DevExpress.Xpf.Charts.CircularSeries2D.Angle"/> attached property for a specified <see cref="T:DevExpress.Xpf.Charts.SeriesLabel"/>.
</para>
</summary>
<param name="label">
The series label from which the property value is read.
</param>
<returns>The <see cref="P:DevExpress.Xpf.Charts.CircularSeries2D.Angle"/> property value for the series label.
</returns>
</member>
<member name="M:DevExpress.Xpf.Charts.CircularSeries2D.GetPointAnimation">
<summary>
<para>Gets the point animation, which is assigned to CircularSeries2D.
</para>
</summary>
<returns>A <see cref="T:DevExpress.Xpf.Charts.SeriesPointAnimationBase"/> class descendant.
</returns>
</member>
<member name="P:DevExpress.Xpf.Charts.CircularSeries2D.MarkerModel">
<summary>
<para>Gets or sets the model used to draw markers of a 2D Circular Series.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.Marker2DModel"/> class descendant.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.CircularSeries2D.MarkerModelProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.CircularSeries2D.MarkerSize">
<summary>
<para>Gets or sets the size of circular series point markers.
</para>
</summary>
<value>An integer value which specifies the height and width of the plot area of a marker(s), in pixels.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.CircularSeries2D.MarkerSizeProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.CircularSeries2D.PointAnimation">
<summary>
<para>Specifies the animation for the series' point markers.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.CircularMarkerAnimationBase"/> class descendant, specifying the marker animation type.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.CircularSeries2D.PointAnimationProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="M:DevExpress.Xpf.Charts.CircularSeries2D.SetAngle(DevExpress.Xpf.Charts.SeriesLabel,System.Double)">
<summary>
<para>Sets the value of the <see cref="P:DevExpress.Xpf.Charts.CircularSeries2D.Angle"/> attached property to a specified <see cref="T:DevExpress.Xpf.Charts.SeriesLabel"/>.
</para>
</summary>
<param name="label">
The series label to which the attached property is written.
</param>
<param name="value">
The required <see cref="T:System.Double"/> value.
</param>
</member>
<member name="M:DevExpress.Xpf.Charts.CircularSeries2D.SetPointAnimation(DevExpress.Xpf.Charts.SeriesPointAnimationBase)">
<summary>
<para>Assigns the specified point animation to CircularSeries2D.
</para>
</summary>
<param name="value">
A <see cref="T:DevExpress.Xpf.Charts.SeriesPointAnimationBase"/> class descendant.
</param>
</member>
<member name="T:DevExpress.Xpf.Charts.CircularDiagramShapeStyle">
<summary>
<para>Lists the values used to specify the shape style of a circular diagram.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.CircularDiagramShapeStyle.Circle">
<summary>
<para><para>A circular diagram is drawn as a circle.</para>
<para></para>
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.CircularDiagramShapeStyle.Polygon">
<summary>
<para><para>A circular diagram is drawn as a polygon. </para>
<para></para>
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Charts.CrosshairLabelMode">
<summary>
<para>Lists the values used to specify how many crosshair labels should be displayed when a chart contains several series.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.CrosshairLabelMode.ShowCommonForAllSeries">
<summary>
<para><para>A crosshair label is shown common to all series. </para>
<para></para>
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.CrosshairLabelMode.ShowForEachSeries">
<summary>
<para><para>A crosshair label is shown for each series. </para>
<para></para>
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.CrosshairLabelMode.ShowForNearestSeries">
<summary>
<para><para>A crosshair label is shown for the nearest series. </para>
<para></para>
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Charts.ToolTipOptions">
<summary>
<para>Contains settings that define how to display tooltips within a chart.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.ToolTipOptions.#ctor">
<summary>
<para>Initializes a new instance of the ToolTipOptions class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.ToolTipOptions.ActualToolTipPosition">
<summary>
<para>Gets the actual tooltip position on a diagram.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.ToolTipPosition"/> class descendant that specifies the actual position type of a tooltip.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.ToolTipOptions.ShowForPoints">
<summary>
<para>Specifies whether to show tooltip for a series point.
</para>
</summary>
<value><b>true</b> to show tooltip; otherwise, <b>false</b>.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.ToolTipOptions.ShowForPointsProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.ToolTipOptions.ShowForSeries">
<summary>
<para>Specifies whether to show a tooltip for a particular series;
</para>
</summary>
<value><b>true</b> to show a tooltip; otherwise, <b>false</b>.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.ToolTipOptions.ShowForSeriesProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.ToolTipOptions.ToolTipPosition">
<summary>
<para>Represents how the tooltip position is defined, for example, relative to a mouse pointer or chart element.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.ToolTipPosition"/> class descendant that specifies the tooltip position type.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.ToolTipOptions.ToolTipPositionProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.Xpf.Charts.RadarPointSeries2D">
<summary>
<para>The Radar Point series.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.RadarPointSeries2D.#ctor">
<summary>
<para>Initializes a new instance of the RadarPointSeries2D class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Charts.PolarPointSeries2D">
<summary>
<para>The Polar Point series.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.PolarPointSeries2D.#ctor">
<summary>
<para>Initializes a new instance of the PolarPointSeries2D class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Charts.CrosshairOptions">
<summary>
<para>Contains settings that define how to draw a crosshair cursor within a chart.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.CrosshairOptions.#ctor">
<summary>
<para>Initializes a new instance of the CrosshairOptions class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.CrosshairOptions.ArgumentLineBrush">
<summary>
<para>Gets or sets the color of a crosshair argument line when implementing custom drawing of a crosshair cursor.
</para>
</summary>
<value>A <see cref="T:System.Windows.Media.Brush"/> object which specifies the color of the crosshair argument line.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.CrosshairOptions.ArgumentLineBrushProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.CrosshairOptions.ArgumentLineStyle">
<summary>
<para>Gets or sets the argument line style settings of the crosshair cursor.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.LineStyle"/> object that contains line style settings.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.CrosshairOptions.ArgumentLineStyleProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.CrosshairOptions.CommonLabelPosition">
<summary>
<para>Gets or sets the position of a crosshair label when common crosshair label is shown for all series on a diagram.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.CrosshairLabelPosition"/> class descendant that specifies the crosshair label position on a diagram.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.CrosshairOptions.CommonLabelPositionProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.CrosshairOptions.CrosshairLabelMode">
<summary>
<para>Specifies the way in which the crosshair label is shown for all series on a chart.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.CrosshairLabelMode"/> enumeration member that specifies how the crosshair label is shown.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.CrosshairOptions.CrosshairLabelModeProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.CrosshairOptions.GroupHeaderPattern">
<summary>
<para>Gets or sets a string representing the pattern specifying the group header text to be displayed within the crosshair label.
</para>
</summary>
<value>A <see cref="T:System.String"/> representing the group header's pattern.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.CrosshairOptions.GroupHeaderPatternProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.CrosshairOptions.HighlightPoints">
<summary>
<para>Gets or sets a value that specifies whether the series points are highlighted when the crosshair cursor hovers over them.
</para>
</summary>
<value><b>true</b>, if the series points are highlighted when the crosshair cursor hovers over them; otherwise, <b>false</b>.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.CrosshairOptions.HighlightPointsProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.CrosshairOptions.ShowArgumentLabels">
<summary>
<para>Gets or sets a value that specifies whether to show an argument label of a series point indicated by a crosshair cursor on a diagram.
</para>
</summary>
<value><b>true</b> to display an argument label indicated by a crosshair cursor on a diagram; otherwise, <b>false</b>.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.CrosshairOptions.ShowArgumentLabelsProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.CrosshairOptions.ShowArgumentLine">
<summary>
<para>Specifies whether to show an argument line of a series point indicated by a crosshair cursor on a diagram.
</para>
</summary>
<value><b>true</b> to display an argument line indicated by a crosshair cursor on a diagram; otherwise, <b>false</b>.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.CrosshairOptions.ShowArgumentLineProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.CrosshairOptions.ShowCrosshairLabels">
<summary>
<para>Specifies whether to show a crosshair label of a series point indicated by a crosshair cursor on a diagram.
</para>
</summary>
<value><b>true</b> to display a crosshair label indicated by a crosshair cursor on a diagram; otherwise, <b>false</b>.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.CrosshairOptions.ShowCrosshairLabelsProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.CrosshairOptions.ShowGroupHeaders">
<summary>
<para>Specifies whether to show a header for each series group in crosshair cursor labels.
</para>
</summary>
<value><b>true</b>, to show a group header in crosshair cursor labels; otherwise, <b>false</b>.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.CrosshairOptions.ShowGroupHeadersProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.CrosshairOptions.ShowOnlyInFocusedPane">
<summary>
<para>Gets or sets a value that specifies whether to show a crosshair cursor only in a focused pane.
</para>
</summary>
<value><b>true</b> to display a crosshair cursor in focused pane; otherwise, <b>false</b>.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.CrosshairOptions.ShowOnlyInFocusedPaneProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.CrosshairOptions.ShowValueLabels">
<summary>
<para>Gets or sets a value that specifies whether to show a value label of a series point indicated by a crosshair cursor on a diagram.
</para>
</summary>
<value><b>true</b> - to display a value label indicated by a crosshair cursor on a diagram; otherwise - <b>false </b>;
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.CrosshairOptions.ShowValueLabelsProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.CrosshairOptions.ShowValueLine">
<summary>
<para>Specifies whether to show a value line of a series point indicated by a crosshair cursor on a diagram.
</para>
</summary>
<value><b>true</b> to display a value line indicated by a crosshair cursor on a diagram; otherwise, <b>false</b>.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.CrosshairOptions.ShowValueLineProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.CrosshairOptions.SnapMode">
<summary>
<para>Specifies the current snap mode of a crosshair cursor.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.CrosshairSnapMode"/> enumeration member.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.CrosshairOptions.SnapModeProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.CrosshairOptions.ValueLineBrush">
<summary>
<para>Gets or sets the color of the crosshair value line.
</para>
</summary>
<value>A <see cref="T:System.Windows.Media.Brush"/> object which specifies the color of the crosshair value line.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.CrosshairOptions.ValueLineBrushProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.CrosshairOptions.ValueLineStyle">
<summary>
<para>Gets or sets the value line style settings of the crosshair cursor.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.LineStyle"/> object that contains line style settings.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.CrosshairOptions.ValueLineStyleProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.Xpf.Charts.GridLineType">
<summary>
<para>Lists the values used to specify the type of grid lines.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.GridLineType.Ellipse">
<summary>
<para>Represents the ellipse grid line type.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.GridLineType.Polyline">
<summary>
<para>Represents the polyline grid line type.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Charts.CrosshairSnapMode">
<summary>
<para>Lists the values used to specify how a crosshair cursor should detect a series point to snap to it.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.CrosshairSnapMode.NearestArgument">
<summary>
<para><para>A crosshair cursor is shown for the nearest point argument. </para>
<para></para>
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.CrosshairSnapMode.NearestValue">
<summary>
<para><para>A crosshair cursor is shown for the nearest point value. </para>
<para></para>
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Charts.CircularDiagramRotationDirection">
<summary>
<para>Lists the values used to specify how a circular diagram is rotated.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.CircularDiagramRotationDirection.Clockwise">
<summary>
<para><para>A diagram is rotated clockwise.</para>
<para></para>
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.CircularDiagramRotationDirection.Counterclockwise">
<summary>
<para><para>A diagram is rotated counterclockwise.</para>
<para></para>
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Charts.CircularAxisY2D">
<summary>
<para>A base class for Y-axes of the display Radar and Polar series.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.CircularAxisY2D.AlwaysShowZeroLevel(DevExpress.Xpf.Charts.AxisRange)">
<summary>
<para>Gets or sets whether the Y circular axis range should be automatically recalculated to make the zero level constantly visible.
</para>
</summary>
<value><b>true</b> if the zero level should be always visible on the Y circular axis; otherwise, <b>false</b>.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.CircularAxisY2D.AlwaysShowZeroLevelProperty">
<summary>
<para>Identifies the attached property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.CircularAxisY2D.Brush">
<summary>
<para>Gets or sets the color of the circular y axis.
</para>
</summary>
<value>A <see cref="T:System.Windows.Media.Brush"/> object which specifies the color of the circular y axis.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.CircularAxisY2D.BrushProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.CircularAxisY2D.DateTimeGridAlignment">
<summary>
<para>Gets or sets the date-time measurement unit, to which the beginning of a circular diagram's gridlines and labels should be aligned for the Y-axis.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.DateTimeMeasurementUnit"/> enumeration value that is the measurement unit, to which the beginning of a circular diagram's gridlines and labels should be aligned.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.CircularAxisY2D.DateTimeGridAlignmentProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.CircularAxisY2D.DateTimeMeasureUnit">
<summary>
<para>Gets or sets the detail level for date-time values.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.DateTimeMeasurementUnit"/> enumeration value which represents the circular Y-axis' detail level.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.CircularAxisY2D.DateTimeMeasureUnitProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.CircularAxisY2D.DateTimeOptions">
<summary>
<para>Provides access to the settings that define how date-time values should be displayed within y-axis labels of the circular diagram.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.DateTimeOptions"/> object that contains specific date-time settings.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.CircularAxisY2D.DateTimeOptionsProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="M:DevExpress.Xpf.Charts.CircularAxisY2D.GetAlwaysShowZeroLevel(DevExpress.Xpf.Charts.AxisRange)">
<summary>
<para>Gets the value of the <see cref="P:DevExpress.Xpf.Charts.CircularAxisY2D.AlwaysShowZeroLevel"/> attached property for a specified <see cref="T:DevExpress.Xpf.Charts.AxisRange"/>.
</para>
</summary>
<param name="range">
An <see cref="T:DevExpress.Xpf.Charts.AxisRange"/> object whose <see cref="P:DevExpress.Xpf.Charts.CircularAxisY2D.AlwaysShowZeroLevel"/> property's value is to be returned.
</param>
<returns>The <see cref="P:DevExpress.Xpf.Charts.CircularAxisY2D.AlwaysShowZeroLevel"/> property value for the circular axis range.
</returns>
</member>
<member name="P:DevExpress.Xpf.Charts.CircularAxisY2D.Logarithmic">
<summary>
<para>Gets or sets whether the circular Y-axis should display its numerical values using a logarithmic scale.
</para>
</summary>
<value><b>true</b> to display the logarithmic scale; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.CircularAxisY2D.LogarithmicBase">
<summary>
<para>Gets or sets a value specifying a logarithmic base when the <see cref="P:DevExpress.Xpf.Charts.CircularAxisY2D.Logarithmic"/> property is enabled.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value which is the logarithmic base.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.CircularAxisY2D.LogarithmicBaseProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.Xpf.Charts.CircularAxisY2D.LogarithmicProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.CircularAxisY2D.Range">
<summary>
<para>Specifies the circular Y-axis range.
</para>
</summary>
<value>An <see cref="T:DevExpress.Xpf.Charts.AxisRange"/> object which contains the common range settings of the circular Y-axis.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.CircularAxisY2D.RangeProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="M:DevExpress.Xpf.Charts.CircularAxisY2D.SetAlwaysShowZeroLevel(DevExpress.Xpf.Charts.AxisRange,System.Boolean)">
<summary>
<para>Sets the value of the <see cref="P:DevExpress.Xpf.Charts.CircularAxisY2D.AlwaysShowZeroLevel"/> attached property to a specified <see cref="T:DevExpress.Xpf.Charts.AxisRange"/>.
</para>
</summary>
<param name="range">
The circular axis range to which the attached property is written.
</param>
<param name="value">
The required <see cref="T:System.Boolean"/> value.
</param>
</member>
<member name="P:DevExpress.Xpf.Charts.CircularAxisY2D.Thickness">
<summary>
<para>Specifies the thickness of the circular Y-axis. This is a dependency property.
</para>
</summary>
<value>An integer value which specifies the thickness of the circular Y-axis, in pixels.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.CircularAxisY2D.ThicknessProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.CircularAxisY2D.TickmarksCrossAxis">
<summary>
<para>Specifies whether or not axis tickmarks cross the circular Y-axis. This is a dependency property.
</para>
</summary>
<value><b>true</b> if tickmarks should cross the circular Y-axis; otherwise, <b>false</b>.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.CircularAxisY2D.TickmarksCrossAxisProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.CircularAxisY2D.TickmarksLength">
<summary>
<para>Specifies the length (in pixels) of circular Y-axis major tickmarks. This is a dependency property.
</para>
</summary>
<value>An integer value, specifying the length of the major tickmarks, in pixels.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.CircularAxisY2D.TickmarksLengthProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.CircularAxisY2D.TickmarksMinorLength">
<summary>
<para>Specifies the length (in pixels) of circular Y-axis minor tickmarks. This is a dependency property.
</para>
</summary>
<value>An integer value, specifying the length of the minor tickmarks, in pixels
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.CircularAxisY2D.TickmarksMinorLengthProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.CircularAxisY2D.TickmarksMinorThickness">
<summary>
<para>Specifies the thickness (in pixels) of circular Y-axis minor tickmarks. This is a dependency property.
</para>
</summary>
<value>An integer value, specifying the thickness of the minor tickmarks, in pixels.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.CircularAxisY2D.TickmarksMinorThicknessProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.CircularAxisY2D.TickmarksMinorVisible">
<summary>
<para>Specifies whether or not the circular Y-axis minor tickmarks are visible. This is a dependency property.
</para>
</summary>
<value><b>true</b> to show minor tickmarks; otherwise, <b>false</b>.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.CircularAxisY2D.TickmarksMinorVisibleProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.CircularAxisY2D.TickmarksThickness">
<summary>
<para>Specifies the thickness (in pixels) of circular Y-axis major tickmarks. This is a dependency property.
</para>
</summary>
<value>An integer value, specifying the thickness of the major tickmarks, in pixels.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.CircularAxisY2D.TickmarksThicknessProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.CircularAxisY2D.TickmarksVisible">
<summary>
<para>Specifies whether or not the circular Y-axis tickmarks are visible. This is a dependency property.
</para>
</summary>
<value><b>true</b> to show major tickmarks; otherwise, <b>false</b>.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.CircularAxisY2D.TickmarksVisibleProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.CircularAxisY2D.Visible">
<summary>
<para>Gets or sets whether the circular Y-axis is visible. This is a dependency property.
</para>
</summary>
<value><b>true</b> if the circular Y-axis is visible; otherwise, <b>false</b>.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.CircularAxisY2D.VisibleProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.Xpf.Charts.CircularAxisX2D">
<summary>
<para>A base class for X-axes of the display Radar and Polar series.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Charts.CircularDiagram2D">
<summary>
<para>The base class for diagrams that plot Radar and Polar series.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.CircularDiagram2D.#ctor">
<summary>
<para>Initializes a new instance of the CircularDiagram2D class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.CircularDiagram2D.AxisItems">
<summary>
<para>For internal use. Provides access to the circular diagram's collection of axis items.
</para>
</summary>
<value> An observable collection of axis items.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.CircularDiagram2D.AxisItemsProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.CircularDiagram2D.DomainBorderBrush">
<summary>
<para>For internal use. Specifies the diagram's domain border brush.
</para>
</summary>
<value>A <see cref="T:System.Windows.Media.Brush"/> object.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.CircularDiagram2D.DomainBorderBrushProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.CircularDiagram2D.DomainBorderGeometry">
<summary>
<para>For internal use only.
</para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="F:DevExpress.Xpf.Charts.CircularDiagram2D.DomainBorderGeometryProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.CircularDiagram2D.DomainBrush">
<summary>
<para>Gets or sets the color of the 2D circular diagram's domain.
</para>
</summary>
<value>A <see cref="T:System.Windows.Media.Brush"/> object which specifies the color of the circular diagram's domain.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.CircularDiagram2D.DomainBrushProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.CircularDiagram2D.DomainClipGeometry">
<summary>
<para>For internal use only.
</para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="F:DevExpress.Xpf.Charts.CircularDiagram2D.DomainClipGeometryProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.CircularDiagram2D.Elements">
<summary>
<para>For internal use. Gets or sets the elements of a circular diagram.
</para>
</summary>
<value>A <see cref="T:System.Collections.ObjectModel.ObservableCollection`1[[System.Object]]"/> object which provides access to circular diagram elements.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.CircularDiagram2D.ElementsProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.CircularDiagram2D.GridLines">
<summary>
<para>For internal use. Gets the grid lines settings.
</para>
</summary>
<value>A <see cref="T:System.Collections.ObjectModel.ObservableCollection`1[[System.Windows.UIElement]]"/> object which provides the grid lines settings.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.CircularDiagram2D.GridLinesProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.CircularDiagram2D.InterlaceControls">
<summary>
<para>For internal use. Gets or sets the collection of interlace controls.
</para>
</summary>
<value>A <see cref="T:System.Collections.ObjectModel.ObservableCollection`1[[System.Windows.UIElement]]"/> object
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.CircularDiagram2D.InterlaceControlsProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.CircularDiagram2D.LabelsResolveOverlappingMinIndent">
<summary>
<para>Gets or sets a minimum indent between two adjacent labels when the resolve overlapping algorithm is enabled for them.
</para>
</summary>
<value>An integer value that specifies the minimum labels' indent, in pixels.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.CircularDiagram2D.LabelsResolveOverlappingMinIndentProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="M:DevExpress.Xpf.Charts.CircularDiagram2D.OnApplyTemplate">
<summary>
<para>Called after the template is completely generated and attached to the visual tree.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.CircularDiagram2D.RotationDirection">
<summary>
<para>Gets or sets the direction in which the <see cref="T:DevExpress.Xpf.Charts.CircularDiagram2D"/> is drawn.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.CircularDiagramRotationDirection"/> enumeration member specifying the direction of circular diagram rotation.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.CircularDiagram2D.RotationDirectionProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.CircularDiagram2D.SeriesItems">
<summary>
<para>For internal use. Provides access to the circular diagram's collection of Series items.
</para>
</summary>
<value>A <see cref="T:System.Collections.ObjectModel.ObservableCollection`1[[DevExpress.Xpf.Charts.SeriesItem]]"/> object
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.CircularDiagram2D.SeriesItemsProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.CircularDiagram2D.SeriesLabelItems">
<summary>
<para>This property is hidden and is intended for internal use.
</para>
</summary>
<value> An observable collection of series label items.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.CircularDiagram2D.SeriesLabelItemsProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.CircularDiagram2D.ShapeStyle">
<summary>
<para>Specifies the shape style used to draw a circular diagram.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.CircularDiagramShapeStyle"/> enumeration object that represents the shape style of a circular diagram.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.CircularDiagram2D.ShapeStyleProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.CircularDiagram2D.StartAngle">
<summary>
<para>Specifies the angle for a circular axis drawing to start.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value (in degrees, from -360 to 360).
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.CircularDiagram2D.StartAngleProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.Xpf.Charts.PolarAxisX2D">
<summary>
<para>Represents the X-axis within Polar charts.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.PolarAxisX2D.#ctor">
<summary>
<para>Initializes a new instance of the PolarAxisX2D class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Charts.PolarAxisY2D">
<summary>
<para>Represents the Y-axis within Polar charts.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.PolarAxisY2D.#ctor">
<summary>
<para>Initializes a new instance of the PolarAxisY2D class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Charts.PolarDiagram2D">
<summary>
<para>A diagram to plot Polar Series.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.PolarDiagram2D.#ctor">
<summary>
<para>Initializes a new instance of the PolarDiagram2D class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.PolarDiagram2D.ActualAxisX">
<summary>
<para>Gets the actual x-axis of the PolarDiagram2D object.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.PolarAxisX2D"/> descendant.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.PolarDiagram2D.ActualAxisY">
<summary>
<para>Gets the actual y-axis of the PolarDiagram2D object.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.PolarAxisY2D"/> descendant.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.PolarDiagram2D.AxisX">
<summary>
<para>Gets or sets the axis that surrounds the polar diagram.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.PolarAxisX2D"/> class descendant that is the circular axis for the polar diagram.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.PolarDiagram2D.AxisXProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.PolarDiagram2D.AxisY">
<summary>
<para>Gets or sets an axis which radiates from the center of the polar chart.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.PolarAxisY2D"/> class instance that is the radial axis of a polar chart.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.PolarDiagram2D.AxisYProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.Xpf.Charts.RadarAxisX2D">
<summary>
<para>Represents the X-axis within Radar charts.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.RadarAxisX2D.#ctor">
<summary>
<para>Initializes a new instance of the RadarAxisX2D class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.RadarAxisX2D.DateTimeGridAlignment">
<summary>
<para>Gets or sets the date-time measurement unit, to which the beginning of a radar diagram's gridlines and labels should be aligned for the X-axis.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.DateTimeMeasurementUnit"/> enumeration value that is the measurement unit, to which the beginning of a radar diagram's gridlines and labels should be aligned.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.RadarAxisX2D.DateTimeGridAlignmentProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.RadarAxisX2D.DateTimeMeasureUnit">
<summary>
<para>Gets or sets the detail level for date-time values.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.DateTimeMeasurementUnit"/> enumeration value which represents the radar X-axis' detail level.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.RadarAxisX2D.DateTimeMeasureUnitProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.RadarAxisX2D.DateTimeOptions">
<summary>
<para>Provides access to the settings that define how date-time values should be displayed within x-axis labels of the Radar chart.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.DateTimeOptions"/> object that contains specific date-time settings.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.RadarAxisX2D.DateTimeOptionsProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.RadarAxisX2D.Logarithmic">
<summary>
<para>Gets or sets whether the radar X-axis should display its numerical values using a logarithmic scale.
</para>
</summary>
<value><b>true</b> to display the logarithmic scale; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.RadarAxisX2D.LogarithmicBase">
<summary>
<para>Gets or sets a value specifying a logarithmic base when the <see cref="P:DevExpress.Xpf.Charts.RadarAxisX2D.Logarithmic"/> property is enabled.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value which is the logarithmic base.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.RadarAxisX2D.LogarithmicBaseProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.Xpf.Charts.RadarAxisX2D.LogarithmicProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.RadarAxisX2D.Range">
<summary>
<para>Specifies the radar X-axis range.
</para>
</summary>
<value>An <see cref="T:DevExpress.Xpf.Charts.AxisRange"/> object which contains the common range settings of the radar X-axis.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.RadarAxisX2D.RangeProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.Xpf.Charts.RadarAxisY2D">
<summary>
<para>Represents the Y-axis within Radar charts.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.RadarAxisY2D.#ctor">
<summary>
<para>Initializes a new instance of the RadarAxisY2D class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Charts.RadarDiagram2D">
<summary>
<para>A diagram to plot Radar Series.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.RadarDiagram2D.#ctor">
<summary>
<para>Initializes a new instance of the RadarDiagram2D class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.RadarDiagram2D.ActualAxisX">
<summary>
<para>Gets the actual x-axis of the RadarDiagram2D object.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.RadarAxisX2D"/> descendant.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.RadarDiagram2D.ActualAxisY">
<summary>
<para>Gets the actual y-axis of the RadarDiagram2D object.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.RadarAxisY2D"/> descendant.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.RadarDiagram2D.AxisX">
<summary>
<para>Gets or sets the axis that surrounds the radar diagram.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.RadarAxisX2D"/> class descendant that is the circular axis for the radar diagram.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.RadarDiagram2D.AxisXProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.RadarDiagram2D.AxisY">
<summary>
<para>Gets or sets an axis which radiates from the center of the radar chart.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.RadarAxisY2D"/> class instance that is the radial axis of a radar chart.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.RadarDiagram2D.AxisYProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.Xpf.Charts.ToolTipPositionWithLocation">
<summary>
<para>The base class for positions that require to define a specific location.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.ToolTipPositionWithLocation.Location">
<summary>
<para>Gets or sets the tooltip coordinates relative to either a mouse pointer or a particular element on a diagram.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.ToolTipLocation"/> enumeration member that specifies the tooltip location relative to either a mouse pointer or a particular element on a diagram.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.ToolTipPositionWithLocation.LocationProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.Xpf.Charts.ToolTipLocation">
<summary>
<para>Lists the values used to specify how to locate a tooltip within a chart.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.ToolTipLocation.BottomLeft">
<summary>
<para>A Tooltip is positioned on the bottom left relative to either a mouse pointer or a particular element on a diagram.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.ToolTipLocation.BottomRight">
<summary>
<para>A Tooltip is positioned on the bottom right relative to either a mouse pointer or a particular element on a diagram.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.ToolTipLocation.TopLeft">
<summary>
<para>A tooltip is positioned on the top left relative to either a mouse pointer or a particular element on a diagram.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.ToolTipLocation.TopRight">
<summary>
<para>A tooltip is positioned on the top right relative to either a mouse pointer or a particular element on a diagram.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Charts.ToolTipOpenMode">
<summary>
<para>Lists the values used to specify when chart tooltips should be opened.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.ToolTipOpenMode.OnClick">
<summary>
<para>A tooltip appears when clicking on a particular chart element.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.ToolTipOpenMode.OnHover">
<summary>
<para>A tooltip appears when hovering over a particular chart element.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Charts.ToolTipRelativePosition">
<summary>
<para>Specifies a tooltip position near the chart element, for which this tooltip is invoked.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.ToolTipRelativePosition.#ctor">
<summary>
<para>Initializes a new instance of the ToolTipRelativePosition class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Charts.ToolTipMousePosition">
<summary>
<para>Specifies a tooltip position near the mouse pointer.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.ToolTipMousePosition.#ctor">
<summary>
<para>Initializes a new instance of the ToolTipMousePosition class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Charts.ToolTipFreePosition">
<summary>
<para>Specifies a free position of a tooltip within a chart (defined by the dock target, dock corner and offset from this corner).
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.ToolTipFreePosition.#ctor">
<summary>
<para>Initializes a new instance of the ToolTipFreePosition class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.ToolTipFreePosition.DockCorner">
<summary>
<para>Specifies the corner of the tooltip's parent element, to which the tooltip is anchored.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.DockCorner"/> enumeration object that represent's the dock corner of the tooltip's parent element.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.ToolTipFreePosition.DockTarget">
<summary>
<para>Gets or sets an object, to which a tooltip should be docked.
</para>
</summary>
<value>An object implementing the IDockTarget interface.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.ToolTipFreePosition.DockTargetProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.Xpf.Charts.ToolTipPosition">
<summary>
<para>The base class for all classes that define how a tooltip should be positioned within a chart.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.ToolTipPosition.Offset">
<summary>
<para>Specifies the tooltip offset on a diagram.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Point"/> structure that is the tooltip offset.
</value>
</member>
<member name="T:DevExpress.Xpf.Charts.ToolTipOpeningEventHandler">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.Xpf.Charts.ChartToolTipController.ToolTipOpening"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.ToolTipOpeningEventHandler.Invoke(System.Object,DevExpress.Xpf.Charts.ChartToolTipEventArgs)">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.Xpf.Charts.ChartToolTipController.ToolTipOpening"/> event.
</para>
</summary>
<param name="sender">
The event source. This parameter identifies the <see cref="T:DevExpress.Xpf.Charts.ChartToolTipController"/> which raised the event.
</param>
<param name="e">
A <see cref="T:DevExpress.Xpf.Charts.ChartToolTipEventArgs"/> object which contains event data.
</param>
</member>
<member name="T:DevExpress.Xpf.Charts.ToolTipClosingEventHandler">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.Xpf.Charts.ChartToolTipController.ToolTipClosing"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.ToolTipClosingEventHandler.Invoke(System.Object,DevExpress.Xpf.Charts.ChartToolTipEventArgs)">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.Xpf.Charts.ChartToolTipController.ToolTipClosing"/> event.
</para>
</summary>
<param name="sender">
The event source. This parameter identifies the <see cref="T:DevExpress.Xpf.Charts.ChartToolTipController"/> which raised the event.
</param>
<param name="e">
A <see cref="T:DevExpress.Xpf.Charts.ChartToolTipEventArgs"/> object which contains event data.
</param>
</member>
<member name="T:DevExpress.Xpf.Charts.ChartToolTipEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.Xpf.Charts.ChartToolTipController.ToolTipOpening"/> and <see cref="E:DevExpress.Xpf.Charts.ChartToolTipController.ToolTipClosing"/> events.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.ChartToolTipEventArgs.#ctor">
<summary>
<para>Initializes a new instance of the ChartToolTipEventArgs class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.ChartToolTipEventArgs.ChartControl">
<summary>
<para>Gets or sets a chart which represents data from different kinds of data sources.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.ChartControl"/> object.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.ChartToolTipEventArgs.Hint">
<summary>
<para>Gets or sets the data representing the content of the tooltip's hint.
</para>
</summary>
<value>The data representing the content of the tooltip's hint.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.ChartToolTipEventArgs.Pattern">
<summary>
<para>Gets or sets a string which represents the pattern specifying the text to be displayed within a tooltip.
</para>
</summary>
<value>A <see cref="T:System.String"/>, which represents the pattern.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.ChartToolTipEventArgs.Series">
<summary>
<para>Gets or sets a series for which a tooltip appears on a diagram.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.Series"/> object which represents the series for which a tooltip appears.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.ChartToolTipEventArgs.SeriesPoint">
<summary>
<para>Gets or sets the series point for which a tooltip appears on a diagram.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.SeriesPoint"/> object which represents the series point for which a tooltip appears.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.ChartToolTipEventArgs.ShowBeak">
<summary>
<para>Gets or sets a value that specifies whether to show the beak of a chart tooltip or not.
</para>
</summary>
<value><b>true</b> if the tooltip beak is displayed on a chart; otherwise, <b>false</b>
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.ChartToolTipEventArgs.Template">
<summary>
<para>Specifies the template that defines the appearance of the tooltip on a chart.
</para>
</summary>
<value>A <see cref="T:System.Windows.DataTemplate"/> object.
</value>
</member>
<member name="T:DevExpress.Xpf.Charts.AxisBase">
<summary>
<para>The base class for classes that provide axes functionality for a chart control.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.AxisBase.#ctor">
<summary>
<para>Initializes a new instance of the AxisBase class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.AxisBase.ActualGridLinesLineStyle">
<summary>
<para>Gets the actual grid lines style of an <see cref="T:DevExpress.Xpf.Charts.AxisBase"/> object.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.LineStyle"/> object.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.AxisBase.ActualGridLinesLineStyleProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.AxisBase.ActualGridLinesMinorLineStyle">
<summary>
<para>Gets the actual line style for minor grid lines of an <see cref="T:DevExpress.Xpf.Charts.AxisBase"/> object.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.LineStyle"/> object.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.AxisBase.ActualGridLinesMinorLineStyleProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.AxisBase.ActualLabel">
<summary>
<para>Gets an actual label value of the <see cref="T:DevExpress.Xpf.Charts.AxisBase"/> object.
</para>
</summary>
<value>An <see cref="T:DevExpress.Xpf.Charts.AxisLabel"/> object.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.AxisBase.ActualRange">
<summary>
<para>Gets an actual range value of the <see cref="T:DevExpress.Xpf.Charts.AxisBase"/> object.
</para>
</summary>
<value>An <see cref="T:DevExpress.Xpf.Charts.AxisRange"/> object.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.AxisBase.Background">
<summary>
<para>Overrides the <see cref="P:System.Windows.Controls.Control.Background"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:System.Windows.Media.Brush"/> value.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.AxisBase.BorderBrush">
<summary>
<para>Overrides the <see cref="P:System.Windows.Controls.Control.BorderBrush"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:System.Windows.Media.Brush"/> value.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.AxisBase.BorderThickness">
<summary>
<para>Overrides the <see cref="P:System.Windows.Controls.Control.BorderThickness"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:System.Windows.Thickness"/> value.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.AxisBase.Clip">
<summary>
<para>Overrides the <see cref="P:System.Windows.UIElement.Clip"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:System.Windows.Media.Geometry"/> value.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.AxisBase.Effect">
<summary>
<para>Overrides the <see cref="P:System.Windows.UIElement.Effect"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:System.Windows.Media.Effects.Effect"/> value.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.AxisBase.Foreground">
<summary>
<para>Overrides the <see cref="P:System.Windows.Controls.Control.Foreground"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:System.Windows.Media.Brush"/> value.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.AxisBase.GridLinesBrush">
<summary>
<para>Gets or sets the color of the axis grid lines.
</para>
</summary>
<value>A <see cref="T:System.Windows.Media.Brush"/> object which specifies the color of the grid lines.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.AxisBase.GridLinesBrushProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.AxisBase.GridLinesLineStyle">
<summary>
<para>Specifies the line style settings for the axis' grid lines.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.LineStyle"/> object that contains line style settings.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.AxisBase.GridLinesLineStyleProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.AxisBase.GridLinesMinorBrush">
<summary>
<para>Specifies the color of the axis minor grid lines.
</para>
</summary>
<value>A <see cref="T:System.Windows.Media.Brush"/> object which specifies the color of the minor grid lines.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.AxisBase.GridLinesMinorBrushProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.AxisBase.GridLinesMinorLineStyle">
<summary>
<para>Specifies the line style settings for the axis' minor grid lines.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.LineStyle"/> object that contains line style settings.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.AxisBase.GridLinesMinorLineStyleProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.AxisBase.GridLinesMinorVisible">
<summary>
<para>Specifies whether the axis minor grid lines are visible. This is a dependency property.
</para>
</summary>
<value><b>true</b> to show the axis minor grid lines; otherwise, <b>false</b>.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.AxisBase.GridLinesMinorVisibleProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.AxisBase.GridLinesVisible">
<summary>
<para>Specifies whether or not to show axis grid lines.
</para>
</summary>
<value><b>true</b> to display grid lines; otherwise - <b>false</b>;
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.AxisBase.GridLinesVisibleProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.AxisBase.Interlaced">
<summary>
<para>Gets or sets whether interlacing is applied to the axis.
</para>
</summary>
<value><b>true</b> to apply interlacing; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.AxisBase.InterlacedBrush">
<summary>
<para>Gets or sets the color of the axis interlacing.
</para>
</summary>
<value>A <see cref="T:System.Windows.Media.Brush"/> object which specifies the color of the interlaced grid lines.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.AxisBase.InterlacedBrushProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.Xpf.Charts.AxisBase.InterlacedProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.AxisBase.Label">
<summary>
<para>Provides access to the settings that specify the position and text format of axis labels.
</para>
</summary>
<value>An <see cref="T:DevExpress.Xpf.Charts.AxisLabel"/> object which provides the axis label settings.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.AxisBase.LabelProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.AxisBase.Margin">
<summary>
<para>This property is hidden, because it is not supported in this class.
</para>
</summary>
<value>A <see cref="T:System.Windows.Thickness"/> value.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.AxisBase.MinorCount">
<summary>
<para>Gets or sets the number of minor tickmarks and grid lines.
</para>
</summary>
<value>An integer value which specifies the number of minor tickmarks between two major tickmarks. The same value specifies the number of grid lines.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.AxisBase.MinorCountProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.AxisBase.NumericOptions">
<summary>
<para>Gets the numeric options of the axis.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.NumericOptions"/> object which provides the numeric options of the axis.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.AxisBase.NumericOptionsProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.AxisBase.Opacity">
<summary>
<para>This property is hidden, because it is not supported in this class.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.AxisBase.OpacityMask">
<summary>
<para>This property is hidden, because it is not supported in this class.
</para>
</summary>
<value>A <see cref="T:System.Windows.Media.Brush"/> value.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.AxisBase.Padding">
<summary>
<para>This property is hidden, because it is not supported in this class.
</para>
</summary>
<value>A <see cref="T:System.Windows.Thickness"/> value.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.AxisBase.RenderTransform">
<summary>
<para>This property is hidden, because it is not supported in this class.
</para>
</summary>
<value>A <see cref="T:System.Windows.Media.Transform"/> value.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.AxisBase.RenderTransformOrigin">
<summary>
<para>This property is hidden, because it is not supported in this class.
</para>
</summary>
<value>A <see cref="T:System.Windows.Point"/> value.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.AxisBase.Visibility">
<summary>
<para>This property is hidden, because it is not supported in this class.
</para>
</summary>
<value>A <see cref="T:System.Windows.Visibility"/> value.
</value>
</member>
<member name="T:DevExpress.Xpf.Charts.VisibilityInPaneCollection">
<summary>
<para>A collection that stores panes on which the axis visibility can be specified.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.VisibilityInPaneCollection.#ctor">
<summary>
<para>Initializes a new instance of the VisibilityInPaneCollection class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Charts.VisibilityInPane">
<summary>
<para>Contains settings that specify the axis visibility on a pane.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.VisibilityInPane.#ctor">
<summary>
<para>Initializes a new instance of the VisibilityInPane class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.VisibilityInPane.Pane">
<summary>
<para>Gets or sets a pane on which an axis can be visible or not.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.Pane"/> object
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.VisibilityInPane.PaneProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.VisibilityInPane.Visible">
<summary>
<para>Provides whether or not a particular axis should be visible on the pane.
</para>
</summary>
<value><b>true</b> to show an axis on the pane; otherwise <b>false</b>.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.VisibilityInPane.VisibleProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.Xpf.Charts.QueryChartCursorEventHandler">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.Xpf.Charts.ChartControl.QueryChartCursor"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.QueryChartCursorEventHandler.Invoke(System.Object,DevExpress.Xpf.Charts.QueryChartCursorEventArgs)">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.Xpf.Charts.ChartControl.QueryChartCursor"/> event.
</para>
</summary>
<param name="sender">
The event source.
</param>
<param name="e">
A <see cref="T:DevExpress.Xpf.Charts.QueryChartCursorEventArgs"/> object that contains event data.
</param>
</member>
<member name="T:DevExpress.Xpf.Charts.QueryChartCursorEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.Xpf.Charts.ChartControl.QueryChartCursor"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.QueryChartCursorEventArgs.#ctor">
<summary>
<para>Initializes a new instance of the QueryChartCursorEventArgs class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.QueryChartCursorEventArgs.Cursor">
<summary>
<para>Gets or sets the mouse cursor currently being shown for the chart.
</para>
</summary>
<value>A <see cref="T:System.Windows.Input.Cursor"/> object.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.QueryChartCursorEventArgs.CursorImage">
<summary>
<para>Provides an image for the custom cursor.
</para>
</summary>
<value>A <see cref="T:System.Windows.Media.ImageSource"/> object
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.QueryChartCursorEventArgs.CursorImageOffset">
<summary>
<para>Specifies an image offset for a custom cursor on a chart diagram.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Point"/> structure that specifies the custom cursor offset.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.QueryChartCursorEventArgs.Position">
<summary>
<para>Gets or sets a value that specifies the position of a custom cursor on the chart's diagram.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Point"/> structure that specifies the cursor coordinates on a chart.
</value>
</member>
<member name="T:DevExpress.Xpf.Charts.PredefinedRangeBar2DModel">
<summary>
<para>A base class for all standard Range Bar 2D models.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Charts.CustomRangeBar2DModel">
<summary>
<para>The custom Range Bar model.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.CustomRangeBar2DModel.#ctor">
<summary>
<para>Initializes a new instance of the CustomRangeBar2DModel class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.CustomRangeBar2DModel.ModelName">
<summary>
<para>Gets the name of the CustomRangeBar2DModel.
</para>
</summary>
<value>Always <b>"Custom"</b>.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.CustomRangeBar2DModel.PointTemplate">
<summary>
<para>Specifies the point template for the Range Bar series' custom model. This is a dependency property.
</para>
</summary>
<value>A <see cref="T:System.Windows.Controls.ControlTemplate"/> object.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.CustomRangeBar2DModel.PointTemplateProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.Xpf.Charts.AxisValue">
<summary>
<para>Contains the information about an axis value.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.AxisValue.#ctor">
<summary>
<para>Initializes a new instance of the AxisValue class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.AxisValue.DateTimeValue">
<summary>
<para>Gets the axis value, if the axis scale type is <b>date-time</b>.
</para>
</summary>
<value>A <see cref="T:System.DateTime"/> value, specifying the axis value.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.AxisValue.NumericalValue">
<summary>
<para>Gets the axis value, if the axis scale type is <b>numerical</b>.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value, specifying the axis value.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.AxisValue.QualitativeValue">
<summary>
<para>Gets the axis value, if the axis scale type is <b>qualitative</b>.
</para>
</summary>
<value>A <see cref="T:System.String"/> value, specifying the axis value.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.AxisValue.ScaleType">
<summary>
<para>Gets the axis scale type.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.ScaleType"/> enumeration value, specifying the axis scale type.
</value>
</member>
<member name="T:DevExpress.Xpf.Charts.DiagramCoordinates">
<summary>
<para>An object that contains descriptive information about a geometrical point within the diagram.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.DiagramCoordinates.#ctor">
<summary>
<para>Initializes a new instance of the DiagramCoordinates class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.DiagramCoordinates.ArgumentScaleType">
<summary>
<para>Gets the type of the argument scale.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.ScaleType"/> enumeration value, which specifies the arguments type.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.DiagramCoordinates.AxisX">
<summary>
<para>Gets the X-axis diagram coordinate.
</para>
</summary>
<value>An <see cref="T:DevExpress.Xpf.Charts.AxisX2D"/> object which is the X-axis coordinate.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.DiagramCoordinates.AxisY">
<summary>
<para>Gets the Y-axis diagram coordinate.
</para>
</summary>
<value>An <see cref="T:DevExpress.Xpf.Charts.AxisY2D"/> object which is the Y-axis coordinate.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.DiagramCoordinates.DateTimeArgument">
<summary>
<para>Gets the date-time argument of the diagram point.
</para>
</summary>
<value>A <see cref="T:System.DateTime"/> value, which is the diagram point's argument.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.DiagramCoordinates.DateTimeValue">
<summary>
<para>Gets the date-time value of the diagram coordinate.
</para>
</summary>
<value>A <see cref="T:System.DateTime"/> value that is the date-time value of the diagram coordinate.
</value>
</member>
<member name="M:DevExpress.Xpf.Charts.DiagramCoordinates.GetAxisValue(DevExpress.Xpf.Charts.Axis2D)">
<summary>
<para>Gets the value containing the information about the current axis.
</para>
</summary>
<param name="axis">
An <see cref="T:DevExpress.Xpf.Charts.Axis2D"/> class descendant that is the axis that contains the requested value.
</param>
<returns>An <see cref="T:DevExpress.Xpf.Charts.AxisValue"/> object that contains the information about the axis scale type and value.
</returns>
</member>
<member name="P:DevExpress.Xpf.Charts.DiagramCoordinates.IsEmpty">
<summary>
<para>Checks whether the current object is a point outside the diagram area.
</para>
</summary>
<value><b>true</b> if the diagram coordinates correspond to a point outside the diagram area; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.DiagramCoordinates.NumericalArgument">
<summary>
<para>Gets the numerical argument of the diagram point.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value that is the diagram point's argument.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.DiagramCoordinates.NumericalValue">
<summary>
<para>Gets the numerical value of the diagram coordinate.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value, that is the diagram point's value.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.DiagramCoordinates.Pane">
<summary>
<para>Gets the pane of the diagram point.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.Pane"/> object that is the pane.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.DiagramCoordinates.QualitativeArgument">
<summary>
<para>Gets the qualitative argument of the diagram point.
</para>
</summary>
<value>A <see cref="T:System.String"/>, representing a diagram point's qualitative argument.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.DiagramCoordinates.ValueScaleType">
<summary>
<para>Gets the type of the value scale.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.ScaleType"/> object, that is the scale type for the value data of the data point.
</value>
</member>
<member name="T:DevExpress.Xpf.Charts.RangeBar2DModel">
<summary>
<para>A base class for standard and custom 2D Range Bar models.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.RangeBar2DModel.GetPredefinedKinds">
<summary>
<para>Returns the list of predefined models for a 2D Range Bar series.
</para>
</summary>
<returns>An object implementing the <see cref="T:System.Collections.IEnumerable"/> interface.
</returns>
</member>
<member name="P:DevExpress.Xpf.Charts.RangeBar2DModel.ModelName">
<summary>
<para>Gets the name of the RangeBar2DModel.
</para>
</summary>
<value>A <see cref="T:System.String"/> that is the model name.
</value>
</member>
<member name="T:DevExpress.Xpf.Charts.SeriesItem">
<summary>
<para>For internal use.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.SeriesItem.#ctor(DevExpress.Xpf.Charts.Series)">
<summary>
<para>For internal use.
</para>
</summary>
<param name="series">
A <see cref="T:DevExpress.Xpf.Charts.Series"/> object
</param>
</member>
<member name="P:DevExpress.Xpf.Charts.SeriesItem.Series">
<summary>
<para>For internal use. Returns the series which is the owner of the current series item.This is a dependency property.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.Series"/> object.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.SeriesItem.VisiblePointItems">
<summary>
<para>For internal use. Returns the visible point items for the current series item.This is a dependency property.
</para>
</summary>
<value>A <see cref="T:System.Collections.ObjectModel.ObservableCollection`1[[DevExpress.Xpf.Charts.SeriesPointItem]]"/> object.
</value>
</member>
<member name="T:DevExpress.Xpf.Charts.NavigationOptionsBase">
<summary>
<para>A base class for all navigation options available in the Chart control.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.NavigationOptionsBase.#ctor">
<summary>
<para>Initializes a new instance of the NavigationOptionsBase class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.NavigationOptionsBase.UseKeyboard">
<summary>
<para>Specifies whether navigation can be performed using the keyboard.
</para>
</summary>
<value><b>true</b> to allow using the keyboard; otherwise, <b>false</b>.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.NavigationOptionsBase.UseKeyboardProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.NavigationOptionsBase.UseMouse">
<summary>
<para>Specifies whether scrolling can be performed using the mouse.
</para>
</summary>
<value><b>true</b> to allow using the mouse; otherwise, <b>false</b>.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.NavigationOptionsBase.UseMouseProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.NavigationOptionsBase.UseTouchDevice">
<summary>
<para>Specifies whether navigation can be performed using the touch device.
</para>
</summary>
<value><b>true</b> to allow using the touch device; otherwise, <b>false</b>.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.NavigationOptionsBase.UseTouchDeviceProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.Xpf.Charts.ControlCoordinatesVisibility">
<summary>
<para>Lists the values used to specify the point's visibility state.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.ControlCoordinatesVisibility.Hidden">
<summary>
<para>The point is located outside the current diagram object.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.ControlCoordinatesVisibility.Undefined">
<summary>
<para>The point's location cannot be determined.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.ControlCoordinatesVisibility.Visible">
<summary>
<para>The point is located within the current diagram object.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Charts.ControlCoordinates">
<summary>
<para>An object that stores information about a geometrical point, its visibility state and the pane where it is drawn.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.ControlCoordinates.#ctor">
<summary>
<para>Initializes a new instance of the ControlCoordinates class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.ControlCoordinates.AxisX">
<summary>
<para>Gets the X-axis control coordinates.
</para>
</summary>
<value>An <see cref="T:DevExpress.Xpf.Charts.AxisX2D"/> object which is the X-axis.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.ControlCoordinates.AxisY">
<summary>
<para>Gets the Y-axis control coordinates.
</para>
</summary>
<value>An <see cref="T:DevExpress.Xpf.Charts.AxisY2D"/> object which is the Y-axis.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.ControlCoordinates.Pane">
<summary>
<para>Gets the diagram's pane associated with the control coordinates.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.Pane"/> object that represents the panes.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.ControlCoordinates.Point">
<summary>
<para>Gets the point's coordinates.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Point"/> structure, representing the point's integer X- and Y-coordinates.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.ControlCoordinates.Visibility">
<summary>
<para>Gets a value, specifying whether the point's location can be determined, and if so - whether it is located within the diagram.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.ControlCoordinatesVisibility"/> enumeration value, specifying the point's visibility state.
</value>
</member>
<member name="T:DevExpress.Xpf.Charts.ScrollBarItem">
<summary>
<para>For internal use. Determines the appearance and position of a scroll bar item.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.ScrollBarItem.#ctor">
<summary>
<para>Initializes a new instance of the ScrollBarItem class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.ScrollBarItem.Command">
<summary>
<para>Returns the command assigned to the scroll bar item.
</para>
</summary>
<value>An object that defines a command implementing the <see cref="T:System.Windows.Input.ICommand"/> interface.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.ScrollBarItem.MaxPosition">
<summary>
<para>Gets or sets the maximum position of the scrollbar element.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value that is the extreme right position of the scrollbar element.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.ScrollBarItem.MinPosition">
<summary>
<para>Gets or sets the minimum position of the scrollbar element.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value that is the extreme left position of the scroll bar element
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.ScrollBarItem.Orientation">
<summary>
<para>Specifies whether the scroll bar items are vertically or horizontally oriented.
</para>
</summary>
<value>A <see cref="T:System.Windows.Controls.Orientation"/> enumeration value, specifying the orientation of scroll bar items.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.ScrollBarItem.Visible">
<summary>
<para>Gets or sets a value indicating whether the scroll bar element is visible.
</para>
</summary>
<value><b>true</b> if the scroll bar element is visible; otherwise, <b>false</b>.
</value>
</member>
<member name="T:DevExpress.Xpf.Charts.LineScatterSeries2D">
<summary>
<para>The 2D Scatter Line series.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.LineScatterSeries2D.#ctor">
<summary>
<para>Initializes a new instance of the LineScatterSeries2D class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Charts.ILegendVisible">
<summary>
<para>If implemented by a class, provides a template that defines how an element should look in chart legend.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.ILegendVisible.LegendMarkerTemplate">
<summary>
<para>Gets the template that defines the presentation of the legend marker for the ILegendVisible interface.
</para>
</summary>
<value>A <see cref="T:System.Windows.DataTemplate"/> object that contains the template for a legend marker.
</value>
</member>
<member name="T:DevExpress.Xpf.Charts.BarSeries2DBase">
<summary>
<para>The base class for all 2D Bar Series types.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.BarSeries2DBase.BarWidth">
<summary>
<para>Gets or sets the width of a bar.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value that represents the bar's width in fractions of <b>axis units</b>, where an axis unit is the distance between two major values on the axis. This value should be greater than or equal to <b>0</b>.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.BarSeries2DBase.BarWidthProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="M:DevExpress.Xpf.Charts.BarSeries2DBase.GetPointAnimation">
<summary>
<para>Gets the point animation, which is assigned to BarSeries2DBase.
</para>
</summary>
<returns>A <see cref="T:DevExpress.Xpf.Charts.SeriesPointAnimationBase"/> class descendant.
</returns>
</member>
<member name="P:DevExpress.Xpf.Charts.BarSeries2DBase.PointAnimation">
<summary>
<para>Specifies the animation for the series' point markers.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.Bar2DAnimationBase"/> class descendant, specifying the marker animation type.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.BarSeries2DBase.PointAnimationProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="M:DevExpress.Xpf.Charts.BarSeries2DBase.SetPointAnimation(DevExpress.Xpf.Charts.SeriesPointAnimationBase)">
<summary>
<para>Assigns the specified point animation to BarSeries2DBase.
</para>
</summary>
<param name="value">
A <see cref="T:DevExpress.Xpf.Charts.SeriesPointAnimationBase"/> class descendant.
</param>
</member>
<member name="T:DevExpress.Xpf.Charts.AxisElementTitleBase">
<summary>
<para>A base class for <see cref="T:DevExpress.Xpf.Charts.AxisTitle"/> and <see cref="T:DevExpress.Xpf.Charts.ConstantLineTitle"/> elements.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Charts.PaneCollection">
<summary>
<para>A collection of panes to be shown in a chart's diagram.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.PaneCollection.#ctor">
<summary>
<para>Initializes a new instance of the PaneCollection class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Charts.Pane">
<summary>
<para>An individual pane within a chart control.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.Pane.#ctor">
<summary>
<para>Initializes a new instance of the Pane class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.Pane.AxisXScrollBarItem">
<summary>
<para>For internal use. Provides access to a specific scroll bar item of a <see cref="T:DevExpress.Xpf.Charts.Pane"/> object.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.ScrollBarItem"/> object.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.Pane.AxisXScrollBarItemProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.Pane.AxisXScrollBarOptions">
<summary>
<para>Provides access to the settings that define the appearance of a pane scroll bar displayed for the X-Axis.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.ScrollBarOptions"/> object containing the appearance settings of the pane scroll bar.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.Pane.AxisXScrollBarOptionsProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.Pane.AxisYScrollBarItem">
<summary>
<para>For internal use. Provides access to a specific scroll bar item of a <see cref="T:DevExpress.Xpf.Charts.Pane"/> object.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.ScrollBarItem"/> object.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.Pane.AxisYScrollBarItemProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.Pane.AxisYScrollBarOptions">
<summary>
<para>Provides access to the settings that define the appearance of a pane scroll bar displayed for the Y-Axis.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.ScrollBarOptions"/> object containing the appearance settings of the scroll bar.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.Pane.AxisYScrollBarOptionsProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="M:DevExpress.Xpf.Charts.Pane.CanScrollAxisXTo(System.Double)">
<summary>
<para>Checks whether or not it is possible to scroll the X-axis of a pane to the specified position.
</para>
</summary>
<param name="xPosition">
A <see cref="T:System.Double"/> value specifying the pane position to scroll to.
</param>
<returns><b>true</b> if it is allowed to scroll; otherwise, <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.Xpf.Charts.Pane.CanScrollAxisYTo(System.Double)">
<summary>
<para>Checks whether or not it is possible to scroll the Y-axis of a pane to the specified position.
</para>
</summary>
<param name="yPosition">
A <see cref="T:System.Double"/> value specifying the pane position to scroll to.
</param>
<returns><b>true</b> if it is allowed to scroll; otherwise, <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.Xpf.Charts.Pane.CanScrollHorizontally(System.Int32)">
<summary>
<para>Checks whether or not it is possible to horizontally scroll a pane.
</para>
</summary>
<param name="dx">
An integer value specifying how far it is necessary to scroll a pane in a horizontal direction.
</param>
<returns><b>true</b> if it is allowed to scroll; otherwise, <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.Xpf.Charts.Pane.CanScrollVertically(System.Int32)">
<summary>
<para>Checks whether or not it is possible to vertically scroll a pane.
</para>
</summary>
<param name="dy">
An integer value specifying how far it is necessary to scroll a pane in a vertical direction.
</param>
<returns><b>true</b> if it is allowed to scroll; otherwise, <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.Xpf.Charts.Pane.CanSetAxisXRange">
<summary>
<para>Checks whether or not it is possible to set a custom range for the X-axis of a pane.
</para>
</summary>
<returns><b>true</b> if it is allowed to set a custom range; otherwise, <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.Xpf.Charts.Pane.CanSetAxisXZoomRatio">
<summary>
<para>Checks whether or not it is possible to set a custom zoom ratio for the X-axis.
</para>
</summary>
<returns><b>true</b> if it is allowed to set a custom zoom ratio; otherwise, <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.Xpf.Charts.Pane.CanSetAxisYRange">
<summary>
<para>Checks whether or not it is possible to set a custom range for the Y-axis.
</para>
</summary>
<returns><b>true</b> if it is allowed to set a custom range; otherwise, <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.Xpf.Charts.Pane.CanSetAxisYZoomRatio">
<summary>
<para>Checks whether or not it is possible to set a custom zoom ratio for the pane Y-axis.
</para>
</summary>
<returns><b>true</b> if it is allowed to set a custom zoom ratio; otherwise, <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.Xpf.Charts.Pane.CanZoomIn">
<summary>
<para>Checks whether or not it is possible to zoom in.
</para>
</summary>
<returns><b>true</b> if it is allowed to zoom in; otherwise, <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.Xpf.Charts.Pane.CanZoomIntoRectangle">
<summary>
<para>Checks whether or not it is possible to zoom into a rectangle on a pane.
</para>
</summary>
<returns><b>true</b> if it is allowed to zoom into a rectangle; otherwise, <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.Xpf.Charts.Pane.CanZoomOut">
<summary>
<para>Checks whether or not it is possible to zoom out of a pane.
</para>
</summary>
<returns><b>true</b> if it is allowed to zoom out; otherwise, <b>false</b>.
</returns>
</member>
<member name="P:DevExpress.Xpf.Charts.Pane.ConstantLineBehindItems">
<summary>
<para>For internal use. Provides access to the pane's collection of constant lines that are drawn behind a series.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.ConstantLineCollection"/> object, that represents the collection of constant lines drawn behind.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.Pane.ConstantLineBehindItemsProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.Pane.ConstantLineInFrontItems">
<summary>
<para>For internal use.
</para>
</summary>
<value>
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.Pane.ConstantLineInFrontItemsProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.Pane.ConstantLineTitleItems">
<summary>
<para>For internal use. Provides access to the pane's collection of Constant Line Title items.
</para>
</summary>
<value>
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.Pane.ConstantLineTitleItemsProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.Pane.CrosshairArgumentBrush">
<summary>
<para>This property is hidden and provides internal infrastructure, so you don't need to use it in your code.
</para>
</summary>
<value>A <see cref="T:System.Windows.Media.Brush"/> object.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.Pane.CrosshairArgumentBrushProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.Pane.CrosshairArgumentLineStyle">
<summary>
<para>This property is hidden and provides internal infrastructure, so you don't need to use it in your code.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.LineStyle"/> object.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.Pane.CrosshairArgumentLineStyleProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.Pane.CrosshairLinesGeometry">
<summary>
<para>This property is intended for internal use only.
</para>
</summary>
<value>
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.Pane.CrosshairLinesGeometryProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.Pane.CrosshairValueBrush">
<summary>
<para>This property is hidden and provides internal infrastructure, so you don't need to use it in your code.
</para>
</summary>
<value>A <see cref="T:System.Windows.Media.Brush"/> object.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.Pane.CrosshairValueBrushProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.Pane.CrosshairValueLineStyle">
<summary>
<para>This property is hidden and provides internal infrastructure, so you don't need to use it in your code.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.LineStyle"/> object.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.Pane.CrosshairValueLineStyleProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.Pane.DomainBorderBrush">
<summary>
<para>For internal use. Specifies the pane's domain border brush.
</para>
</summary>
<value>A <see cref="T:System.Windows.Media.Brush"/> object.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.Pane.DomainBorderBrushProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.Pane.DomainBrush">
<summary>
<para>Gets or sets the color of the pane's domain.
</para>
</summary>
<value>A <see cref="T:System.Windows.Media.Brush"/> object which specifies the color of the pane's domain.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.Pane.DomainBrushProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.Pane.EnableAxisXNavigation">
<summary>
<para>Specifies whether scrolling and zooming is allowed for the X-Axis of the pane.
</para>
</summary>
<value><b>Null</b> - the <b>EnableAxisXNavigation</b> property value is obtained from the parent's <see cref="P:DevExpress.Xpf.Charts.XYDiagram2D.EnableAxisXNavigation"/> property; <b>True</b> to allow scrolling and zooming; <b>False</b> - scrolling and zooming are not allowed.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.Pane.EnableAxisXNavigationProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.Pane.EnableAxisYNavigation">
<summary>
<para>Specifies whether scrolling and zooming is allowed for the Y-Axis of the pane.
</para>
</summary>
<value><b>Null</b> - the <b>EnableAxisYNavigation</b> property value is obtained from the parent's <see cref="P:DevExpress.Xpf.Charts.XYDiagram2D.EnableAxisYNavigation"/> property; <b>True</b> to allow scrolling and zooming; <b>False</b> - scrolling and zooming are not allowed.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.Pane.EnableAxisYNavigationProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.Pane.GridLines">
<summary>
<para>For internal use. Gets the grid lines settings.
</para>
</summary>
<value>A <see cref="T:System.Collections.ObjectModel.ObservableCollection`1[[System.Windows.UIElement]]"/> object which provides the grid lines settings.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.Pane.GridLinesProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.Pane.IndicatorItems">
<summary>
<para>This property is hidden and is intended for internal use only.
</para>
</summary>
<value>
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.Pane.IndicatorItemsProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.Pane.IndicatorLabelItems">
<summary>
<para>This property is hidden and is intended for internal use.
</para>
</summary>
<value> An observable collection of indicator label items.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.Pane.IndicatorLabelItemsProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.Pane.InterlaceControls">
<summary>
<para>For internal use. Gets or sets the collection of interlace controls.
</para>
</summary>
<value>A <see cref="T:System.Collections.ObjectModel.ObservableCollection`1[[System.Windows.UIElement]]"/> object
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.Pane.InterlaceControlsProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.Pane.MirrorHeight">
<summary>
<para>Gets or sets the height of a pane mirror.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value that is the mirror height.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.Pane.MirrorHeightProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="M:DevExpress.Xpf.Charts.Pane.OnApplyTemplate">
<summary>
<para>Called after the template is completely generated and attached to the visual tree.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.Pane.PaneItems">
<summary>
<para>For internal use. Gets or sets the collection of pane items.
</para>
</summary>
<value>A collection of objects.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.Pane.PaneItemsProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.Pane.Pseudo3DPointItems">
<summary>
<para>For internal use. Specifies the pane's pseudo 3D point items. This is a dependency property.
</para>
</summary>
<value>A <see cref="T:System.Collections.ObjectModel.ObservableCollection`1[[DevExpress.Xpf.Charts.SeriesPointItem]]"/> object
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.Pane.Pseudo3DPointItemsProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="M:DevExpress.Xpf.Charts.Pane.ScrollAxisXTo(System.Double)">
<summary>
<para>Scrolls the X-axis to the specified position.
</para>
</summary>
<param name="xPosition">
A <see cref="T:System.Double"/> value specifying the position to scroll to.
</param>
</member>
<member name="P:DevExpress.Xpf.Charts.Pane.ScrollAxisXToCommand">
<summary>
<para>Returns a command that scrolls the pane along the X-axis to a specified value.
</para>
</summary>
<value>An object that defines a command implementing the <see cref="T:System.Windows.Input.ICommand"/> interface.
</value>
</member>
<member name="M:DevExpress.Xpf.Charts.Pane.ScrollAxisYTo(System.Double)">
<summary>
<para>Scrolls the Y-axis to the specified position.
</para>
</summary>
<param name="yPosition">
A <see cref="T:System.Double"/> value specifying the position to scroll to.
</param>
</member>
<member name="P:DevExpress.Xpf.Charts.Pane.ScrollAxisYToCommand">
<summary>
<para>Returns a command that scrolls the pane along the Y-axis to a specified value.
</para>
</summary>
<value>An object that defines a command implementing the <see cref="T:System.Windows.Input.ICommand"/> interface.
</value>
</member>
<member name="M:DevExpress.Xpf.Charts.Pane.ScrollHorizontally(System.Int32)">
<summary>
<para>Scrolls a pane in a horizontal direction.
</para>
</summary>
<param name="dx">
An integer value specifying how much it is necessary to scroll a pane in a horizontal direction.
</param>
</member>
<member name="P:DevExpress.Xpf.Charts.Pane.ScrollHorizontallyCommand">
<summary>
<para>Returns a command that horizontally scrolls a pane.
</para>
</summary>
<value>An object that defines a command implementing the <see cref="T:System.Windows.Input.ICommand"/> interface.
</value>
</member>
<member name="M:DevExpress.Xpf.Charts.Pane.ScrollVertically(System.Int32)">
<summary>
<para>Provides a pane scrolling in a vertical direction.
</para>
</summary>
<param name="dy">
An integer value specifying how much it is necessary to scroll a diagram in a vertical direction.
</param>
</member>
<member name="P:DevExpress.Xpf.Charts.Pane.ScrollVerticallyCommand">
<summary>
<para>Returns a command that vertically scrolls a diagram.
</para>
</summary>
<value>An object that defines a command implementing the <see cref="T:System.Windows.Input.ICommand"/> interface.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.Pane.SeriesItems">
<summary>
<para>For internal use. Provides access to the pane's collection of Series items.
</para>
</summary>
<value>
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.Pane.SeriesItemsProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.Pane.SeriesLabelItems">
<summary>
<para>This property is hidden and is intended for internal use.
</para>
</summary>
<value> An observable collection of series label items.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.Pane.SeriesLabelItemsProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="M:DevExpress.Xpf.Charts.Pane.SetAxisXRange(DevExpress.Xpf.Charts.AxisRangePositions)">
<summary>
<para>Sets a custom range for the X-axis pane.
</para>
</summary>
<param name="positions">
A <see cref="T:DevExpress.Xpf.Charts.AxisRangePositions"/> object containing positions of a new axis range.
</param>
</member>
<member name="P:DevExpress.Xpf.Charts.Pane.SetAxisXRangeCommand">
<summary>
<para>Returns a command that sets the specified range for the X-axis.
</para>
</summary>
<value>An object that defines a command implementing the <see cref="T:System.Windows.Input.ICommand"/> interface.
</value>
</member>
<member name="M:DevExpress.Xpf.Charts.Pane.SetAxisXZoomRatio(System.Double)">
<summary>
<para>Change the current zoom value for the pane X-axis to the specified zoom ratio.
</para>
</summary>
<param name="ratio">
A <see cref="T:System.Double"/> value that specifies a new pane zoom ratio. It should be greater than <b>0</b> and less than or equal to <b>1</b>.
</param>
</member>
<member name="P:DevExpress.Xpf.Charts.Pane.SetAxisXZoomRatioCommand">
<summary>
<para>Returns a command that sets the specified zoom ratio for the pane X-axis.
</para>
</summary>
<value>An object that defines a command implementing the <see cref="T:System.Windows.Input.ICommand"/> interface.
</value>
</member>
<member name="M:DevExpress.Xpf.Charts.Pane.SetAxisYRange(DevExpress.Xpf.Charts.AxisRangePositions)">
<summary>
<para>Sets a custom range for the pane Y-axis.
</para>
</summary>
<param name="positions">
A <see cref="T:DevExpress.Xpf.Charts.AxisRangePositions"/> object containing positions of a new pane axis range.
</param>
</member>
<member name="P:DevExpress.Xpf.Charts.Pane.SetAxisYRangeCommand">
<summary>
<para>Returns a command that sets the specified range for the Y-axis.
</para>
</summary>
<value>An object that defines a command implementing the <see cref="T:System.Windows.Input.ICommand"/> interface.
</value>
</member>
<member name="M:DevExpress.Xpf.Charts.Pane.SetAxisYZoomRatio(System.Double)">
<summary>
<para>Change the current zoom value for the Y-axis pane to the specified zoom ratio.
</para>
</summary>
<param name="ratio">
A <see cref="T:System.Double"/> value that specifies a new zoom ratio. It should be greater than <b>0</b> and less than or equal to <b>1</b>.
</param>
</member>
<member name="P:DevExpress.Xpf.Charts.Pane.SetAxisYZoomRatioCommand">
<summary>
<para>Returns a command that sets the specified zoom ratio for the Y-axis.
</para>
</summary>
<value>An object that defines a command implementing the <see cref="T:System.Windows.Input.ICommand"/> interface.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.Pane.StripItems">
<summary>
<para>For internal use. Provides access to the pane's collection of Strip items.
</para>
</summary>
<value> An observable collection of strip items.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.Pane.StripItemsProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="M:DevExpress.Xpf.Charts.Pane.ZoomIn(System.Nullable`1)">
<summary>
<para>Zooms a pane in.
</para>
</summary>
<param name="zoomLocation">
A <see cref="T:System.Windows.Point"/> object that specifies a new zoom location.
</param>
</member>
<member name="P:DevExpress.Xpf.Charts.Pane.ZoomInCommand">
<summary>
<para>Returns a command that increases the current zoom factor of a pane.
</para>
</summary>
<value>An object that defines a command implementing the <see cref="T:System.Windows.Input.ICommand"/> interface.
</value>
</member>
<member name="M:DevExpress.Xpf.Charts.Pane.ZoomIntoRectangle(System.Windows.Rect)">
<summary>
<para>Zoom a pane into a specified rectangle.
</para>
</summary>
<param name="rectangle">
A <see cref="T:System.Windows.Rect"/> object specifying a rectangle to zoom into.
</param>
</member>
<member name="P:DevExpress.Xpf.Charts.Pane.ZoomIntoRectangleCommand">
<summary>
<para>Returns a command that zooms a pane into the selected rectangle.
</para>
</summary>
<value>An object that defines a command implementing the <see cref="T:System.Windows.Input.ICommand"/> interface.
</value>
</member>
<member name="M:DevExpress.Xpf.Charts.Pane.ZoomOut(System.Nullable`1)">
<summary>
<para>Zooms a pane out.
</para>
</summary>
<param name="zoomLocation">
A <see cref="T:System.Windows.Point"/> object specifying a new zoom location.
</param>
</member>
<member name="P:DevExpress.Xpf.Charts.Pane.ZoomOutCommand">
<summary>
<para>Returns a command that decreases the current zoom factor of a pane.
</para>
</summary>
<value>An object that defines a command implementing the <see cref="T:System.Windows.Input.ICommand"/> interface.
</value>
</member>
<member name="T:DevExpress.Xpf.Charts.RangeBarLabelKind">
<summary>
<para>Lists the values specifying which range bar values (minimum, maximum, or both) should be displayed within series labels in the 2D Range Bar view type.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.RangeBarLabelKind.MaxValueLabel">
<summary>
<para>Shows only the label for the maximum value of the range bar.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.RangeBarLabelKind.MinValueLabel">
<summary>
<para>Shows only the label for the minimum value of the range bar.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.RangeBarLabelKind.OneLabel">
<summary>
<para>Shows one label in the center of the range bar with both maximum and minimum values.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.RangeBarLabelKind.TwoLabels">
<summary>
<para>Show both labels with maximum and minimum values of the range bar.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Charts.RangeAreaLabelKind">
<summary>
<para>Lists the values specifying which range area values (minimum, maximum, or both) should be displayed within series labels in the 2D Range Area view type.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.RangeAreaLabelKind.MaxValueLabel">
<summary>
<para>Shows only the label for the maximum value of a data point.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.RangeAreaLabelKind.MinValueLabel">
<summary>
<para>Shows only the label for the minimum value of a data point.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.RangeAreaLabelKind.OneLabel">
<summary>
<para>Shows one label in the center of the range area with both maximum and minimum values.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.RangeAreaLabelKind.TwoLabels">
<summary>
<para>Shows both labels with maximum and minimum values of a data point.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.RangeAreaLabelKind.Value1Label">
<summary>
<para>Shows only the label for the value stored in the <see cref="P:DevExpress.Xpf.Charts.SeriesPoint.Value"/> property of a data point.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.RangeAreaLabelKind.Value2Label">
<summary>
<para>Shows only the label for the value stored in the <see cref="P:DevExpress.Xpf.Charts.RangeAreaSeries2D.Value2"/> property of a data point.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Charts.RangeBarOverlappedSeries2D">
<summary>
<para>The 2D Overlapped Range Bar series.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.RangeBarOverlappedSeries2D.#ctor">
<summary>
<para>Initializes a new instance of the RangeBarOverlappedSeries2D class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Charts.RangeBarSideBySideSeries2D">
<summary>
<para>The 2D Side-by-Side Range Bar series.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.RangeBarSideBySideSeries2D.#ctor">
<summary>
<para>Initializes a new instance of the RangeBarSideBySideSeries2D class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Charts.RangeBarSeries2D">
<summary>
<para>The base class for Side-by-Side Range Bar and Overlapped Range Bar series.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.RangeBarSeries2D.DateTimeValue2(DevExpress.Xpf.Charts.SeriesPoint)">
<summary>
<para>Gets or sets a date-time value of a data point which belongs to a range bar series.
</para>
</summary>
<value>A <see cref="T:System.DateTime"/> value.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.RangeBarSeries2D.DateTimeValue2Property">
<summary>
<para>Identifies the attached property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="M:DevExpress.Xpf.Charts.RangeBarSeries2D.GetDateTimeValue2(DevExpress.Xpf.Charts.SeriesPoint)">
<summary>
<para>Gets the value of the <see cref="P:DevExpress.Xpf.Charts.RangeBarSeries2D.DateTimeValue2"/> attached property of the specified <see cref="T:DevExpress.Xpf.Charts.SeriesPoint"/>.
</para>
</summary>
<param name="point">
A <see cref="T:DevExpress.Xpf.Charts.SeriesPoint"/> object whose <see cref="P:DevExpress.Xpf.Charts.RangeBarSeries2D.DateTimeValue2"/> property's value is to be returned.
</param>
<returns>The value of the <see cref="P:DevExpress.Xpf.Charts.RangeBarSeries2D.DateTimeValue2"/> property of the specified series point.
</returns>
</member>
<member name="M:DevExpress.Xpf.Charts.RangeBarSeries2D.GetLabelKind(DevExpress.Xpf.Charts.SeriesLabel)">
<summary>
<para>Gets the value of the <see cref="P:DevExpress.Xpf.Charts.RangeBarSeries2D.LabelKind"/> attached property for a specified <see cref="T:DevExpress.Xpf.Charts.SeriesLabel"/>.
</para>
</summary>
<param name="label">
The series label from which the property value is read.
</param>
<returns>The <see cref="T:DevExpress.Xpf.Charts.RangeBarLabelKind"/> property value for the series label.
</returns>
</member>
<member name="M:DevExpress.Xpf.Charts.RangeBarSeries2D.GetValue2(DevExpress.Xpf.Charts.SeriesPoint)">
<summary>
<para>Gets the value of the <see cref="P:DevExpress.Xpf.Charts.RangeBarSeries2D.Value2"/> attached property of a specified <see cref="T:DevExpress.Xpf.Charts.SeriesPoint"/>.
</para>
</summary>
<param name="point">
A <see cref="T:DevExpress.Xpf.Charts.SeriesPoint"/> object whose <see cref="P:DevExpress.Xpf.Charts.RangeBarSeries2D.Value2"/> property's value is to be returned.
</param>
<returns>The value of the <see cref="P:DevExpress.Xpf.Charts.RangeBarSeries2D.Value2"/> property of the specified series point.
</returns>
</member>
<member name="P:DevExpress.Xpf.Charts.RangeBarSeries2D.LabelKind(DevExpress.Xpf.Charts.SeriesLabel)">
<summary>
<para>Gets or sets a label kind for the Range Bar chart. This is an attached property.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.RangeBarLabelKind"/> enumeration value that specifies the label types of the Range Bar chart.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.RangeBarSeries2D.LabelKindProperty">
<summary>
<para>
Identifies the attached property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.RangeBarSeries2D.LabelValueSeparator">
<summary>
<para>Gets or sets a value that specifies the separator between two values inside a label for <see cref="T:DevExpress.Xpf.Charts.RangeBarSeries2D"/> series.
</para>
</summary>
<value>A <see cref="T:System.String"/> value that is the label separator.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.RangeBarSeries2D.LabelValueSeparatorProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.RangeBarSeries2D.LegendValueSeparator">
<summary>
<para>Gets or sets a value that specifies a separator between two values inside a legend for <see cref="T:DevExpress.Xpf.Charts.RangeBarSeries2D"/> series.
</para>
</summary>
<value>A <see cref="T:System.String"/> value that is the legend separator.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.RangeBarSeries2D.LegendValueSeparatorProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.RangeBarSeries2D.MaxMarkerModel">
<summary>
<para>Gets or sets the model used to draw markers for the maximum values of each range bar series point.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.Marker2DModel"/> class descendant.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.RangeBarSeries2D.MaxMarkerModelProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.RangeBarSeries2D.MaxMarkerSize">
<summary>
<para>Gets or sets the size of the marker which shows the maximum value for a range bar series point.
</para>
</summary>
<value>An integer value which specifies the marker size, in pixels.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.RangeBarSeries2D.MaxMarkerSizeProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.RangeBarSeries2D.MaxMarkerVisible">
<summary>
<para>Gets or sets a value indicating whether or not to show markers which correspond to the maximum value of each range bar.
</para>
</summary>
<value><b>true</b> to show maximum value markers; <b>false</b> to hide them.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.RangeBarSeries2D.MaxMarkerVisibleProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.RangeBarSeries2D.MinMarkerModel">
<summary>
<para>Gets or sets the model used to draw markers for the minimum values of each range bar series point.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.Marker2DModel"/> class descendant.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.RangeBarSeries2D.MinMarkerModelProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.RangeBarSeries2D.MinMarkerSize">
<summary>
<para>Gets or sets the size of the marker which shows the minimum value for a range bar series point.
</para>
</summary>
<value>An integer value which specifies the marker size, in pixels.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.RangeBarSeries2D.MinMarkerSizeProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.RangeBarSeries2D.MinMarkerVisible">
<summary>
<para>Gets or sets a value indicating whether or not to show markers which correspond to the minimum value of each range bar.
</para>
</summary>
<value><b>true</b> to show minimum value markers; <b>false</b> to hide them.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.RangeBarSeries2D.MinMarkerVisibleProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.RangeBarSeries2D.Model">
<summary>
<para>Gets or sets the model used to draw elements of a 2D Range Bar Series.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.RangeBar2DModel"/> class descendant.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.RangeBarSeries2D.ModelProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.RangeBarSeries2D.Model"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="M:DevExpress.Xpf.Charts.RangeBarSeries2D.SetDateTimeValue2(DevExpress.Xpf.Charts.SeriesPoint,System.DateTime)">
<summary>
<para>Sets the value of the <see cref="P:DevExpress.Xpf.Charts.RangeBarSeries2D.DateTimeValue2"/> attached property to a specified <see cref="T:DevExpress.Xpf.Charts.SeriesPoint"/>.
</para>
</summary>
<param name="point">
The series point to which the attached property is written.
</param>
<param name="dateTimeValue">
The required DateTime value.
</param>
</member>
<member name="M:DevExpress.Xpf.Charts.RangeBarSeries2D.SetLabelKind(DevExpress.Xpf.Charts.SeriesLabel,DevExpress.Xpf.Charts.RangeBarLabelKind)">
<summary>
<para>Sets the value of the <see cref="P:DevExpress.Xpf.Charts.RangeBarSeries2D.LabelKind"/> attached property for a specified <see cref="T:DevExpress.Xpf.Charts.SeriesLabel"/>.
</para>
</summary>
<param name="label">
The series label from which the property value is read.
</param>
<param name="value">
The required <see cref="T:DevExpress.Xpf.Charts.RangeBarLabelKind"/> value.
</param>
</member>
<member name="M:DevExpress.Xpf.Charts.RangeBarSeries2D.SetValue2(DevExpress.Xpf.Charts.SeriesPoint,System.Double)">
<summary>
<para>Sets the value of the <see cref="P:DevExpress.Xpf.Charts.RangeBarSeries2D.Value2"/> attached property to a specified <see cref="T:DevExpress.Xpf.Charts.SeriesPoint"/>.
</para>
</summary>
<param name="point">
The point at which the attached property is written.
</param>
<param name="value">
The required <see cref="T:System.Double"/> value.
</param>
</member>
<member name="P:DevExpress.Xpf.Charts.RangeBarSeries2D.Value2(DevExpress.Xpf.Charts.SeriesPoint)">
<summary>
<para>Gets or sets the second value of the range bar series points.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.RangeBarSeries2D.Value2DataMember">
<summary>
<para>Gets or sets the name of the data field that contains second values of the range bar series' points.
</para>
</summary>
<value>A System.String value that specifies the name of the second data field
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.RangeBarSeries2D.Value2DataMemberProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.Xpf.Charts.RangeBarSeries2D.Value2Property">
<summary>
<para>Identifies the attached property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.Xpf.Charts.RangeAreaSeries2D">
<summary>
<para>The 2D Range Area series.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.RangeAreaSeries2D.#ctor">
<summary>
<para>Initializes a new instance of the RangeAreaSeries2D class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.RangeAreaSeries2D.ActualBorder1">
<summary>
<para>Gets an actual value of the first border that is the RangeAreaSeries2D object.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.SeriesBorder"/> object.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.RangeAreaSeries2D.ActualBorder1Property">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.RangeAreaSeries2D.ActualBorder2">
<summary>
<para>Gets an actual value of the second border that is the <see cref="T:DevExpress.Xpf.Charts.RangeAreaSeries2D"/> object.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.SeriesBorder"/> object.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.RangeAreaSeries2D.ActualBorder2Property">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.RangeAreaSeries2D.Border1">
<summary>
<para>Provides access to the first border's settings.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.SeriesBorder"/> object that contains settings for the first border.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.RangeAreaSeries2D.Border1Property">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.RangeAreaSeries2D.Border2">
<summary>
<para>Provides access to the second border's settings.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.SeriesBorder"/> object that contains settings for the second border.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.RangeAreaSeries2D.Border2Property">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.RangeAreaSeries2D.DateTimeValue2(DevExpress.Xpf.Charts.SeriesPoint)">
<summary>
<para>Gets or sets a date-time value of a data point which belongs to a range area series.
</para>
</summary>
<value>A <see cref="T:System.DateTime"/> value.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.RangeAreaSeries2D.DateTimeValue2Property">
<summary>
<para>Identifies the attached property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="M:DevExpress.Xpf.Charts.RangeAreaSeries2D.GetDateTimeValue2(DevExpress.Xpf.Charts.SeriesPoint)">
<summary>
<para>Gets the value of the <see cref="P:DevExpress.Xpf.Charts.RangeAreaSeries2D.DateTimeValue2"/> attached property of the specified <see cref="T:DevExpress.Xpf.Charts.SeriesPoint"/>.
</para>
</summary>
<param name="point">
A <see cref="T:DevExpress.Xpf.Charts.SeriesPoint"/> object whose <see cref="P:DevExpress.Xpf.Charts.RangeAreaSeries2D.DateTimeValue2"/> property's value is to be returned.
</param>
<returns>The value of the <see cref="P:DevExpress.Xpf.Charts.RangeAreaSeries2D.DateTimeValue2"/> property of the specified series point.
</returns>
</member>
<member name="M:DevExpress.Xpf.Charts.RangeAreaSeries2D.GetLabelKind(DevExpress.Xpf.Charts.SeriesLabel)">
<summary>
<para>Gets the value of the <see cref="P:DevExpress.Xpf.Charts.RangeAreaSeries2D.LabelKind"/> attached property for a specified <see cref="T:DevExpress.Xpf.Charts.SeriesLabel"/>.
</para>
</summary>
<param name="label">
The series label from which the property value is read.
</param>
<returns>The <see cref="T:DevExpress.Xpf.Charts.RangeAreaLabelKind"/> property value for the series label.
</returns>
</member>
<member name="M:DevExpress.Xpf.Charts.RangeAreaSeries2D.GetMaxValueAngle(DevExpress.Xpf.Charts.SeriesLabel)">
<summary>
<para>Gets the maximum value angle of the <see cref="P:DevExpress.Xpf.Charts.RangeAreaSeries2D.MaxValueAngle"/> attached property of a specified <see cref="T:DevExpress.Xpf.Charts.SeriesLabel"/>.
</para>
</summary>
<param name="label">
A <see cref="T:DevExpress.Xpf.Charts.SeriesLabel"/> object that is the label series to which the maximum angle is assigned.
</param>
<returns>A <see cref="T:System.Double"/> value that is the maximum angle value associated with a label.
</returns>
</member>
<member name="M:DevExpress.Xpf.Charts.RangeAreaSeries2D.GetMinValueAngle(DevExpress.Xpf.Charts.SeriesLabel)">
<summary>
<para>Gets the minimum value angle of the <see cref="P:DevExpress.Xpf.Charts.RangeAreaSeries2D.MinValueAngle"/> attached property for a specified <see cref="T:DevExpress.Xpf.Charts.SeriesLabel"/>.
</para>
</summary>
<param name="label">
A <see cref="T:DevExpress.Xpf.Charts.SeriesLabel"/> object that is the label series to which the minimum angle is assigned.
</param>
<returns>A <see cref="T:System.Double"/> value that is the minimum angle value associated with a label.
</returns>
</member>
<member name="M:DevExpress.Xpf.Charts.RangeAreaSeries2D.GetPointAnimation">
<summary>
<para>Gets the point animation, which is assigned to RangeAreaSeries2D.
</para>
</summary>
<returns>A <see cref="T:DevExpress.Xpf.Charts.SeriesPointAnimationBase"/> class descendant.
</returns>
</member>
<member name="M:DevExpress.Xpf.Charts.RangeAreaSeries2D.GetSeriesAnimation">
<summary>
<para>Gets the series animation, which is assigned to RangeAreaSeries2D.
</para>
</summary>
<returns>A <see cref="T:DevExpress.Xpf.Charts.SeriesAnimationBase"/> class descendant.
</returns>
</member>
<member name="M:DevExpress.Xpf.Charts.RangeAreaSeries2D.GetValue2(DevExpress.Xpf.Charts.SeriesPoint)">
<summary>
<para>Gets the value of the <see cref="P:DevExpress.Xpf.Charts.RangeAreaSeries2D.Value2"/> attached property of a specified <see cref="T:DevExpress.Xpf.Charts.SeriesPoint"/>.
</para>
</summary>
<param name="point">
A <see cref="T:DevExpress.Xpf.Charts.SeriesPoint"/> object whose <see cref="P:DevExpress.Xpf.Charts.RangeAreaSeries2D.Value2"/> property's value is to be returned.
</param>
<returns>The value of the <see cref="P:DevExpress.Xpf.Charts.RangeAreaSeries2D.Value2"/> property of the specified series point.
</returns>
</member>
<member name="P:DevExpress.Xpf.Charts.RangeAreaSeries2D.LabelKind(DevExpress.Xpf.Charts.SeriesLabel)">
<summary>
<para>Gets or sets a label kind for the Range Area chart. This is an attached property.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.RangeAreaLabelKind"/> enumeration value that specifies the label types in the Range Area chart.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.RangeAreaSeries2D.LabelKindProperty">
<summary>
<para>Identifies the attached property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.RangeAreaSeries2D.LabelValueSeparator">
<summary>
<para>Gets or sets a value that specifies the separator between two values inside a label for <see cref="T:DevExpress.Xpf.Charts.RangeAreaSeries2D"/> series.
</para>
</summary>
<value>A <see cref="T:System.String"/> value that is the label separator
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.RangeAreaSeries2D.LabelValueSeparatorProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.RangeAreaSeries2D.LegendValueSeparator">
<summary>
<para>Gets or sets a value that specifies the separator between two values inside a legend for <see cref="T:DevExpress.Xpf.Charts.RangeAreaSeries2D"/> series.
</para>
</summary>
<value>A <see cref="T:System.String"/> value that is the legend separator.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.RangeAreaSeries2D.LegendValueSeparatorProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.RangeAreaSeries2D.Marker1Model">
<summary>
<para>Gets or sets the model used to draw the initial markers for data points of 2D Range Area Series.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.Marker2DModel"/> class descendant.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.RangeAreaSeries2D.Marker1ModelProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.RangeAreaSeries2D.Marker1Size">
<summary>
<para>Gets or sets the size of the first marker of a series point.
</para>
</summary>
<value>An integer value, specifying the size of the first series point marker, in pixels.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.RangeAreaSeries2D.Marker1SizeProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.RangeAreaSeries2D.Marker1Visible">
<summary>
<para>Gets or sets a value indicating whether or not to show markers which indicate the first values of range area series points.
</para>
</summary>
<value><b>true</b> to show first value markers; <b>false</b> to hide them.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.RangeAreaSeries2D.Marker1VisibleProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.RangeAreaSeries2D.Marker2Model">
<summary>
<para>Gets or sets the model used to draw the second markers for data points of a 2D Range Area Series.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.Marker2DModel"/> class descendant.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.RangeAreaSeries2D.Marker2ModelProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.RangeAreaSeries2D.Marker2Size">
<summary>
<para>Gets or sets the size of the second marker of a series point.
</para>
</summary>
<value>An integer value, specifying the size of the second series point marker, in pixels.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.RangeAreaSeries2D.Marker2SizeProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.RangeAreaSeries2D.Marker2Visible">
<summary>
<para>Gets or sets a value indicating whether or not to show markers that indicate the second values of range area series points.
</para>
</summary>
<value><b>true</b> to show second value markers; <b>false</b> to hide them.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.RangeAreaSeries2D.Marker2VisibleProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.RangeAreaSeries2D.MaxValueAngle(DevExpress.Xpf.Charts.SeriesLabel)">
<summary>
<para>Gets or sets the angle between a series label and a line which connects this label to the maximum value of the range area series point. This is an attached property.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.RangeAreaSeries2D.MaxValueAngleProperty">
<summary>
<para>Identifies the attached property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.RangeAreaSeries2D.MinValueAngle(DevExpress.Xpf.Charts.SeriesLabel)">
<summary>
<para>Gets or sets the angle between a series label and a line which connects this label to the minimum value of the range area series point. This is an attached property.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.RangeAreaSeries2D.MinValueAngleProperty">
<summary>
<para>Identifies the attached property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.RangeAreaSeries2D.PointAnimation">
<summary>
<para>Specifies the animation for the series' point markers.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.Marker2DAnimationBase"/> class descendant, specifying the marker animation type.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.RangeAreaSeries2D.PointAnimationProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.RangeAreaSeries2D.SeriesAnimation">
<summary>
<para>Specifies the series animation.
</para>
</summary>
<value>An <see cref="T:DevExpress.Xpf.Charts.Area2DAnimationBase"/> class descendant, specifying the series animation type.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.RangeAreaSeries2D.SeriesAnimationProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="M:DevExpress.Xpf.Charts.RangeAreaSeries2D.SetDateTimeValue2(DevExpress.Xpf.Charts.SeriesPoint,System.DateTime)">
<summary>
<para>Sets the value of the <see cref="P:DevExpress.Xpf.Charts.RangeAreaSeries2D.DateTimeValue2"/> attached property to a specified <see cref="T:DevExpress.Xpf.Charts.SeriesPoint"/>.
</para>
</summary>
<param name="point">
The series point to which the attached property is written.
</param>
<param name="dateTimeValue">
The required DateTime value.
</param>
</member>
<member name="M:DevExpress.Xpf.Charts.RangeAreaSeries2D.SetLabelKind(DevExpress.Xpf.Charts.SeriesLabel,DevExpress.Xpf.Charts.RangeAreaLabelKind)">
<summary>
<para>Sets the value of the <see cref="P:DevExpress.Xpf.Charts.RangeAreaSeries2D.LabelKind"/> attached property for a specified <see cref="T:DevExpress.Xpf.Charts.SeriesLabel"/>.
</para>
</summary>
<param name="label">
The series label from which the property value is read.
</param>
<param name="value">
The required <see cref="T:DevExpress.Xpf.Charts.RangeAreaLabelKind"/> value
</param>
</member>
<member name="M:DevExpress.Xpf.Charts.RangeAreaSeries2D.SetMaxValueAngle(DevExpress.Xpf.Charts.SeriesLabel,System.Double)">
<summary>
<para>Sets the maximum value angle of the <see cref="P:DevExpress.Xpf.Charts.RangeAreaSeries2D.MaxValueAngle"/> attached property to a specified <see cref="T:DevExpress.Xpf.Charts.SeriesLabel"/>.
</para>
</summary>
<param name="label">
The label to which the attached property is written.
</param>
<param name="value">
The required <see cref="T:System.Double"/> value.
</param>
</member>
<member name="M:DevExpress.Xpf.Charts.RangeAreaSeries2D.SetMinValueAngle(DevExpress.Xpf.Charts.SeriesLabel,System.Double)">
<summary>
<para>Sets the minimum value angle of the <see cref="P:DevExpress.Xpf.Charts.RangeAreaSeries2D.MinValueAngle"/> attached property to a specified <see cref="T:DevExpress.Xpf.Charts.SeriesLabel"/>.
</para>
</summary>
<param name="label">
The label to which the attached property is written.
</param>
<param name="value">
The required <see cref="T:System.Double"/> value.
</param>
</member>
<member name="M:DevExpress.Xpf.Charts.RangeAreaSeries2D.SetPointAnimation(DevExpress.Xpf.Charts.SeriesPointAnimationBase)">
<summary>
<para>Assigns the specified point animation to RangeAreaSeries2D.
</para>
</summary>
<param name="value">
A <see cref="T:DevExpress.Xpf.Charts.SeriesPointAnimationBase"/> class descendant.
</param>
</member>
<member name="M:DevExpress.Xpf.Charts.RangeAreaSeries2D.SetSeriesAnimation(DevExpress.Xpf.Charts.SeriesAnimationBase)">
<summary>
<para>Assigns the specified series animation to the RangeAreaSeries2D.
</para>
</summary>
<param name="value">
A <see cref="T:DevExpress.Xpf.Charts.SeriesAnimationBase"/> class descendant.
</param>
</member>
<member name="M:DevExpress.Xpf.Charts.RangeAreaSeries2D.SetValue2(DevExpress.Xpf.Charts.SeriesPoint,System.Double)">
<summary>
<para>Sets the value of the <see cref="P:DevExpress.Xpf.Charts.RangeAreaSeries2D.Value2"/> attached property to a specified <see cref="T:DevExpress.Xpf.Charts.SeriesPoint"/>.
</para>
</summary>
<param name="point">
The point at which the attached property is written.
</param>
<param name="value">
The required <see cref="T:System.Double"/> value.
</param>
</member>
<member name="P:DevExpress.Xpf.Charts.RangeAreaSeries2D.Transparency">
<summary>
<para>Specifies the transparency (<b>0</b>-<b>1</b>) to use for displaying the filled color <b>range areas</b>.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value from <b>0</b> (opaque) to <b>1</b> (transparent).
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.RangeAreaSeries2D.TransparencyProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.RangeAreaSeries2D.Value2(DevExpress.Xpf.Charts.SeriesPoint)">
<summary>
<para>Gets or sets the second value of the range area series points.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.RangeAreaSeries2D.Value2DataMember">
<summary>
<para>Gets or sets the name of the data field that contains second values of the range area series' points.
</para>
</summary>
<value>A System.String value that specifies the name of the second data field
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.RangeAreaSeries2D.Value2DataMemberProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.Xpf.Charts.RangeAreaSeries2D.Value2Property">
<summary>
<para>Identifies the attached property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.Xpf.Charts.SeriesPointLayout">
<summary>
<para>For internal use. Contains settings that define the layout of a series point item.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.SeriesPointLayout.Bounds">
<summary>
<para>For internal use. Gets the point's bounds.
</para>
</summary>
<value>A <see cref="T:System.Windows.Rect"/> structure.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.SeriesPointLayout.ClipGeometry">
<summary>
<para>For internal use. Gets the point layout geometry.
</para>
</summary>
<value>A <see cref="T:System.Windows.Media.Geometry"/> object.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.SeriesPointLayout.Transform">
<summary>
<para>For internal use. Gets the point's transformations.
</para>
</summary>
<value>A <see cref="T:System.Windows.Media.Transform"/> object.
</value>
</member>
<member name="T:DevExpress.Xpf.Charts.SeriesPointAnimationBase">
<summary>
<para>Serves as the base class for all point animations.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.SeriesPointAnimationBase.PointDelay">
<summary>
<para>Specifies the delay sustained when animating the series points. This is a dependency property.
</para>
</summary>
<value>A <see cref="T:System.TimeSpan"/> structure, specifying the delay.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.SeriesPointAnimationBase.PointDelayProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.SeriesPointAnimationBase.PointOrder">
<summary>
<para>Defines the order in which series points are animated. This is a dependency property.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.PointAnimationOrder"/> enumeration value.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.SeriesPointAnimationBase.PointOrderProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.Xpf.Charts.SeriesPointItem">
<summary>
<para>For internal use. An individual series point item.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.SeriesPointItem.#ctor">
<summary>
<para>Initializes a new instance of the SeriesPointItem class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.SeriesPointItem.LabelItem">
<summary>
<para>For internal use. Specifies the series point item's label. This is a dependency property.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.SeriesLabelItem"/> object.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.SeriesPointItem.Layout">
<summary>
<para>For internal use. Specifies the series point item's layout.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.SeriesPointLayout"/> object.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.SeriesPointItem.Model">
<summary>
<para>For internal use. Gets or sets the model used to draw elements of a series point item.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.PointModel"/> class descendant.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.SeriesPointItem.Opacity">
<summary>
<para>For internal use. Specifies the series point item's opacity. This is a dependency property.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.SeriesPointItem.PresentationData">
<summary>
<para>For internal use. Gets the series point item's presentation data. This is a dependency property.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.SeriesPointPresentationData"/> object.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.SeriesPointItem.Pseudo3DPoint">
<summary>
<para>For internal use. Specifies the series point item's pseudo 3D point. This is a dependency property.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.Pseudo3DSeriesPoint"/> object.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.SeriesPointItem.Series">
<summary>
<para>For internal use. Gets the series point item's series. This is a dependency property.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.Series"/> object.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.SeriesPointItem.ShowBehindAxes">
<summary>
<para>For internal use.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.SeriesPointItem.ShowInFrontOfAxes">
<summary>
<para>For internal use.
</para>
</summary>
<value>
</value>
</member>
<member name="T:DevExpress.Xpf.Charts.SeriesPointCollection">
<summary>
<para>A collection that stores the data points of an individual series.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.SeriesPointCollection.#ctor">
<summary>
<para>Initializes a new instance of the SeriesPointCollection class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Charts.NavigationOptions">
<summary>
<para>Provides settings that specify the ways in which zooming and scrolling can be performed.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.NavigationOptions.#ctor">
<summary>
<para>Initializes a new instance of the NavigationOptions class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.NavigationOptions.UseScrollBars">
<summary>
<para>Gets or sets a value indicating whether scroll bars should be processed by the chart to scroll and zoom its contents.
</para>
</summary>
<value><b>true</b> to allow using the scroll bars; otherwise, <b>false</b>.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.NavigationOptions.UseScrollBarsProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.Xpf.Charts.ModelControl">
<summary>
<para>For internal use. A model control object.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.ModelControl.#ctor">
<summary>
<para>Initializes a new instance of the ModelControl class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.ModelControl.Flipped">
<summary>
<para>Specifies whether or not the ModelControl is flipped.
</para>
</summary>
<value><b>true</b> to flip the ModelControl; otherwise, <b>false</b>.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.ModelControl.FlippedProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.ModelControl.PresentationData">
<summary>
<para>For internal use. Gets the model's presentation data. This is a dependency property.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.SeriesPointPresentationData"/> object.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.ModelControl.PresentationDataProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.Xpf.Charts.ColorCollection">
<summary>
<para>The collection of a <see cref="T:DevExpress.Xpf.Charts.CustomPalette"/>'s colors.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.ColorCollection.#ctor">
<summary>
<para>Initializes a new instance of the ColorCollection class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Charts.ChartTitleCollection">
<summary>
<para>Represents a collection of chart titles within a chart control.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.ChartTitleCollection.#ctor">
<summary>
<para>Initializes a new instance of the ChartTitleCollection class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Charts.ChartNonVisualElement">
<summary>
<para>The base for different classes denoting non-visual chart elements.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.ChartNonVisualElement.TypeNameSerializable">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="T:DevExpress.Xpf.Charts.ChartElementCollection`1">
<summary>
<para>A collection of chart elements.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Charts.ChartDependencyObjectCollection`1">
<summary>
<para>A collection of <see cref="T:DevExpress.Xpf.Charts.ChartDependencyObject"/> instances.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.ChartDependencyObjectCollection`1.#ctor">
<summary>
<para>Initializes a new instance of the ChartDependencyObjectCollection@lt;T@gt; class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.ChartDependencyObjectCollection`1.Add(DevExpress.Xpf.Charts.T)">
<summary>
<para>Appends the specified item to the current collection.
</para>
</summary>
<param name="item">
An object to append to the collection.
</param>
</member>
<member name="M:DevExpress.Xpf.Charts.ChartDependencyObjectCollection`1.AddRange(System.Collections.Generic.IEnumerable`1)">
<summary>
<para>Adds a collection of objects to the end of the current collection.
</para>
</summary>
<param name="items">
A <see cref="T:System.Collections.IEnumerable"/> object which represents the collection of objects to append to the collection.
</param>
</member>
<member name="M:DevExpress.Xpf.Charts.ChartDependencyObjectCollection`1.BeginInit">
<summary>
<para>Starts the ChartDependencyObjectCollection@lt;T@gt;'s initialization. Initialization occurs at runtime.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.ChartDependencyObjectCollection`1.Clear">
<summary>
<para>Removes all items from the collection.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.ChartDependencyObjectCollection`1.EndInit">
<summary>
<para>Ends the ChartDependencyObjectCollection@lt;T@gt;'s initialization.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.ChartDependencyObjectCollection`1.Insert(System.Int32,DevExpress.Xpf.Charts.T)">
<summary>
<para>Adds the specified item to the collection at the specified position.
</para>
</summary>
<param name="index">
A zero-based integer which specifies the position at which the item is to be inserted.
</param>
<param name="item">
An item to insert into the collection.
</param>
</member>
<member name="P:DevExpress.Xpf.Charts.ChartDependencyObjectCollection`1.Item(System.Int32)">
<summary>
<para>Provides indexed access to individual items in the collection.
</para>
</summary>
<param name="index">
A zero-based integer specifying the desired item's position within the collection. If it's negative or exceeds the last available index, an exception is raised.
</param>
<value>An object which specifies an item at the specified position.
</value>
</member>
<member name="M:DevExpress.Xpf.Charts.ChartDependencyObjectCollection`1.Move(System.Int32,System.Int32)">
<summary>
<para>Moves a specific item to another position within the collection.
</para>
</summary>
<param name="oldIndex">
An integer value specifying the zero-based index of an item to be moved.
</param>
<param name="newIndex">
An integer value specifying the zero-based destination index of the moved item.
</param>
</member>
<member name="M:DevExpress.Xpf.Charts.ChartDependencyObjectCollection`1.Remove(DevExpress.Xpf.Charts.T)">
<summary>
<para>Removes the specified item from the collection.
</para>
</summary>
<param name="item">
An item to be removed from the collection.
</param>
<returns><b>true</b> if the specified item was found and successfully removed from the collection; <b>false</b> if the specified item wasn't found.
</returns>
</member>
<member name="M:DevExpress.Xpf.Charts.ChartDependencyObjectCollection`1.RemoveAt(System.Int32)">
<summary>
<para>Removes an item at the specified position from the collection.
</para>
</summary>
<param name="index">
A zero-based integer specifying the index of the object to remove. If it's negative or exceeds the number of elements, an exception is raised.
</param>
</member>
<member name="T:DevExpress.Xpf.Charts.ChartDependencyObject">
<summary>
<para>Enables .NET Framework property system services for its derived model classes.
</para>
</summary>
</member>
<member name="E:DevExpress.Xpf.Charts.ChartDependencyObject.PropertyChanged">
<summary>
<para>Occurs every time any of the ChartDependencyObject class properties has changed its value.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.ChartDependencyObject.TypeNameSerializable">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="T:DevExpress.Xpf.Charts.AreaStepSeries2D">
<summary>
<para>The 2D Step Area series.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.AreaStepSeries2D.#ctor">
<summary>
<para>Initializes a new instance of the AreaStepSeries2D class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.AreaStepSeries2D.InvertedStep">
<summary>
<para>Gets or sets a value that specifies the manner in which a step area connects data point markers.
</para>
</summary>
<value><b>true</b> if markers are connected using inverted steps; <b>false</b> if standard steps are used to connect markers.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.AreaStepSeries2D.InvertedStepProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.Xpf.Charts.LineStepSeries2D">
<summary>
<para>The 2D Step Line series.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.LineStepSeries2D.#ctor">
<summary>
<para>Initializes a new instance of the LineStepSeries2D class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.LineStepSeries2D.InvertedStep">
<summary>
<para>Gets or sets a value that specifies the manner in which step lines connect data point markers.
</para>
</summary>
<value><b>true</b> if markers are connected using inverted steps; <b>false</b> if standard steps are used to connect markers.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.LineStepSeries2D.InvertedStepProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.Xpf.Charts.LineStackedSeries2D">
<summary>
<para>The 2D Stacked Line series.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.LineStackedSeries2D.#ctor">
<summary>
<para>Initializes a new instance of the LineStackedSeries2D class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Charts.LineFullStackedSeries2D">
<summary>
<para>The 2D Full-Stacked Line series.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.LineFullStackedSeries2D.#ctor">
<summary>
<para>Initializes a new instance of the LineFullStackedSeries2D class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.LineFullStackedSeries2D.GetPercentOptions(DevExpress.Xpf.Charts.PointOptions)">
<summary>
<para>Gets the value of the <see cref="P:DevExpress.Xpf.Charts.LineFullStackedSeries2D.PercentOptions"/> attached property for specified <see cref="T:DevExpress.Xpf.Charts.PointOptions"/>.
</para>
</summary>
<param name="pointOptions">
The point options from which the property value is read.
</param>
<returns>The <see cref="P:DevExpress.Xpf.Charts.LineFullStackedSeries2D.PercentOptions"/> property value for the point options.
</returns>
</member>
<member name="P:DevExpress.Xpf.Charts.LineFullStackedSeries2D.PercentOptions(DevExpress.Xpf.Charts.PointOptions)">
<summary>
<para>Specifies the settings that relate to presenting point values as percents.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.PercentOptions"/> object.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.LineFullStackedSeries2D.PercentOptionsProperty">
<summary>
<para>Identifies the attached property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="M:DevExpress.Xpf.Charts.LineFullStackedSeries2D.SetPercentOptions(DevExpress.Xpf.Charts.PointOptions,DevExpress.Xpf.Charts.PercentOptions)">
<summary>
<para>Sets the value of the <see cref="P:DevExpress.Xpf.Charts.LineFullStackedSeries2D.PercentOptions"/> attached property to the specified <see cref="T:DevExpress.Xpf.Charts.PointOptions"/>.
</para>
</summary>
<param name="pointOptions">
The point options to which the attached property is written.
</param>
<param name="value">
The required <see cref="T:DevExpress.Xpf.Charts.PercentOptions"/> value.
</param>
</member>
<member name="T:DevExpress.Xpf.Charts.LegendItem">
<summary>
<para>For internal use. Determines the appearance and content of a Legend item.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.LegendItem.#ctor">
<summary>
<para>Initializes a new instance of the LegendItem class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.LegendItem.Legend">
<summary>
<para>Gets or sets the legend of the legend's item.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.Legend"/> object, specifying the legend of the legend's item.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.LegendItem.LegendProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns>
</returns>
</member>
<member name="P:DevExpress.Xpf.Charts.LegendItem.Text">
<summary>
<para>Gets the legend item's text.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="T:DevExpress.Xpf.Charts.GridLinesItem">
<summary>
<para>For internal use. An individual grid lines item.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.GridLinesItem.#ctor(DevExpress.Xpf.Charts.AxisBase)">
<summary>
<para>Initializes a new instance of the GridLinesItem class with the specified owner.
</para>
</summary>
<param name="axis">
An <see cref="T:DevExpress.Xpf.Charts.AxisBase"/> class descendant that is the owner of this grid lines item.
</param>
</member>
<member name="P:DevExpress.Xpf.Charts.GridLinesItem.Axis">
<summary>
<para>For internal use.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.GridLinesItem.DashArray">
<summary>
<para>For internal use. This is a dependency property.
</para>
</summary>
<value>@nbsp;
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.GridLinesItem.DashOffset">
<summary>
<para>For internal use. This is a dependency property.
</para>
</summary>
<value>@nbsp;
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.GridLinesItem.Geometry">
<summary>
<para>For internal use only.
</para>
</summary>
<value>
</value>
</member>
<member name="T:DevExpress.Xpf.Charts.XYDiagram2DZoomEventHandler">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.Xpf.Charts.XYDiagram2D.Zoom"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.XYDiagram2DZoomEventHandler.Invoke(System.Object,DevExpress.Xpf.Charts.XYDiagram2DZoomEventArgs)">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.Xpf.Charts.XYDiagram2D.Zoom"/> event.
</para>
</summary>
<param name="sender">
The event source.
</param>
<param name="e">
An <see cref="T:DevExpress.Xpf.Charts.XYDiagram2DZoomEventArgs"/> object that contains event data.
</param>
</member>
<member name="T:DevExpress.Xpf.Charts.XYDiagram2DZoomEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.Xpf.Charts.XYDiagram2D.Zoom"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.XYDiagram2DZoomEventArgs.#ctor(DevExpress.Xpf.Charts.XYDiagram2DZoomEventType,DevExpress.Xpf.Charts.Pane,DevExpress.Xpf.Charts.AxisX2D,DevExpress.Xpf.Charts.AxisY2D,DevExpress.Xpf.Charts.AxisRange,DevExpress.Xpf.Charts.AxisRange,DevExpress.Xpf.Charts.AxisRange,DevExpress.Xpf.Charts.AxisRange)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.XYDiagram2DZoomEventArgs"/> class with the specified settings.
</para>
</summary>
<param name="type">
An <see cref="T:DevExpress.Xpf.Charts.XYDiagram2DZoomEventType"/> enumeration value that specifies the zoom type. This value is assigned to the <see cref="P:DevExpress.Xpf.Charts.XYDiagram2DZoomEventArgs.Type"/> property.
</param>
<param name="pane">
A <see cref="T:DevExpress.Xpf.Charts.Pane"/> object that specifies an individual pane within a chart control. This object is assigned to
the <see cref="P:DevExpress.Xpf.Charts.XYDiagram2DZoomEventArgs.Pane"/> property.
</param>
<param name="axisX">
An <see cref="T:DevExpress.Xpf.Charts.AxisX2D"/> object representing the X-axis of a <see cref="T:DevExpress.Xpf.Charts.XYDiagram2D"/> class. This object is assigned to the <see cref="P:DevExpress.Xpf.Charts.XYDiagram2DZoomEventArgs.AxisX"/> property.
</param>
<param name="axisY">
An <see cref="T:DevExpress.Xpf.Charts.AxisY2D"/> object representing the Y-axis of a <see cref="T:DevExpress.Xpf.Charts.XYDiagram2D"/> class. This object is assigned to the <see cref="P:DevExpress.Xpf.Charts.XYDiagram2DZoomEventArgs.AxisY"/> property.
</param>
<param name="oldAxisXRange">
An <see cref="T:DevExpress.Xpf.Charts.AxisRange"/> object that represents the old axis X range of the diagram. This object is assigned to the <see cref="P:DevExpress.Xpf.Charts.XYDiagram2DZoomEventArgs.OldAxisXRange"/> property.
</param>
<param name="oldAxisYRange">
An <see cref="T:DevExpress.Xpf.Charts.AxisRange"/> object that specifies the old axis Y range of the diagram. This object is assigned to the <see cref="P:DevExpress.Xpf.Charts.XYDiagram2DZoomEventArgs.OldAxisYRange"/> property.
</param>
<param name="newAxisXRange">
An <see cref="T:DevExpress.Xpf.Charts.AxisRange"/> object that specifies the new axis X range of the diagram. This object is assigned to the <see cref="P:DevExpress.Xpf.Charts.XYDiagram2DZoomEventArgs.NewAxisXRange"/> property.
</param>
<param name="newAxisYRange">
An <see cref="T:DevExpress.Xpf.Charts.AxisRange"/> object that specifies the new axis Y range of the diagram. This object is assigned to the <see cref="P:DevExpress.Xpf.Charts.XYDiagram2DZoomEventArgs.NewAxisYRange"/> property.
</param>
</member>
<member name="P:DevExpress.Xpf.Charts.XYDiagram2DZoomEventArgs.AxisX">
<summary>
<para>Gets the X-axis, along which zooming has been performed.
</para>
</summary>
<value>An <see cref="T:DevExpress.Xpf.Charts.AxisX2D"/> object , for which the <see cref="E:DevExpress.Xpf.Charts.XYDiagram2D.Zoom"/> event has been raised.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.XYDiagram2DZoomEventArgs.AxisY">
<summary>
<para>Gets the Y-Axis, along which the zooming has been performed.
</para>
</summary>
<value>An <see cref="T:DevExpress.Xpf.Charts.AxisY2D"/> object, for which the <see cref="E:DevExpress.Xpf.Charts.XYDiagram2D.Zoom"/> event has been raised.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.XYDiagram2DZoomEventArgs.NewAxisXRange">
<summary>
<para>Gets the new value of the <see cref="P:DevExpress.Xpf.Charts.Axis.Range"/> property for the X-axis.
</para>
</summary>
<value>An <see cref="T:DevExpress.Xpf.Charts.AxisRange"/> object which is the new value of the axis range.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.XYDiagram2DZoomEventArgs.NewAxisYRange">
<summary>
<para>Gets the new value of the <see cref="P:DevExpress.Xpf.Charts.Axis.Range"/> property for the Y-axis.
</para>
</summary>
<value>An <see cref="T:DevExpress.Xpf.Charts.AxisRange"/> object which is the new value of the axis range.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.XYDiagram2DZoomEventArgs.OldAxisXRange">
<summary>
<para>Gets the old value of the <see cref="P:DevExpress.Xpf.Charts.Axis.Range"/> property for the X-axis.
</para>
</summary>
<value>An <see cref="T:DevExpress.Xpf.Charts.AxisRange"/> object which is the old value of the axis range.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.XYDiagram2DZoomEventArgs.OldAxisYRange">
<summary>
<para>Gets the old value of the <see cref="P:DevExpress.Xpf.Charts.Axis.Range"/> property for the Y-axis.
</para>
</summary>
<value>An <see cref="T:DevExpress.Xpf.Charts.AxisRange"/> object which is the old value of the axis range.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.XYDiagram2DZoomEventArgs.Pane">
<summary>
<para>Gets a pane along which zooming has been performed.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.Pane"/> object for which the <see cref="E:DevExpress.Xpf.Charts.XYDiagram2D.Zoom"/> event has been raised.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.XYDiagram2DZoomEventArgs.Type">
<summary>
<para>Gets the zooming type, which specifies zooming characteristics.
</para>
</summary>
<value>An <see cref="T:DevExpress.Xpf.Charts.XYDiagram2DZoomEventType"/> enumeration value.
</value>
</member>
<member name="T:DevExpress.Xpf.Charts.XYDiagram2DZoomEventType">
<summary>
<para>Lists the values used to specify the zoom type.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.XYDiagram2DZoomEventType.Command">
<summary>
<para>A chart's area was zoomed using one of the zooming commands (<see cref="P:DevExpress.Xpf.Charts.XYDiagram2D.ZoomInCommand"/>, <see cref="P:DevExpress.Xpf.Charts.XYDiagram2D.ZoomOutCommand"/>, <see cref="P:DevExpress.Xpf.Charts.XYDiagram2D.ZoomIntoRectangleCommand"/>, <see cref="P:DevExpress.Xpf.Charts.XYDiagram2D.SetAxisXZoomRatioCommand"/>, <see cref="P:DevExpress.Xpf.Charts.XYDiagram2D.SetAxisYZoomRatioCommand"/> or <see cref="P:DevExpress.Xpf.Charts.XYDiagram2D.UndoZoomCommand"/>).
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.XYDiagram2DZoomEventType.SetRange">
<summary>
<para>A chart's area was zoomed, either in or out, using the edges of a scrollbar thumb.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.XYDiagram2DZoomEventType.ZoomIn">
<summary>
<para>Zooming in was performed on a chart area.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.XYDiagram2DZoomEventType.ZoomOut">
<summary>
<para>Zooming out was performed on a chart area.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.XYDiagram2DZoomEventType.ZoomUndo">
<summary>
<para>The previous zoom state was restored by pressing the CTRL+Z key combination.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Charts.XYDiagram2DScrollOrientation">
<summary>
<para>Lists the values used to specify the scroll orientation.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.XYDiagram2DScrollOrientation.AxisXScroll">
<summary>
<para>A chart is scrolled along the X-axis (e.g. when it's scrolled using its X-axis scrollbar).
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.XYDiagram2DScrollOrientation.AxisYScroll">
<summary>
<para>A chart is scrolled along the Y-axis (e.g. when it's scrolled using its Y-axis scrollbar).
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.XYDiagram2DScrollOrientation.BothAxesScroll">
<summary>
<para>A chart is scrolled along both the X and Y axes (e.g. when it's scrolled using the mouse pointer).
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Charts.XYDiagram2DScrollEventType">
<summary>
<para>Lists the values used to specify the scroll type.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.XYDiagram2DScrollEventType.ArrowKeys">
<summary>
<para>The chart was scrolled via arrow keys (LEFT, UP, RIGHT and DOWN).
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.XYDiagram2DScrollEventType.Command">
<summary>
<para>The chart was scrolled by one of the scrolling commands (<see cref="P:DevExpress.Xpf.Charts.XYDiagram2D.ScrollHorizontallyCommand"/>, <see cref="P:DevExpress.Xpf.Charts.XYDiagram2D.ScrollVerticallyCommand"/>, <see cref="P:DevExpress.Xpf.Charts.XYDiagram2D.ScrollAxisXToCommand"/> or <see cref="P:DevExpress.Xpf.Charts.XYDiagram2D.ScrollAxisYToCommand"/>).
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.XYDiagram2DScrollEventType.LargeDecrement">
<summary>
<para>The scroll box was moved a large distance. The user clicked the scroll bar to the left (horizontal) or above (vertical) the scroll box.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.XYDiagram2DScrollEventType.LargeIncrement">
<summary>
<para>The scroll box was moved a large distance. The user clicked the scroll bar to the right (horizontal) or below (vertical) the scroll box.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.XYDiagram2DScrollEventType.LeftButtonMouseDrag">
<summary>
<para>The chart was scrolled by dragging via the mouse with the left mouse button pressed.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.XYDiagram2DScrollEventType.MiddleButtonMouseDrag">
<summary>
<para>The chart was scrolled by dragging via the mouse with the middle mouse button pressed.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.XYDiagram2DScrollEventType.SmallDecrement">
<summary>
<para>The scroll box was moved a small distance. The user clicked the left (horizontal) or top (vertical) scroll arrow.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.XYDiagram2DScrollEventType.SmallIncrement">
<summary>
<para>The scroll box was moved a small distance. The user clicked the right (horizontal) or bottom (vertical) scroll arrow.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.XYDiagram2DScrollEventType.ThumbPosition">
<summary>
<para>The scroll box was moved.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Charts.XYDiagram2DScrollEventHandler">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.Xpf.Charts.XYDiagram2D.Scroll"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.XYDiagram2DScrollEventHandler.Invoke(System.Object,DevExpress.Xpf.Charts.XYDiagram2DScrollEventArgs)">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.Xpf.Charts.XYDiagram2D.Scroll"/> event.
</para>
</summary>
<param name="sender">
The event source.
</param>
<param name="e">
An <see cref="T:DevExpress.Xpf.Charts.XYDiagram2DScrollEventArgs"/> object that contains event data.
</param>
</member>
<member name="T:DevExpress.Xpf.Charts.XYDiagram2DScrollEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.Xpf.Charts.XYDiagram2D.Scroll"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.XYDiagram2DScrollEventArgs.#ctor(DevExpress.Xpf.Charts.XYDiagram2DScrollOrientation,DevExpress.Xpf.Charts.XYDiagram2DScrollEventType,DevExpress.Xpf.Charts.Pane,DevExpress.Xpf.Charts.AxisX2D,DevExpress.Xpf.Charts.AxisY2D,DevExpress.Xpf.Charts.AxisRange,DevExpress.Xpf.Charts.AxisRange,DevExpress.Xpf.Charts.AxisRange,DevExpress.Xpf.Charts.AxisRange)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.XYDiagram2DZoomEventArgs"/> class with the specified settings.
</para>
</summary>
<param name="scrollOrientation">
An <see cref="T:DevExpress.Xpf.Charts.XYDiagram2DScrollOrientation"/> enumeration value which specifies the scroll orientation. This value is assigned to the <see cref="P:DevExpress.Xpf.Charts.XYDiagram2DScrollEventArgs.ScrollOrientation"/> property.
</param>
<param name="type">
An <see cref="T:DevExpress.Xpf.Charts.XYDiagram2DScrollEventType"/> enumeration value that specifies the type of scrolling. This value is assigned to the <see cref="P:DevExpress.Xpf.Charts.XYDiagram2DScrollEventArgs.Type"/> property.
</param>
<param name="pane">
A <see cref="T:DevExpress.Xpf.Charts.Pane"/> object that specifies an individual pane within a chart control. This object is assigned to
the <see cref="P:DevExpress.Xpf.Charts.XYDiagram2DScrollEventArgs.Pane"/> property.
</param>
<param name="axisX">
An <see cref="T:DevExpress.Xpf.Charts.AxisX2D"/> object representing the X-axis of a <see cref="T:DevExpress.Xpf.Charts.XYDiagram2D"/> class. This object is assigned to the <see cref="P:DevExpress.Xpf.Charts.XYDiagram2DScrollEventArgs.AxisX"/> property.
</param>
<param name="axisY">
An <see cref="T:DevExpress.Xpf.Charts.AxisY2D"/> object representing the Y-axis of a <see cref="T:DevExpress.Xpf.Charts.XYDiagram2D"/> class. This object is assigned to the <see cref="P:DevExpress.Xpf.Charts.XYDiagram2DScrollEventArgs.AxisY"/> property.
</param>
<param name="oldAxisXRange">
An <see cref="T:DevExpress.Xpf.Charts.AxisRange"/> object that represents the old axis X range of the diagram. This object is assigned to the <see cref="P:DevExpress.Xpf.Charts.XYDiagram2DScrollEventArgs.OldAxisXRange"/> property.
</param>
<param name="oldAxisYRange">
An <see cref="T:DevExpress.Xpf.Charts.AxisRange"/> object that specifies the old axis Y range of the diagram. This object is assigned to the <see cref="P:DevExpress.Xpf.Charts.XYDiagram2DScrollEventArgs.OldAxisYRange"/> property.
</param>
<param name="newAxisXRange">
An <see cref="T:DevExpress.Xpf.Charts.AxisRange"/> object that specifies the new axis X range of the diagram. This object is assigned to the <see cref="P:DevExpress.Xpf.Charts.XYDiagram2DScrollEventArgs.NewAxisXRange"/> property.
</param>
<param name="newAxisYRange">
An <see cref="T:DevExpress.Xpf.Charts.AxisRange"/> object that specifies the new axis Y range of the diagram. This object is assigned to the <see cref="P:DevExpress.Xpf.Charts.XYDiagram2DScrollEventArgs.NewAxisYRange"/> property.
</param>
</member>
<member name="P:DevExpress.Xpf.Charts.XYDiagram2DScrollEventArgs.AxisX">
<summary>
<para>Gets the X-axis, along which the scrolling has been performed.
</para>
</summary>
<value>An <see cref="T:DevExpress.Xpf.Charts.AxisX2D"/> object for which the <see cref="E:DevExpress.Xpf.Charts.XYDiagram2D.Scroll"/> event has been raised.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.XYDiagram2DScrollEventArgs.AxisY">
<summary>
<para>Gets the Y-Axis, along which the scrolling has been performed.
</para>
</summary>
<value>An <see cref="T:DevExpress.Xpf.Charts.AxisY2D"/> object, for which the <see cref="E:DevExpress.Xpf.Charts.XYDiagram2D.Scroll"/> event has been raised.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.XYDiagram2DScrollEventArgs.NewAxisXRange">
<summary>
<para>Gets the new value of the <see cref="P:DevExpress.Xpf.Charts.Axis.Range"/> property for the X-axis.
</para>
</summary>
<value>An <see cref="T:DevExpress.Xpf.Charts.AxisRange"/> object which is the new value of the axis range.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.XYDiagram2DScrollEventArgs.NewAxisYRange">
<summary>
<para>Gets the new value of the <see cref="P:DevExpress.Xpf.Charts.Axis.Range"/> property for the Y-axis.
</para>
</summary>
<value>An <see cref="T:DevExpress.Xpf.Charts.AxisRange"/> object which is the new value of the axis range.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.XYDiagram2DScrollEventArgs.OldAxisXRange">
<summary>
<para>Gets the old value of the <see cref="P:DevExpress.Xpf.Charts.Axis.Range"/> property for the X-axis.
</para>
</summary>
<value>An <see cref="T:DevExpress.Xpf.Charts.AxisRange"/> object which is the old value of the axis range.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.XYDiagram2DScrollEventArgs.OldAxisYRange">
<summary>
<para>Gets the old value of the <see cref="P:DevExpress.Xpf.Charts.Axis.Range"/> property for the Y-axis.
</para>
</summary>
<value>An <see cref="T:DevExpress.Xpf.Charts.AxisRange"/> object which is the old value of the axis range.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.XYDiagram2DScrollEventArgs.Pane">
<summary>
<para>Gets a pane along which scrolling has been performed.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.Pane"/> object for which the <see cref="E:DevExpress.Xpf.Charts.XYDiagram2D.Scroll"/> event has been raised.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.XYDiagram2DScrollEventArgs.ScrollOrientation">
<summary>
<para>Gets the scrolling orientation, i.e. along which axis scrolling is performed.
</para>
</summary>
<value>An <see cref="T:DevExpress.Xpf.Charts.XYDiagram2DScrollOrientation"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.XYDiagram2DScrollEventArgs.Type">
<summary>
<para>Gets the scrolling type, which specifies scrolling characteristics.
</para>
</summary>
<value>An <see cref="T:DevExpress.Xpf.Charts.XYDiagram2DScrollEventType"/> enumeration value.
</value>
</member>
<member name="T:DevExpress.Xpf.Charts.ScrollBarOptions">
<summary>
<para>Provides options which define how scroll bars are painted.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.ScrollBarOptions.#ctor">
<summary>
<para>Initializes a new instance of the ScrollBarOptions class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.ScrollBarOptions.Alignment">
<summary>
<para>Specifies the alignment of the axis scroll bar.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.ScrollBarAlignment"/> enumeration value that specifies the position of a scroll bar relative to the axis.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.ScrollBarOptions.AlignmentProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.ScrollBarOptions.BarThickness">
<summary>
<para>Gets or sets the thickness of scroll bars.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value which specifies the scroll bars' thickness.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.ScrollBarOptions.BarThicknessProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.ScrollBarOptions.Visible">
<summary>
<para>Gets or sets whether the scroll bar is visible.
</para>
</summary>
<value><b>true</b> if the scroll bar is visible; otherwise, <b>false</b>.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.ScrollBarOptions.VisibleProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.Xpf.Charts.ScrollBarAlignment">
<summary>
<para>Lists the values used to specify the alignment of a scrollbar relative to an XY-diagram.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.ScrollBarAlignment.Far">
<summary>
<para>A scroll bar is painted either at the bottom or on the left of an XY-diagram.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.ScrollBarAlignment.Near">
<summary>
<para>A scroll bar is painted either at the top or on the right of an XY-diagram.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Charts.SeriesBorder">
<summary>
<para>Contains settings that specify the appearance of a series border.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.SeriesBorder.#ctor">
<summary>
<para>Initializes a new instance of the SeriesBorder class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.SeriesBorder.Brush">
<summary>
<para>Gets or sets the color of the series border.
</para>
</summary>
<value>A <see cref="T:System.Windows.Media.SolidColorBrush"/> object that specifies the color of a seres.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.SeriesBorder.BrushProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.SeriesBorder.LineStyle">
<summary>
<para>Specifies the line style settings for the series border.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.LineStyle"/> object that contains line style settings.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.SeriesBorder.LineStyleProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.Xpf.Charts.ChartElementBase">
<summary>
<para>The base class for most of the elements of a chart control.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Charts.SeriesObservableCollection">
<summary>
<para>An <see cref="T:System.Collections.ObjectModel.ObservableCollection`1[[]]"/> with <see cref="T:DevExpress.Xpf.Charts.Series"/> objects as collection items.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.SeriesObservableCollection.#ctor">
<summary>
<para>Initializes a new instance of the SeriesObservableCollection class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Charts.SeriesLabelItem">
<summary>
<para>For internal use. Represents an individual series label item.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.SeriesLabelItem.#ctor">
<summary>
<para>Initializes a new instance of the SeriesLabelItem class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.SeriesLabelItem.Color">
<summary>
<para>For internal use. Specifies the series label item's color.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> structure.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.SeriesLabelItem.ConnectorItem">
<summary>
<para>For internal use. Gets the connector line to the series label object, to which the SeriesLabelItem corresponds.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.SeriesLabelConnectorItem"/> object.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.SeriesLabelItem.Label">
<summary>
<para>For internal use. Gets the series label object, to which the SeriesLabelItem corresponds.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.SeriesLabel"/> object.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.SeriesLabelItem.Layout">
<summary>
<para>For internal use.
</para>
</summary>
<value>@nbsp;
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.SeriesLabelItem.Opacity">
<summary>
<para>For internal use. Specifies the series label item's opacity.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.SeriesLabelItem.PointBrush">
<summary>
<para>For internal use. Gets the series label item's point brush.
</para>
</summary>
<value>A <see cref="T:System.Windows.Media.SolidColorBrush"/> object.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.SeriesLabelItem.Text">
<summary>
<para>For internal use. Specifies the series label item's text.
</para>
</summary>
<value>A <see cref="T:System.String"/> value.
</value>
</member>
<member name="T:DevExpress.Xpf.Charts.Bar2DKind">
<summary>
<para>Represents a pre-defined 2D Bar model.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.Bar2DKind.#ctor(System.Type,System.String)">
<summary>
<para>Initializes a new instance of the Bar2DKind class with specified settings.
</para>
</summary>
<param name="type">
A <see cref="T:System.Type"/> value.
</param>
<param name="name">
A <see cref="T:System.String"/> value.
</param>
</member>
<member name="T:DevExpress.Xpf.Charts.Marker2DKind">
<summary>
<para>Represents a pre-defined point marker model.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.Marker2DKind.#ctor(System.Type,System.String)">
<summary>
<para>Initializes a new instance of the Marker2DKind class with specified settings.
</para>
</summary>
<param name="type">
A <see cref="T:System.Type"/> value.
</param>
<param name="name">
A <see cref="T:System.String"/> value.
</param>
</member>
<member name="T:DevExpress.Xpf.Charts.Pie2DKind">
<summary>
<para>Represents a pre-defined Pie model.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.Pie2DKind.#ctor(System.Type,System.String)">
<summary>
<para>Initializes a new instance of the Pie2DKind class with specified settings.
</para>
</summary>
<param name="type">
A <see cref="T:System.Type"/> value.
</param>
<param name="name">
A <see cref="T:System.String"/> value.
</param>
</member>
<member name="T:DevExpress.Xpf.Charts.Stock2DKind">
<summary>
<para>Represents a pre-defined Stock model.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.Stock2DKind.#ctor(System.Type,System.String)">
<summary>
<para>Initializes a new instance of the Stock2DKind class with specified settings.
</para>
</summary>
<param name="type">
A <see cref="T:System.Type"/> value.
</param>
<param name="name">
A <see cref="T:System.String"/> value.
</param>
</member>
<member name="T:DevExpress.Xpf.Charts.ArrowsStock2DModel">
<summary>
<para>Represents the <b>Arrows</b> Stock pre-defined model.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.ArrowsStock2DModel.#ctor">
<summary>
<para>Initializes a new instance of the ArrowsStock2DModel class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.ArrowsStock2DModel.ModelName">
<summary>
<para>Gets the name of the ArrowsStock2DModel.
</para>
</summary>
<value>A <see cref="T:System.String"/> representing the model name.
</value>
</member>
<member name="T:DevExpress.Xpf.Charts.ThinStock2DModel">
<summary>
<para>Represents the <b>Thin</b> Stock pre-defined model.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.ThinStock2DModel.#ctor">
<summary>
<para>Initializes a new instance of the ThinStock2DModel class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.ThinStock2DModel.ModelName">
<summary>
<para>Gets the name of the ThinStock2DModel.
</para>
</summary>
<value>A <see cref="T:System.String"/> representing the model name.
</value>
</member>
<member name="T:DevExpress.Xpf.Charts.Stock2DModel">
<summary>
<para>Represents a base class for standard and custom Stock models.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.Stock2DModel.GetPredefinedKinds">
<summary>
<para>Provides access to the collection of pre-defined Stock models.
</para>
</summary>
<returns>A collection of the <see cref="T:DevExpress.Xpf.Charts.Stock2DKind"/> objects.
</returns>
</member>
<member name="P:DevExpress.Xpf.Charts.Stock2DModel.ModelName">
<summary>
<para>Gets the name of the Stock2DModel.
</para>
</summary>
<value>A <see cref="T:System.String"/> representing the model name.
</value>
</member>
<member name="T:DevExpress.Xpf.Charts.Stock2DFadeInAnimation">
<summary>
<para>The <b>FadeIn</b> Stock series animation.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.Stock2DFadeInAnimation.#ctor">
<summary>
<para>Initializes a new instance of the Stock2DFadeInAnimation class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.Stock2DFadeInAnimation.Mode">
<summary>
<para>Specifies the fade-in mode, in which the series points are animated. This is a dependency property.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.FadeInMode"/> enumeration value.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.Stock2DFadeInAnimation.ModeProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.Xpf.Charts.SimpleStock2DModel">
<summary>
<para>Represents the <b>Simple</b> Stock pre-defined model.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.SimpleStock2DModel.#ctor">
<summary>
<para>Initializes a new instance of the SimpleStock2DModel class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.SimpleStock2DModel.ModelName">
<summary>
<para>Gets the name of the SimpleStock2DModel.
</para>
</summary>
<value>A <see cref="T:System.String"/> representing the model name.
</value>
</member>
<member name="T:DevExpress.Xpf.Charts.PredefinedStock2DModel">
<summary>
<para>Represents a base class for all standard 2D Stock models.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Charts.PredefinedPalette">
<summary>
<para>The base class for all pre-defined palettes.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.PredefinedPalette.#ctor">
<summary>
<para>Initializes a new instance of the PredefinedPalette class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Charts.Pie2DFadeInAnimation">
<summary>
<para>The <b>FadeIn</b> 2D Pie series animation.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.Pie2DFadeInAnimation.#ctor">
<summary>
<para>Initializes a new instance of the Pie2DFadeInAnimation class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.Pie2DFadeInAnimation.Mode">
<summary>
<para>Specifies the fade-in mode, in which the series points are animated. This is a dependency property.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.FadeInMode"/> enumeration value.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.Pie2DFadeInAnimation.ModeProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.Xpf.Charts.MarkerSeries2D">
<summary>
<para>The base class for all 2D series that support markers for their points.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.MarkerSeries2D.Angle(DevExpress.Xpf.Charts.SeriesLabel)">
<summary>
<para>Specifies the angle, at which series labels are rotated, relative to their point markers. This is an attached property.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.MarkerSeries2D.AngleProperty">
<summary>
<para>Identifies the attached property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="M:DevExpress.Xpf.Charts.MarkerSeries2D.GetAngle(DevExpress.Xpf.Charts.SeriesLabel)">
<summary>
<para>Gets the value of the <see cref="P:DevExpress.Xpf.Charts.MarkerSeries2D.Angle"/> attached property for a specified <see cref="T:DevExpress.Xpf.Charts.SeriesLabel"/>.
</para>
</summary>
<param name="label">
The series label from which the property value is read.
</param>
<returns>The <see cref="P:DevExpress.Xpf.Charts.MarkerSeries2D.Angle"/> property value for the series label.
</returns>
</member>
<member name="M:DevExpress.Xpf.Charts.MarkerSeries2D.SetAngle(DevExpress.Xpf.Charts.SeriesLabel,System.Double)">
<summary>
<para>Sets the value of the <see cref="P:DevExpress.Xpf.Charts.MarkerSeries2D.Angle"/> attached property to a specified <see cref="T:DevExpress.Xpf.Charts.SeriesLabel"/>.
</para>
</summary>
<param name="label">
The series label to which the attached property is written.
</param>
<param name="value">
The required <see cref="T:System.Double"/> value.
</param>
</member>
<member name="T:DevExpress.Xpf.Charts.FlatStock2DModel">
<summary>
<para>Represents the <b>Flat</b> Stock pre-defined model.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.FlatStock2DModel.#ctor">
<summary>
<para>Initializes a new instance of the FlatStock2DModel class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.FlatStock2DModel.ModelName">
<summary>
<para>Gets the name of the FlatStock2DModel.
</para>
</summary>
<value>A <see cref="T:System.String"/> representing the model name.
</value>
</member>
<member name="T:DevExpress.Xpf.Charts.DropsStock2DModel">
<summary>
<para>Represents the <b>Drops</b> Stock pre-defined model.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.DropsStock2DModel.#ctor">
<summary>
<para>Initializes a new instance of the DropsStock2DModel class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.DropsStock2DModel.ModelName">
<summary>
<para>Gets the name of the DropsStock2DModel.
</para>
</summary>
<value>A <see cref="T:System.String"/> representing the model name.
</value>
</member>
<member name="T:DevExpress.Xpf.Charts.CustomStock2DModel">
<summary>
<para>Represents the custom Stock model.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.CustomStock2DModel.#ctor">
<summary>
<para>Initializes a new instance of the CustomStock2DModel class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.CustomStock2DModel.CenterLineTemplate">
<summary>
<para>Specifies the Center Line template for the CustomStock2DModel.
</para>
</summary>
<value>A <see cref="T:System.Windows.DataTemplate"/> object.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.CustomStock2DModel.CenterLineTemplateProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.CustomStock2DModel.CloseLineTemplate">
<summary>
<para>Specifies the Close Line template for the CustomStock2DModel.
</para>
</summary>
<value>A <see cref="T:System.Windows.DataTemplate"/> object.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.CustomStock2DModel.CloseLineTemplateProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.CustomStock2DModel.ModelName">
<summary>
<para>Gets the name of the CustomStock2DModel.
</para>
</summary>
<value>A <see cref="T:System.String"/> representing the model name.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.CustomStock2DModel.OpenLineTemplate">
<summary>
<para>Specifies the Open Line template for the CustomStock2DModel.
</para>
</summary>
<value>A <see cref="T:System.Windows.DataTemplate"/> object.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.CustomStock2DModel.OpenLineTemplateProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.CustomStock2DModel.PointTemplate">
<summary>
<para>Specifies the points' template for the CustomStock2DModel.
</para>
</summary>
<value>A <see cref="T:System.Windows.Controls.ControlTemplate"/> object.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.CustomStock2DModel.PointTemplateProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.Xpf.Charts.Bar2DFadeInAnimation">
<summary>
<para>The <b>FadeIn</b> 2D Bar series animation.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.Bar2DFadeInAnimation.#ctor">
<summary>
<para>Initializes a new instance of the Bar2DFadeInAnimation class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.Bar2DFadeInAnimation.CreateAnimatedMaxMarkerBounds(System.Windows.Rect,System.Windows.Rect,System.Windows.Rect,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Double)">
<summary>
<para>For internal use.
</para>
</summary>
<param name="markerBounds">
</param>
<param name="barBounds">
</param>
<param name="viewport">
</param>
<param name="isNegativeBar">
</param>
<param name="axisXReverse">
</param>
<param name="axisYReverse">
</param>
<param name="diagramRotated">
</param>
<param name="progress">
</param>
<returns>
</returns>
</member>
<member name="M:DevExpress.Xpf.Charts.Bar2DFadeInAnimation.CreateAnimatedMinMarkerBounds(System.Windows.Rect,System.Windows.Rect,System.Windows.Rect,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Double)">
<summary>
<para>For internal use only.
</para>
</summary>
<param name="markerBounds">
</param>
<param name="barBounds">
</param>
<param name="viewport">
</param>
<param name="isNegativeBar">
</param>
<param name="axisXReverse">
</param>
<param name="axisYReverse">
</param>
<param name="diagramRotated">
</param>
<param name="progress">
</param>
<returns>
</returns>
</member>
<member name="P:DevExpress.Xpf.Charts.Bar2DFadeInAnimation.Mode">
<summary>
<para>Specifies the fade-in mode, in which the series points are animated. This is a dependency property.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.FadeInMode"/> enumeration value.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.Bar2DFadeInAnimation.ModeProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.Xpf.Charts.AreaStacked2DFadeInAnimation">
<summary>
<para>The <b>Fade-In</b> 2D Stacked Area series animation.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.AreaStacked2DFadeInAnimation.#ctor">
<summary>
<para>Initializes a new instance of the AreaStacked2DFadeInAnimation class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.AreaStacked2DFadeInAnimation.Mode">
<summary>
<para>Specifies the fade-in mode, in which the series points are animated. This is a dependency property.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.FadeInMode"/> enumeration value.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.AreaStacked2DFadeInAnimation.ModeProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.Xpf.Charts.CandleStick2DKind">
<summary>
<para>Represents a pre-defined 2D Candle Stick model.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.CandleStick2DKind.#ctor(System.Type,System.String)">
<summary>
<para>Initializes a new instance of the CandleStick2DKind class with specified settings.
</para>
</summary>
<param name="type">
A <see cref="T:System.Type"/> value.
</param>
<param name="name">
A <see cref="T:System.String"/> value.
</param>
</member>
<member name="T:DevExpress.Xpf.Charts.ThinCandleStick2DModel">
<summary>
<para>Represents the <b>Thin</b> Candle Stick pre-defined model.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.ThinCandleStick2DModel.#ctor">
<summary>
<para>Initializes a new instance of the ThinCandleStick2DModel class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.ThinCandleStick2DModel.ModelName">
<summary>
<para>Gets the name of the ThinCandleStick2DModel.
</para>
</summary>
<value>Always <b>"Thin"</b>.
</value>
</member>
<member name="T:DevExpress.Xpf.Charts.SimpleCandleStick2DModel">
<summary>
<para>Represents the <b>Simple</b> Candle Stick pre-defined model.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.SimpleCandleStick2DModel.#ctor">
<summary>
<para>Initializes a new instance of the SimpleCandleStick2DModel class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.SimpleCandleStick2DModel.ModelName">
<summary>
<para>Gets the name of the SimpleCandleStick2DModel.
</para>
</summary>
<value>Always <b>"Simple"</b>.
</value>
</member>
<member name="T:DevExpress.Xpf.Charts.PredefinedCandleStick2DModel">
<summary>
<para>Represents a base class for all standard Candle Stick models.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Charts.GlassCandleStick2DModel">
<summary>
<para>Represents the <b>Glass</b> Candle Stick pre-defined model.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.GlassCandleStick2DModel.#ctor">
<summary>
<para>Initializes a new instance of the GlassCandleStick2DModel class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.GlassCandleStick2DModel.ModelName">
<summary>
<para>Gets the name of the GlassCandleStick2DModel.
</para>
</summary>
<value>Always <b>"Glass"</b>.
</value>
</member>
<member name="T:DevExpress.Xpf.Charts.FlatCandleStick2DModel">
<summary>
<para>Represents the <b>Flat</b> Candle Stick pre-defined model.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.FlatCandleStick2DModel.#ctor">
<summary>
<para>Initializes a new instance of the FlatCandleStick2DModel class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.FlatCandleStick2DModel.ModelName">
<summary>
<para>Gets the name of the FlatCandleStick2DModel.
</para>
</summary>
<value>Always <b>"Flat"</b>.
</value>
</member>
<member name="T:DevExpress.Xpf.Charts.CustomCandleStick2DModel">
<summary>
<para>Represents the custom Candle Stick model.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.CustomCandleStick2DModel.#ctor">
<summary>
<para>Initializes a new instance of the CustomCandleStick2DModel class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.CustomCandleStick2DModel.BottomStickTemplate">
<summary>
<para>Specifies the Bottom Stick template for the CustomCandleStick2DModel. This is a dependency property.
</para>
</summary>
<value>A <see cref="T:System.Windows.DataTemplate"/> object.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.CustomCandleStick2DModel.BottomStickTemplateProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.CustomCandleStick2DModel.CandleTemplate">
<summary>
<para>Specifies the Candle template for the CustomCandleStick2DModel. This is a dependency property.
</para>
</summary>
<value>A <see cref="T:System.Windows.DataTemplate"/> object.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.CustomCandleStick2DModel.CandleTemplateProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.CustomCandleStick2DModel.InvertedCandleTemplate">
<summary>
<para>Specifies the Inverted Candle template for the CustomCandleStick2DModel. This is a dependency property.
</para>
</summary>
<value>A <see cref="T:System.Windows.DataTemplate"/> object.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.CustomCandleStick2DModel.InvertedCandleTemplateProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.CustomCandleStick2DModel.ModelName">
<summary>
<para>Gets the name of the CustomCandleStick2DModel.
</para>
</summary>
<value>Always <b>"Custom"</b>.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.CustomCandleStick2DModel.PointTemplate">
<summary>
<para>Specifies the points' template for the CustomCandleStick2DModel.
</para>
</summary>
<value>A <see cref="T:System.Windows.Controls.ControlTemplate"/> object.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.CustomCandleStick2DModel.PointTemplateProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.CustomCandleStick2DModel.TopStickTemplate">
<summary>
<para>Specifies the Top Stick template for the CustomCandleStick2DModel. This is a dependency property.
</para>
</summary>
<value>A <see cref="T:System.Windows.DataTemplate"/> object.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.CustomCandleStick2DModel.TopStickTemplateProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.Xpf.Charts.BorderCandleStick2DModel">
<summary>
<para>Represents the <b>Border</b> Candle Stick pre-defined model.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.BorderCandleStick2DModel.#ctor">
<summary>
<para>Initializes a new instance of the BorderCandleStick2DModel class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.BorderCandleStick2DModel.ModelName">
<summary>
<para>Gets the name of the BorderCandleStick2DModel.
</para>
</summary>
<value>Always <b>"Border"</b>.
</value>
</member>
<member name="T:DevExpress.Xpf.Charts.CandleStick2DModel">
<summary>
<para>Represents a base class for standard and custom Candle Stick models.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.CandleStick2DModel.GetPredefinedKinds">
<summary>
<para>Provides access to the collection of pre-defined Candle Stick models.
</para>
</summary>
<returns>A collection of the <see cref="T:DevExpress.Xpf.Charts.CandleStick2DKind"/> objects.
</returns>
</member>
<member name="P:DevExpress.Xpf.Charts.CandleStick2DModel.ModelName">
<summary>
<para>Gets the name of the CandleStick2DModel.
</para>
</summary>
<value>A <see cref="T:System.String"/> representing the model name.
</value>
</member>
<member name="T:DevExpress.Xpf.Charts.SimplePie2DModel">
<summary>
<para>Represents the <b>Simple</b> Pie (Donut) pre-defined model.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.SimplePie2DModel.#ctor">
<summary>
<para>Initializes a new instance of the SimplePie2DModel class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.SimplePie2DModel.ModelName">
<summary>
<para>Gets the name of the SimplePie2DModel.
</para>
</summary>
<value>Always <b>"Simple"</b>.
</value>
</member>
<member name="T:DevExpress.Xpf.Charts.PredefinedPie2DModel">
<summary>
<para>Represents a base class for all standard 2D Pie / Donut models.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Charts.GlassPie2DModel">
<summary>
<para>Represents the <b>Glass</b> Pie / Donut pre-defined model.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.GlassPie2DModel.#ctor">
<summary>
<para>Initializes a new instance of the GlassPie2DModel class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.GlassPie2DModel.ModelName">
<summary>
<para>Gets the name of the GlassPie2DModel.
</para>
</summary>
<value>Always <b>"Glass"</b>.
</value>
</member>
<member name="T:DevExpress.Xpf.Charts.GlossyPie2DModel">
<summary>
<para>Represents the <b>Glossy</b> Pie / Donut pre-defined model.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.GlossyPie2DModel.#ctor">
<summary>
<para>Initializes a new instance of the GlossyPie2DModel class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.GlossyPie2DModel.ModelName">
<summary>
<para>Gets the name of the GlossyPie2DModel.
</para>
</summary>
<value>Always <b>"Glossy"</b>.
</value>
</member>
<member name="T:DevExpress.Xpf.Charts.GlarePie2DModel">
<summary>
<para>Represents the <b>Glare</b> Pie / Donut pre-defined model.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.GlarePie2DModel.#ctor">
<summary>
<para>Initializes a new instance of the GlarePie2DModel class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.GlarePie2DModel.ModelName">
<summary>
<para>Gets the name of the GlarePie2DModel.
</para>
</summary>
<value>Returns <b>"Glare"</b>.
</value>
</member>
<member name="T:DevExpress.Xpf.Charts.FlatPie2DModel">
<summary>
<para>Represents the <b>Flat</b> Pie / Donut pre-defined model.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.FlatPie2DModel.#ctor">
<summary>
<para>Initializes a new instance of the FlatPie2DModel class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.FlatPie2DModel.ModelName">
<summary>
<para>Gets the name of the FlatPie2DModel.
</para>
</summary>
<value>Always <b>"Flat"</b>.
</value>
</member>
<member name="T:DevExpress.Xpf.Charts.CustomPie2DModel">
<summary>
<para>Represents the custom 2D Pie / Donut model.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.CustomPie2DModel.#ctor">
<summary>
<para>Initializes a new instance of the CustomPie2DModel class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.CustomPie2DModel.ModelName">
<summary>
<para>Gets the name of the CustomPie2DModel.
</para>
</summary>
<value>Always <b>"Custom"</b>.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.CustomPie2DModel.PointTemplate">
<summary>
<para>Specifies the points' template for the CustomPie2DModel.
</para>
</summary>
<value>A <see cref="T:System.Windows.Controls.ControlTemplate"/> object.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.CustomPie2DModel.PointTemplateProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.Xpf.Charts.CupidPie2DModel">
<summary>
<para>Represents the <b>Cupid</b> Pie / Donut pre-defined model.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.CupidPie2DModel.#ctor">
<summary>
<para>Initializes a new instance of the CupidPie2DModel class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.CupidPie2DModel.ModelName">
<summary>
<para>Gets the name of the CupidPie2DModel.
</para>
</summary>
<value>Returns <b>"Cupid"</b>.
</value>
</member>
<member name="T:DevExpress.Xpf.Charts.BorderlessFlatPie2DModel">
<summary>
<para>Represents the flat Pie / Donut pre-defined model without a border.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.BorderlessFlatPie2DModel.#ctor">
<summary>
<para>Initializes a new instance of the BorderlessFlatPie2DModel class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.BorderlessFlatPie2DModel.ModelName">
<summary>
<para>Gets the name of the BorderlessFlatPie2DModel.
</para>
</summary>
<value>Always <b>"Borderless Flat"</b>.
</value>
</member>
<member name="T:DevExpress.Xpf.Charts.Pie2DModel">
<summary>
<para>Represents a base class for standard and custom Pie / Donut models.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.Pie2DModel.GetPredefinedKinds">
<summary>
<para>Returns the list of pre-defined models for 2D Pie / Donut series.
</para>
</summary>
<returns>A collection of the <see cref="T:DevExpress.Xpf.Charts.Pie2DKind"/> objects.
</returns>
</member>
<member name="P:DevExpress.Xpf.Charts.Pie2DModel.ModelName">
<summary>
<para>Gets the name of the Pie2DModel.
</para>
</summary>
<value>A <see cref="T:System.String"/> representing the model name.
</value>
</member>
<member name="T:DevExpress.Xpf.Charts.Marker2DModel">
<summary>
<para>Represents a base class for standard and custom 2D point marker models.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.Marker2DModel.GetPredefinedKinds">
<summary>
<para>Returns the list of pre-defined models for 2D point markers.
</para>
</summary>
<returns>A collection of the <see cref="T:DevExpress.Xpf.Charts.Marker2DKind"/> objects.
</returns>
</member>
<member name="P:DevExpress.Xpf.Charts.Marker2DModel.ModelName">
<summary>
<para>Gets the name of the Marker2DModel.
</para>
</summary>
<value>A <see cref="T:System.String"/> representing the model name.
</value>
</member>
<member name="T:DevExpress.Xpf.Charts.TriangleMarker2DModel">
<summary>
<para>Represents the <b>Triangle</b> marker pre-defined model.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.TriangleMarker2DModel.#ctor">
<summary>
<para>Initializes a new instance of the TriangleMarker2DModel class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.TriangleMarker2DModel.ModelName">
<summary>
<para>Gets the name of the TriangleMarker2DModel.
</para>
</summary>
<value>Always <b>"Triangle"</b>.
</value>
</member>
<member name="T:DevExpress.Xpf.Charts.StarMarker2DModel">
<summary>
<para>Represents the <b>Star</b> marker pre-defined model.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.StarMarker2DModel.#ctor">
<summary>
<para>Initializes a new instance of the StarMarker2DModel class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.StarMarker2DModel.ModelName">
<summary>
<para>Gets the name of the StarMarker2DModel.
</para>
</summary>
<value>Always <b>"Star"</b>.
</value>
</member>
<member name="T:DevExpress.Xpf.Charts.SquareMarker2DModel">
<summary>
<para>Represents the <b>Square</b> marker pre-defined model.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.SquareMarker2DModel.#ctor">
<summary>
<para>Initializes a new instance of the SquareMarker2DModel class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.SquareMarker2DModel.ModelName">
<summary>
<para>Gets the name of the SquareMarker2DModel.
</para>
</summary>
<value>Always <b>"Square"</b>.
</value>
</member>
<member name="T:DevExpress.Xpf.Charts.RingMarker2DModel">
<summary>
<para>Represents the <b>Ring</b> marker pre-defined model.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.RingMarker2DModel.#ctor">
<summary>
<para>Initializes a new instance of the RingMarker2DModel class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.RingMarker2DModel.ModelName">
<summary>
<para>Gets the name of the RingMarker2DModel.
</para>
</summary>
<value>Always <b>"Ring"</b>.
</value>
</member>
<member name="T:DevExpress.Xpf.Charts.PredefinedMarker2DModel">
<summary>
<para>Represents a base class for all standard point marker models.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Charts.PolygonMarker2DModel">
<summary>
<para>Represents the <b>Polygon</b> marker pre-defined model.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.PolygonMarker2DModel.#ctor">
<summary>
<para>Initializes a new instance of the PolygonMarker2DModel class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.PolygonMarker2DModel.ModelName">
<summary>
<para>Gets the name of the PolygonMarker2DModel.
</para>
</summary>
<value>Always <b>"Polygon"</b>.
</value>
</member>
<member name="T:DevExpress.Xpf.Charts.DollarMarker2DModel">
<summary>
<para>Represents the <b>Dollar</b> marker pre-defined model.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.DollarMarker2DModel.#ctor">
<summary>
<para>Initializes a new instance of the DollarMarker2DModel class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.DollarMarker2DModel.ModelName">
<summary>
<para>Gets the name of the DollarMarker2DModel.
</para>
</summary>
<value>Always <b>"Dollar"</b>.
</value>
</member>
<member name="T:DevExpress.Xpf.Charts.CrossMarker2DModel">
<summary>
<para>Represents the <b>Cross</b> marker pre-defined model.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.CrossMarker2DModel.#ctor">
<summary>
<para>Initializes a new instance of the CrossMarker2DModel class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.CrossMarker2DModel.ModelName">
<summary>
<para>Gets the name of the CrossMarker2DModel.
</para>
</summary>
<value>Always <b>"Cross"</b>.
</value>
</member>
<member name="T:DevExpress.Xpf.Charts.CircleMarker2DModel">
<summary>
<para>Represents the <b>Circle</b> marker pre-defined model.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.CircleMarker2DModel.#ctor">
<summary>
<para>Initializes a new instance of the CircleMarker2DModel class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.CircleMarker2DModel.ModelName">
<summary>
<para>Gets the name of the CircleMarker2DModel.
</para>
</summary>
<value>Always <b>"Circle"</b>.
</value>
</member>
<member name="T:DevExpress.Xpf.Charts.TransparentBar2DModel">
<summary>
<para>Represents the transparent 2D Bar pre-defined model.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.TransparentBar2DModel.#ctor">
<summary>
<para>Initializes a new instance of the TransparentBar2DModel class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.TransparentBar2DModel.ModelName">
<summary>
<para>Gets the name of the TransparentBar2DModel.
</para>
</summary>
<value>Always <b>"Transparent Bar"</b>.
</value>
</member>
<member name="T:DevExpress.Xpf.Charts.SymmetricBar2DModel">
<summary>
<para>Represents the base class for all symmetric 2D Bar models.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Charts.SteelColumnBar2DModel">
<summary>
<para>Represents the steel-column 2D Bar pre-defined model.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.SteelColumnBar2DModel.#ctor">
<summary>
<para>Initializes a new instance of the SteelColumnBar2DModel class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.SteelColumnBar2DModel.ModelName">
<summary>
<para>Gets the name of the SteelColumnBar2DModel.
</para>
</summary>
<value>Always <b>"Steel Column"</b>.
</value>
</member>
<member name="T:DevExpress.Xpf.Charts.SimpleBar2DModel">
<summary>
<para>Represents the simple flat 2D Bar pre-defined model.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.SimpleBar2DModel.#ctor">
<summary>
<para>Initializes a new instance of the SimpleBar2DModel class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.SimpleBar2DModel.ModelName">
<summary>
<para>Gets the name of the SimpleBar2DModel.
</para>
</summary>
<value>Always <b>"Simple Bar"</b>.
</value>
</member>
<member name="T:DevExpress.Xpf.Charts.Quasi3DBar2DModel">
<summary>
<para>Represents the quasi-three-dimensional 2D Bar pre-defined model.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.Quasi3DBar2DModel.#ctor">
<summary>
<para>Initializes a new instance of the Quasi3DBar2DModel class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.Quasi3DBar2DModel.ModelName">
<summary>
<para>Gets the name of the Quasi3DBar2DModel.
</para>
</summary>
<value>Always <b>"Quasi-3D Bar"</b>.
</value>
</member>
<member name="T:DevExpress.Xpf.Charts.PredefinedBar2DModel">
<summary>
<para>Represents a base class for all standard 2D Bar models.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Charts.OutsetBar2DModel">
<summary>
<para>Represents the outset 2D Bar pre-defined model.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.OutsetBar2DModel.#ctor">
<summary>
<para>Initializes a new instance of the OutsetBar2DModel class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.OutsetBar2DModel.ModelName">
<summary>
<para>Gets the name of the OutsetBar2DModel.
</para>
</summary>
<value>Always <b>"Outset Bar"</b>.
</value>
</member>
<member name="T:DevExpress.Xpf.Charts.GradientBar2DModel">
<summary>
<para>Represents the gradient 2D Bar pre-defined model.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.GradientBar2DModel.#ctor">
<summary>
<para>Initializes a new instance of the GradientBar2DModel class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.GradientBar2DModel.ModelName">
<summary>
<para>Gets the name of the GradientBar2DModel.
</para>
</summary>
<value>Always <b>"Gradient Bar"</b>.
</value>
</member>
<member name="T:DevExpress.Xpf.Charts.GlassCylinderBar2DModel">
<summary>
<para>Represents the glass cylinder 2D Bar pre-defined model.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.GlassCylinderBar2DModel.#ctor">
<summary>
<para>Initializes a new instance of the GlassCylinderBar2DModel class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.GlassCylinderBar2DModel.ModelName">
<summary>
<para>Gets the name of the GlassCylinderBar2DModel.
</para>
</summary>
<value>Always <b>"Glass Cylinder"</b>.
</value>
</member>
<member name="T:DevExpress.Xpf.Charts.FlatGlassBar2DModel">
<summary>
<para>Represents the flat glass 2D Bar pre-defined model.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.FlatGlassBar2DModel.#ctor">
<summary>
<para>Initializes a new instance of the FlatGlassBar2DModel class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.FlatGlassBar2DModel.ModelName">
<summary>
<para>Gets the name of the FlatGlassBar2DModel.
</para>
</summary>
<value>Always <b>"Flat Glass Bar"</b>.
</value>
</member>
<member name="T:DevExpress.Xpf.Charts.FlatBar2DModel">
<summary>
<para>Represents the flat 2D Bar pre-defined model.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.FlatBar2DModel.#ctor">
<summary>
<para>Initializes a new instance of the FlatBar2DModel class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.FlatBar2DModel.ModelName">
<summary>
<para>Gets the name of the FlatBar2DModel.
</para>
</summary>
<value>Always <b>"Flat Bar"</b>.
</value>
</member>
<member name="T:DevExpress.Xpf.Charts.CustomMarker2DModel">
<summary>
<para>Represents the custom 2D point marker model.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.CustomMarker2DModel.#ctor">
<summary>
<para>Initializes a new instance of the CustomMarker2DModel class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.CustomMarker2DModel.ModelName">
<summary>
<para>Gets the name of the CustomMarker2DModel.
</para>
</summary>
<value>Always <b>"Custom"</b>.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.CustomMarker2DModel.PointTemplate">
<summary>
<para>Specifies the points' template for the CustomMarker2DModel.
</para>
</summary>
<value>A <see cref="T:System.Windows.Controls.ControlTemplate"/> object.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.CustomMarker2DModel.PointTemplateProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.Xpf.Charts.CustomBar2DModel">
<summary>
<para>Represents the custom 2D Bar model.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.CustomBar2DModel.#ctor">
<summary>
<para>Initializes a new instance of the CustomBar2DModel class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.CustomBar2DModel.FlipNegativeBars">
<summary>
<para>Specifies whether or not Bars corresponding to negative values should be flipped (mirrored). This is a dependency property.
</para>
</summary>
<value><b>true</b> to flip negative Bars; otherwise, <b>false</b>.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.CustomBar2DModel.FlipNegativeBarsProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.CustomBar2DModel.InFrontOfAxes">
<summary>
<para>Specifies whether or not Bars are drawn in front, or behind the x-axis. This is a dependency property.
</para>
</summary>
<value><b>true</b> to draw Bars in front of the x-axis; otherwise, <b>false</b>.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.CustomBar2DModel.InFrontOfAxesProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.CustomBar2DModel.ModelName">
<summary>
<para>Gets the name of the CustomBar2DModel.
</para>
</summary>
<value>Always <b>"Custom"</b>.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.CustomBar2DModel.OverlapBars">
<summary>
<para>Specifies whether or not Bars should overlap.
</para>
</summary>
<value><b>true</b> to allow overlapping of Bars; otherwise <b>false</b>.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.CustomBar2DModel.OverlapBarsProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.CustomBar2DModel.PointTemplate">
<summary>
<para>Specifies the points' template for the CustomBar2DModel.
</para>
</summary>
<value>A <see cref="T:System.Windows.Controls.ControlTemplate"/> object.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.CustomBar2DModel.PointTemplateProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.Xpf.Charts.BorderlessSimpleBar2DModel">
<summary>
<para>Represents the simple 2D Bar pre-defined model without a border.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.BorderlessSimpleBar2DModel.#ctor">
<summary>
<para>Initializes a new instance of the BorderlessSimpleBar2DModel class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.BorderlessSimpleBar2DModel.ModelName">
<summary>
<para>Gets the name of the BorderlessSimpleBar2DModel.
</para>
</summary>
<value>Always <b>"Borderless Simple Bar"</b>.
</value>
</member>
<member name="T:DevExpress.Xpf.Charts.BorderlessGradientBar2DModel">
<summary>
<para>Represents the gradient 2D Bar pre-defined model without a border.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.BorderlessGradientBar2DModel.#ctor">
<summary>
<para>Initializes a new instance of the BorderlessGradientBar2DModel class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.BorderlessGradientBar2DModel.ModelName">
<summary>
<para>Gets the name of the BorderlessGradientBar2DModel.
</para>
</summary>
<value>Always <b>"Gradient Borderless Bar"</b>.
</value>
</member>
<member name="T:DevExpress.Xpf.Charts.Bar2DModel">
<summary>
<para>Represents a base class for standard and custom 2D Bar models.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.Bar2DModel.GetPredefinedKinds">
<summary>
<para>Returns the list of pre-defined models for a 2D Bar series.
</para>
</summary>
<returns>A collection of the <see cref="T:DevExpress.Xpf.Charts.Bar2DKind"/> objects.
</returns>
</member>
<member name="P:DevExpress.Xpf.Charts.Bar2DModel.ModelName">
<summary>
<para>Gets the name of the Bar2DModel.
</para>
</summary>
<value>A <see cref="T:System.String"/> representing the model name.
</value>
</member>
<member name="T:DevExpress.Xpf.Charts.ISupportTransparency">
<summary>
<para>When implemented by a class, provides the <see cref="P:DevExpress.Xpf.Charts.ISupportTransparency.Transparency"/> property.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.ISupportTransparency.Transparency">
<summary>
<para>When implemented by a class, specifies the series transparency (<b>0</b>-<b>1</b>).
</para>
</summary>
<value>A <see cref="T:System.Double"/> value from <b>0</b> (opaque) to <b>1</b> (transparent).
</value>
</member>
<member name="T:DevExpress.Xpf.Charts.ISupportStackedGroup">
<summary>
<para>When implemented by a class, provides the <see cref="P:DevExpress.Xpf.Charts.ISupportStackedGroup.StackedGroup"/> property.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.ISupportStackedGroup.StackedGroup">
<summary>
<para>When implemented by a class, specifies a group for all similar series having the same stack group value, to be accumulated into the same stacked bars.
</para>
</summary>
<value>An <see cref="T:System.Object"/> value, identifying a stack group.
</value>
</member>
<member name="T:DevExpress.Xpf.Charts.ISupportMarker2D">
<summary>
<para>When implemented by a class, provides options that control the 2D marker's model, size and visibility.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.ISupportMarker2D.MarkerModel">
<summary>
<para>When implemented by a class, specifies the model used to draw markers of a series.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.Marker2DModel"/> class descendant.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.ISupportMarker2D.MarkerSize">
<summary>
<para>When implemented by a class, gets or sets the size of series point markers.
</para>
</summary>
<value>An integer value.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.ISupportMarker2D.MarkerVisible">
<summary>
<para>When implemented by a class, specifies whether or not series point markers are visible.
</para>
</summary>
<value><b>true</b> to show markers; <b>false</b> to hide them.
</value>
</member>
<member name="T:DevExpress.Xpf.Charts.TheTreesPalette">
<summary>
<para>The <b>The Trees</b> palette.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.TheTreesPalette.#ctor">
<summary>
<para>Initializes a new instance of the TheTreesPalette class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.TheTreesPalette.PaletteName">
<summary>
<para>Gets the name of the TheTreesPalette.
</para>
</summary>
<value>Always <b>The Trees</b>.
</value>
</member>
<member name="T:DevExpress.Xpf.Charts.TerracottaPiePalette">
<summary>
<para>The <b>Terracotta Pie</b> palette.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.TerracottaPiePalette.#ctor">
<summary>
<para>Initializes a new instance of the TerracottaPiePalette class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.TerracottaPiePalette.PaletteName">
<summary>
<para>Gets the name of the TerracottaPiePalette.
</para>
</summary>
<value>Always <b>Terracotta Pie</b>.
</value>
</member>
<member name="T:DevExpress.Xpf.Charts.Stock2DSlideFromTopAnimation">
<summary>
<para>Represents the <b>SlideFromTop</b> Stock series animation.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.Stock2DSlideFromTopAnimation.#ctor">
<summary>
<para>Initializes a new instance of the Stock2DSlideFromTopAnimation class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.Stock2DSlideFromTopAnimation.CreateAnimatedStockBounds(System.Windows.Rect,System.Windows.Rect,System.Boolean,System.Boolean,System.Boolean,System.Double)">
<summary>
<para>For internal use only.
</para>
</summary>
<param name="stockBounds">
[To be supplied]
</param>
<param name="viewport">
[To be supplied]
</param>
<param name="axisXReverse">
[To be supplied]
</param>
<param name="axisYReverse">
[To be supplied]
</param>
<param name="diagramRotated">
[To be supplied]
</param>
<param name="progress">
[To be supplied]
</param>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.Xpf.Charts.Stock2DSlideFromRightAnimation">
<summary>
<para>Represents the <b>SlideFromRight</b> Stock series animation.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.Stock2DSlideFromRightAnimation.#ctor">
<summary>
<para>Initializes a new instance of the Stock2DSlideFromRightAnimation class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.Stock2DSlideFromRightAnimation.CreateAnimatedStockBounds(System.Windows.Rect,System.Windows.Rect,System.Boolean,System.Boolean,System.Boolean,System.Double)">
<summary>
<para>For internal use only.
</para>
</summary>
<param name="stockBounds">
[To be supplied]
</param>
<param name="viewport">
[To be supplied]
</param>
<param name="axisXReverse">
[To be supplied]
</param>
<param name="axisYReverse">
[To be supplied]
</param>
<param name="diagramRotated">
[To be supplied]
</param>
<param name="progress">
[To be supplied]
</param>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.Xpf.Charts.Stock2DSlideFromLeftAnimation">
<summary>
<para>Represents the <b>SlideFromLeft</b> Stock series animation.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.Stock2DSlideFromLeftAnimation.#ctor">
<summary>
<para>Initializes a new instance of the Stock2DSlideFromLeftAnimation class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.Stock2DSlideFromLeftAnimation.CreateAnimatedStockBounds(System.Windows.Rect,System.Windows.Rect,System.Boolean,System.Boolean,System.Boolean,System.Double)">
<summary>
<para>For internal use only.
</para>
</summary>
<param name="stockBounds">
[To be supplied]
</param>
<param name="viewport">
[To be supplied]
</param>
<param name="axisXReverse">
[To be supplied]
</param>
<param name="axisYReverse">
[To be supplied]
</param>
<param name="diagramRotated">
[To be supplied]
</param>
<param name="progress">
[To be supplied]
</param>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.Xpf.Charts.Stock2DSlideFromBottomAnimation">
<summary>
<para>Represents the <b>SlideFromBottom</b> Stock series animation.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.Stock2DSlideFromBottomAnimation.#ctor">
<summary>
<para>Initializes a new instance of the Stock2DSlideFromBottomAnimation class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.Stock2DSlideFromBottomAnimation.CreateAnimatedStockBounds(System.Windows.Rect,System.Windows.Rect,System.Boolean,System.Boolean,System.Boolean,System.Double)">
<summary>
<para>For internal use only.
</para>
</summary>
<param name="stockBounds">
[To be supplied]
</param>
<param name="viewport">
[To be supplied]
</param>
<param name="axisXReverse">
[To be supplied]
</param>
<param name="axisYReverse">
[To be supplied]
</param>
<param name="diagramRotated">
[To be supplied]
</param>
<param name="progress">
[To be supplied]
</param>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.Xpf.Charts.Stock2DSlideAnimationBase">
<summary>
<para>Represents the base class for all slide animations available for the Stock series view.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Charts.Stock2DExpandAnimation">
<summary>
<para>Represents the <b>Expand</b> Stock series animation.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.Stock2DExpandAnimation.#ctor">
<summary>
<para>Initializes a new instance of the Stock2DExpandAnimation class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.Stock2DExpandAnimation.CreateAnimatedStockBounds(System.Windows.Rect,System.Windows.Rect,System.Boolean,System.Boolean,System.Boolean,System.Double)">
<summary>
<para>For internal use only.
</para>
</summary>
<param name="stockBounds">
[To be supplied]
</param>
<param name="viewport">
[To be supplied]
</param>
<param name="axisXReverse">
[To be supplied]
</param>
<param name="axisYReverse">
[To be supplied]
</param>
<param name="diagramRotated">
[To be supplied]
</param>
<param name="progress">
[To be supplied]
</param>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.Xpf.Charts.Stock2DAnimationBase">
<summary>
<para>The base class for all animations available for the Stock series view.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.Stock2DAnimationBase.CreateAnimatedStockBounds(System.Windows.Rect,System.Windows.Rect,System.Boolean,System.Boolean,System.Boolean,System.Double)">
<summary>
<para>For internal use only.
</para>
</summary>
<param name="stockBounds">
[To be supplied]
</param>
<param name="viewport">
[To be supplied]
</param>
<param name="axisXReverse">
[To be supplied]
</param>
<param name="axisYReverse">
[To be supplied]
</param>
<param name="diagramRotated">
[To be supplied]
</param>
<param name="progress">
[To be supplied]
</param>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.Xpf.Charts.SeriesAnimationBase">
<summary>
<para>The base class for all series animations.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Charts.Pie2DZoomInAnimation">
<summary>
<para>The <b>ZoomIn</b> 2D Pie series animation.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.Pie2DZoomInAnimation.#ctor">
<summary>
<para>Initializes a new instance of the Pie2DZoomInAnimation class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.Pie2DZoomInAnimation.CalculateAnimatedRadius(System.Double,System.Double)">
<summary>
<para>Calculates the final radius a Pie series has after its <b>Zoom-In</b> animation has finished.
</para>
</summary>
<param name="radius">
A <see cref="T:System.Double"/> value, specifying the initial radius of the Pie.
</param>
<param name="progress">
A <see cref="T:System.Double"/> value, specifying the progress position of the animation.
</param>
<returns>A <see cref="T:System.Double"/> value, specifying the final radius of the Pie.
</returns>
</member>
<member name="T:DevExpress.Xpf.Charts.Pie2DWidenAnimation">
<summary>
<para>The <b>Widen</b> 2D Pie series animation.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.Pie2DWidenAnimation.#ctor">
<summary>
<para>Initializes a new instance of the Pie2DWidenAnimation class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.Pie2DWidenAnimation.CalculateAnimatedSweepAngle(System.Double,System.Double)">
<summary>
<para>Calculates the final sweep angle a Pie series has after its <b>Widen</b> animation has finished.
</para>
</summary>
<param name="sweepAngle">
A <see cref="T:System.Double"/> value, specifying the initial sweep angle of the Pie.
</param>
<param name="progress">
A <see cref="T:System.Double"/> value, specifying the progress position of the animation.
</param>
<returns>A <see cref="T:System.Double"/> value, specifying the final sweep angle of the Pie.
</returns>
</member>
<member name="T:DevExpress.Xpf.Charts.Pie2DSpinZoomInAnimation">
<summary>
<para>The <b>SpinZoomIn</b> 2D Pie series animation.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.Pie2DSpinZoomInAnimation.#ctor">
<summary>
<para>Initializes a new instance of the Pie2DSpinZoomInAnimation class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.Pie2DSpinZoomInAnimation.CalculateAnimatedRadius(System.Double,System.Double)">
<summary>
<para>Calculates the final radius a Pie series has after its <b>Spin Zoom-In</b> animation has finished.
</para>
</summary>
<param name="radius">
A <see cref="T:System.Double"/> value, specifying the initial radius of the Pie.
</param>
<param name="progress">
A <see cref="T:System.Double"/> value, specifying the progress position of the animation.
</param>
<returns>A <see cref="T:System.Double"/> value, specifying the final radius of the Pie.
</returns>
</member>
<member name="T:DevExpress.Xpf.Charts.Pie2DSpinAnimation">
<summary>
<para>The <b>Spin</b> 2D Pie series animation.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.Pie2DSpinAnimation.#ctor">
<summary>
<para>Initializes a new instance of the Pie2DSpinAnimation class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.Pie2DSpinAnimation.CalculateAnimatedRotation(System.Double,System.Double)">
<summary>
<para>Calculates the final rotation degree a Pie series has after its <b>Spin</b> animation has finished.
</para>
</summary>
<param name="rotation">
A <see cref="T:System.Double"/> value, specifying the initial rotation degree of the Pie.
</param>
<param name="progress">
A <see cref="T:System.Double"/> value, specifying the progress position of the animation.
</param>
<returns>A <see cref="T:System.Double"/> value, specifying the final rotation degree of the Pie.
</returns>
</member>
<member name="P:DevExpress.Xpf.Charts.Pie2DSpinAnimation.Direction">
<summary>
<para>Specifies the direction in which Pie2DSpinAnimation is performed. This is a dependency property.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.PieSweepDirection"/> enumeration value.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.Pie2DSpinAnimation.DirectionProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.Pie2DSpinAnimation.TurnsNumber">
<summary>
<para>Specifies the number of turns Pie2DSpinAnimation makes. This is a dependency property.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.Pie2DSpinAnimation.TurnsNumberProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.Xpf.Charts.Pie2DSeriesPointAnimationBase">
<summary>
<para>Represents the base class for all series point animations available for the Pie / Donut series type.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.Pie2DSeriesPointAnimationBase.CalculateAnimatedPieCenter(System.Windows.Point,System.Double,System.Double,System.Windows.Rect,System.Double)">
<summary>
<para>Calculates the final position of a Pie series' center after its point animation has finished.
</para>
</summary>
<param name="pieCenter">
A <see cref="T:System.Drawing.Point"/> structure, specifying the initial coordinates of the Pie's center.
</param>
<param name="radius">
A <see cref="T:System.Double"/> value, specifying the initial radius of the Pie.
</param>
<param name="angle">
A <see cref="T:System.Double"/> value, specifying the initial angle at which the Pie is rotated.
</param>
<param name="viewport">
A <see cref="T:System.Windows.Rect"/> structure, specifying the drawing area of the Pie (including its point labels).
</param>
<param name="progress">
A <see cref="T:System.Double"/> value, specifying the progress position of the animation.
</param>
<returns>A <see cref="T:System.Drawing.Point"/> structure, specifying the final coordinates of the Pie's center.
</returns>
</member>
<member name="M:DevExpress.Xpf.Charts.Pie2DSeriesPointAnimationBase.CalculateAnimatedRadius(System.Double,System.Windows.Rect,System.Double)">
<summary>
<para>Calculates the final radius a Pie series has after its point animation has finished.
</para>
</summary>
<param name="radius">
A <see cref="T:System.Double"/> value, specifying the initial radius of the Pie.
</param>
<param name="viewport">
A <see cref="T:System.Windows.Rect"/> structure, specifying the drawing area of the Pie (including its point labels).
</param>
<param name="progress">
A <see cref="T:System.Double"/> value, specifying the progress position of the animation.
</param>
<returns>A <see cref="T:System.Double"/> value, specifying the final radius of the Pie.
</returns>
</member>
<member name="M:DevExpress.Xpf.Charts.Pie2DSeriesPointAnimationBase.CalculateAnimatedSweepAngle(System.Double,System.Double)">
<summary>
<para>Calculates the final sweep angle a Pie series has after its point animation has finished.
</para>
</summary>
<param name="sweepAngle">
A <see cref="T:System.Double"/> value, specifying the initial sweep angle of the Pie.
</param>
<param name="progress">
A <see cref="T:System.Double"/> value, specifying the progress position of the animation.
</param>
<returns>A <see cref="T:System.Double"/> value, specifying the final sweep angle of the Pie.
</returns>
</member>
<member name="T:DevExpress.Xpf.Charts.Pie2DSeriesAnimationBase">
<summary>
<para>Represents the base class for all series animations available for the Pie / Donut series type.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.Pie2DSeriesAnimationBase.CalculateAnimatedRadius(System.Double,System.Double)">
<summary>
<para>Calculates the final radius a Pie series has after its series animation has finished.
</para>
</summary>
<param name="radius">
A <see cref="T:System.Double"/> value, specifying the initial radius of the Pie.
</param>
<param name="progress">
A <see cref="T:System.Double"/> value, specifying the progress position of the animation.
</param>
<returns>A <see cref="T:System.Double"/> value, specifying the final radius of the Pie.
</returns>
</member>
<member name="M:DevExpress.Xpf.Charts.Pie2DSeriesAnimationBase.CalculateAnimatedRotation(System.Double,System.Double)">
<summary>
<para>Calculates the final rotation degree a Pie series has after its series animation has finished.
</para>
</summary>
<param name="rotation">
A <see cref="T:System.Double"/> value, specifying the initial rotation degree of the Pie.
</param>
<param name="progress">
A <see cref="T:System.Double"/> value, specifying the progress position of the animation.
</param>
<returns>A <see cref="T:System.Double"/> value, specifying the final rotation degree of the Pie.
</returns>
</member>
<member name="M:DevExpress.Xpf.Charts.Pie2DSeriesAnimationBase.CalculateAnimatedSweepAngle(System.Double,System.Double)">
<summary>
<para>Calculates the final sweep angle a Pie series has after its series animation has finished.
</para>
</summary>
<param name="sweepAngle">
A <see cref="T:System.Double"/> value, specifying the initial sweep angle of the Pie.
</param>
<param name="progress">
A <see cref="T:System.Double"/> value, specifying the progress position of the animation.
</param>
<returns>A <see cref="T:System.Double"/> value, specifying the final sweep angle of the Pie.
</returns>
</member>
<member name="T:DevExpress.Xpf.Charts.Pie2DPopUpAnimation">
<summary>
<para>The <b>PopUp</b> 2D Pie series animation.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.Pie2DPopUpAnimation.#ctor">
<summary>
<para>Initializes a new instance of the Pie2DPopUpAnimation class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.Pie2DPopUpAnimation.CalculateAnimatedRadius(System.Double,System.Windows.Rect,System.Double)">
<summary>
<para>Calculates the final radius a Pie series has after its <b>Pop-Up</b> animation has finished.
</para>
</summary>
<param name="radius">
A <see cref="T:System.Double"/> value, specifying the initial radius of the Pie.
</param>
<param name="viewport">
A <see cref="T:System.Windows.Rect"/> structure, specifying the drawing area of the Pie (including its point labels).
</param>
<param name="progress">
A <see cref="T:System.Double"/> value, specifying the progress position of the animation.
</param>
<returns>A <see cref="T:System.Double"/> value, specifying the final radius of the Pie.
</returns>
</member>
<member name="M:DevExpress.Xpf.Charts.Pie2DPopUpAnimation.CalculateAnimatedSweepAngle(System.Double,System.Double)">
<summary>
<para>Calculates the final sweep angle a Pie series has after its <b>Pop-Up</b> animation has finished.
</para>
</summary>
<param name="sweepAngle">
A <see cref="T:System.Double"/> value, specifying the initial sweep angle of the Pie.
</param>
<param name="progress">
A <see cref="T:System.Double"/> value, specifying the progress position of the animation.
</param>
<returns>A <see cref="T:System.Double"/> value, specifying the final sweep angle of the Pie.
</returns>
</member>
<member name="T:DevExpress.Xpf.Charts.Pie2DGrowUpAnimation">
<summary>
<para>The <b>GrowUp</b> 2D Pie series animation.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.Pie2DGrowUpAnimation.#ctor">
<summary>
<para>Initializes a new instance of the Pie2DGrowUpAnimation class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.Pie2DGrowUpAnimation.CalculateAnimatedRadius(System.Double,System.Windows.Rect,System.Double)">
<summary>
<para>Calculates the final radius a Pie series has after its <b>Grow-Up</b> animation has finished.
</para>
</summary>
<param name="radius">
A <see cref="T:System.Double"/> value, specifying the initial radius of the Pie.
</param>
<param name="viewport">
A <see cref="T:System.Windows.Rect"/> structure, specifying the drawing area of the Pie (including its point labels).
</param>
<param name="progress">
A <see cref="T:System.Double"/> value, specifying the progress position of the animation.
</param>
<returns>A <see cref="T:System.Double"/> value, specifying the final radius of the Pie.
</returns>
</member>
<member name="T:DevExpress.Xpf.Charts.Pie2DFlyInAnimation">
<summary>
<para>The <b>FlyIn</b> 2D Pie series animation.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.Pie2DFlyInAnimation.#ctor">
<summary>
<para>Initializes a new instance of the Pie2DFlyInAnimation class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.Pie2DFlyInAnimation.CalculateAnimatedPieCenter(System.Windows.Point,System.Double,System.Double,System.Windows.Rect,System.Double)">
<summary>
<para>Calculates the final position of a Pie series' center after its <b>Fly-In</b> animation has finished.
</para>
</summary>
<param name="pieCenter">
A <see cref="T:System.Drawing.Point"/> structure, specifying the initial coordinates of the Pie's center.
</param>
<param name="radius">
A <see cref="T:System.Double"/> value, specifying the initial radius of the Pie.
</param>
<param name="angle">
A <see cref="T:System.Double"/> value, specifying the initial angle at which the Pie is rotated.
</param>
<param name="viewport">
A <see cref="T:System.Windows.Rect"/> structure, specifying the drawing area of the Pie (including its point labels).
</param>
<param name="progress">
A <see cref="T:System.Double"/> value, specifying the progress position of the animation.
</param>
<returns>A <see cref="T:System.Drawing.Point"/> structure, specifying the final coordinates of the Pie's center.
</returns>
</member>
<member name="M:DevExpress.Xpf.Charts.Pie2DFlyInAnimation.CalculateAnimatedSweepAngle(System.Double,System.Double)">
<summary>
<para>Calculates the final sweep angle a Pie series has after its <b>Fly-In</b> animation has finished.
</para>
</summary>
<param name="sweepAngle">
A <see cref="T:System.Double"/> value, specifying the initial sweep angle of the Pie.
</param>
<param name="progress">
A <see cref="T:System.Double"/> value, specifying the progress position of the animation.
</param>
<returns>A <see cref="T:System.Double"/> value, specifying the final sweep angle of the Pie.
</returns>
</member>
<member name="T:DevExpress.Xpf.Charts.Pie2DFanZoomInAnimation">
<summary>
<para>The <b>FanZoomIn</b> 2D Pie series animation.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.Pie2DFanZoomInAnimation.#ctor">
<summary>
<para>Initializes a new instance of the Pie2DFanZoomInAnimation class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.Pie2DFanZoomInAnimation.CalculateAnimatedRadius(System.Double,System.Double)">
<summary>
<para>Calculates the final radius a Pie series has after its <b>Fan Zoom-In</b> animation has finished.
</para>
</summary>
<param name="radius">
A <see cref="T:System.Double"/> value, specifying the initial radius of the Pie.
</param>
<param name="progress">
A <see cref="T:System.Double"/> value, specifying the progress position of the animation.
</param>
<returns>A <see cref="T:System.Double"/> value, specifying the final radius of the Pie.
</returns>
</member>
<member name="M:DevExpress.Xpf.Charts.Pie2DFanZoomInAnimation.CalculateAnimatedSweepAngle(System.Double,System.Double)">
<summary>
<para>Calculates the final sweep angle a Pie series has after its <b>Fan Zoom-In</b> animation has finished.
</para>
</summary>
<param name="sweepAngle">
A <see cref="T:System.Double"/> value, specifying the initial sweep angle of the Pie.
</param>
<param name="progress">
A <see cref="T:System.Double"/> value, specifying the progress position of the animation.
</param>
<returns>A <see cref="T:System.Double"/> value, specifying the final sweep angle of the Pie.
</returns>
</member>
<member name="T:DevExpress.Xpf.Charts.Pie2DFanAnimation">
<summary>
<para>The <b>Fan</b> 2D Pie series animation.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.Pie2DFanAnimation.#ctor">
<summary>
<para>Initializes a new instance of the Pie2DFanAnimation class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.Pie2DFanAnimation.CalculateAnimatedSweepAngle(System.Double,System.Double)">
<summary>
<para>Calculates the final sweep angle a Pie series has after its <b>Fan</b> animation has finished.
</para>
</summary>
<param name="sweepAngle">
A <see cref="T:System.Double"/> value, specifying the initial sweep angle of the Pie.
</param>
<param name="progress">
A <see cref="T:System.Double"/> value, specifying the progress position of the animation.
</param>
<returns>A <see cref="T:System.Double"/> value, specifying the final sweep angle of the Pie.
</returns>
</member>
<member name="T:DevExpress.Xpf.Charts.Pie2DDropInAnimation">
<summary>
<para>The <b>DropIn</b> 2D Pie series animation.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.Pie2DDropInAnimation.#ctor">
<summary>
<para>Initializes a new instance of the Pie2DDropInAnimation class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.Pie2DDropInAnimation.CalculateAnimatedPieCenter(System.Windows.Point,System.Double,System.Double,System.Windows.Rect,System.Double)">
<summary>
<para>Calculates the final position of a Pie series' center after its <b>Drop-In</b> animation has finished.
</para>
</summary>
<param name="pieCenter">
A <see cref="T:System.Drawing.Point"/> structure, specifying the initial coordinates of the Pie's center.
</param>
<param name="radius">
A <see cref="T:System.Double"/> value, specifying the initial radius of the Pie.
</param>
<param name="angle">
A <see cref="T:System.Double"/> value, specifying the initial angle at which the Pie is rotated.
</param>
<param name="viewport">
A <see cref="T:System.Windows.Rect"/> structure, specifying the drawing area of the Pie (including its point labels).
</param>
<param name="progress">
A <see cref="T:System.Double"/> value, specifying the progress position of the animation.
</param>
<returns>A <see cref="T:System.Drawing.Point"/> structure, specifying the final coordinates of the Pie's center.
</returns>
</member>
<member name="T:DevExpress.Xpf.Charts.Pie2DBurstAnimation">
<summary>
<para>The <b>Burst</b> 2D Pie series animation.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.Pie2DBurstAnimation.#ctor">
<summary>
<para>Initializes a new instance of the Pie2DBurstAnimation class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.Pie2DBurstAnimation.CalculateAnimatedRadius(System.Double,System.Windows.Rect,System.Double)">
<summary>
<para>Calculates the final radius a Pie series has after its <b>Burst</b> animation has finished.
</para>
</summary>
<param name="radius">
A <see cref="T:System.Double"/> value, specifying the initial radius of the Pie.
</param>
<param name="viewport">
A <see cref="T:System.Windows.Rect"/> structure, specifying the drawing area of the Pie (including its point labels).
</param>
<param name="progress">
A <see cref="T:System.Double"/> value, specifying the progress position of the animation.
</param>
<returns>A <see cref="T:System.Double"/> value, specifying the final radius of the Pie.
</returns>
</member>
<member name="M:DevExpress.Xpf.Charts.Pie2DBurstAnimation.CalculateAnimatedSweepAngle(System.Double,System.Double)">
<summary>
<para>Calculates the final sweep angle a Pie series has after its <b>Burst</b> animation has finished.
</para>
</summary>
<param name="sweepAngle">
A <see cref="T:System.Double"/> value, specifying the initial sweep angle of the Pie.
</param>
<param name="progress">
A <see cref="T:System.Double"/> value, specifying the progress position of the animation.
</param>
<returns>A <see cref="T:System.Double"/> value, specifying the final sweep angle of the Pie.
</returns>
</member>
<member name="T:DevExpress.Xpf.Charts.PastelKitPalette">
<summary>
<para>The <b>Pastel Kit</b> palette.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.PastelKitPalette.#ctor">
<summary>
<para>Initializes a new instance of the PastelKitPalette class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.PastelKitPalette.PaletteName">
<summary>
<para>Gets the name of the PastelKitPalette.
</para>
</summary>
<value>Always <b>Pastel Kit</b>.
</value>
</member>
<member name="T:DevExpress.Xpf.Charts.PaletteKind">
<summary>
<para>Represents a pre-defined palette.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.PaletteKind.#ctor(System.Type,System.String)">
<summary>
<para>Initializes a new instance of the PaletteKind class with specified settings.
</para>
</summary>
<param name="type">
A <see cref="T:System.Type"/> value.
</param>
<param name="name">
A <see cref="T:System.String"/> value.
</param>
</member>
<member name="T:DevExpress.Xpf.Charts.Palette">
<summary>
<para>A palette (collection of colors) used to draw a chart.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.Palette.GetPredefinedKinds">
<summary>
<para>Returns the list of pre-defined palettes.
</para>
</summary>
<returns>A collection of the <see cref="T:DevExpress.Xpf.Charts.PaletteKind"/> objects.
</returns>
</member>
<member name="T:DevExpress.Xpf.Charts.OfficePalette">
<summary>
<para>The <b>Office</b> palette.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.OfficePalette.#ctor">
<summary>
<para>Initializes a new instance of the OfficePalette class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.OfficePalette.PaletteName">
<summary>
<para>Gets the name of the OfficePalette.
</para>
</summary>
<value>Always <b>Office</b>.
</value>
</member>
<member name="T:DevExpress.Xpf.Charts.NorthernLightsPalette">
<summary>
<para>The <b>Northern Lights</b> palette.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.NorthernLightsPalette.#ctor">
<summary>
<para>Initializes a new instance of the NorthernLightsPalette class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.NorthernLightsPalette.PaletteName">
<summary>
<para>Gets the name of the NorthernLightsPalette.
</para>
</summary>
<value>Always <b>Northern Lights</b>.
</value>
</member>
<member name="T:DevExpress.Xpf.Charts.NatureColorsPalette">
<summary>
<para>The <b>Nature Colors</b> palette.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.NatureColorsPalette.#ctor">
<summary>
<para>Initializes a new instance of the NatureColorsPalette class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.NatureColorsPalette.PaletteName">
<summary>
<para>Gets the name of the NatureColorsPalette.
</para>
</summary>
<value>Always <b>Nature Colors</b>.
</value>
</member>
<member name="T:DevExpress.Xpf.Charts.Marker2DWidenAnimation">
<summary>
<para>The <b>Widen</b> point markers' animation.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.Marker2DWidenAnimation.#ctor">
<summary>
<para>Initializes a new instance of the Marker2DWidenAnimation class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.Marker2DWidenAnimation.CreateAnimatedMarkerBounds(System.Windows.Rect,System.Windows.Rect,System.Boolean,System.Boolean,System.Boolean,System.Double)">
<summary>
<para>For internal use only.
</para>
</summary>
<param name="markerBounds">
</param>
<param name="viewport">
</param>
<param name="axisXReverse">
</param>
<param name="axisYReverse">
</param>
<param name="diagramRotated">
</param>
<param name="progress">
</param>
<returns>
</returns>
</member>
<member name="T:DevExpress.Xpf.Charts.Marker2DSlideFromTopCenterAnimation">
<summary>
<para>The <b>SlideFromTopCenter</b> point markers' animation.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.Marker2DSlideFromTopCenterAnimation.#ctor">
<summary>
<para>Initializes a new instance of the Marker2DSlideFromTopCenterAnimation class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Charts.Marker2DSlideFromTopAnimation">
<summary>
<para>The <b>SlideFromTop</b> point markers' animation.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.Marker2DSlideFromTopAnimation.#ctor">
<summary>
<para>Initializes a new instance of the Marker2DSlideFromTopAnimation class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.Marker2DSlideFromTopAnimation.CreateAnimatedMarkerBounds(System.Windows.Rect,System.Windows.Rect,System.Boolean,System.Boolean,System.Boolean,System.Double)">
<summary>
<para>For internal use only.
</para>
</summary>
<param name="markerBounds">
</param>
<param name="viewport">
</param>
<param name="axisXReverse">
</param>
<param name="axisYReverse">
</param>
<param name="diagramRotated">
</param>
<param name="progress">
</param>
<returns>
</returns>
</member>
<member name="T:DevExpress.Xpf.Charts.Marker2DSlideFromRightTopCornerAnimation">
<summary>
<para>The <b>SlideFromRightTopCorner</b> point markers' animation.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.Marker2DSlideFromRightTopCornerAnimation.#ctor">
<summary>
<para>Initializes a new instance of the Marker2DSlideFromRightTopCornerAnimation class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Charts.Marker2DSlideFromRightCenterAnimation">
<summary>
<para>The <b>SlideFromRightCenter</b> point markers' animation.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.Marker2DSlideFromRightCenterAnimation.#ctor">
<summary>
<para>Initializes a new instance of the Marker2DSlideFromRightCenterAnimation class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Charts.Marker2DSlideFromRightBottomCornerAnimation">
<summary>
<para>The <b>SlideFromRightBottomCorner</b> point markers' animation.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.Marker2DSlideFromRightBottomCornerAnimation.#ctor">
<summary>
<para>Initializes a new instance of the Marker2DSlideFromRightBottomCornerAnimation class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Charts.Marker2DSlideFromRightAnimation">
<summary>
<para>The <b>SlideFromRight</b> point markers' animation.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.Marker2DSlideFromRightAnimation.#ctor">
<summary>
<para>Initializes a new instance of the Marker2DSlideFromRightAnimation class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.Marker2DSlideFromRightAnimation.CreateAnimatedMarkerBounds(System.Windows.Rect,System.Windows.Rect,System.Boolean,System.Boolean,System.Boolean,System.Double)">
<summary>
<para>For internal use only.
</para>
</summary>
<param name="markerBounds">
</param>
<param name="viewport">
</param>
<param name="axisXReverse">
</param>
<param name="axisYReverse">
</param>
<param name="diagramRotated">
</param>
<param name="progress">
</param>
<returns>
</returns>
</member>
<member name="T:DevExpress.Xpf.Charts.Marker2DSlideFromLeftTopCornerAnimation">
<summary>
<para>The <b>SlideFromLeftTopCorner</b> point markers' animation.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.Marker2DSlideFromLeftTopCornerAnimation.#ctor">
<summary>
<para>Initializes a new instance of the Marker2DSlideFromLeftTopCornerAnimation class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Charts.Marker2DSlideFromLeftCenterAnimation">
<summary>
<para>The <b>SlideFromLeftCenter</b> point markers' animation.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.Marker2DSlideFromLeftCenterAnimation.#ctor">
<summary>
<para>Initializes a new instance of the Marker2DSlideFromLeftCenterAnimation class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Charts.Marker2DSlideFromLeftBottomCornerAnimation">
<summary>
<para>The <b>SlideFromLeftBottomCorner</b> point markers' animation.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.Marker2DSlideFromLeftBottomCornerAnimation.#ctor">
<summary>
<para>Initializes a new instance of the Marker2DSlideFromLeftBottomCornerAnimation class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Charts.Marker2DSlideFromLeftAnimation">
<summary>
<para>The <b>SlideFromLeft</b> point markers' animation.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.Marker2DSlideFromLeftAnimation.#ctor">
<summary>
<para>Initializes a new instance of the Marker2DSlideFromLeftAnimation class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.Marker2DSlideFromLeftAnimation.CreateAnimatedMarkerBounds(System.Windows.Rect,System.Windows.Rect,System.Boolean,System.Boolean,System.Boolean,System.Double)">
<summary>
<para>For internal use only.
</para>
</summary>
<param name="markerBounds">
</param>
<param name="viewport">
</param>
<param name="axisXReverse">
</param>
<param name="axisYReverse">
</param>
<param name="diagramRotated">
</param>
<param name="progress">
</param>
<returns>
</returns>
</member>
<member name="T:DevExpress.Xpf.Charts.Marker2DSlideFromBottomCenterAnimation">
<summary>
<para>The <b>SlideFromBottomCenter</b> point markers' animation.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.Marker2DSlideFromBottomCenterAnimation.#ctor">
<summary>
<para>Initializes a new instance of the Marker2DSlideFromBottomCenterAnimation class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Charts.Marker2DSlideFromBottomAnimation">
<summary>
<para>The <b>SlideFromBottom</b> point markers' animation.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.Marker2DSlideFromBottomAnimation.#ctor">
<summary>
<para>Initializes a new instance of the Marker2DSlideFromBottomAnimation class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.Marker2DSlideFromBottomAnimation.CreateAnimatedMarkerBounds(System.Windows.Rect,System.Windows.Rect,System.Boolean,System.Boolean,System.Boolean,System.Double)">
<summary>
<para>For internal use only.
</para>
</summary>
<param name="markerBounds">
</param>
<param name="viewport">
</param>
<param name="axisXReverse">
</param>
<param name="axisYReverse">
</param>
<param name="diagramRotated">
</param>
<param name="progress">
</param>
<returns>
</returns>
</member>
<member name="T:DevExpress.Xpf.Charts.Marker2DSlideAnimationBase">
<summary>
<para>Represents the base class for all <i>slide</i> 2D marker animations.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Charts.Marker2DLinearSlideAnimationBase">
<summary>
<para>Represents the base class for all <i>linear slide</i> 2D marker animations.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.Marker2DLinearSlideAnimationBase.CreateAnimatedMarkerBounds(System.Windows.Rect,System.Windows.Rect,System.Boolean,System.Boolean,System.Boolean,System.Double)">
<summary>
<para>For internal use only.
</para>
</summary>
<param name="markerBounds">
</param>
<param name="viewport">
</param>
<param name="axisXReverse">
</param>
<param name="axisYReverse">
</param>
<param name="diagramRotated">
</param>
<param name="progress">
</param>
<returns>
</returns>
</member>
<member name="T:DevExpress.Xpf.Charts.Marker2DAnimationBase">
<summary>
<para>Represents the base class for all 2D marker animations.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.Marker2DAnimationBase.CreateAnimatedMarkerBounds(System.Windows.Rect,System.Windows.Rect,System.Boolean,System.Boolean,System.Boolean,System.Double)">
<summary>
<para>For internal use only.
</para>
</summary>
<param name="markerBounds">
</param>
<param name="viewport">
</param>
<param name="axisXReverse">
</param>
<param name="axisYReverse">
</param>
<param name="diagramRotated">
</param>
<param name="progress">
</param>
<returns>
</returns>
</member>
<member name="T:DevExpress.Xpf.Charts.Line2DUnwrapVerticallyAnimation">
<summary>
<para>The <b>UnwrapVertically</b> 2D Line series animation.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.Line2DUnwrapVerticallyAnimation.#ctor">
<summary>
<para>Initializes a new instance of the Line2DUnwrapVerticallyAnimation class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Charts.Line2DUnwrapHorizontallyAnimation">
<summary>
<para>The <b>UnwrapHorizontally</b> 2D Line series animation.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.Line2DUnwrapHorizontallyAnimation.#ctor">
<summary>
<para>Initializes a new instance of the Line2DUnwrapHorizontallyAnimation class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Charts.Line2DUnwindAnimation">
<summary>
<para>The <b>Unwind</b> 2D Line series animation.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.Line2DUnwindAnimation.#ctor">
<summary>
<para>Initializes a new instance of the Line2DUnwindAnimation class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.Line2DUnwindAnimation.CreateAnimatedClipBounds(System.Windows.Rect,System.Double)">
<summary>
<para>For internal use only.
</para>
</summary>
<param name="clipBounds">
</param>
<param name="progress">
</param>
<returns>
</returns>
</member>
<member name="P:DevExpress.Xpf.Charts.Line2DUnwindAnimation.UnwindDirection">
<summary>
<para>Specifies the direction of Line2DUnwindAnimation. This is a dependency property.
</para>
</summary>
<value>An <see cref="T:DevExpress.Xpf.Charts.UnwindDirection"/> enumeration value.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.Line2DUnwindAnimation.UnwindDirectionProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.Xpf.Charts.Line2DStretchFromNearAnimation">
<summary>
<para>The <b>StretchFromNear</b> 2D Line series animation.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.Line2DStretchFromNearAnimation.#ctor">
<summary>
<para>Initializes a new instance of the Line2DStretchFromNearAnimation class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Charts.Line2DStretchFromFarAnimation">
<summary>
<para>The <b>StretchFromFar</b> 2D Line series animation.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.Line2DStretchFromFarAnimation.#ctor">
<summary>
<para>Initializes a new instance of the Line2DStretchFromFarAnimation class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Charts.Line2DSlideFromTopAnimation">
<summary>
<para>The <b>SlideFromTop</b> 2D Line series animation.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.Line2DSlideFromTopAnimation.#ctor">
<summary>
<para>Initializes a new instance of the Line2DSlideFromTopAnimation class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Charts.Line2DSlideFromRightAnimation">
<summary>
<para>The <b>SlideFromRight</b> 2D Line series animation.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.Line2DSlideFromRightAnimation.#ctor">
<summary>
<para>Initializes a new instance of the Line2DSlideFromRightAnimation class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Charts.Line2DSlideFromLeftAnimation">
<summary>
<para>The <b>SlideFromLeft</b> 2D Line series animation.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.Line2DSlideFromLeftAnimation.#ctor">
<summary>
<para>Initializes a new instance of the Line2DSlideFromLeftAnimation class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Charts.Line2DSlideFromBottomAnimation">
<summary>
<para>The <b>SlideFromBottom</b> 2D Line series animation.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.Line2DSlideFromBottomAnimation.#ctor">
<summary>
<para>Initializes a new instance of the Line2DSlideFromBottomAnimation class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Charts.Line2DPredefinedAnimationBase">
<summary>
<para>The base class for all <i>pre-defined</i> animations available for the Line series type.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.Line2DPredefinedAnimationBase.CreateAnimatedTransformation(System.Windows.Rect,System.Windows.Point,System.Boolean,System.Boolean,System.Boolean,System.Double)">
<summary>
<para>For internal use only.
</para>
</summary>
<param name="viewport">
</param>
<param name="pointOfOrigin">
</param>
<param name="axisXReverse">
</param>
<param name="axisYReverse">
</param>
<param name="diagramRotated">
</param>
<param name="progress">
</param>
<returns>
</returns>
</member>
<member name="T:DevExpress.Xpf.Charts.Line2DBlowUpAnimation">
<summary>
<para>The <b>BlowUp</b> 2D Line series animation.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.Line2DBlowUpAnimation.#ctor">
<summary>
<para>Initializes a new instance of the Line2DBlowUpAnimation class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Charts.Line2DAnimationBase">
<summary>
<para>The base class for all animations available for the Line series type.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.Line2DAnimationBase.CreateAnimatedTransformation(System.Windows.Rect,System.Windows.Point,System.Boolean,System.Boolean,System.Boolean,System.Double)">
<summary>
<para>For internal use only.
</para>
</summary>
<param name="viewport">
</param>
<param name="pointOfOrigin">
</param>
<param name="axisXReverse">
</param>
<param name="axisYReverse">
</param>
<param name="diagramRotated">
</param>
<param name="progress">
</param>
<returns>
</returns>
</member>
<member name="T:DevExpress.Xpf.Charts.InAFogPalette">
<summary>
<para>The <b>In A Fog</b> palette.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.InAFogPalette.#ctor">
<summary>
<para>Initializes a new instance of the InAFogPalette class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.InAFogPalette.PaletteName">
<summary>
<para>Gets the name of the InAFogPalette.
</para>
</summary>
<value>Always <b>In A Fog</b>.
</value>
</member>
<member name="T:DevExpress.Xpf.Charts.DXChartsPalette">
<summary>
<para>A <b>DXCharts</b> palette.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.DXChartsPalette.#ctor">
<summary>
<para>Initializes a new instance of the DXChartsPalette class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.DXChartsPalette.PaletteName">
<summary>
<para>Gets the name of the DXChartsPalette.
</para>
</summary>
<value>Always <b>DXCharts</b>.
</value>
</member>
<member name="T:DevExpress.Xpf.Charts.ChartHitInfo">
<summary>
<para>Contains information about a specific point within a chart.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.ChartHitInfo.#ctor">
<summary>
<para>Initializes a new instance of the ChartHitInfo class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.ChartHitInfo.Axis">
<summary>
<para>Gets an axis which is located under the test point.
</para>
</summary>
<value>An <see cref="T:DevExpress.Xpf.Charts.AxisBase"/> descendant, specifying the axis located under the test point.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.ChartHitInfo.AxisLabel">
<summary>
<para>Gets axis label which are located under the test point.
</para>
</summary>
<value>An <see cref="T:DevExpress.Xpf.Charts.AxisLabel"/> object, representing the axis labels located under the test point.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.ChartHitInfo.AxisTitle">
<summary>
<para>Gets an axis title which is located under the test point.
</para>
</summary>
<value>An <see cref="T:DevExpress.Xpf.Charts.AxisTitle"/> object, which represents the axis title located under the test point.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.ChartHitInfo.ConstantLine">
<summary>
<para>Gets a constant line which is located under the test point.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.ConstantLine"/> object, which represents the constant line located under the test point.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.ChartHitInfo.CustomAxisLabel">
<summary>
<para>Gets a custom axis label which is located under the test point.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.CustomAxisLabel"/> object, representing the custom axis label located under the test point.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.ChartHitInfo.Diagram">
<summary>
<para>Gets a diagram which is located under the test point.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.Diagram"/> descendant, which represents the diagram located under the test point.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.ChartHitInfo.InAxis">
<summary>
<para>Gets a value indicating whether the test point is within an axis.
</para>
</summary>
<value><b>true</b> if the test point is within an axis; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.ChartHitInfo.InAxisLabel">
<summary>
<para>Gets a value indicating whether the test point is within an axis label.
</para>
</summary>
<value><b>true</b> if the test point is within an axis label; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.ChartHitInfo.InAxisTitle">
<summary>
<para>Gets a value indicating whether the test point is within an axis title.
</para>
</summary>
<value><b>true</b> if the test point is within an axis title; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.ChartHitInfo.InConstantLine">
<summary>
<para>Gets a value indicating whether the test point is within a constant line.
</para>
</summary>
<value><b>true</b> if the test point is within a constant line; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.ChartHitInfo.InDiagram">
<summary>
<para>Gets a value indicating whether the test point is within a diagram.
</para>
</summary>
<value><b>true</b> if the test point is within a diagram; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.ChartHitInfo.Indicator">
<summary>
<para>Gets an indicator which is located under the test point.
</para>
</summary>
<value>An <see cref="T:DevExpress.Xpf.Charts.Indicator"/> descendant, which represents the indicator located under the test point.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.ChartHitInfo.InIndicator">
<summary>
<para>Gets a value indicating whether the test point is within an indicator.
</para>
</summary>
<value><b>true</b> if the test point is within an indicator; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.ChartHitInfo.InLegend">
<summary>
<para>Gets a value indicating whether the test point is within the legend.
</para>
</summary>
<value><b>true</b> if the test point is within the legend; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.ChartHitInfo.InPane">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.Xpf.Charts.ChartHitInfo.InSeries">
<summary>
<para>Gets a value indicating whether the test point is within a series.
</para>
</summary>
<value><b>true</b> if the test point is within a series; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.ChartHitInfo.InSeriesLabel">
<summary>
<para>Gets a value indicating whether the test point is within series labels.
</para>
</summary>
<value><b>true</b> if the test point is within point labels of a series; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.ChartHitInfo.InStrip">
<summary>
<para>Gets a value indicating whether the test point is within a strip.
</para>
</summary>
<value><b>true</b> if the test point is within a strip; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.ChartHitInfo.InTitle">
<summary>
<para>Gets a value indicating whether the test point is within a chart or series title.
</para>
</summary>
<value><b>true</b> if the test point is within a title; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.ChartHitInfo.Legend">
<summary>
<para>Gets the legend which is located under the test point.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.Legend"/> object, specifying the legend located under the test point.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.ChartHitInfo.Pane">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.Xpf.Charts.ChartHitInfo.Series">
<summary>
<para>Gets the series which is located under the test point.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.Series"/> object, specifying the series located under the test point.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.ChartHitInfo.SeriesLabel">
<summary>
<para>Gets the series labels which are located under the test point.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.SeriesLabel"/> object, specifying the series point labels located under the test point.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.ChartHitInfo.SeriesPoint">
<summary>
<para>Gets a series point which is located under the test point.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.SeriesPoint"/> object, specifying the series point located under the test point.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.ChartHitInfo.Strip">
<summary>
<para>Gets a strip which is located under the test point.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.Strip"/> object, specifying the strip located under the test point.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.ChartHitInfo.Title">
<summary>
<para>Gets a title which is located under the test point.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.Title"/> object, specifying the title located under the test point.
</value>
</member>
<member name="T:DevExpress.Xpf.Charts.ChameleonPalette">
<summary>
<para>The <b>Chameleon</b> palette.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.ChameleonPalette.#ctor">
<summary>
<para>Initializes a new instance of the ChameleonPalette class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.ChameleonPalette.PaletteName">
<summary>
<para>Gets the name of the ChameleonPalette.
</para>
</summary>
<value>Always <b>Chameleon</b>.
</value>
</member>
<member name="T:DevExpress.Xpf.Charts.Bar2DWidenAnimation">
<summary>
<para>The <b>Widen</b> 2D Bar series animation.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.Bar2DWidenAnimation.#ctor">
<summary>
<para>Initializes a new instance of the Bar2DWidenAnimation class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.Bar2DWidenAnimation.CreateAnimatedBarBounds(System.Windows.Rect,System.Windows.Rect,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Double)">
<summary>
<para>For internal use only.
</para>
</summary>
<param name="barBounds">
</param>
<param name="viewport">
</param>
<param name="isNegativeBar">
</param>
<param name="axisXReverse">
</param>
<param name="axisYReverse">
</param>
<param name="diagramRotated">
</param>
<param name="progress">
</param>
<returns>
</returns>
</member>
<member name="M:DevExpress.Xpf.Charts.Bar2DWidenAnimation.CreateAnimatedMaxMarkerBounds(System.Windows.Rect,System.Windows.Rect,System.Windows.Rect,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Double)">
<summary>
<para>For internal use only.
</para>
</summary>
<param name="markerBounds">
</param>
<param name="barBounds">
</param>
<param name="viewport">
</param>
<param name="isNegativeBar">
</param>
<param name="axisXReverse">
</param>
<param name="axisYReverse">
</param>
<param name="diagramRotated">
</param>
<param name="progress">
</param>
<returns>
</returns>
</member>
<member name="M:DevExpress.Xpf.Charts.Bar2DWidenAnimation.CreateAnimatedMinMarkerBounds(System.Windows.Rect,System.Windows.Rect,System.Windows.Rect,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Double)">
<summary>
<para>For internal use only.
</para>
</summary>
<param name="markerBounds">
</param>
<param name="barBounds">
</param>
<param name="viewport">
</param>
<param name="isNegativeBar">
</param>
<param name="axisXReverse">
</param>
<param name="axisYReverse">
</param>
<param name="diagramRotated">
</param>
<param name="progress">
</param>
<returns>
</returns>
</member>
<member name="T:DevExpress.Xpf.Charts.Bar2DSlideFromTopAnimation">
<summary>
<para>The <b>SlideFromTop</b> 2D Bar series animation.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.Bar2DSlideFromTopAnimation.#ctor">
<summary>
<para>Initializes a new instance of the Bar2DSlideFromTopAnimation class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.Bar2DSlideFromTopAnimation.CreateAnimatedBarBounds(System.Windows.Rect,System.Windows.Rect,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Double)">
<summary>
<para>For internal use only.
</para>
</summary>
<param name="barBounds">
</param>
<param name="viewport">
</param>
<param name="isNegativeBar">
</param>
<param name="axisXReverse">
</param>
<param name="axisYReverse">
</param>
<param name="diagramRotated">
</param>
<param name="progress">
</param>
<returns>
</returns>
</member>
<member name="T:DevExpress.Xpf.Charts.Bar2DSlideFromRightAnimation">
<summary>
<para>The <b>SlideFromRight</b> 2D Bar series animation.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.Bar2DSlideFromRightAnimation.#ctor">
<summary>
<para>Initializes a new instance of the Bar2DSlideFromRightAnimation class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.Bar2DSlideFromRightAnimation.CreateAnimatedBarBounds(System.Windows.Rect,System.Windows.Rect,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Double)">
<summary>
<para>For internal use only.
</para>
</summary>
<param name="barBounds">
</param>
<param name="viewport">
</param>
<param name="isNegativeBar">
</param>
<param name="axisXReverse">
</param>
<param name="axisYReverse">
</param>
<param name="diagramRotated">
</param>
<param name="progress">
</param>
<returns>
</returns>
</member>
<member name="T:DevExpress.Xpf.Charts.Bar2DSlideFromLeftAnimation">
<summary>
<para>The <b>SlideFromLeft</b> 2D Bar series animation.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.Bar2DSlideFromLeftAnimation.#ctor">
<summary>
<para>Initializes a new instance of the Bar2DSlideFromLeftAnimation class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.Bar2DSlideFromLeftAnimation.CreateAnimatedBarBounds(System.Windows.Rect,System.Windows.Rect,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Double)">
<summary>
<para>For internal use only.
</para>
</summary>
<param name="barBounds">
</param>
<param name="viewport">
</param>
<param name="isNegativeBar">
</param>
<param name="axisXReverse">
</param>
<param name="axisYReverse">
</param>
<param name="diagramRotated">
</param>
<param name="progress">
</param>
<returns>
</returns>
</member>
<member name="T:DevExpress.Xpf.Charts.Bar2DSlideFromBottomAnimation">
<summary>
<para>The <b>SlideFromBottom</b> 2D Bar series animation.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.Bar2DSlideFromBottomAnimation.#ctor">
<summary>
<para>Initializes a new instance of the Bar2DSlideFromBottomAnimation class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.Bar2DSlideFromBottomAnimation.CreateAnimatedBarBounds(System.Windows.Rect,System.Windows.Rect,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Double)">
<summary>
<para>For internal use only.
</para>
</summary>
<param name="barBounds">
</param>
<param name="viewport">
</param>
<param name="isNegativeBar">
</param>
<param name="axisXReverse">
</param>
<param name="axisYReverse">
</param>
<param name="diagramRotated">
</param>
<param name="progress">
</param>
<returns>
</returns>
</member>
<member name="T:DevExpress.Xpf.Charts.Bar2DGrowUpAnimation">
<summary>
<para>The <b>GrowUp</b> 2D Bar series animation.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.Bar2DGrowUpAnimation.#ctor">
<summary>
<para>Initializes a new instance of the Bar2DGrowUpAnimation class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.Bar2DGrowUpAnimation.CreateAnimatedBarBounds(System.Windows.Rect,System.Windows.Rect,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Double)">
<summary>
<para>For internal use only.
</para>
</summary>
<param name="barBounds">
</param>
<param name="viewport">
</param>
<param name="isNegativeBar">
</param>
<param name="axisXReverse">
</param>
<param name="axisYReverse">
</param>
<param name="diagramRotated">
</param>
<param name="progress">
</param>
<returns>
</returns>
</member>
<member name="M:DevExpress.Xpf.Charts.Bar2DGrowUpAnimation.CreateAnimatedMaxMarkerBounds(System.Windows.Rect,System.Windows.Rect,System.Windows.Rect,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Double)">
<summary>
<para>For internal use only.
</para>
</summary>
<param name="markerBounds">
</param>
<param name="barBounds">
</param>
<param name="viewport">
</param>
<param name="isNegativeBar">
</param>
<param name="axisXReverse">
</param>
<param name="axisYReverse">
</param>
<param name="diagramRotated">
</param>
<param name="progress">
</param>
<returns>
</returns>
</member>
<member name="M:DevExpress.Xpf.Charts.Bar2DGrowUpAnimation.CreateAnimatedMinMarkerBounds(System.Windows.Rect,System.Windows.Rect,System.Windows.Rect,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Double)">
<summary>
<para>For internal use only.
</para>
</summary>
<param name="markerBounds">
</param>
<param name="barBounds">
</param>
<param name="viewport">
</param>
<param name="isNegativeBar">
</param>
<param name="axisXReverse">
</param>
<param name="axisYReverse">
</param>
<param name="diagramRotated">
</param>
<param name="progress">
</param>
<returns>
</returns>
</member>
<member name="T:DevExpress.Xpf.Charts.Bar2DDropInAnimation">
<summary>
<para>The <b>DropIn</b> 2D Bar series animation.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.Bar2DDropInAnimation.#ctor">
<summary>
<para>Initializes a new instance of the Bar2DDropInAnimation class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.Bar2DDropInAnimation.CreateAnimatedBarBounds(System.Windows.Rect,System.Windows.Rect,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Double)">
<summary>
<para>For internal use only.
</para>
</summary>
<param name="barBounds">
</param>
<param name="viewport">
</param>
<param name="isNegativeBar">
</param>
<param name="axisXReverse">
</param>
<param name="axisYReverse">
</param>
<param name="diagramRotated">
</param>
<param name="progress">
</param>
<returns>
</returns>
</member>
<member name="T:DevExpress.Xpf.Charts.Bar2DBounceAnimation">
<summary>
<para>The <b>Bounce</b> 2D Bar series animation.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.Bar2DBounceAnimation.#ctor">
<summary>
<para>Initializes a new instance of the Bar2DBounceAnimation class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.Bar2DBounceAnimation.CreateAnimatedBarBounds(System.Windows.Rect,System.Windows.Rect,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Double)">
<summary>
<para>For internal use only.
</para>
</summary>
<param name="barBounds">
</param>
<param name="viewport">
</param>
<param name="isNegativeBar">
</param>
<param name="axisXReverse">
</param>
<param name="axisYReverse">
</param>
<param name="diagramRotated">
</param>
<param name="progress">
</param>
<returns>
</returns>
</member>
<member name="T:DevExpress.Xpf.Charts.Bar2DAnimationBase">
<summary>
<para>The base class for all animations available for the Bar series type.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.Bar2DAnimationBase.CreateAnimatedBarBounds(System.Windows.Rect,System.Windows.Rect,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Double)">
<summary>
<para>For internal use only.
</para>
</summary>
<param name="barBounds">
</param>
<param name="viewport">
</param>
<param name="isNegativeBar">
</param>
<param name="axisXReverse">
</param>
<param name="axisYReverse">
</param>
<param name="diagramRotated">
</param>
<param name="progress">
</param>
<returns>
</returns>
</member>
<member name="M:DevExpress.Xpf.Charts.Bar2DAnimationBase.CreateAnimatedMaxMarkerBounds(System.Windows.Rect,System.Windows.Rect,System.Windows.Rect,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Double)">
<summary>
<para>For internal use only.
</para>
</summary>
<param name="markerBounds">
</param>
<param name="barBounds">
</param>
<param name="viewport">
</param>
<param name="isNegativeBar">
</param>
<param name="axisXReverse">
</param>
<param name="axisYReverse">
</param>
<param name="diagramRotated">
</param>
<param name="progress">
</param>
<returns>
</returns>
</member>
<member name="M:DevExpress.Xpf.Charts.Bar2DAnimationBase.CreateAnimatedMinMarkerBounds(System.Windows.Rect,System.Windows.Rect,System.Windows.Rect,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Double)">
<summary>
<para>For internal use only.
</para>
</summary>
<param name="markerBounds">
</param>
<param name="barBounds">
</param>
<param name="viewport">
</param>
<param name="isNegativeBar">
</param>
<param name="axisXReverse">
</param>
<param name="axisYReverse">
</param>
<param name="diagramRotated">
</param>
<param name="progress">
</param>
<returns>
</returns>
</member>
<member name="T:DevExpress.Xpf.Charts.AxisLabelItem">
<summary>
<para>For internal use. Represents an individual axis label item.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.AxisLabelItem.#ctor">
<summary>
<para>Initializes a new instance of the AxisLabelItem class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.AxisLabelItem.Content">
<summary>
<para>For internal use. Gets the content of an individual custom axis label item. This is a dependency property.
</para>
</summary>
<value>A <see cref="T:System.Object"/> value that is the content of an individual custom axis label item.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.AxisLabelItem.Label">
<summary>
<para>Gets the axis label, to which the AxisLabelItem corresponds.
</para>
</summary>
<value>An <see cref="T:DevExpress.Xpf.Charts.AxisLabel"/> object.
</value>
</member>
<member name="T:DevExpress.Xpf.Charts.Area2DUnwindAnimation">
<summary>
<para>The <b>Unwind</b> 2D Area series animation.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.Area2DUnwindAnimation.#ctor">
<summary>
<para>Initializes a new instance of the Area2DUnwindAnimation class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.Area2DUnwindAnimation.CreateAnimatedClipBounds(System.Windows.Rect,System.Double)">
<summary>
<para>For internal use only.
</para>
</summary>
<param name="clipBounds">
</param>
<param name="progress">
</param>
<returns>
</returns>
</member>
<member name="P:DevExpress.Xpf.Charts.Area2DUnwindAnimation.UnwindDirection">
<summary>
<para>Specifies the direction of Area2DUnwindAnimation. This is a dependency property.
</para>
</summary>
<value>An <see cref="T:DevExpress.Xpf.Charts.UnwindDirection"/> enumeration value.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.Area2DUnwindAnimation.UnwindDirectionProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.Xpf.Charts.Area2DStretchOutAnimation">
<summary>
<para>The <b>StretchOut</b> 2D Area series animation.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.Area2DStretchOutAnimation.#ctor">
<summary>
<para>Initializes a new instance of the Area2DStretchOutAnimation class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Charts.Area2DStretchFromNearAnimation">
<summary>
<para>The <b>StretchFromNear</b> 2D Area series animation.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.Area2DStretchFromNearAnimation.#ctor">
<summary>
<para>Initializes a new instance of the Area2DStretchFromNearAnimation class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Charts.Area2DStretchFromFarAnimation">
<summary>
<para>The <b>StretchFromFar</b> 2D Area series animation.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.Area2DStretchFromFarAnimation.#ctor">
<summary>
<para>Initializes a new instance of the Area2DStretchFromFarAnimation class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Charts.Area2DPredefinedAnimationBase">
<summary>
<para>Represents the base class for all <i>pre-defined</i> animations available for the Area series type.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.Area2DPredefinedAnimationBase.CreateAnimatedTransformation(System.Windows.Rect,System.Windows.Point,System.Boolean,System.Boolean,System.Boolean,System.Double)">
<summary>
<para>For internal use only.
</para>
</summary>
<param name="viewport">
</param>
<param name="pointOfOrigin">
</param>
<param name="axisXReverse">
</param>
<param name="axisYReverse">
</param>
<param name="diagramRotated">
</param>
<param name="progress">
</param>
<returns>
</returns>
</member>
<member name="T:DevExpress.Xpf.Charts.Area2DGrowUpAnimation">
<summary>
<para>The <b>GrowUp</b> 2D Area series animation.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.Area2DGrowUpAnimation.#ctor">
<summary>
<para>Initializes a new instance of the Area2DGrowUpAnimation class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Charts.Area2DDropFromNearAnimation">
<summary>
<para>The <b>DropFromNear</b> 2D Area series animation.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.Area2DDropFromNearAnimation.#ctor">
<summary>
<para>Initializes a new instance of the Area2DDropFromNearAnimation class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Charts.Area2DDropFromFarAnimation">
<summary>
<para>The <b>DropFromFar</b> 2D Area series animation.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.Area2DDropFromFarAnimation.#ctor">
<summary>
<para>Initializes a new instance of the Area2DDropFromFarAnimation class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Charts.Area2DAnimationBase">
<summary>
<para>Represents the base class for all animations available for the Area series type.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.Area2DAnimationBase.CreateAnimatedTransformation(System.Windows.Rect,System.Windows.Point,System.Boolean,System.Boolean,System.Boolean,System.Double)">
<summary>
<para>For internal use only.
</para>
</summary>
<param name="viewport">
</param>
<param name="pointOfOrigin">
</param>
<param name="axisXReverse">
</param>
<param name="axisYReverse">
</param>
<param name="diagramRotated">
</param>
<param name="progress">
</param>
<returns>
</returns>
</member>
<member name="T:DevExpress.Xpf.Charts.AnimationKind">
<summary>
<para>An animation kind that is supported by the series or its point markers.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.AnimationKind.#ctor(System.Type,System.String)">
<summary>
<para>Initializes a new instance of the AnimationKind class with specified settings.
</para>
</summary>
<param name="type">
A <see cref="T:System.Type"/> value.
</param>
<param name="name">
A <see cref="T:System.String"/> value.
</param>
</member>
<member name="T:DevExpress.Xpf.Charts.AnimationBase">
<summary>
<para>Represents the base class for all animations.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.AnimationBase.BeginTime">
<summary>
<para>Specifies the time when the animation is started. This is a dependency property.
</para>
</summary>
<value>A <see cref="T:System.TimeSpan"/> value.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.AnimationBase.BeginTimeProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.AnimationBase.Duration">
<summary>
<para>Specifies the duration of the animation. This is a dependency property.
</para>
</summary>
<value>A <see cref="T:System.TimeSpan"/> value.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.AnimationBase.DurationProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.AnimationBase.EasingFunction">
<summary>
<para>Specifies the easing function for the animation. This is a dependency property.
</para>
</summary>
<value>An object, implementing the <see cref="T:System.Windows.Media.Animation.IEasingFunction"/> interface, which controls the pace at which an animation is performed.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.AnimationBase.EasingFunctionProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.Xpf.Charts.UnwindDirection">
<summary>
<para>Lists the values that are used to define the direction of an unwinding animation.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.UnwindDirection.BottomToTop">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.UnwindDirection.LeftToRight">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.UnwindDirection.RightToLeft">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.UnwindDirection.TopToBottom">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Charts.StockElements">
<summary>
<para>Lists the elements that define the Stock custom model.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.StockElements.CenterLine">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.StockElements.CloseLine">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.StockElements.OpenLine">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Charts.SolidSides">
<summary>
<para>Lists the sides that define the custom model for series that are visually represented by solids (e.g. Bars).
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.SolidSides.Bottom">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.SolidSides.Front">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.SolidSides.Left">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.SolidSides.Right">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.SolidSides.Top">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Charts.PointAnimationOrder">
<summary>
<para>Lists the values that are used to define the order in which series points are animated.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.PointAnimationOrder.Inverted">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.PointAnimationOrder.Random">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.PointAnimationOrder.Straight">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Charts.PieSweepDirection">
<summary>
<para>Lists the values that are used to define the direction of a Pie / Donut series sweep.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.PieSweepDirection.Clockwise">
<summary>
<para>The Pie series is swept clockwise.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.PieSweepDirection.Counterclockwise">
<summary>
<para>The Pie series is swept counterclockwise.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Charts.LabelRenderMode">
<summary>
<para>Lists the values used to specify how series labels are rendered.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.LabelRenderMode.CustomShape">
<summary>
<para>A label is rendered using the custom shape provided by the template.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.LabelRenderMode.Rectangle">
<summary>
<para>A label is always rendered as a rectangle.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.LabelRenderMode.RectangleConnectedToCenter">
<summary>
<para>A label is always rendered as a rectangle connected by a connector line to its center.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Charts.FadeInMode">
<summary>
<para>Lists the values that are used to define the mode of a fade-in animation.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.FadeInMode.Auto">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.FadeInMode.Labels">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.FadeInMode.Points">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.FadeInMode.PointsAndLabels">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Charts.ConstantLineTitleAlignment">
<summary>
<para>Lists the values used to specify the alignment of a constant line's title.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.ConstantLineTitleAlignment.Far">
<summary>
<para>A constant line title is aligned far from the axis to which it belongs.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.ConstantLineTitleAlignment.Near">
<summary>
<para>A constant line title is aligned near the axis to which it belongs.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Charts.CandleStickElements">
<summary>
<para>Lists the elements that define the Candle Stick custom model.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.CandleStickElements.BottomStick">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.CandleStickElements.Candle">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.CandleStickElements.InvertedCandle">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.CandleStickElements.TopStick">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Charts.AnimationAutoStartMode">
<summary>
<para>Lists the values that are used to define the auto-start mode for a series animation.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.AnimationAutoStartMode.PlayOnce">
<summary>
<para>The animation is played once, after which the series receives its final state.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.AnimationAutoStartMode.SetFinalState">
<summary>
<para>The series receives its final state (as it appears after the animation has finished).
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.AnimationAutoStartMode.SetStartState">
<summary>
<para>The series receives its start state (as it appears after the animation has finished). The series may be blank in this mode.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Charts.PercentOptions">
<summary>
<para>Provides settings for presenting point values as percents.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.PercentOptions.#ctor">
<summary>
<para>Initializes a new instance of the PercentOptions class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.PercentOptions.PercentageAccuracy">
<summary>
<para>Gets or sets the percentage accuracy, when the <see cref="P:DevExpress.Xpf.Charts.PercentOptions.ValueAsPercent"/> property is enabled.
</para>
</summary>
<value>An integer value which specifies the number of decimal places used in the percentage display.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.PercentOptions.PercentageAccuracyProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.PercentOptions.PercentageAccuracy"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.PercentOptions.ValueAsPercent">
<summary>
<para>Gets or sets a value that specifies whether point values are represented as a percentage.
</para>
</summary>
<value><b>true</b> if point values are represented as a percentage; <b>false</b> if they are represented as is.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.PercentOptions.ValueAsPercentProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.PercentOptions.ValueAsPercent"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.Xpf.Charts.DrawOptions">
<summary>
<para>Represents a class that contains settings for custom drawing series of different view types.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.DrawOptions.#ctor">
<summary>
<para>Initializes a new instance of the DrawOptions class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.DrawOptions.Clone">
<summary>
<para>Creates a copy of the current DrawOptions object.
</para>
</summary>
<returns>A DrawOptions object which is a copy of the current object.
</returns>
</member>
<member name="P:DevExpress.Xpf.Charts.DrawOptions.Color">
<summary>
<para>Gets or sets the series or series point color when implementing custom drawing in the chart control.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> value representing the color used for custom drawing series or series points.
</value>
</member>
<member name="M:DevExpress.Xpf.Charts.DrawOptions.Equals(System.Object)">
<summary>
<para>Determines whether the specified object is equal to the current DrawOptions instance.
</para>
</summary>
<param name="obj">
The object to compare with the current object.
</param>
<returns><b>true</b> if the specified object is equal to the current DrawOptions instance; otherwise <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.Xpf.Charts.DrawOptions.GetHashCode">
<summary>
<para>Gets the hash code (a number) that corresponds to the value of the current DrawOptions object.
</para>
</summary>
<returns>An integer value representing the hash code for the current object.
</returns>
</member>
<member name="T:DevExpress.Xpf.Charts.CustomDrawSeriesPointEventHandler">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.Xpf.Charts.ChartControl.CustomDrawSeriesPoint"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.CustomDrawSeriesPointEventHandler.Invoke(System.Object,DevExpress.Xpf.Charts.CustomDrawSeriesPointEventArgs)">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.Xpf.Charts.ChartControl.CustomDrawSeriesPoint"/> event.
</para>
</summary>
<param name="sender">
The event source. This parameter identifies the <see cref="T:DevExpress.Xpf.Charts.ChartControl"/> which raised the event.
</param>
<param name="e">
A <see cref="T:DevExpress.Xpf.Charts.CustomDrawSeriesPointEventArgs"/> object which contains event data.
</param>
</member>
<member name="T:DevExpress.Xpf.Charts.CustomDrawSeriesPointEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.Xpf.Charts.ChartControl.CustomDrawSeriesPoint"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.CustomDrawSeriesPointEventArgs.#ctor">
<summary>
<para>Initializes a new instance of the CustomDrawSeriesPointEventArgs class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.CustomDrawSeriesPointEventArgs.LabelsTexts">
<summary>
<para>Gets the labels texts for the points currently being painted.
</para>
</summary>
<value> A string array that is the labels texts.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.CustomDrawSeriesPointEventArgs.LabelText">
<summary>
<para>Gets or sets the text of a label for the point currently being painted.
</para>
</summary>
<value>A <see cref="T:System.String"/> representing a label's text.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.CustomDrawSeriesPointEventArgs.SeriesPoint">
<summary>
<para>Gets the series point currently being painted.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.SeriesPoint"/> object which represents the series point currently being painted.
</value>
</member>
<member name="T:DevExpress.Xpf.Charts.CustomDrawSeriesEventHandler">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.Xpf.Charts.ChartControl.CustomDrawSeries"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.CustomDrawSeriesEventHandler.Invoke(System.Object,DevExpress.Xpf.Charts.CustomDrawSeriesEventArgs)">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.Xpf.Charts.ChartControl.CustomDrawSeries"/> event.
</para>
</summary>
<param name="sender">
The event source. This parameter identifies the <see cref="T:DevExpress.Xpf.Charts.ChartControl"/> which raised the event.
</param>
<param name="e">
A <see cref="T:DevExpress.Xpf.Charts.CustomDrawSeriesEventArgs"/> object which contains event data.
</param>
</member>
<member name="T:DevExpress.Xpf.Charts.CustomDrawSeriesEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.Xpf.Charts.ChartControl.CustomDrawSeries"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.CustomDrawSeriesEventArgs.#ctor">
<summary>
<para>Initializes a new instance of the CustomDrawSeriesEventArgs class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.CustomDrawSeriesEventArgs.DrawOptions">
<summary>
<para>Gets the settings for custom drawing series of different types.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.DrawOptions"/> class descendant that represents the draw options for this custom draw event.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.CustomDrawSeriesEventArgs.LegendText">
<summary>
<para>Gets or sets the Legend's text for the series whose points are currently being painted.
</para>
</summary>
<value>A <see cref="T:System.String"/> representing the text of the legend for the series currently being painted.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.CustomDrawSeriesEventArgs.Series">
<summary>
<para>Gets the series whose points are currently being painted.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.Series"/> object which represents the series currently being painted.
</value>
</member>
<member name="T:DevExpress.Xpf.Charts.CustomAxisLabelCollection">
<summary>
<para>Represents a collection of custom axis labels.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.CustomAxisLabelCollection.#ctor">
<summary>
<para>Initializes a new instance of the CustomAxisLabelCollection class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Charts.CustomAxisLabel">
<summary>
<para>Represents a custom label of an axis.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.CustomAxisLabel.#ctor">
<summary>
<para>Initializes a new instance of the CustomAxisLabel class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.CustomAxisLabel.#ctor(System.DateTime,System.String)">
<summary>
<para>Initializes a new instance of the CustomAxisLabel class with the specified date-time value and text.
</para>
</summary>
<param name="value">
A <see cref="T:System.DateTime"/> value that specifies the date-time value of the custom axis label. This value is assigned to the <see cref="P:DevExpress.Xpf.Charts.CustomAxisLabel.Value"/> property.
</param>
<param name="text">
A <see cref="T:System.String"/> value that specifies the text of the custom axis label.
</param>
</member>
<member name="M:DevExpress.Xpf.Charts.CustomAxisLabel.#ctor(System.Double,System.String)">
<summary>
<para>Initializes a new instance of the CustomAxisLabel class with the specified numeric value and text.
</para>
</summary>
<param name="value">
A <see cref="T:System.Double"/> value that specifies the numeric value of the custom axis label. This value is assigned to the <see cref="P:DevExpress.Xpf.Charts.CustomAxisLabel.Value"/> property.
</param>
<param name="text">
A <see cref="T:System.String"/> value that specifies the text of the custom axis label.
</param>
</member>
<member name="M:DevExpress.Xpf.Charts.CustomAxisLabel.#ctor(System.String,System.String)">
<summary>
<para>Initializes a new instance of the CustomAxisLabel class with the specified qualitative value and text.
</para>
</summary>
<param name="value">
A <see cref="T:System.String"/> value that specifies the qualitative value of the custom axis label. This value is assigned to the <see cref="P:DevExpress.Xpf.Charts.CustomAxisLabel.Value"/> property.
</param>
<param name="text">
A <see cref="T:System.String"/> value that specifies the text of the custom axis label.
</param>
</member>
<member name="P:DevExpress.Xpf.Charts.CustomAxisLabel.Content">
<summary>
<para>Gets or sets the custom axis label's content. This is a dependency property.
</para>
</summary>
<value>A <see cref="T:System.Object"/> value that is the custom axis label's content.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.CustomAxisLabel.ContentProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.CustomAxisLabel.Label">
<summary>
<para>Gets the axis label, to which the CustomAxisLabel corresponds.
</para>
</summary>
<value>An <see cref="T:DevExpress.Xpf.Charts.AxisLabel"/> object.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.CustomAxisLabel.Value">
<summary>
<para>Gets or sets the custom label's position along an axis.
</para>
</summary>
<value>An <see cref="T:System.Object"/> that specifies the axis value to which the custom label corresponds.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.CustomAxisLabel.ValueProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.CustomAxisLabel.Value"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.CustomAxisLabel.Visible">
<summary>
<para>Gets or sets whether the custom axis label is visible.
</para>
</summary>
<value><b>true</b> if the custom axis label is visible; otherwise, <b>false</b>.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.CustomAxisLabel.VisibleProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Axis2D.Visible"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.Xpf.Charts.ChartTextElement">
<summary>
<para>A base class for text element objects within a chart control (various titles and labels).
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.ChartTextElement.#ctor">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.ChartTextElement.Clip">
<summary>
<para>Overrides the <see cref="P:System.Windows.UIElement.Clip"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:System.Windows.Media.Geometry"/> value.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.ChartTextElement.Effect">
<summary>
<para>Overrides the <see cref="P:System.Windows.UIElement.Effect"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:System.Windows.Media.Effects.Effect"/> value.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.ChartTextElement.ElementTemplate">
<summary>
<para>Gets or sets a template which defines a custom appearance and look-and-feel of a text element.
</para>
</summary>
<value>A <see cref="T:System.Windows.DataTemplate"/> object that is a custom template.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.ChartTextElement.ElementTemplateProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.ChartTextElement.FlowDirection">
<summary>
<para>This property is hidden, because it is not supported in this class.
</para>
</summary>
<value>A <see cref="T:System.Windows.FlowDirection"/> value.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.ChartTextElement.Margin">
<summary>
<para>This property is hidden, because it is not supported in this class.
</para>
</summary>
<value>A <see cref="T:System.Windows.Thickness"/> value.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.ChartTextElement.Opacity">
<summary>
<para>This property is hidden, because it is not supported in this class.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.ChartTextElement.OpacityMask">
<summary>
<para>This property is hidden, because it is not supported in this class.
</para>
</summary>
<value>A <see cref="T:System.Windows.Media.Brush"/> value.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.ChartTextElement.RenderTransform">
<summary>
<para>This property is hidden, because it is not supported in this class.
</para>
</summary>
<value>A <see cref="T:System.Windows.Media.Transform"/> value.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.ChartTextElement.RenderTransformOrigin">
<summary>
<para>This property is hidden, because it is not supported in this class.
</para>
</summary>
<value>A <see cref="T:System.Windows.Point"/> value.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.ChartTextElement.UseLayoutRounding">
<summary>
<para>This property is hidden, because it is not supported in this class.
</para>
</summary>
<value>A <see cref="T:System.Boolean"/> value.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.ChartTextElement.Visibility">
<summary>
<para>This property is hidden, because it is not supported in this class.
</para>
</summary>
<value>A <see cref="T:System.Windows.Visibility"/> value.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.ChartTextElement.Visible">
<summary>
<para>Gets or sets a value indicating whether the text element is visible.
</para>
</summary>
<value><b>true</b> if the text element is visible; otherwise, <b>false</b>.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.ChartTextElement.VisibleProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.Xpf.Charts.AxisY2D">
<summary>
<para>Represents the y-axis of the <see cref="T:DevExpress.Xpf.Charts.XYDiagram2D"/> class.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.AxisY2D.#ctor">
<summary>
<para>Initializes a new instance of the AxisY2D class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.AxisY2D.AlwaysShowZeroLevel(DevExpress.Xpf.Charts.AxisRange)">
<summary>
<para>Specifies whether or not the y-axis range should always include the zero level.
</para>
</summary>
<value><b>true</b> if the zero level should be always visible; otherwise <b>false</b>.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.AxisY2D.AlwaysShowZeroLevelProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.AxisY2D.AlwaysShowZeroLevel"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="M:DevExpress.Xpf.Charts.AxisY2D.GetAlwaysShowZeroLevel(DevExpress.Xpf.Charts.AxisRange)">
<summary>
<para>Gets the value of the <see cref="P:DevExpress.Xpf.Charts.AxisY2D.AlwaysShowZeroLevel"/> attached property for a specified <see cref="T:DevExpress.Xpf.Charts.AxisRange"/>.
</para>
</summary>
<param name="range">
An <see cref="T:DevExpress.Xpf.Charts.AxisRange"/> object whose <see cref="P:DevExpress.Xpf.Charts.AxisY2D.AlwaysShowZeroLevel"/> property's value is to be returned.
</param>
<returns>The value of the <see cref="P:DevExpress.Xpf.Charts.AxisY2D.AlwaysShowZeroLevel"/> property for the specified axis range.
</returns>
</member>
<member name="M:DevExpress.Xpf.Charts.AxisY2D.SetAlwaysShowZeroLevel(DevExpress.Xpf.Charts.AxisRange,System.Boolean)">
<summary>
<para>Sets the value of the <see cref="P:DevExpress.Xpf.Charts.AxisY2D.AlwaysShowZeroLevel"/> attached property to a specified <see cref="T:DevExpress.Xpf.Charts.AxisRange"/>.
</para>
</summary>
<param name="range">
An <see cref="T:DevExpress.Xpf.Charts.AxisRange"/> object whose <see cref="P:DevExpress.Xpf.Charts.AxisY2D.AlwaysShowZeroLevel"/> property is to be set.
</param>
<param name="value">
The value to be assigned to the <see cref="P:DevExpress.Xpf.Charts.AxisY2D.AlwaysShowZeroLevel"/> property.
</param>
</member>
<member name="T:DevExpress.Xpf.Charts.AxisX2D">
<summary>
<para>Represents the x-axis of the <see cref="T:DevExpress.Xpf.Charts.XYDiagram2D"/> class.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.AxisX2D.#ctor">
<summary>
<para>Initializes a new instance of the AxisX2D class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Charts.VerticalPosition">
<summary>
<para>Lists the values that specify the legend's vertical alignment within the chart.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.VerticalPosition.Bottom">
<summary>
<para>The legend is positioned within the diagram, at the bottom.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.VerticalPosition.BottomOutside">
<summary>
<para>The legend is positioned outside the diagram, at the bottom.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.VerticalPosition.Center">
<summary>
<para>The legend is positioned within the diagram, at the center.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.VerticalPosition.Top">
<summary>
<para>The legend is positioned within the diagram, at the top.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.VerticalPosition.TopOutside">
<summary>
<para>The legend is positioned outside the diagram, at the top.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Charts.TitleAlignment">
<summary>
<para>Lists the values used to specify the alignment of a title relative to its owner axis.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.TitleAlignment.Center">
<summary>
<para>The title is aligned to the center of its axis.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.TitleAlignment.Far">
<summary>
<para>The title is aligned far from the beginning of its axis.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.TitleAlignment.Near">
<summary>
<para>The title is aligned near the beginning of its axis.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Charts.StockType">
<summary>
<para>Lists the values used to specify whether Open and Close markers are displayed within a Stock (Candle Stick) chart.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.StockType.Both">
<summary>
<para>Series points display both the Open and Close price values.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.StockType.Close">
<summary>
<para>Series points display only Close price values.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.StockType.Open">
<summary>
<para>Series points display only Open price values.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Charts.StockLevel">
<summary>
<para>Lists the values used to identify the levels of price data in Stock (Candle Stick) charts.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.StockLevel.CloseValue">
<summary>
<para>The Close value is displayed.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.StockLevel.HighValue">
<summary>
<para>The High value is displayed.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.StockLevel.LowValue">
<summary>
<para>The Low value is displayed.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.StockLevel.OpenValue">
<summary>
<para>The Open value is displayed.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Charts.ScaleType">
<summary>
<para>Contains the values used to specify the scale type for the argument and value of series points.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.ScaleType.Auto">
<summary>
<para><para>A scale type is detected automatically based on the type of underlying data. This means that numerical data will be treated as numerical, date-time data as date-time, qualitative as qualitative values.</para>
<para><b>Note that this mode can be applied only for the <see cref="P:DevExpress.Xpf.Charts.Series.ArgumentScaleType"/> property</b>.</para>
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.ScaleType.DateTime">
<summary>
<para><para>The series points' data is treated as date-time.</para>
<para>When this scale type is used, to choose a display format for the corresponding axis labels, use the <see cref="P:DevExpress.Xpf.Charts.Axis.DateTimeOptions"/> property.</para>
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.ScaleType.Numerical">
<summary>
<para><para>The series points' data is treated as numerical.</para>
<para>When this scale type is used, to choose a display format for the corresponding axis labels, use the <see cref="P:DevExpress.Xpf.Charts.AxisBase.NumericOptions"/> property.</para>
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.ScaleType.Qualitative">
<summary>
<para><para>The series points' data is treated as qualitative, which is reflected in the x-axis' labels.</para>
<para>This scale type can be assigned only to the <see cref="P:DevExpress.Xpf.Charts.Series.ArgumentScaleType"/> property, and the y-axis cannot treat qualitative values.</para>
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Charts.ResolveOverlappingMode">
<summary>
<para>Lists the values that specify the overlapping resolving algorithm to be applied to series labels.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.ResolveOverlappingMode.Default">
<summary>
<para>The default algorithm re-positions labels randomly, to avoid overlapping labels.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.ResolveOverlappingMode.HideOverlapped">
<summary>
<para>If two or more labels overlap, some of them are automatically hidden, to avoid overlapping.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.ResolveOverlappingMode.JustifyAllAroundPoint">
<summary>
<para><para>All labels (both overlapping and non-overlapping) change their position.</para>
<para>They are re-positioned in such a way, so that they are moved around the corresponding point's center, but their indent from it is preserved.</para>
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.ResolveOverlappingMode.JustifyAroundPoint">
<summary>
<para><para>Only labels that are overlapping change their position.</para>
<para>They are re-positioned in such a way, so that they are moved around the corresponding point's center, but their indent from it is preserved.</para>
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.ResolveOverlappingMode.None">
<summary>
<para>The overlapping resolving algorithm for series labels is disabled.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Charts.PointView">
<summary>
<para>Lists the values used to specify how data point information is represented by series labels.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.PointView.Argument">
<summary>
<para>Each series label reflects its point's Argument.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.PointView.ArgumentAndValues">
<summary>
<para>Each series label reflects its point's Argument, and its Value(s).
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.PointView.SeriesName">
<summary>
<para>All series labels reflect the series name.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.PointView.Undefined">
<summary>
<para>The series labels reflect the <see cref="P:DevExpress.Xpf.Charts.PointOptions.Pattern"/> property value; if it is <see cref="F:System.String.Empty"/>, they display their points' Values.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.PointView.Values">
<summary>
<para>Each series label reflects its point's Value(s).
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Charts.PieLabelPosition">
<summary>
<para>Lists the values used to specify the position of labels in a Pie chart.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.PieLabelPosition.Inside">
<summary>
<para>Each series label is located directly on the corresponding slice of the Pie.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.PieLabelPosition.Outside">
<summary>
<para>Series labels are located outside the Pie chart, near the corresponding slice.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.PieLabelPosition.TwoColumns">
<summary>
<para><para>Specifies that point labels should be painted outside a Pie chart and organized into two columns on the left and right to the Pie chart.</para>
<para></para>
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Charts.NumericFormat">
<summary>
<para>Lists the values used to specify the formatting applied to numeric values.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.NumericFormat.Currency">
<summary>
<para>Numbers are displayed with the currency format, obtained from your computer's regional settings (e.g., <b>$100</b>).
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.NumericFormat.FixedPoint">
<summary>
<para>Numbers are displayed as real numeric values (with the number of decimal places specified via the <see cref="P:DevExpress.Xpf.Charts.NumericOptions.Precision"/> property), and the decimal separator is obtained from your computer's regional settings (e.g., <b>100.00</b>).
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.NumericFormat.General">
<summary>
<para>Numbers are displayed without any specific format applied to them. The decimal symbol is obtained from your computer's regional settings (e.g., <b>100</b>).
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.NumericFormat.Number">
<summary>
<para>Numbers are displayed as numeric values, using the number format specified in your computer's regional settings (e.g., <b>100.00</b>).
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.NumericFormat.Percent">
<summary>
<para>Numbers are multiplied by 100, and have a percent sign (%) appended to the right. The decimal part is represented, based on your computer's regional settings (e.g., <b>100 %</b>).
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.NumericFormat.Scientific">
<summary>
<para>Numbers are displayed using standard scientific notation, based on your computer's regional settings (e.g., <b>1.00E+002</b>).
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Charts.LayoutDirection">
<summary>
<para>Lists the values used to specify the order in which multiple Pie series are positioned within the diagram.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.LayoutDirection.Horizontal">
<summary>
<para><para>Pie series are positioned horizontally (by rows) within the diagram.</para>
<para>The number of series in a row is limited by the <see cref="P:DevExpress.Xpf.Charts.SimpleDiagram2D.Dimension"/> property value.</para>
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.LayoutDirection.Vertical">
<summary>
<para><para>Pie series are positioned vertically (by columns) within the diagram.</para>
<para>The number of series in a column is limited by the <see cref="P:DevExpress.Xpf.Charts.SimpleDiagram2D.Dimension"/> property value.</para>
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Charts.HorizontalPosition">
<summary>
<para>Lists the values that specify the legend's horizontal alignment within the chart.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.HorizontalPosition.Center">
<summary>
<para>The legend is centered horizontally, relative to the diagram.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.HorizontalPosition.Left">
<summary>
<para>The legend is positioned on the left side, within the diagram.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.HorizontalPosition.LeftOutside">
<summary>
<para>The legend is positioned to the left of the diagram.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.HorizontalPosition.Right">
<summary>
<para>The legend is positioned on the right side, within the diagram.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.HorizontalPosition.RightOutside">
<summary>
<para>The legend is positioned to the right of the diagram.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Charts.DateTimeMeasurementUnit">
<summary>
<para>Lists the values that specify the unit of measurement for date-time values.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.DateTimeMeasurementUnit.Day">
<summary>
<para>Specifies a day as the measurement unit for date-time values.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.DateTimeMeasurementUnit.Hour">
<summary>
<para>Specifies an hour as the measurement unit for date-time values.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.DateTimeMeasurementUnit.Millisecond">
<summary>
<para>Specifies a millisecond as the measurement unit for date-time values.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.DateTimeMeasurementUnit.Minute">
<summary>
<para>Specifies a minute as the measurement unit for date-time values.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.DateTimeMeasurementUnit.Month">
<summary>
<para>Specifies a month as the measurement unit for date-time values.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.DateTimeMeasurementUnit.Quarter">
<summary>
<para>Specifies a quarter of a year as the measurement unit for date-time values.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.DateTimeMeasurementUnit.Second">
<summary>
<para>Specifies a second as the measurement unit for date-time values.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.DateTimeMeasurementUnit.Week">
<summary>
<para>Specifies a week as the measurement unit for date-time values.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.DateTimeMeasurementUnit.Year">
<summary>
<para>Specifies a year as the measurement unit for date-time values.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Charts.DateTimeFormat">
<summary>
<para>Lists the values used to specify the formatting applied to date-time values.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.DateTimeFormat.Custom">
<summary>
<para>Date and time are displayed, using the format specified via the <see cref="P:DevExpress.Xpf.Charts.DateTimeOptions.FormatString"/> property.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.DateTimeFormat.General">
<summary>
<para>Date is displayed based on your computer's regional settings.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.DateTimeFormat.LongDate">
<summary>
<para>The date, obtained from your computer's regional settings, is displayed with the long-date format.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.DateTimeFormat.LongTime">
<summary>
<para>The time, obtained from your computer's regional settings, is displayed with the long-time format.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.DateTimeFormat.MonthAndDay">
<summary>
<para>The date obtained from your computer's regional settings, is displayed as a month name and day number (e.g., <b>February 11</b>).
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.DateTimeFormat.MonthAndYear">
<summary>
<para>The date obtained from your computer's regional settings, is displayed as a month name and year number (e.g., <b>February, 2006</b>).
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.DateTimeFormat.QuarterAndYear">
<summary>
<para>The date obtained from your computer's regional settings is displayed as a quarter value and year number (e.g., <b>Q2 2006</b>).
<para>To change the quarter's format, set the <see cref="P:DevExpress.Xpf.Charts.DateTimeOptions.Format"/> property to <b>Custom</b>, and the <see cref="P:DevExpress.Xpf.Charts.DateTimeOptions.FormatString"/> property to one of the following values:</para>
<para><b>q</b> - Changes format to Roman numerals (e.g., <b>IV</b>);</para>
<para><b>qq</b> - Changes format to Roman numerals with the <b>Q</b> prefix (e.g., <b>QIV</b>);</para>
<para><b>Q</b> - Changes format to Arabic numerals (e.g., <b>4</b>);</para>
<para><b>QQ</b> - Changes format to Arabic numerals with the <b>Q</b> prefix (e.g., <b>Q4</b>).</para>
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.DateTimeFormat.ShortDate">
<summary>
<para>The date obtained from your computer's regional settings, is displayed with the short-date format.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.DateTimeFormat.ShortTime">
<summary>
<para>The time obtained from your computer's regional settings, is displayed with the short-time format.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Charts.DataFilterCondition">
<summary>
<para>Lists the values that specify comparison operators used to filter data points within a series.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.DataFilterCondition.Equal">
<summary>
<para>Represents the "equal to" comparison operator.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.DataFilterCondition.GreaterThan">
<summary>
<para>Represents the "greater than" comparison operator.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.DataFilterCondition.GreaterThanOrEqual">
<summary>
<para>Represents the "greater than or equal to" comparison operator.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.DataFilterCondition.LessThan">
<summary>
<para>Represents the "less than" comparison operator.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.DataFilterCondition.LessThanOrEqual">
<summary>
<para>Represents the "less than or equal to" comparison operator.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.DataFilterCondition.NotEqual">
<summary>
<para>Represents the "not equal to" comparison operator.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Charts.ConjunctionTypes">
<summary>
<para>Lists the values that specify the conjunction type for logical operations.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.ConjunctionTypes.And">
<summary>
<para>Identifies the AND conjunction operator.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.ConjunctionTypes.Or">
<summary>
<para>Identifies the OR conjunction operator.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Charts.BubbleLabelValueToDisplay">
<summary>
<para>Lists the values used to specify, which series value(s) to display in labels of Bubble charts.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.BubbleLabelValueToDisplay.Value">
<summary>
<para>The series labels reflect the point's <see cref="P:DevExpress.Xpf.Charts.SeriesPoint.Value"/>.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.BubbleLabelValueToDisplay.ValueAndWeight">
<summary>
<para>The series labels reflect both the point's <see cref="P:DevExpress.Xpf.Charts.SeriesPoint.Value"/> and <see cref="P:DevExpress.Xpf.Charts.BubbleSeries2D.Weight"/> (separated by a comma).
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.BubbleLabelValueToDisplay.Weight">
<summary>
<para>The series labels reflect the point's <see cref="P:DevExpress.Xpf.Charts.BubbleSeries2D.Weight"/>.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Charts.Bubble2DLabelPosition">
<summary>
<para>Lists the values used to specify the labels position of the Bubble series.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.Bubble2DLabelPosition.Center">
<summary>
<para>Each label is displayed in the center of the corresponding Bubble point marker.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.Bubble2DLabelPosition.Outside">
<summary>
<para>Each label is displayed outside the corresponding Bubble point marker.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Charts.Bar2DLabelPosition">
<summary>
<para>Lists the values used to specify the position of Bar labels.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.Bar2DLabelPosition.Center">
<summary>
<para>Each label is displayed in the center of the corresponding bar.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.Bar2DLabelPosition.Outside">
<summary>
<para>Each label is displayed outside the corresponding bar (on top for positive values, and on the bottom for negative values).
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Charts.AxisAlignment">
<summary>
<para>Lists the values used to specify the alignment of an axis.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.AxisAlignment.Far">
<summary>
<para><para>The axis is displayed at the right or top side of the diagram, depending on its type and orientation.</para>
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.AxisAlignment.Near">
<summary>
<para><para>The axis is displayed at the left or bottom side of the diagram, depending on its type and orientation.</para>
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Charts.XYSeries2D">
<summary>
<para>Represents the base class for all 2D XY series types.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.XYSeries2D.#ctor">
<summary>
<para>Initializes a new instance of the XYSeries2D class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.XYSeries2D.AxisXIndex">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.Xpf.Charts.XYSeries2D.AxisYIndex">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.Xpf.Charts.XYSeries2D.CrosshairEnabled">
<summary>
<para>Gets or sets a value that specifies whether or not a crosshair cursor is enabled for a 2D chart's series.
</para>
</summary>
<value><b>Null</b> - the <b>CrosshairEnabled</b> property value is obtained from the parent's <see cref="P:DevExpress.Xpf.Charts.ChartControl.CrosshairEnabled"/> property; <b>True</b> - a crosshair cursor is enabled for a series; <b>False</b> - a crosshair cursor is disabled.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.XYSeries2D.CrosshairEnabledProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.XYSeries2D.CrosshairLabelPattern">
<summary>
<para>Gets or sets a string which represents the pattern specifying the text to be displayed within a crosshair label for the current XYSeries2D type.
</para>
</summary>
<value>A <see cref="T:System.String"/> that is a crosshair label pattern. The default value is <see cref="F:System.String.Empty"/>.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.XYSeries2D.CrosshairLabelPatternProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.XYSeries2D.CrosshairLabelTemplate">
<summary>
<para>Specifies the template that defines the presentation of crosshair labels for this series. This is a dependency property.
</para>
</summary>
<value>A <see cref="T:System.Windows.DataTemplate"/> object.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.XYSeries2D.CrosshairLabelTemplateProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.XYSeries2D.CrosshairLabelVisibility">
<summary>
<para>Specifies whether to show a crosshair label on a diagram for a particular 2D <see cref="T:DevExpress.Xpf.Charts.XYSeries"/>.
</para>
</summary>
<value><b>Null</b> - the <b>CrosshairLabelVisibility</b> property value is obtained from the parent's <see cref="P:DevExpress.Xpf.Charts.CrosshairOptions.ShowCrosshairLabels"/> property; <b>True</b> - crosshair labels are visible on a diagram; <b>False</b> - crosshair labels are hidden.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.XYSeries2D.CrosshairLabelVisibilityProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.XYSeries2D.Indicators">
<summary>
<para>Provides access to the collection of indicators that belong to the current series.
</para>
</summary>
<value>An <see cref="T:DevExpress.Xpf.Charts.IndicatorCollection"/> object, representing the series' collection of indicators.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.XYSeries2D.IndicatorsProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.XYSeries2D.PaneIndex">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="T:DevExpress.Xpf.Charts.XYSeries">
<summary>
<para>Represents the base class for all XY series types.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.XYSeries.Brush">
<summary>
<para>Gets or sets the color of the XY-series.
</para>
</summary>
<value>A <see cref="T:System.Windows.Media.SolidColorBrush"/> object that specifies the color of a seres.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.XYSeries.BrushProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.XYSeries.ColorEach">
<summary>
<para>Indicates whether or not each point marker of a series is shown with a different color.
</para>
</summary>
<value><b>true</b> to paint each point marker with a different color; otherwise, <b>false</b>.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.XYSeries.ColorEachProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.XYSeries.ColorEach"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.Xpf.Charts.XYDiagram2D">
<summary>
<para>A diagram that is used to plot XY 2D series.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.XYDiagram2D.#ctor">
<summary>
<para>Initializes a new instance of the XYDiagram2D class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.XYDiagram2D.ActualAxisX">
<summary>
<para>Gets the actual x-axis of the XYDiagram2D.
</para>
</summary>
<value>An <see cref="T:DevExpress.Xpf.Charts.AxisX2D"/> descendant.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.XYDiagram2D.ActualAxisY">
<summary>
<para>Gets the actual y-axis of the XYDiagram2D.
</para>
</summary>
<value>An <see cref="T:DevExpress.Xpf.Charts.AxisY2D"/> descendant.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.XYDiagram2D.ActualDefaultPane">
<summary>
<para>Gets the actual default pane of the XYDiagram2D object.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.Pane"/> object.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.XYDiagram2D.ActualPanes">
<summary>
<para>Gets actual panes of the XYDiagram2D class.
</para>
</summary>
<value>A collection of <see cref="T:DevExpress.Xpf.Charts.Pane"/> objects.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.XYDiagram2D.ActualPanesProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="M:DevExpress.Xpf.Charts.XYDiagram2D.AddHandler(DevExpress.Xpf.Core.WPFCompatibility.SLRoutedEvent,System.Delegate)">
<summary>
<para>Adds a routed event handler for a specified routed event, adding the handler to the handler collection on the current element.
</para>
</summary>
<param name="routedEvent">
An identifier for the routed event to be handled.
</param>
<param name="handler">
A reference to the handler implementation.
</param>
</member>
<member name="P:DevExpress.Xpf.Charts.XYDiagram2D.AxisX">
<summary>
<para>Gets the X-axis.
</para>
</summary>
<value>An <see cref="T:DevExpress.Xpf.Charts.AxisX2D"/> object which represents the X-axis.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.XYDiagram2D.AxisXProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.XYDiagram2D.AxisX"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.XYDiagram2D.AxisXScrollBarOptions">
<summary>
<para>Provides access to the settings that define the appearance of a scroll bar displayed for the X-Axis.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.ScrollBarOptions"/> object containing the appearance settings of the scroll bar.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.XYDiagram2D.AxisXScrollBarOptionsProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.XYDiagram2D.AxisY">
<summary>
<para>Gets the Y-axis.
</para>
</summary>
<value>An <see cref="T:DevExpress.Xpf.Charts.AxisY2D"/> object which represents the Y-axis.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.XYDiagram2D.AxisYProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.XYDiagram2D.AxisY"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.XYDiagram2D.AxisYScrollBarOptions">
<summary>
<para>Provides access to the settings that define the appearance of a scroll bar displayed for the Y-Axis.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.ScrollBarOptions"/> object containing the appearance settings of the scroll bar.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.XYDiagram2D.AxisYScrollBarOptionsProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.XYDiagram2D.BarDistance">
<summary>
<para>Gets or sets the variable distance value (as a fraction of <b>axis units</b>) between two bars of different 2D Bar Series shown at the same argument point.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value that represents the distance between two neighboring bars as a fraction of <b>axis units</b>, where an axis unit is the distance between two major values on the axis.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.XYDiagram2D.BarDistanceFixed">
<summary>
<para>Gets or sets the fixed distance value (in pixels) between two bars of different 2D Bar Series shown at the same argument point.
</para>
</summary>
<value>An integer value that represents the distance between two neighboring bars, in pixels.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.XYDiagram2D.BarDistanceFixedProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.XYDiagram2D.BarDistanceFixed"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.Xpf.Charts.XYDiagram2D.BarDistanceProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.XYDiagram2D.BarDistance"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="M:DevExpress.Xpf.Charts.XYDiagram2D.CanScrollAxisXTo(System.Double)">
<summary>
<para>Checks whether or not it is possible to scroll the X-axis to the specified position.
</para>
</summary>
<param name="xPosition">
A <see cref="T:System.Double"/> value specifying the position to scroll to.
</param>
<returns><b>true</b> if it is allowed to scroll; otherwise, <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.Xpf.Charts.XYDiagram2D.CanScrollAxisYTo(System.Double)">
<summary>
<para>Checks whether or not it is possible to scroll the Y-axis to the specified position.
</para>
</summary>
<param name="yPosition">
A <see cref="T:System.Double"/> value specifying the position to scroll to.
</param>
<returns><b>true</b> if it is allowed to scroll; otherwise, <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.Xpf.Charts.XYDiagram2D.CanScrollHorizontally(System.Int32)">
<summary>
<para>Checks whether or not it is possible to horizontally scroll a diagram.
</para>
</summary>
<param name="dx">
An integer value specifying how far it is necessary to scroll a diagram in a horizontal direction.
</param>
<returns><b>true</b> if it is allowed to scroll; otherwise, <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.Xpf.Charts.XYDiagram2D.CanScrollVertically(System.Int32)">
<summary>
<para>Checks whether or not it is possible to vertically scroll a diagram.
</para>
</summary>
<param name="dy">
An integer value specifying how far it is necessary to scroll a diagram in a vertical direction.
</param>
<returns><b>true</b> if it is allowed to scroll; otherwise, <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.Xpf.Charts.XYDiagram2D.CanSetAxisXRange">
<summary>
<para>Checks whether or not it is possible to set a custom range for the X-axis.
</para>
</summary>
<returns><b>true</b> if it is allowed to set a range; otherwise, <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.Xpf.Charts.XYDiagram2D.CanSetAxisXZoomRatio">
<summary>
<para>Checks whether or not it is possible to set a custom zoom ratio for the X-axis.
</para>
</summary>
<returns><b>true</b> if it is allowed to set a custom zoom ratio; otherwise, <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.Xpf.Charts.XYDiagram2D.CanSetAxisYRange">
<summary>
<para>Checks whether or not it is possible to set a custom range for the Y-axis.
</para>
</summary>
<returns><b>true</b> if it is allowed to set a range; otherwise, <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.Xpf.Charts.XYDiagram2D.CanSetAxisYZoomRatio">
<summary>
<para>Checks whether or not it is possible to set a custom zoom ratio for the Y-axis.
</para>
</summary>
<returns><b>true</b> if it is allowed to set a custom zoom ratio; otherwise, <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.Xpf.Charts.XYDiagram2D.CanUndoZoom">
<summary>
<para>Checks whether or not it is possible to undo the last zooming operation.
</para>
</summary>
<returns><b>true</b> if it is allowed to undo zooming; otherwise, <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.Xpf.Charts.XYDiagram2D.CanZoomIn">
<summary>
<para>Checks whether or not it is possible to zoom in.
</para>
</summary>
<returns><b>true</b> if it is allowed to zoom in; otherwise, <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.Xpf.Charts.XYDiagram2D.CanZoomIntoRectangle">
<summary>
<para>Checks whether or not it is possible to zoom into a rectangle on a diagram.
</para>
</summary>
<returns><b>true</b> if it is allowed to zoom into a rectangle; otherwise, <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.Xpf.Charts.XYDiagram2D.CanZoomOut">
<summary>
<para>Checks whether or not it is possible to zoom out.
</para>
</summary>
<returns><b>true</b> if it is allowed to zoom out; otherwise, <b>false</b>.
</returns>
</member>
<member name="P:DevExpress.Xpf.Charts.XYDiagram2D.CrosshairSeriesLabelForeground">
<summary>
<para>Overrides the <see cref="P:System.Windows.Controls.Control.Foreground"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:System.Windows.Media.Brush"/> value.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.XYDiagram2D.CrosshairSeriesLabelForegroundProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.XYDiagram2D.DefaultPane">
<summary>
<para>Provides access to a default pane object.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.Pane"/> object which is the default pane of a chart.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.XYDiagram2D.DefaultPaneProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="M:DevExpress.Xpf.Charts.XYDiagram2D.DiagramToPoint(System.String,System.Double,DevExpress.Xpf.Charts.AxisX2D,DevExpress.Xpf.Charts.AxisY2D,DevExpress.Xpf.Charts.Pane)">
<summary>
<para>Converts the diagram coordinates of a point into screen coordinates.
</para>
</summary>
<param name="argument">
A <see cref="T:System.String"/> value, specifying the point's argument.
</param>
<param name="value">
A <see cref="T:System.Double"/>, specifying the point's value.
</param>
<param name="axisX">
An <see cref="T:DevExpress.Xpf.Charts.AxisX2D"/> descendant, specifying the point's X-axis.
</param>
<param name="axisY">
An <see cref="T:DevExpress.Xpf.Charts.AxisY2D"/> descendant, specifying the point's Y-axis.
</param>
<param name="pane">
A <see cref="T:DevExpress.Xpf.Charts.Pane"/> descendant, specifying the point's pane.
</param>
<returns>A <see cref="T:DevExpress.Xpf.Charts.ControlCoordinates"/> object, containing information about the point's screen coordinates, and its associated pane.
</returns>
</member>
<member name="M:DevExpress.Xpf.Charts.XYDiagram2D.DiagramToPoint(System.Double,System.Double,DevExpress.Xpf.Charts.AxisX2D,DevExpress.Xpf.Charts.AxisY2D,DevExpress.Xpf.Charts.Pane)">
<summary>
<para>Converts the diagram coordinates of a point into screen coordinates.
</para>
</summary>
<param name="argument">
A <see cref="T:System.Double"/> value, specifying the point's argument.
</param>
<param name="value">
A <see cref="T:System.Double"/> value, specifying the point's value.
</param>
<param name="axisX">
An <see cref="T:DevExpress.Xpf.Charts.AxisX2D"/> descendant, specifying the point's X-axis.
</param>
<param name="axisY">
An <see cref="T:DevExpress.Xpf.Charts.AxisY2D"/> descendant, specifying the point's Y-axis.
</param>
<param name="pane">
A <see cref="T:DevExpress.Xpf.Charts.Pane"/> descendant, specifying the point's pane.
</param>
<returns>A <see cref="T:DevExpress.Xpf.Charts.ControlCoordinates"/> object, containing information about the point's screen coordinates and its associated pane.
</returns>
</member>
<member name="M:DevExpress.Xpf.Charts.XYDiagram2D.DiagramToPoint(System.DateTime,System.Double,DevExpress.Xpf.Charts.AxisX2D,DevExpress.Xpf.Charts.AxisY2D)">
<summary>
<para>Converts the diagram coordinates of a point into screen coordinates.
</para>
</summary>
<param name="argument">
A <see cref="T:System.DateTime"/> value, specifying the point's argument.
</param>
<param name="value">
A <see cref="T:System.Double"/> value, specifying the point's value.
</param>
<param name="axisX">
An <see cref="T:DevExpress.Xpf.Charts.AxisX2D"/> descendant, specifying the point's X-axis.
</param>
<param name="axisY">
An <see cref="T:DevExpress.Xpf.Charts.AxisY2D"/> descendant, specifying the point's Y-axis.
</param>
<returns>A <see cref="T:DevExpress.Xpf.Charts.ControlCoordinates"/> object, containing information about the point's screen coordinates and its associated pane.
</returns>
</member>
<member name="M:DevExpress.Xpf.Charts.XYDiagram2D.DiagramToPoint(System.String,System.DateTime,DevExpress.Xpf.Charts.AxisX2D,DevExpress.Xpf.Charts.AxisY2D,DevExpress.Xpf.Charts.Pane)">
<summary>
<para>Converts the diagram coordinates of a point into screen coordinates.
</para>
</summary>
<param name="argument">
A <see cref="T:System.String"/> value, specifying the point's argument.
</param>
<param name="value">
A <see cref="T:System.DateTime"/>, specifying the point's value.
</param>
<param name="axisX">
An <see cref="T:DevExpress.Xpf.Charts.AxisX2D"/> descendant, specifying the point's X-axis.
</param>
<param name="axisY">
An <see cref="T:DevExpress.Xpf.Charts.AxisY2D"/> descendant, specifying the point's Y-axis.
</param>
<param name="pane">
A <see cref="T:DevExpress.Xpf.Charts.Pane"/> descendant, specifying the point's pane.
</param>
<returns>A <see cref="T:DevExpress.Xpf.Charts.ControlCoordinates"/> object, containing information about the point's screen coordinates, and its associated pane.
</returns>
</member>
<member name="M:DevExpress.Xpf.Charts.XYDiagram2D.DiagramToPoint(System.String,System.Double,DevExpress.Xpf.Charts.AxisX2D,DevExpress.Xpf.Charts.AxisY2D)">
<summary>
<para>Converts the diagram coordinates of a point into screen coordinates.
</para>
</summary>
<param name="argument">
A <see cref="T:System.String"/> value, specifying the point's argument.
</param>
<param name="value">
A <see cref="T:System.Double"/>, specifying the point's value.
</param>
<param name="axisX">
An <see cref="T:DevExpress.Xpf.Charts.AxisX2D"/> descendant, specifying the point's X-axis.
</param>
<param name="axisY">
An <see cref="T:DevExpress.Xpf.Charts.AxisY2D"/> descendant, specifying the point's Y-axis.
</param>
<returns>A <see cref="T:DevExpress.Xpf.Charts.ControlCoordinates"/> object, containing information about the point's screen coordinates, and its associated pane.
</returns>
</member>
<member name="M:DevExpress.Xpf.Charts.XYDiagram2D.DiagramToPoint(System.DateTime,System.Double,DevExpress.Xpf.Charts.AxisX2D,DevExpress.Xpf.Charts.AxisY2D,DevExpress.Xpf.Charts.Pane)">
<summary>
<para>Converts the diagram coordinates of a point into screen coordinates.
</para>
</summary>
<param name="argument">
A <see cref="T:System.DateTime"/> value, specifying the point's argument.
</param>
<param name="value">
A <see cref="T:System.Double"/> value, specifying the point's value.
</param>
<param name="axisX">
An <see cref="T:DevExpress.Xpf.Charts.AxisX2D"/> descendant, specifying the point's X-axis.
</param>
<param name="axisY">
An <see cref="T:DevExpress.Xpf.Charts.AxisY2D"/> descendant, specifying the point's Y-axis.
</param>
<param name="pane">
A <see cref="T:DevExpress.Xpf.Charts.Pane"/> descendant, specifying the point's pane.
</param>
<returns>A <see cref="T:DevExpress.Xpf.Charts.ControlCoordinates"/> object, containing information about the point's screen coordinates, and its associated pane.
</returns>
</member>
<member name="M:DevExpress.Xpf.Charts.XYDiagram2D.DiagramToPoint(System.DateTime,System.DateTime,DevExpress.Xpf.Charts.AxisX2D,DevExpress.Xpf.Charts.AxisY2D,DevExpress.Xpf.Charts.Pane)">
<summary>
<para>Converts the diagram coordinates of a point into screen coordinates.
</para>
</summary>
<param name="argument">
A <see cref="T:System.DateTime"/> value, specifying the point's argument.
</param>
<param name="value">
A <see cref="T:System.DateTime"/> value, specifying the point's value.
</param>
<param name="axisX">
An <see cref="T:DevExpress.Xpf.Charts.AxisX2D"/> descendant, specifying the point's X-axis.
</param>
<param name="axisY">
An <see cref="T:DevExpress.Xpf.Charts.AxisY2D"/> descendant, specifying the point's Y-axis.
</param>
<param name="pane">
A <see cref="T:DevExpress.Xpf.Charts.Pane"/> descendant, specifying the point's pane.
</param>
<returns>A <see cref="T:DevExpress.Xpf.Charts.ControlCoordinates"/> object, containing information about the point's screen coordinates, and its associated pane.
</returns>
</member>
<member name="M:DevExpress.Xpf.Charts.XYDiagram2D.DiagramToPoint(System.Double,System.DateTime,DevExpress.Xpf.Charts.AxisX2D,DevExpress.Xpf.Charts.AxisY2D)">
<summary>
<para>Converts the diagram coordinates of a point into screen coordinates.
</para>
</summary>
<param name="argument">
A <see cref="T:System.Double"/> value, specifying the point's argument.
</param>
<param name="value">
A <see cref="T:System.DateTime"/> value, specifying the point's value.
</param>
<param name="axisX">
An <see cref="T:DevExpress.Xpf.Charts.AxisX2D"/> descendant, specifying the point's X-axis.
</param>
<param name="axisY">
An <see cref="T:DevExpress.Xpf.Charts.AxisY2D"/> descendant, specifying the point's Y-axis.
</param>
<returns>A <see cref="T:DevExpress.Xpf.Charts.ControlCoordinates"/> object, containing information about the point's screen coordinates, and its associated pane.
</returns>
</member>
<member name="M:DevExpress.Xpf.Charts.XYDiagram2D.DiagramToPoint(System.Double,System.Double,DevExpress.Xpf.Charts.AxisX2D,DevExpress.Xpf.Charts.AxisY2D)">
<summary>
<para>Converts the diagram coordinates of a point into screen coordinates.
</para>
</summary>
<param name="argument">
A <see cref="T:System.Double"/> value, specifying the point's argument.
</param>
<param name="value">
A <see cref="T:System.Double"/> value, specifying the point's value.
</param>
<param name="axisX">
An <see cref="T:DevExpress.Xpf.Charts.AxisX2D"/> descendant, specifying the point's X-axis.
</param>
<param name="axisY">
An <see cref="T:DevExpress.Xpf.Charts.AxisY2D"/> descendant, specifying the point's Y-axis.
</param>
<returns>A <see cref="T:DevExpress.Xpf.Charts.ControlCoordinates"/> object, containing information about the point's screen coordinates, and its associated pane.
</returns>
</member>
<member name="M:DevExpress.Xpf.Charts.XYDiagram2D.DiagramToPoint(System.DateTime,System.DateTime)">
<summary>
<para>Converts the diagram coordinates of a point into screen coordinates.
</para>
</summary>
<param name="argument">
A <see cref="T:System.DateTime"/> value, specifying the point's argument.
</param>
<param name="value">
A <see cref="T:System.DateTime"/> value, specifying the point's value.
</param>
<returns>A <see cref="T:DevExpress.Xpf.Charts.ControlCoordinates"/> object, containing information about the point's screen coordinates, and its associated pane.
</returns>
</member>
<member name="M:DevExpress.Xpf.Charts.XYDiagram2D.DiagramToPoint(System.DateTime,System.Double)">
<summary>
<para>Converts the diagram coordinates of a point into screen coordinates.
</para>
</summary>
<param name="argument">
A <see cref="T:System.DateTime"/> value, specifying the point's argument.
</param>
<param name="value">
A <see cref="T:System.Double"/> value, specifying the point's value.
</param>
<returns>A <see cref="T:DevExpress.Xpf.Charts.ControlCoordinates"/> object, containing information about the point's screen coordinates, and its associated pane.
</returns>
</member>
<member name="M:DevExpress.Xpf.Charts.XYDiagram2D.DiagramToPoint(System.Double,System.DateTime)">
<summary>
<para>Converts the diagram coordinates of a point into screen coordinates.
</para>
</summary>
<param name="argument">
A <see cref="T:System.Double"/> value, specifying the point's argument.
</param>
<param name="value">
A <see cref="T:System.DateTime"/>, specifying the point's value.
</param>
<returns>A <see cref="T:DevExpress.Xpf.Charts.ControlCoordinates"/> object, containing information about the point's screen coordinates, and its associated pane.
</returns>
</member>
<member name="M:DevExpress.Xpf.Charts.XYDiagram2D.DiagramToPoint(System.Double,System.Double)">
<summary>
<para>Converts the diagram coordinates of a point into screen coordinates.
</para>
</summary>
<param name="argument">
A <see cref="T:System.Double"/> value, specifying the point's argument.
</param>
<param name="value">
A <see cref="T:System.Double"/>, specifying the point's value.
</param>
<returns>A <see cref="T:DevExpress.Xpf.Charts.ControlCoordinates"/> object, containing information about the point's screen coordinates, and its associated pane.
</returns>
</member>
<member name="M:DevExpress.Xpf.Charts.XYDiagram2D.DiagramToPoint(System.Double,System.DateTime,DevExpress.Xpf.Charts.AxisX2D,DevExpress.Xpf.Charts.AxisY2D,DevExpress.Xpf.Charts.Pane)">
<summary>
<para>Converts the diagram coordinates of a point into screen coordinates.
</para>
</summary>
<param name="argument">
A <see cref="T:System.Double"/> value, specifying the point's argument.
</param>
<param name="value">
A <see cref="T:System.DateTime"/> value, specifying the point's value.
</param>
<param name="axisX">
An <see cref="T:DevExpress.Xpf.Charts.AxisX2D"/> descendant, specifying the point's X-axis.
</param>
<param name="axisY">
An <see cref="T:DevExpress.Xpf.Charts.AxisY2D"/> descendant, specifying the point's Y-axis.
</param>
<param name="pane">
A <see cref="T:DevExpress.Xpf.Charts.Pane"/> descendant, specifying the point's pane.
</param>
<returns>A <see cref="T:DevExpress.Xpf.Charts.ControlCoordinates"/> object, containing information about the point's screen coordinates, and its associated pane.
</returns>
</member>
<member name="M:DevExpress.Xpf.Charts.XYDiagram2D.DiagramToPoint(System.String,System.Double)">
<summary>
<para>Converts the diagram coordinates of a point into screen coordinates.
</para>
</summary>
<param name="argument">
A <see cref="T:System.String"/> value, specifying the point's argument.
</param>
<param name="value">
A <see cref="T:System.Double"/> value, specifying the point's value.
</param>
<returns>A <see cref="T:DevExpress.Xpf.Charts.ControlCoordinates"/> object, containing information about the point's screen coordinates, and its associated pane.
</returns>
</member>
<member name="M:DevExpress.Xpf.Charts.XYDiagram2D.DiagramToPoint(System.DateTime,System.DateTime,DevExpress.Xpf.Charts.AxisX2D,DevExpress.Xpf.Charts.AxisY2D)">
<summary>
<para>Converts the diagram coordinates of a point into screen coordinates.
</para>
</summary>
<param name="argument">
A <see cref="T:System.DateTime"/> value, specifying the point's argument.
</param>
<param name="value">
A <see cref="T:System.DateTime"/> value, specifying the point's value.
</param>
<param name="axisX">
An <see cref="T:DevExpress.Xpf.Charts.AxisX2D"/> descendant, specifying the point's X-axis.
</param>
<param name="axisY">
An <see cref="T:DevExpress.Xpf.Charts.AxisY2D"/> descendant, specifying the point's Y-axis.
</param>
<returns>A <see cref="T:DevExpress.Xpf.Charts.ControlCoordinates"/> object, containing information about the point's screen coordinates and its associated pane.
</returns>
</member>
<member name="M:DevExpress.Xpf.Charts.XYDiagram2D.DiagramToPoint(System.String,System.DateTime,DevExpress.Xpf.Charts.AxisX2D,DevExpress.Xpf.Charts.AxisY2D)">
<summary>
<para>Converts the diagram coordinates of a point into screen coordinates.
</para>
</summary>
<param name="argument">
A <see cref="T:System.String"/> value, specifying the point's argument.
</param>
<param name="value">
A <see cref="T:System.DateTime"/> value, specifying the point's value.
</param>
<param name="axisX">
An <see cref="T:DevExpress.Xpf.Charts.AxisX2D"/> descendant, specifying the point's X-axis.
</param>
<param name="axisY">
An <see cref="T:DevExpress.Xpf.Charts.AxisY2D"/> descendant, specifying the point's Y-axis.
</param>
<returns>A <see cref="T:DevExpress.Xpf.Charts.ControlCoordinates"/> object, containing information about the point's screen coordinates, and its associated pane.
</returns>
</member>
<member name="M:DevExpress.Xpf.Charts.XYDiagram2D.DiagramToPoint(System.String,System.DateTime)">
<summary>
<para>Converts the diagram coordinates of a point into screen coordinates.
</para>
</summary>
<param name="argument">
A <see cref="T:System.String"/> value, specifying the point's argument.
</param>
<param name="value">
A <see cref="T:System.DateTime"/>, specifying the point's value.
</param>
<returns>A <see cref="T:DevExpress.Xpf.Charts.ControlCoordinates"/> object, containing information about the point's screen coordinates, and its associated pane.
</returns>
</member>
<member name="P:DevExpress.Xpf.Charts.XYDiagram2D.DomainBorderBrush">
<summary>
<para>For internal use. Specifies the diagram's domain border brush.
</para>
</summary>
<value>A <see cref="T:System.Windows.Media.Brush"/> object.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.XYDiagram2D.DomainBorderBrushProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.XYDiagram2D.DomainBorderBrush"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.XYDiagram2D.DomainBrush">
<summary>
<para>Gets or sets the color of the 2D XY-diagram's domain.
</para>
</summary>
<value>A <see cref="T:System.Windows.Media.Brush"/> object which specifies the color of the diagram's domain.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.XYDiagram2D.DomainBrushProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.XYDiagram2D.DomainBrush"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.XYDiagram2D.Elements">
<summary>
<para>For internal use. Gets or sets the elements of a circular diagram.
</para>
</summary>
<value>A <see cref="T:System.Collections.ObjectModel.ObservableCollection`1[[System.Object]]"/> object which provides access to a chart's elements.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.XYDiagram2D.ElementsProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.XYDiagram2D.ElementType(System.Windows.UIElement)">
<summary>
<para>For internal use only.
</para>
</summary>
<value>The <see cref="T:DevExpress.Xpf.Charts.XYDiagram2DElementType"/> enumeration value.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.XYDiagram2D.ElementTypeProperty">
<summary>
<para>Identifies the attached property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.XYDiagram2D.EnableAxisXNavigation">
<summary>
<para>Specifies whether scrolling and zooming is allowed for the X-Axis of the XY-Diagram 2D.
</para>
</summary>
<value><b>true</b> to allow scrolling and zooming; otherwise, <b>false</b>.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.XYDiagram2D.EnableAxisXNavigationProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.XYDiagram2D.EnableAxisYNavigation">
<summary>
<para>Specifies whether scrolling and zooming is allowed for the Y-Axis of the XY-Diagram 2D.
</para>
</summary>
<value><b>true</b> to allow scrolling and zooming; otherwise, <b>false</b>.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.XYDiagram2D.EnableAxisYNavigationProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.XYDiagram2D.EqualBarWidth">
<summary>
<para>Gets or sets a value indicating whether all bars of the same series should always have the same width, or they may have different widths if some points of other series are missing.
</para>
</summary>
<value><b>true</b> if all bars of the same series should always have the same width; otherwise, <b>false</b>.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.XYDiagram2D.EqualBarWidthProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.XYDiagram2D.EqualBarWidth"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="M:DevExpress.Xpf.Charts.XYDiagram2D.GetElementType(System.Windows.UIElement)">
<summary>
<para>Gets the value of the <see cref="P:DevExpress.Xpf.Charts.XYDiagram2D.ElementType"/> attached property for a specified <see cref="T:System.Windows.UIElement"/>.
</para>
</summary>
<param name="element">
The element from which the property value is read.
</param>
<returns>The <see cref="P:DevExpress.Xpf.Charts.XYDiagram2D.ElementType"/> property value for the element.
</returns>
</member>
<member name="M:DevExpress.Xpf.Charts.XYDiagram2D.GetSeriesAxisX(DevExpress.Xpf.Charts.XYSeries)">
<summary>
<para>Gets the value of the <see cref="P:DevExpress.Xpf.Charts.XYDiagram2D.SeriesAxisX"/> attached property for a specified series.
</para>
</summary>
<param name="series">
An <see cref="T:DevExpress.Xpf.Charts.XYSeries"/> object that represents the series to which the axis is assigned.
</param>
<returns>A <see cref="T:DevExpress.Xpf.Charts.SecondaryAxisX2D"/> object that represents the X-axis associated with the series.
</returns>
</member>
<member name="M:DevExpress.Xpf.Charts.XYDiagram2D.GetSeriesAxisY(DevExpress.Xpf.Charts.XYSeries)">
<summary>
<para>Gets the value of the <see cref="P:DevExpress.Xpf.Charts.XYDiagram2D.SeriesAxisY"/> attached property for a specified series.
</para>
</summary>
<param name="series">
An <see cref="T:DevExpress.Xpf.Charts.XYSeries"/> object that represents the series to which the axis is assigned.
</param>
<returns>A <see cref="T:DevExpress.Xpf.Charts.SecondaryAxisY2D"/> object that represents the Y-axis associated with the series.
</returns>
</member>
<member name="M:DevExpress.Xpf.Charts.XYDiagram2D.GetSeriesPane(DevExpress.Xpf.Charts.XYSeries)">
<summary>
<para>Gets the value of the <see cref="P:DevExpress.Xpf.Charts.XYDiagram2D.SeriesPane"/> attached property for a specified series.
</para>
</summary>
<param name="series">
An <see cref="T:DevExpress.Xpf.Charts.XYSeries"/> class descendant that is the series to which the pane is assigned.
</param>
<returns>A <see cref="T:DevExpress.Xpf.Charts.Pane"/> object that is the pane associated with the series.
</returns>
</member>
<member name="P:DevExpress.Xpf.Charts.XYDiagram2D.LabelsResolveOverlappingMinIndent">
<summary>
<para>Gets or sets the minimum indent between adjacent series labels, when an overlapping resolving algorithm is applied to them.
</para>
</summary>
<value>An integer value, which specifies the minimum indent, in pixels.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.XYDiagram2D.LabelsResolveOverlappingMinIndentProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.XYDiagram2D.LabelsResolveOverlappingMinIndent"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.XYDiagram2D.MirrorHeight">
<summary>
<para>Gets or sets the height of a diagram mirror.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value representing the mirror height.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.XYDiagram2D.MirrorHeightProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.XYDiagram2D.MirrorHeight"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.XYDiagram2D.NavigationOptions">
<summary>
<para>Provides access to the options specifying the ways in which zooming and scrolling can be performed for this XYDiagram2D.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.NavigationOptions"/> object containing zooming and scrolling options.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.XYDiagram2D.NavigationOptionsProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="M:DevExpress.Xpf.Charts.XYDiagram2D.OnApplyTemplate">
<summary>
<para>Called after the template is completely generated and attached to the visual tree.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.XYDiagram2D.PaneOrientation">
<summary>
<para>Specifies whether the pane is vertically or horizontally oriented.
</para>
</summary>
<value>A <see cref="T:System.Windows.Controls.Orientation"/> enumeration value, specifying the orientation of the pane.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.XYDiagram2D.PaneOrientationProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.XYDiagram2D.Panes">
<summary>
<para>Provides access to the diagram's collection of panes.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.PaneCollection"/> object which is the collection of a diagram's panes.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.XYDiagram2D.PanesPanel">
<summary>
<para>Gets or sets a panes panel that specifies how to arrange panes within a single <see cref="T:DevExpress.Xpf.Charts.XYDiagram2D"/>.
</para>
</summary>
<value>A <see cref="T:System.Windows.Controls.ItemsPanelTemplate"/> object that is a panes panel.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.XYDiagram2D.PanesPanelProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.Xpf.Charts.XYDiagram2D.PanesProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="M:DevExpress.Xpf.Charts.XYDiagram2D.PointToDiagram(System.Windows.Point)">
<summary>
<para>Converts the screen coordinates of a point into an XY-Diagram coordinates object.
</para>
</summary>
<param name="p">
A <see cref="T:System.Drawing.Point"/> object, representing a location on a chart's display area.
</param>
<returns>A <see cref="T:DevExpress.Xpf.Charts.DiagramCoordinates"/> object, containing information about the point's argument and value, their scale types, associated axes and pane.
</returns>
</member>
<member name="M:DevExpress.Xpf.Charts.XYDiagram2D.RaiseEvent(DevExpress.Xpf.Core.WPFCompatibility.SLRoutedEventArgs)">
<summary>
<para>Raises a specific routed event. The routed event to be raised is identified within the SLRoutedEventArgs instance that is provided.
</para>
</summary>
<param name="e">
A <see cref="T:DevExpress.Xpf.Core.WPFCompatibility.SLRoutedEventArgs"/> object that contains the event data and also identifies the event to raise.
</param>
</member>
<member name="M:DevExpress.Xpf.Charts.XYDiagram2D.RemoveHandler(DevExpress.Xpf.Core.WPFCompatibility.SLRoutedEvent,System.Delegate)">
<summary>
<para>Removes the specified routed event handler from this element.
</para>
</summary>
<param name="routedEvent">
The identifier of the routed event for which the handler is attached.
</param>
<param name="handler">
The specific handler implementation to remove from the event handler collection on this element.
</param>
</member>
<member name="P:DevExpress.Xpf.Charts.XYDiagram2D.Rotated">
<summary>
<para>Gets or sets whether the diagram is rotated.
</para>
</summary>
<value><b>true</b> to rotate the diagram; otherwise, <b>false</b>.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.XYDiagram2D.RotatedProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.XYDiagram2D.Rotated"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="E:DevExpress.Xpf.Charts.XYDiagram2D.Scroll">
<summary>
<para>Occurs after an XYDiagram2D has been scrolled.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.XYDiagram2D.ScrollAxisXTo(System.Double)">
<summary>
<para>Scrolls the X-axis to the specified position.
</para>
</summary>
<param name="xPosition">
A <see cref="T:System.Double"/> value specifying the position to scroll to.
</param>
</member>
<member name="P:DevExpress.Xpf.Charts.XYDiagram2D.ScrollAxisXToCommand">
<summary>
<para>Returns a command that scrolls the X-axis to a specified value.
</para>
</summary>
<value>An object that defines a command implementing the <see cref="T:System.Windows.Input.ICommand"/> interface.
</value>
</member>
<member name="M:DevExpress.Xpf.Charts.XYDiagram2D.ScrollAxisYTo(System.Double)">
<summary>
<para>Scrolls the Y-axis to the specified position.
</para>
</summary>
<param name="yPosition">
A <see cref="T:System.Double"/> value specifying the position to scroll to.
</param>
</member>
<member name="P:DevExpress.Xpf.Charts.XYDiagram2D.ScrollAxisYToCommand">
<summary>
<para>Returns a command that scrolls the Y-axis to a specified value.
</para>
</summary>
<value>An object that defines a command implementing the <see cref="T:System.Windows.Input.ICommand"/> interface.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.XYDiagram2D.ScrollEvent">
<summary>
<para>Identifies the <see cref="E:DevExpress.Xpf.Charts.XYDiagram2D.Scroll"/> routed event.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="M:DevExpress.Xpf.Charts.XYDiagram2D.ScrollHorizontally(System.Int32)">
<summary>
<para>Scrolls a diagram in a horizontal direction.
</para>
</summary>
<param name="dx">
An integer value specifying how much it is necessary to scroll a diagram in a horizontal direction.
</param>
</member>
<member name="P:DevExpress.Xpf.Charts.XYDiagram2D.ScrollHorizontallyCommand">
<summary>
<para>Returns a command that horizontally scrolls a diagram.
</para>
</summary>
<value>An object that defines a command implementing the <see cref="T:System.Windows.Input.ICommand"/> interface.
</value>
</member>
<member name="M:DevExpress.Xpf.Charts.XYDiagram2D.ScrollVertically(System.Int32)">
<summary>
<para>Scrolls a diagram in a vertical direction.
</para>
</summary>
<param name="dy">
An integer value specifying how much it is necessary to scroll a diagram in a vertical direction.
</param>
</member>
<member name="P:DevExpress.Xpf.Charts.XYDiagram2D.ScrollVerticallyCommand">
<summary>
<para>Returns a command that vertically scrolls a diagram.
</para>
</summary>
<value>An object that defines a command implementing the <see cref="T:System.Windows.Input.ICommand"/> interface.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.XYDiagram2D.SecondaryAxesX">
<summary>
<para>Gets the collection of secondary X-axes.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.SecondaryAxisXCollection"/> object representing the collection of secondary X-axes.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.XYDiagram2D.SecondaryAxesXProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.XYDiagram2D.SecondaryAxesY">
<summary>
<para>Gets the collection of secondary Y-axes.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.SecondaryAxisYCollection"/> object representing the collection of secondary Y-axes.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.XYDiagram2D.SecondaryAxesYProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.XYDiagram2D.SelectionTemplate">
<summary>
<para>Gets or sets the template that defines presentation of the selection inside the XYDiagram2D.
</para>
</summary>
<value>A <see cref="T:System.Windows.DataTemplate"/> object that contains the selection template.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.XYDiagram2D.SelectionTemplateProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.XYDiagram2D.SeriesAxisX(DevExpress.Xpf.Charts.XYSeries)">
<summary>
<para>Gets or sets the X-axis for the series.
</para>
</summary>
<value>An <see cref="T:DevExpress.Xpf.Charts.AxisX2D"/> object that represents the X-axis.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.XYDiagram2D.SeriesAxisXProperty">
<summary>
<para>Identifies the attached property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.XYDiagram2D.SeriesAxisY(DevExpress.Xpf.Charts.XYSeries)">
<summary>
<para>Gets or sets the Y-axis for the series.
</para>
</summary>
<value>An <see cref="T:DevExpress.Xpf.Charts.AxisX2D"/> object that represents the Y-axis.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.XYDiagram2D.SeriesAxisYProperty">
<summary>
<para>Identifies the attached property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.XYDiagram2D.SeriesPane(DevExpress.Xpf.Charts.XYSeries)">
<summary>
<para>Gets or sets a pane for the series.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.Pane"/> object that is the pane.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.XYDiagram2D.SeriesPaneProperty">
<summary>
<para>Identifies the attached property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="M:DevExpress.Xpf.Charts.XYDiagram2D.SetAxisXRange(DevExpress.Xpf.Charts.AxisRangePositions)">
<summary>
<para>Sets a custom range for the X-axis.
</para>
</summary>
<param name="positions">
A <see cref="T:DevExpress.Xpf.Charts.AxisRangePositions"/> object containing positions of a new axis range.
</param>
</member>
<member name="P:DevExpress.Xpf.Charts.XYDiagram2D.SetAxisXRangeCommand">
<summary>
<para>Returns a command that sets the specified range for the X-axis.
</para>
</summary>
<value>An object that defines a command implementing the <see cref="T:System.Windows.Input.ICommand"/> interface.
</value>
</member>
<member name="M:DevExpress.Xpf.Charts.XYDiagram2D.SetAxisXZoomRatio(System.Double)">
<summary>
<para>Change the current zoom value for the X-axis to the specified zoom ratio.
</para>
</summary>
<param name="ratio">
A <see cref="T:System.Double"/> value that specifies a new zoom ratio. It should be greater than <b>0</b> and less than or equal to <b>1</b>.
</param>
</member>
<member name="P:DevExpress.Xpf.Charts.XYDiagram2D.SetAxisXZoomRatioCommand">
<summary>
<para>Returns a command that sets the specified zoom ratio for the X-axis.
</para>
</summary>
<value>An object that defines a command implementing the <see cref="T:System.Windows.Input.ICommand"/> interface.
</value>
</member>
<member name="M:DevExpress.Xpf.Charts.XYDiagram2D.SetAxisYRange(DevExpress.Xpf.Charts.AxisRangePositions)">
<summary>
<para>Sets a custom range for the Y-axis.
</para>
</summary>
<param name="positions">
A <see cref="T:DevExpress.Xpf.Charts.AxisRangePositions"/> object containing positions of a new axis range.
</param>
</member>
<member name="P:DevExpress.Xpf.Charts.XYDiagram2D.SetAxisYRangeCommand">
<summary>
<para>Returns a command that sets the specified range for the Y-axis.
</para>
</summary>
<value>An object that defines a command implementing the <see cref="T:System.Windows.Input.ICommand"/> interface.
</value>
</member>
<member name="M:DevExpress.Xpf.Charts.XYDiagram2D.SetAxisYZoomRatio(System.Double)">
<summary>
<para>Change the current zoom value for the Y-axis to the specified zoom ratio.
</para>
</summary>
<param name="ratio">
A <see cref="T:System.Double"/> value that specifies a new zoom ratio. It should be greater than <b>0</b> and less than or equal to <b>1</b>.
</param>
</member>
<member name="P:DevExpress.Xpf.Charts.XYDiagram2D.SetAxisYZoomRatioCommand">
<summary>
<para>Returns a command that sets the specified zoom ratio for the Y-axis.
</para>
</summary>
<value>An object that defines a command implementing the <see cref="T:System.Windows.Input.ICommand"/> interface.
</value>
</member>
<member name="M:DevExpress.Xpf.Charts.XYDiagram2D.SetElementType(System.Windows.UIElement,DevExpress.Xpf.Charts.XYDiagram2DElementType)">
<summary>
<para>Sets the value of the <see cref="P:DevExpress.Xpf.Charts.XYDiagram2D.ElementType"/> attached property to a specified UI element.
</para>
</summary>
<param name="element">
The UI element to which the attached property is written.
</param>
<param name="elementType">
The required <see cref="T:DevExpress.Xpf.Charts.XYDiagram2DElementType"/> value.
</param>
</member>
<member name="M:DevExpress.Xpf.Charts.XYDiagram2D.SetSeriesAxisX(DevExpress.Xpf.Charts.XYSeries,DevExpress.Xpf.Charts.SecondaryAxisX2D)">
<summary>
<para>Sets the value of the <see cref="P:DevExpress.Xpf.Charts.XYDiagram2D.SeriesAxisX"/> attached property to a specified series.
</para>
</summary>
<param name="series">
An <see cref="T:DevExpress.Xpf.Charts.XYSeries"/> object that represents the series, to which the axis is assigned.
</param>
<param name="axis">
A <see cref="T:DevExpress.Xpf.Charts.SecondaryAxisX2D"/> object that represents the X-axis to assign.
</param>
</member>
<member name="M:DevExpress.Xpf.Charts.XYDiagram2D.SetSeriesAxisY(DevExpress.Xpf.Charts.XYSeries,DevExpress.Xpf.Charts.SecondaryAxisY2D)">
<summary>
<para>Sets the value of the <see cref="P:DevExpress.Xpf.Charts.XYDiagram2D.SeriesAxisY"/> attached property to a specified series.
</para>
</summary>
<param name="series">
An <see cref="T:DevExpress.Xpf.Charts.XYSeries"/> object that represents the series, to which the axis is assigned.
</param>
<param name="axis">
A <see cref="T:DevExpress.Xpf.Charts.SecondaryAxisX2D"/> object that represents the Y-axis to assign.
</param>
</member>
<member name="M:DevExpress.Xpf.Charts.XYDiagram2D.SetSeriesPane(DevExpress.Xpf.Charts.XYSeries,DevExpress.Xpf.Charts.Pane)">
<summary>
<para>Sets the value of the <see cref="P:DevExpress.Xpf.Charts.XYDiagram2D.SeriesPane"/> attached property to a specified series.
</para>
</summary>
<param name="series">
An <see cref="T:DevExpress.Xpf.Charts.XYSeries"/> class descendant that is a series to which the pane is assigned.
</param>
<param name="pane">
A <see cref="T:DevExpress.Xpf.Charts.Pane"/> object that is the pane associated with the series.
</param>
</member>
<member name="M:DevExpress.Xpf.Charts.XYDiagram2D.UndoZoom">
<summary>
<para>Undo the last zooming operation.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.XYDiagram2D.UndoZoomCommand">
<summary>
<para>Returns a command that undoes the last zooming operation.
</para>
</summary>
<value>An object that defines a command implementing the <see cref="T:System.Windows.Input.ICommand"/> interface.
</value>
</member>
<member name="E:DevExpress.Xpf.Charts.XYDiagram2D.Zoom">
<summary>
<para>Occurs after an XYDiagram2D has been zoomed in or out.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.XYDiagram2D.ZoomEvent">
<summary>
<para>Identifies the <see cref="E:DevExpress.Xpf.Charts.XYDiagram2D.Zoom"/> routed event.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="M:DevExpress.Xpf.Charts.XYDiagram2D.ZoomIn(System.Nullable`1)">
<summary>
<para>Zooms a diagram in.
</para>
</summary>
<param name="zoomLocation">
A <see cref="T:System.Windows.Point"/> object specifying a new zoom location.
</param>
</member>
<member name="P:DevExpress.Xpf.Charts.XYDiagram2D.ZoomInCommand">
<summary>
<para>Returns a command that increases the current zoom factor of a diagram.
</para>
</summary>
<value>An object that defines a command implementing the <see cref="T:System.Windows.Input.ICommand"/> interface.
</value>
</member>
<member name="M:DevExpress.Xpf.Charts.XYDiagram2D.ZoomIntoRectangle(System.Windows.Rect)">
<summary>
<para>Zoom a diagram into a specified rectangle.
</para>
</summary>
<param name="rectangle">
A <see cref="T:System.Windows.Rect"/> object specifying a rectangle to zoom into.
</param>
</member>
<member name="P:DevExpress.Xpf.Charts.XYDiagram2D.ZoomIntoRectangleCommand">
<summary>
<para>Returns a command that zooms a diagram into the selected rectangle.
</para>
</summary>
<value>An object that defines a command implementing the <see cref="T:System.Windows.Input.ICommand"/> interface.
</value>
</member>
<member name="M:DevExpress.Xpf.Charts.XYDiagram2D.ZoomOut(System.Nullable`1)">
<summary>
<para>Zooms a diagram out.
</para>
</summary>
<param name="zoomLocation">
A <see cref="T:System.Windows.Point"/> object specifying a new zoom location.
</param>
</member>
<member name="P:DevExpress.Xpf.Charts.XYDiagram2D.ZoomOutCommand">
<summary>
<para>Returns a command that decreases the current zoom factor of a diagram.
</para>
</summary>
<value>An object that defines a command implementing the <see cref="T:System.Windows.Input.ICommand"/> interface.
</value>
</member>
<member name="T:DevExpress.Xpf.Charts.TitleCollection">
<summary>
<para>Stores chart titles or series titles.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.TitleCollection.#ctor">
<summary>
<para>Initializes a new instance of the TitleCollection class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Charts.TitleBase">
<summary>
<para>Represents the base class for chart titles and series titles.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.TitleBase.#ctor">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.TitleBase.Content">
<summary>
<para>Gets or sets the title's content. This is a dependency property.
</para>
</summary>
<value>An <see cref="T:System.Object"/> value that represents the title's content.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.TitleBase.ContentProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.TitleBase.Content"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.TitleBase.ContentTemplate">
<summary>
<para>Gets or sets the template that defines the presentation of the title's content, represented by the <see cref="P:DevExpress.Xpf.Charts.TitleBase.Content"/> property. This is a dependency property.
</para>
</summary>
<value>A <see cref="T:System.Windows.DataTemplate"/> object, representing the template which defines the presentation of the title's content.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.TitleBase.ContentTemplateProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.TitleBase.ContentTemplate"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.TitleBase.FlowDirection">
<summary>
<para>This property is hidden, because it is not supported in this class.
</para>
</summary>
<value>A <see cref="T:System.Windows.FlowDirection"/> value.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.TitleBase.HorizontalAlignment">
<summary>
<para>Specifies the horizontal alignment of the title.
</para>
</summary>
<value>A <see cref="T:System.Windows.HorizontalAlignment"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.TitleBase.HorizontalContentAlignment">
<summary>
<para>This property is hidden, because it is not supported in this class.
</para>
</summary>
<value>A <see cref="T:System.Windows.HorizontalAlignment"/> value.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.TitleBase.UseLayoutRounding">
<summary>
<para>This property is hidden, because it is not supported in this class.
</para>
</summary>
<value>A <see cref="T:System.Boolean"/> value.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.TitleBase.VerticalAlignment">
<summary>
<para>Specifies the vertical alignment of the title.
</para>
</summary>
<value>A <see cref="T:System.Windows.VerticalAlignment"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.TitleBase.VerticalContentAlignment">
<summary>
<para>This property is hidden, because it is not supported in this class.
</para>
</summary>
<value>A <see cref="T:System.Windows.VerticalAlignment"/> value.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.TitleBase.Visibility">
<summary>
<para>This property is hidden, because it is not supported in this class.
</para>
</summary>
<value>A <see cref="T:System.Windows.Visibility"/> value.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.TitleBase.Visible">
<summary>
<para>Gets or sets the title's visibility state. This is a dependency property.
</para>
</summary>
<value><b>true</b> if the title is visible; otherwise, <b>false</b>.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.TitleBase.VisibleProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.TitleBase.Visible"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.Xpf.Charts.Title">
<summary>
<para>The title for a chart or series.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.Title.#ctor">
<summary>
<para>Initializes a new instance of the Title class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.Title.Dock">
<summary>
<para>Docks the title to its parent element.
</para>
</summary>
<value>A <see cref="T:System.Windows.Controls.Dock"/> enumeration value.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.Title.DockProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Title.Dock"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.Xpf.Charts.StripCollection">
<summary>
<para>Stores strips of a particular axis.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.StripCollection.#ctor">
<summary>
<para>Initializes a new instance of the StripCollection class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Charts.Strip">
<summary>
<para>A strip within a chart control's diagram.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.Strip.#ctor(System.Double,System.Double)">
<summary>
<para>Initializes a new instance of the Strip class with the specified minimum and maximum numeric values.
</para>
</summary>
<param name="minLimit">
A <see cref="T:System.Double"/> value that specifies the minimum numeric value of the strip. This value is assigned to the <see cref="P:DevExpress.Xpf.Charts.Strip.MinLimit"/> property.
</param>
<param name="maxLimit">
A <see cref="T:System.Double"/> value that specifies the maximum numeric value of the strip. This value is assigned to the <see cref="P:DevExpress.Xpf.Charts.Strip.MaxLimit"/> property.
</param>
</member>
<member name="M:DevExpress.Xpf.Charts.Strip.#ctor">
<summary>
<para>Initializes a new instance of the Strip class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.Strip.#ctor(System.DateTime,System.DateTime)">
<summary>
<para>Initializes a new instance of the Strip class with the specified minimum and maximum date-time values.
</para>
</summary>
<param name="minLimit">
A <see cref="T:System.DateTime"/> value that specifies the minimum date-time value of the strip. This value is assigned to the <see cref="P:DevExpress.Xpf.Charts.Strip.MinLimit"/> property.
</param>
<param name="maxLimit">
A <see cref="T:System.DateTime"/> value that specifies the maximum date-time value of the strip. This value is assigned to the <see cref="P:DevExpress.Xpf.Charts.Strip.MaxLimit"/> property.
</param>
</member>
<member name="M:DevExpress.Xpf.Charts.Strip.#ctor(System.String,System.String)">
<summary>
<para>Initializes a new instance of the Strip class with the specified minimum and maximum qualitative values.
</para>
</summary>
<param name="minLimit">
A <see cref="T:System.Double"/> value that specifies the minimum qualitative value of the strip. This value is assigned to the <see cref="P:DevExpress.Xpf.Charts.Strip.MinLimit"/> property.
</param>
<param name="maxLimit">
A <see cref="T:System.Double"/> value that specifies the maximum qualitative value of the strip. This value is assigned to the <see cref="P:DevExpress.Xpf.Charts.Strip.MaxLimit"/> property.
</param>
</member>
<member name="P:DevExpress.Xpf.Charts.Strip.AxisLabelText">
<summary>
<para>Specifies the text for the strip's axis label.
</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the axis label text for the strip.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.Strip.AxisLabelTextProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.Strip.Background">
<summary>
<para>Overrides the <see cref="P:System.Windows.Controls.Control.Background"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:System.Windows.Media.Brush"/> value.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.Strip.BorderBrush">
<summary>
<para>Overrides the <see cref="P:System.Windows.Controls.Control.BorderBrush"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:System.Windows.Media.Brush"/> value.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.Strip.BorderColor">
<summary>
<para>Specifies the border color of the strip.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> value specifying the strip's border color.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.Strip.BorderColorProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.Strip.BorderThickness">
<summary>
<para>Overrides the <see cref="P:System.Windows.Controls.Control.BorderThickness"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:System.Windows.Thickness"/> value.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.Strip.Brush">
<summary>
<para>Gets or sets the color of the Strip.
</para>
</summary>
<value>A <see cref="T:System.Windows.Media.Brush"/> object which specifies the color of the strip.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.Strip.BrushProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.Strip.Clip">
<summary>
<para>Overrides the <see cref="P:System.Windows.UIElement.Clip"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:System.Windows.Media.Geometry"/> value.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.Strip.Effect">
<summary>
<para>Overrides the <see cref="P:System.Windows.UIElement.Effect"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:System.Windows.Media.Effects.Effect"/> value.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.Strip.FontFamily">
<summary>
<para>This property is hidden, because it is not supported in this class.
</para>
</summary>
<value>A <see cref="T:System.Windows.Media.FontFamily"/> value.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.Strip.FontSize">
<summary>
<para>This property is hidden, because it is not supported in this class.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.Strip.FontStretch">
<summary>
<para>This property is hidden, because it is not supported in this class.
</para>
</summary>
<value>A <see cref="T:System.Windows.FontStretch"/> value.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.Strip.FontStyle">
<summary>
<para>This property is hidden, because it is not supported in this class.
</para>
</summary>
<value>A <see cref="T:System.Windows.FontStyle"/> value.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.Strip.FontWeight">
<summary>
<para>This property is hidden, because it is not supported in this class.
</para>
</summary>
<value>A <see cref="T:System.Windows.FontWeight"/> value.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.Strip.Foreground">
<summary>
<para>Overrides the <see cref="P:System.Windows.Controls.Control.Foreground"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:System.Windows.Media.Brush"/> value.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.Strip.LegendMarkerTemplate">
<summary>
<para>Gets or sets the template that defines the presentation of the legend marker for this strip.
</para>
</summary>
<value>A <see cref="T:System.Windows.DataTemplate"/> object that contains the template for a legend marker.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.Strip.LegendMarkerTemplateProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.Strip.LegendText">
<summary>
<para>Gets or sets the legend's text for the strip.
</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the legend text for the strip.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.Strip.LegendTextProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.Strip.Margin">
<summary>
<para>This property is hidden, because it is not supported in this class.
</para>
</summary>
<value>A <see cref="T:System.Windows.Thickness"/> value.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.Strip.MaxLimit">
<summary>
<para>Gets or sets the maximum limiting value of the strip along an axis.
</para>
</summary>
<value>An <see cref="T:System.Object"/> which specifies the maximum axis value for the strip.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.Strip.MaxLimitProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.Strip.MinLimit">
<summary>
<para>Gets or sets the minimum limiting value of the strip along an axis.
</para>
</summary>
<value>An <see cref="T:System.Object"/> which specifies the minimum axis value for the strip.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.Strip.MinLimitProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.Strip.Padding">
<summary>
<para>This property is hidden, because it is not supported in this class.
</para>
</summary>
<value>A <see cref="T:System.Windows.Thickness"/> value.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.Strip.RenderTransform">
<summary>
<para>This property is hidden, because it is not supported in this class.
</para>
</summary>
<value>This property is hidden, because it is not supported in this class.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.Strip.RenderTransformOrigin">
<summary>
<para>This property is hidden, because it is not supported in this class.
</para>
</summary>
<value>A <see cref="T:System.Windows.Point"/> value.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.Strip.Visibility">
<summary>
<para>This property is hidden, because it is not supported in this class.
</para>
</summary>
<value>A <see cref="T:System.Windows.Visibility"/> value.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.Strip.Visible">
<summary>
<para>Gets or sets whether the strip is visible.
</para>
</summary>
<value><b>true</b> if the strip is visible; otherwise, <b>false</b>.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.Strip.VisibleProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.Xpf.Charts.StockSeries2D">
<summary>
<para>Represents the Stock series.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.StockSeries2D.#ctor">
<summary>
<para>Initializes a new instance of the StockSeries2D class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.StockSeries2D.LevelLineLength">
<summary>
<para>Gets or sets a value specifying the length (in axis units) of the level line in Stock series.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value which represents the length of a level line in <b>axis units</b>, where an axis unit is the distance between two major values on the axis. This value should be greater than or equal to <b>0</b>.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.StockSeries2D.LevelLineLengthProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.StockSeries2D.LevelLineLength"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.StockSeries2D.Model">
<summary>
<para>Gets or sets the model used to draw elements of a 2D Stock Series.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.Stock2DModel"/> class descendant.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.StockSeries2D.ModelProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.StockSeries2D.Model"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.StockSeries2D.ShowOpenClose">
<summary>
<para>Gets or sets a value that specifies whether Open and Close markers are displayed within the Stock series.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.StockType"/> enumeration value.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.StockSeries2D.ShowOpenCloseProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.StockSeries2D.ShowOpenClose"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.Xpf.Charts.SimpleDiagram2D">
<summary>
<para>Represents a diagram that is used to plot Pie / Donut series.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.SimpleDiagram2D.#ctor">
<summary>
<para>Initializes a new instance of the SimpleDiagram2D class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.SimpleDiagram2D.Dimension">
<summary>
<para>Gets or sets the number of Pie series that can be displayed in one line (row or column).
</para>
</summary>
<value>A positive integer that specifies the number of Pies in one line.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.SimpleDiagram2D.DimensionProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.SimpleDiagram2D.Dimension"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.SimpleDiagram2D.LayoutDirection">
<summary>
<para>Gets or sets a value that specifies the manner in which multiple Pie series are positioned within a chart's diagram.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.LayoutDirection"/> enumeration value.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.SimpleDiagram2D.LayoutDirectionProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.SimpleDiagram2D.LayoutDirection"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.Xpf.Charts.SeriesPoint">
<summary>
<para>An individual series point in the series.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.SeriesPoint.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the SeriesPoint class with the specified qualitative argument.
</para>
</summary>
<param name="argument">
A <see cref="T:System.String"/> value which specifies the qualitative argument of the series point. This value is assigned to the <see cref="P:DevExpress.Xpf.Charts.SeriesPoint.Argument"/> property.
</param>
</member>
<member name="M:DevExpress.Xpf.Charts.SeriesPoint.#ctor(System.Double,System.DateTime)">
<summary>
<para>Initializes a new instance of the SeriesPoint class with the specified numerical argument and date-time value.
</para>
</summary>
<param name="argument">
A <see cref="T:System.Double"/> value which specifies the numerical argument of the series point. This value is assigned to the <see cref="P:DevExpress.Xpf.Charts.SeriesPoint.NumericalArgument"/> property.
</param>
<param name="value">
A <see cref="T:System.DateTime"/> value which specifies the date-time value of the series point. This value is assigned to the <see cref="P:DevExpress.Xpf.Charts.SeriesPoint.DateTimeValue"/> property.
</param>
</member>
<member name="M:DevExpress.Xpf.Charts.SeriesPoint.#ctor">
<summary>
<para>Initializes a new instance of the SeriesPoint class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.SeriesPoint.#ctor(System.String,System.Double)">
<summary>
<para>Initializes a new instance of the SeriesPoint class with the specified qualitative argument and numerical value.
</para>
</summary>
<param name="argument">
A <see cref="T:System.String"/> value which specifies the qualitative argument of the series point. This value is assigned to the <see cref="P:DevExpress.Xpf.Charts.SeriesPoint.Argument"/> property.
</param>
<param name="value">
A <see cref="T:System.Double"/> value which specifies the numerical value of the series point. This value is assigned to the <see cref="P:DevExpress.Xpf.Charts.SeriesPoint.Value"/> property.
</param>
</member>
<member name="M:DevExpress.Xpf.Charts.SeriesPoint.#ctor(System.Double)">
<summary>
<para>Initializes a new instance of the SeriesPoint class with the specified numerical argument.
</para>
</summary>
<param name="argument">
A <see cref="T:System.Double"/> value which specifies the numerical argument of the series point. This value is assigned to the <see cref="P:DevExpress.Xpf.Charts.SeriesPoint.NumericalArgument"/> property.
</param>
</member>
<member name="M:DevExpress.Xpf.Charts.SeriesPoint.#ctor(System.DateTime,System.DateTime)">
<summary>
<para>Initializes a new instance of the SeriesPoint class with the specified date-time argument and value.
</para>
</summary>
<param name="argument">
A <see cref="T:System.DateTime"/> value which specifies the date-time argument of the series point. This value is assigned to the <see cref="P:DevExpress.Xpf.Charts.SeriesPoint.DateTimeArgument"/> property.
</param>
<param name="value">
A <see cref="T:System.DateTime"/> value which specifies the date-time value of the series point. This value is assigned to the <see cref="P:DevExpress.Xpf.Charts.SeriesPoint.DateTimeValue"/> property.
</param>
</member>
<member name="M:DevExpress.Xpf.Charts.SeriesPoint.#ctor(System.DateTime,System.Double)">
<summary>
<para>Initializes a new instance of the SeriesPoint class with the specified date-time argument and numerical value.
</para>
</summary>
<param name="argument">
A <see cref="T:System.DateTime"/> value which specifies the date-time argument of the series point. This value is assigned to the <see cref="P:DevExpress.Xpf.Charts.SeriesPoint.DateTimeArgument"/> property.
</param>
<param name="value">
A <see cref="T:System.Double"/> value which specifies the numerical value of the series point. This value is assigned to the <see cref="P:DevExpress.Xpf.Charts.SeriesPoint.Value"/> property.
</param>
</member>
<member name="M:DevExpress.Xpf.Charts.SeriesPoint.#ctor(System.DateTime)">
<summary>
<para>Initializes a new instance of the SeriesPoint class with the specified date-time argument.
</para>
</summary>
<param name="argument">
A <see cref="T:System.DateTime"/> value which specifies the date-time argument of the series point. This value is assigned to the <see cref="P:DevExpress.Xpf.Charts.SeriesPoint.DateTimeArgument"/> property.
</param>
</member>
<member name="M:DevExpress.Xpf.Charts.SeriesPoint.#ctor(System.String,System.DateTime)">
<summary>
<para>Initializes a new instance of the SeriesPoint class with the specified qualitative argument and date-time value.
</para>
</summary>
<param name="argument">
A <see cref="T:System.String"/> value which specifies the qualitative argument of the series point. This value is assigned to the <see cref="P:DevExpress.Xpf.Charts.SeriesPoint.Argument"/> property.
</param>
<param name="value">
A <see cref="T:System.DateTime"/> value which specifies the date-time value of the series point. This value is assigned to the <see cref="P:DevExpress.Xpf.Charts.SeriesPoint.DateTimeValue"/> property.
</param>
</member>
<member name="M:DevExpress.Xpf.Charts.SeriesPoint.#ctor(System.Double,System.Double)">
<summary>
<para>Initializes a new instance of the SeriesPoint class with the specified numerical argument and value.
</para>
</summary>
<param name="argument">
A <see cref="T:System.Double"/> value which specifies the numerical argument of the series point. This value is assigned to the <see cref="P:DevExpress.Xpf.Charts.SeriesPoint.NumericalArgument"/> property.
</param>
<param name="value">
A <see cref="T:System.Double"/> value which specifies the numerical value of the series point. This value is assigned to the <see cref="P:DevExpress.Xpf.Charts.SeriesPoint.Value"/> property.
</param>
</member>
<member name="P:DevExpress.Xpf.Charts.SeriesPoint.ActualArgument">
<summary>
<para>Gets the actual argument of a series point.
</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the actual value of the argument.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.SeriesPoint.Argument">
<summary>
<para>Gets or sets the series point's argument.
</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the series data point's argument.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.SeriesPoint.DateTimeArgument">
<summary>
<para>Gets the point's argument value of a date-time type.
</para>
</summary>
<value>A <see cref="T:System.DateTime"/> value that represents the date-time argument of the series data point.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.SeriesPoint.DateTimeValue">
<summary>
<para>Gets the point's value of a date-time type.
</para>
</summary>
<value>A <see cref="T:System.DateTime"/> value that represents the date-time value of the series data point.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.SeriesPoint.NonAnimatedValue">
<summary>
<para>Gets the non-animated value of the <see cref="P:DevExpress.Xpf.Charts.SeriesPoint.Value"/> property.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value, representing the non-animated value.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.SeriesPoint.NumericalArgument">
<summary>
<para>Gets the point's argument value of a numerical type.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value that represents the numerical argument of the series data point.
</value>
</member>
<member name="E:DevExpress.Xpf.Charts.SeriesPoint.PropertyChanged">
<summary>
<para>Occurs when any of the SeriesPoint class properties has changed its value.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.SeriesPoint.Series">
<summary>
<para>Returns the series which is the owner of the current series point.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.Series"/> object.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.SeriesPoint.Tag">
<summary>
<para>Gets or sets the object that contains data related to this series point.
</para>
</summary>
<value>An <see cref="T:System.Object"/> that contains data about the series point.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.SeriesPoint.ToolTipHint">
<summary>
<para>Gets or sets the data representing the content (a text, image, etc.) of the tooltip's hint for a series point.
</para>
</summary>
<value>A <see cref="T:System.Object"/> value that is the content of the tooltip's hint.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.SeriesPoint.TypeNameSerializable">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.Xpf.Charts.SeriesPoint.Value">
<summary>
<para>Gets or sets the series point's value.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value.
</value>
</member>
<member name="T:DevExpress.Xpf.Charts.SeriesLabel">
<summary>
<para>Contains settings for series point labels.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.SeriesLabel.#ctor">
<summary>
<para>Initializes a new instance of the SeriesLabel class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.SeriesLabel.ConnectorThickness">
<summary>
<para>Gets or sets a thickness of a connector line from the series point label to the series point marker.
</para>
</summary>
<value>An integer value representing the connector line thickness.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.SeriesLabel.ConnectorThicknessProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.SeriesLabel.ConnectorThickness"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.SeriesLabel.ConnectorVisible">
<summary>
<para>Gets or sets the visibiity of a connector line from the series point label to the series point marker.
</para>
</summary>
<value><b>true</b> to show the connector line; <b>false</b> to hide it.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.SeriesLabel.ConnectorVisibleProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.SeriesLabel.ConnectorVisible"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.SeriesLabel.Indent">
<summary>
<para>Gets or sets how much series labels should be indented from each other when resolving of labels overlapping is enabled.
</para>
</summary>
<value>An integer value which specifies the indent in pixels.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.SeriesLabel.IndentProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.SeriesLabel.Indent"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.SeriesLabel.Items">
<summary>
<para>For internal use. Gets or sets the collection of series label items.
</para>
</summary>
<value>A collection of the DevExpress.Xpf.Charts.SeriesLabelItem objects.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.SeriesLabel.ItemsProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.SeriesLabel.Items"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.SeriesLabel.RenderMode">
<summary>
<para>Gets or sets a value specifying the mode of rendering labels.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.LabelRenderMode"/> enumeration value.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.SeriesLabel.RenderModeProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.SeriesLabel.RenderMode"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.SeriesLabel.ResolveOverlappingMode">
<summary>
<para>Gets or sets a value specifying the mode to resolve overlapping of series labels.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.ResolveOverlappingMode"/> enumeration value.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.SeriesLabel.ResolveOverlappingModeProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.SeriesLabel.ResolveOverlappingMode"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.SeriesLabel.Visible">
<summary>
<para>Gets or sets whether the series label is visible.
</para>
</summary>
<value><b>true</b> if the series label is visible; otherwise, <b>false</b>.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.SeriesLabel.VisibleProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.Xpf.Charts.SeriesCollection">
<summary>
<para>Represents a collection that stores individual series within a chart control.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.SeriesCollection.#ctor">
<summary>
<para>Initializes a new instance of the SeriesCollection class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Charts.SecondaryAxisYCollection">
<summary>
<para>Represents a collection that stores secondary y-axes of a particular <see cref="T:DevExpress.Xpf.Charts.XYDiagram2D"/>.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.SecondaryAxisYCollection.#ctor">
<summary>
<para>Initializes a new instance of the SecondaryAxisYCollection class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Charts.SecondaryAxisY2D">
<summary>
<para>Represents a secondary y-axis.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.SecondaryAxisY2D.#ctor">
<summary>
<para>Initializes a new instance of the SecondaryAxisY2D class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Charts.SecondaryAxisXCollection">
<summary>
<para>Represents a collection that stores secondary x-axes of a particular <see cref="T:DevExpress.Xpf.Charts.XYDiagram2D"/>.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.SecondaryAxisXCollection.#ctor">
<summary>
<para>Initializes a new instance of the SecondaryAxisXCollection class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Charts.SecondaryAxisX2D">
<summary>
<para>Represents a secondary x-axis.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.SecondaryAxisX2D.#ctor">
<summary>
<para>Initializes a new instance of the SecondaryAxisX2D class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Charts.ReductionStockOptions">
<summary>
<para>Contains settings relating to the price reduction indication within a Stock (Candle Stick) series.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.ReductionStockOptions.#ctor">
<summary>
<para>Initializes a new instance of the ReductionStockOptions class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.ReductionStockOptions.Brush">
<summary>
<para>Gets or sets the color of the price reduction.
</para>
</summary>
<value>A <see cref="T:System.Windows.Media.SolidColorBrush"/> value that specifies the price reduction's color.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.ReductionStockOptions.BrushProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ReductionStockOptions.Brush"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.ReductionStockOptions.Enabled">
<summary>
<para>Gets or sets a value that specifies whether or not price reductions are indicated within a financial series.
</para>
</summary>
<value><b>true</b> if price reductions are indicated; otherwise <b>false</b>.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.ReductionStockOptions.EnabledProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ReductionStockOptions.Enabled"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.ReductionStockOptions.Level">
<summary>
<para>Gets or sets a particular price value (open, close, high or low) used for the price action analysis in financial series.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.StockLevel"/> enumeration value.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.ReductionStockOptions.LevelProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ReductionStockOptions.Level"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.Xpf.Charts.PointOptions">
<summary>
<para>Contains settings that define the format for series point labels.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.PointOptions.#ctor">
<summary>
<para>Initializes a new instance of the PointOptions class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.PointOptions.ArgumentDateTimeOptions">
<summary>
<para>Gets an object that defines the display representation of date-time arguments.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.DateTimeOptions"/> object that contains specific date-time settings.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.PointOptions.ArgumentDateTimeOptionsProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.PointOptions.ArgumentDateTimeOptions"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.PointOptions.ArgumentNumericOptions">
<summary>
<para>Gets the settings which define how to display numeric argument values of series points.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.NumericOptions"/> object that contains specific settings for displaying the numeric values of point arguments.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.PointOptions.ArgumentNumericOptionsProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.PointOptions.ArgumentNumericOptions"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.PointOptions.Pattern">
<summary>
<para>Gets or sets a string which represents the pattern specifying the text to be displayed within series labels and legend items.
</para>
</summary>
<value>A <see cref="T:System.String"/>, which represents the pattern. The default value is <see cref="F:System.String.Empty"/>.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.PointOptions.PatternProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.PointOptions.Pattern"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.PointOptions.PointView">
<summary>
<para>Gets or sets a value that specifies which information should be displayed within series labels and legend items.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.PointView"/> enumeration value. The default value is <see cref="F:DevExpress.Xpf.Charts.PointView.Undefined"/>.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.PointOptions.PointViewProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.PointOptions.PointView"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.PointOptions.ValueDateTimeOptions">
<summary>
<para>Gets an object that defines the representation of date-time value(s) of a data point for display purposes.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.DateTimeOptions"/> object that contains specific date-time settings.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.PointOptions.ValueDateTimeOptionsProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.PointOptions.ValueDateTimeOptions"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.PointOptions.ValueNumericOptions">
<summary>
<para>Gets the settings which define how to display numeric data values of series points.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.NumericOptions"/> object that contains specific settings for displaying numeric values.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.PointOptions.ValueNumericOptionsProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.PointOptions.ValueNumericOptions"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.Xpf.Charts.PointSeries2D">
<summary>
<para>Represents the Point series.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.PointSeries2D.#ctor">
<summary>
<para>Initializes a new instance of the PointSeries2D class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.PointSeries2D.GetPointAnimation">
<summary>
<para>Gets the point animation, which is assigned to PointSeries2D.
</para>
</summary>
<returns>A <see cref="T:DevExpress.Xpf.Charts.SeriesPointAnimationBase"/> class descendant.
</returns>
</member>
<member name="P:DevExpress.Xpf.Charts.PointSeries2D.MarkerModel">
<summary>
<para>Gets or sets the model used to draw markers of a Point series.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.Marker2DModel"/> class descendant.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.PointSeries2D.MarkerModelProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.PointSeries2D.MarkerModel"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.PointSeries2D.MarkerSize">
<summary>
<para>Gets or sets the size of series point markers.
</para>
</summary>
<value>An integer value which specifies the height and width of the plot area of a marker(s) in pixels.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.PointSeries2D.MarkerSizeProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.PointSeries2D.MarkerSize"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.PointSeries2D.PointAnimation">
<summary>
<para>Specifies the animation for the series' point markers.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.Marker2DAnimationBase"/> class descendant, specifying the marker animation type.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.PointSeries2D.PointAnimationProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="M:DevExpress.Xpf.Charts.PointSeries2D.SetPointAnimation(DevExpress.Xpf.Charts.SeriesPointAnimationBase)">
<summary>
<para>Assigns the specified point animation to PointSeries2D.
</para>
</summary>
<param name="value">
A <see cref="T:DevExpress.Xpf.Charts.SeriesPointAnimationBase"/> class descendant.
</param>
</member>
<member name="T:DevExpress.Xpf.Charts.PieSeries2D">
<summary>
<para>Represents the Pie / Donut series.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.PieSeries2D.#ctor">
<summary>
<para>Initializes a new instance of the PieSeries2D class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.PieSeries2D.GetPointAnimation">
<summary>
<para>Gets the point animation, which is assigned to PieSeries2D.
</para>
</summary>
<returns>A <see cref="T:DevExpress.Xpf.Charts.SeriesPointAnimationBase"/> class descendant.
</returns>
</member>
<member name="M:DevExpress.Xpf.Charts.PieSeries2D.GetSeriesAnimation">
<summary>
<para>Gets the series animation, which is assigned to PieSeries2D.
</para>
</summary>
<returns>A <see cref="T:DevExpress.Xpf.Charts.SeriesAnimationBase"/> class descendant.
</returns>
</member>
<member name="P:DevExpress.Xpf.Charts.PieSeries2D.Model">
<summary>
<para>Gets or sets the model used to draw elements of a 2D Pie (Donut) series.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.Pie2DModel"/> class descendant.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.PieSeries2D.ModelProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.PieSeries2D.Model"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="M:DevExpress.Xpf.Charts.PieSeries2D.OnApplyTemplate">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.PieSeries2D.PointAnimation">
<summary>
<para>Specifies the animation for the series' point markers.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.Pie2DSeriesPointAnimationBase"/> class descendant, specifying the marker animation type.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.PieSeries2D.PointAnimationProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.PieSeries2D.Rotation">
<summary>
<para>Gets or sets the angle by which the Pie is rotated, relative to its default appearance.
</para>
</summary>
<value>An integer value that specifies the angle, in degrees, by which the pie is rotated.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.PieSeries2D.RotationProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.PieSeries2D.Rotation"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.PieSeries2D.SeriesAnimation">
<summary>
<para>Specifies the series animation.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.Line2DAnimationBase"/> class descendant, specifying the series animation type.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.PieSeries2D.SeriesAnimationProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="M:DevExpress.Xpf.Charts.PieSeries2D.SetPointAnimation(DevExpress.Xpf.Charts.SeriesPointAnimationBase)">
<summary>
<para>Assigns the specified point animation to PieSeries2D.
</para>
</summary>
<param name="value">
A <see cref="T:DevExpress.Xpf.Charts.SeriesPointAnimationBase"/> class descendant.
</param>
</member>
<member name="M:DevExpress.Xpf.Charts.PieSeries2D.SetSeriesAnimation(DevExpress.Xpf.Charts.SeriesAnimationBase)">
<summary>
<para>Assigns the specified series animation to PieSeries2D.
</para>
</summary>
<param name="value">
A <see cref="T:DevExpress.Xpf.Charts.SeriesAnimationBase"/> class descendant.
</param>
</member>
<member name="P:DevExpress.Xpf.Charts.PieSeries2D.SweepDirection">
<summary>
<para>Specifies the direction in which a Pie series is swept. This is a dependency property.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.PieSweepDirection"/> enumeration value.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.PieSeries2D.SweepDirectionProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.Xpf.Charts.PieSeries">
<summary>
<para>Represents the base class for Pie / Donut series.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.PieSeries.#ctor">
<summary>
<para>Initializes a new instance of the PieSeries class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.PieSeries.ExplodedDistance(DevExpress.Xpf.Charts.SeriesPoint)">
<summary>
<para>Gets or sets the offset distance of a slice from the Pie center, measured in fractions of the Pie radius.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value. It should be more than or equal to <b>0.0</b> and less than or equal to <b>1.0</b>.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.PieSeries.ExplodedDistanceProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.PieSeries.ExplodedDistance"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="M:DevExpress.Xpf.Charts.PieSeries.GetExplodedDistance(DevExpress.Xpf.Charts.SeriesPoint)">
<summary>
<para>Gets the value of the <see cref="P:DevExpress.Xpf.Charts.PieSeries.ExplodedDistance"/> attached property for a specified <see cref="T:DevExpress.Xpf.Charts.SeriesPoint"/>.
</para>
</summary>
<param name="point">
The series point from which the property value is read.
</param>
<returns>The <see cref="P:DevExpress.Xpf.Charts.PieSeries.ExplodedDistance"/> property value for the series point.
</returns>
</member>
<member name="M:DevExpress.Xpf.Charts.PieSeries.GetLabelPosition(DevExpress.Xpf.Charts.SeriesLabel)">
<summary>
<para>Gets the value of the <see cref="P:DevExpress.Xpf.Charts.PieSeries.LabelPosition"/> attached property for a specified <see cref="T:DevExpress.Xpf.Charts.SeriesLabel"/>.
</para>
</summary>
<param name="label">
The series label from which the property value is read.
</param>
<returns>The <see cref="P:DevExpress.Xpf.Charts.PieSeries.LabelPosition"/> property value for the series label.
</returns>
</member>
<member name="M:DevExpress.Xpf.Charts.PieSeries.GetPercentOptions(DevExpress.Xpf.Charts.PointOptions)">
<summary>
<para>Gets the value of the <see cref="P:DevExpress.Xpf.Charts.PieSeries.PercentOptions"/> attached property for a specified <see cref="T:DevExpress.Xpf.Charts.PointOptions"/> object.
</para>
</summary>
<param name="pointOptions">
A <see cref="T:DevExpress.Xpf.Charts.PointOptions"/> object from which the property value is read.
</param>
<returns>The <see cref="P:DevExpress.Xpf.Charts.PieSeries.PercentOptions"/> property value for the point options.
</returns>
</member>
<member name="P:DevExpress.Xpf.Charts.PieSeries.HoleRadiusPercent">
<summary>
<para>Gets or sets the radius of the inner circle in Donut series.
</para>
</summary>
<value>An integer value, representing the percentage of the inner radius to the outer radius of a Donut.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.PieSeries.HoleRadiusPercentProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.PieSeries.HoleRadiusPercent"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.PieSeries.LabelPosition(DevExpress.Xpf.Charts.SeriesLabel)">
<summary>
<para>Gets or sets the label's position in reference to the Pie (Donut) series point's slice.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.PieLabelPosition"/> enumeration value determining the position of a label in reference to its series point's slice.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.PieSeries.LabelPositionProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.PieSeries.LabelPosition"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.PieSeries.LabelsResolveOverlappingMinIndent">
<summary>
<para>Gets or sets a minimum indent between two adjacent labels when the resolve overlapping algorithm is enabled for them.
</para>
</summary>
<value>An integer value that specifies the minimum labels' indent, in pixels.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.PieSeries.LabelsResolveOverlappingMinIndentProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.PieSeries.PercentOptions(DevExpress.Xpf.Charts.PointOptions)">
<summary>
<para>Specifies the settings that relate to presenting point values as percents. This is an attached property. This is a dependency property.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.PercentOptions"/> object.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.PieSeries.PercentOptionsProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="M:DevExpress.Xpf.Charts.PieSeries.SetExplodedDistance(DevExpress.Xpf.Charts.SeriesPoint,System.Double)">
<summary>
<para>Sets the value of the <see cref="P:DevExpress.Xpf.Charts.PieSeries.ExplodedDistance"/> attached property to a specified <see cref="T:DevExpress.Xpf.Charts.SeriesPoint"/>.
</para>
</summary>
<param name="point">
The series point to which the attached property is written.
</param>
<param name="distance">
The required <see cref="T:System.Double"/> value.
</param>
</member>
<member name="M:DevExpress.Xpf.Charts.PieSeries.SetLabelPosition(DevExpress.Xpf.Charts.SeriesLabel,DevExpress.Xpf.Charts.PieLabelPosition)">
<summary>
<para>Sets the value of the <see cref="P:DevExpress.Xpf.Charts.PieSeries.LabelPosition"/> attached property to a specified <see cref="T:DevExpress.Xpf.Charts.SeriesLabel"/>.
</para>
</summary>
<param name="label">
The series label to which the attached property is written.
</param>
<param name="position">
The required <see cref="T:DevExpress.Xpf.Charts.PieLabelPosition"/> enumeration value.
</param>
</member>
<member name="M:DevExpress.Xpf.Charts.PieSeries.SetPercentOptions(DevExpress.Xpf.Charts.PointOptions,DevExpress.Xpf.Charts.PercentOptions)">
<summary>
<para>Sets the value of the <see cref="P:DevExpress.Xpf.Charts.PieSeries.PercentOptions"/> attached property to a specified <see cref="T:DevExpress.Xpf.Charts.PointOptions"/> object.
</para>
</summary>
<param name="pointOptions">
The <see cref="T:DevExpress.Xpf.Charts.PointOptions"/> object to which the attached property is written.
</param>
<param name="value">
The required <see cref="P:DevExpress.Xpf.Charts.PieSeries.PercentOptions"/> value.
</param>
</member>
<member name="P:DevExpress.Xpf.Charts.PieSeries.Titles">
<summary>
<para>Provides access to the collection of Pie series titles.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.TitleCollection"/> object representing the collection of series titles.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.PieSeries.TitlesProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.PieSeries.Titles"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.Xpf.Charts.NumericOptions">
<summary>
<para>Contains specific settings which define the representation of numeric values within a chart.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.NumericOptions.#ctor">
<summary>
<para>Initializes a new instance of the NumericOptions class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.NumericOptions.Format">
<summary>
<para>Gets or sets a value that specifies the formatting applied to numeric values.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.NumericFormat"/> enumeration value.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.NumericOptions.FormatProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.NumericOptions.Format"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.NumericOptions.Precision">
<summary>
<para>Gets or sets the maximum number of digits displayed to the right of the decimal point.
</para>
</summary>
<value>An integer value that specifies the maximum number of digits displayed in the fractional part of the value.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.NumericOptions.PrecisionProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.NumericOptions.Precision"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.Xpf.Charts.LineStyle">
<summary>
<para>Defines line style settings for various chart elements.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.LineStyle.#ctor">
<summary>
<para>Initializes a new instance of the LineStyle class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.LineStyle.#ctor(System.Int32)">
<summary>
<para>Initializes a new instance of the LineStyle class with the specified thickness.
</para>
</summary>
<param name="thickness">
An integer value that specifies the line's thickness. This value is assigned to the <see cref="P:DevExpress.Xpf.Charts.LineStyle.Thickness"/> property.
</param>
</member>
<member name="P:DevExpress.Xpf.Charts.LineStyle.DashArray">
<summary>
<para>For internal use. This is a dependency property.
</para>
</summary>
<value>@nbsp;
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.LineStyle.DashArrayProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.LineStyle.DashCap">
<summary>
<para>Specifies the shape at the end of the line. This is a dependency property.
</para>
</summary>
<value>A <see cref="T:System.Windows.Media.PenLineCap"/> enumeration value that represents the shape at the end of a line.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.LineStyle.DashCapProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.LineStyle.DashCap"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.LineStyle.DashOffset">
<summary>
<para>For internal use. This is a dependency property.
</para>
</summary>
<value>@nbsp;
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.LineStyle.DashOffsetProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.LineStyle.LineJoin">
<summary>
<para>Specifies the shape that joins two lines or segments.
</para>
</summary>
<value>A <see cref="T:System.Windows.Media.PenLineJoin"/> enumeration value that represents the shape that joins two lines or segments.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.LineStyle.LineJoinProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.LineStyle.LineJoin"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.LineStyle.MiterLimit">
<summary>
<para>Specifies the limit on the ratio of the miter length to half this line's <see cref="P:DevExpress.Xpf.Charts.LineStyle.Thickness"/>.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value that represents the line's miter limit.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.LineStyle.MiterLimitProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.LineStyle.MiterLimit"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.LineStyle.Thickness">
<summary>
<para>Specifies the line's thickness.
</para>
</summary>
<value>An integer value which specifies the line's thickness in pixels.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.LineStyle.ThicknessProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.LineStyle.Thickness"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.Xpf.Charts.LineSeries2D">
<summary>
<para>Represents the Line series.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.LineSeries2D.#ctor">
<summary>
<para>Initializes a new instance of the LineSeries2D class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.LineSeries2D.ActualLineStyle">
<summary>
<para>Gets the actual line style settings that are assigned to the LineSeries2D. This is a dependency property.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.LineStyle"/> object.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.LineSeries2D.ActualLineStyleProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="M:DevExpress.Xpf.Charts.LineSeries2D.GetPointAnimation">
<summary>
<para>Gets the point animation, which is assigned to LineSeries2D.
</para>
</summary>
<returns>A <see cref="T:DevExpress.Xpf.Charts.SeriesPointAnimationBase"/> class descendant.
</returns>
</member>
<member name="M:DevExpress.Xpf.Charts.LineSeries2D.GetSeriesAnimation">
<summary>
<para>Gets the series animation, which is assigned to LineSeries2D.
</para>
</summary>
<returns>A <see cref="T:DevExpress.Xpf.Charts.SeriesAnimationBase"/> class descendant.
</returns>
</member>
<member name="P:DevExpress.Xpf.Charts.LineSeries2D.LineStyle">
<summary>
<para>Specifies the line style settings of the 2D Line series.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.LineStyle"/> object that contains line style settings.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.LineSeries2D.LineStyleProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.LineSeries2D.LineStyle"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.LineSeries2D.MarkerModel">
<summary>
<para>Gets or sets the model used to draw markers of a Line series.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.Marker2DModel"/> class descendant.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.LineSeries2D.MarkerModelProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.LineSeries2D.MarkerModel"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.LineSeries2D.MarkerSize">
<summary>
<para>Gets or sets the size of series point markers.
</para>
</summary>
<value>An integer value which specifies the height and width of the plot area of a marker(s) in pixels.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.LineSeries2D.MarkerSizeProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.LineSeries2D.MarkerSize"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.LineSeries2D.MarkerVisible">
<summary>
<para>Specifies whether or not series point markers are visible.
</para>
</summary>
<value><b>true</b> to show markers; <b>false</b> to hide them.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.LineSeries2D.MarkerVisibleProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.LineSeries2D.MarkerVisible"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.LineSeries2D.PointAnimation">
<summary>
<para>Specifies the animation for the series' point markers.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.Marker2DAnimationBase"/> class descendant, specifying the marker animation type.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.LineSeries2D.PointAnimationProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.LineSeries2D.SeriesAnimation">
<summary>
<para>Specifies the series animation.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.Line2DAnimationBase"/> class descendant, specifying the series animation type.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.LineSeries2D.SeriesAnimationProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="M:DevExpress.Xpf.Charts.LineSeries2D.SetPointAnimation(DevExpress.Xpf.Charts.SeriesPointAnimationBase)">
<summary>
<para>Assigns the specified point animation to LineSeries2D.
</para>
</summary>
<param name="value">
A <see cref="T:DevExpress.Xpf.Charts.SeriesPointAnimationBase"/> class descendant.
</param>
</member>
<member name="M:DevExpress.Xpf.Charts.LineSeries2D.SetSeriesAnimation(DevExpress.Xpf.Charts.SeriesAnimationBase)">
<summary>
<para>Assigns the specified series animation to LineSeries2D.
</para>
</summary>
<param name="value">
A <see cref="T:DevExpress.Xpf.Charts.SeriesAnimationBase"/> class descendant.
</param>
</member>
<member name="T:DevExpress.Xpf.Charts.FinancialSeries2D">
<summary>
<para>Represents the base class for Candle Stick and Stock series.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.FinancialSeries2D.CloseValue(DevExpress.Xpf.Charts.SeriesPoint)">
<summary>
<para>Gets or sets the "Close" value for series points of Candle Stick and Stock series. This is an attached property.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.FinancialSeries2D.CloseValueDataMember">
<summary>
<para>Gets or sets the name of the data field that contains the "Close" values of the series points, which belong to the Candle Stick and Stock series.
</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the data field name.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.FinancialSeries2D.CloseValueDataMemberProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.FinancialSeries2D.CloseValueDataMember"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.Xpf.Charts.FinancialSeries2D.CloseValueProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.FinancialSeries2D.CloseValue"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.FinancialSeries2D.ColorEach">
<summary>
<para>Overrides the <see cref="P:DevExpress.Xpf.Charts.XYSeries.ColorEach"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:System.Boolean"/> value.
</value>
</member>
<member name="M:DevExpress.Xpf.Charts.FinancialSeries2D.GetCloseValue(DevExpress.Xpf.Charts.SeriesPoint)">
<summary>
<para>Gets the value of the <see cref="P:DevExpress.Xpf.Charts.FinancialSeries2D.CloseValue"/> attached property for a specified <see cref="T:DevExpress.Xpf.Charts.SeriesPoint"/>.
</para>
</summary>
<param name="point">
The series point from which the property value is read.
</param>
<returns>The <see cref="P:DevExpress.Xpf.Charts.FinancialSeries2D.CloseValue"/> property value for the series point.
</returns>
</member>
<member name="M:DevExpress.Xpf.Charts.FinancialSeries2D.GetHighValue(DevExpress.Xpf.Charts.SeriesPoint)">
<summary>
<para>Gets the value of the <see cref="P:DevExpress.Xpf.Charts.FinancialSeries2D.HighValue"/> attached property for a specified <see cref="T:DevExpress.Xpf.Charts.SeriesPoint"/>.
</para>
</summary>
<param name="point">
The series point from which the property value is read.
</param>
<returns>The <see cref="P:DevExpress.Xpf.Charts.FinancialSeries2D.HighValue"/> property value for the series point.
</returns>
</member>
<member name="M:DevExpress.Xpf.Charts.FinancialSeries2D.GetLowValue(DevExpress.Xpf.Charts.SeriesPoint)">
<summary>
<para>Gets the value of the <see cref="P:DevExpress.Xpf.Charts.FinancialSeries2D.LowValue"/> attached property for a specified <see cref="T:DevExpress.Xpf.Charts.SeriesPoint"/>.
</para>
</summary>
<param name="point">
The series point from which the property value is read.
</param>
<returns>The <see cref="P:DevExpress.Xpf.Charts.FinancialSeries2D.LowValue"/> property value for the series point.
</returns>
</member>
<member name="M:DevExpress.Xpf.Charts.FinancialSeries2D.GetOpenValue(DevExpress.Xpf.Charts.SeriesPoint)">
<summary>
<para>Gets the value of the <see cref="P:DevExpress.Xpf.Charts.FinancialSeries2D.OpenValue"/> attached property for a specified <see cref="T:DevExpress.Xpf.Charts.SeriesPoint"/>.
</para>
</summary>
<param name="point">
The series point from which the property value is read.
</param>
<returns>The <see cref="P:DevExpress.Xpf.Charts.FinancialSeries2D.OpenValue"/> property value for the series point.
</returns>
</member>
<member name="M:DevExpress.Xpf.Charts.FinancialSeries2D.GetPointAnimation">
<summary>
<para>Gets the point animation, which is assigned to FinancialSeries2D.
</para>
</summary>
<returns>A <see cref="T:DevExpress.Xpf.Charts.SeriesPointAnimationBase"/> class descendant.
</returns>
</member>
<member name="M:DevExpress.Xpf.Charts.FinancialSeries2D.GetValueToDisplay(DevExpress.Xpf.Charts.PointOptions)">
<summary>
<para>Gets the value of the <see cref="P:DevExpress.Xpf.Charts.FinancialSeries2D.ValueToDisplay"/> attached property for specified <see cref="T:DevExpress.Xpf.Charts.PointOptions"/>.
</para>
</summary>
<param name="options">
The <see cref="T:DevExpress.Xpf.Charts.PointOptions"/> object from which the property value is read.
</param>
<returns>The <see cref="P:DevExpress.Xpf.Charts.FinancialSeries2D.ValueToDisplay"/> property value for the point options.
</returns>
</member>
<member name="P:DevExpress.Xpf.Charts.FinancialSeries2D.HighValue(DevExpress.Xpf.Charts.SeriesPoint)">
<summary>
<para>Gets or sets the "High" value for series points of Candle Stick and Stock series. This is an attached property.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.FinancialSeries2D.HighValueDataMember">
<summary>
<para>Gets or sets the name of the data field that contains the "High" values of the series points, which belong to the Candle Stick and Stock series.
</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the data field name.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.FinancialSeries2D.HighValueDataMemberProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.FinancialSeries2D.HighValueDataMember"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.Xpf.Charts.FinancialSeries2D.HighValueProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.FinancialSeries2D.HighValue"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.FinancialSeries2D.LowValue(DevExpress.Xpf.Charts.SeriesPoint)">
<summary>
<para>Gets or sets the "Low" value for series points of Candle Stick and Stock series. This is an attached property.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.FinancialSeries2D.LowValueDataMember">
<summary>
<para>Gets or sets the name of the data field that contains the "Low" values of the series points, which belong to the Candle Stick and Stock series.
</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the data field name.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.FinancialSeries2D.LowValueDataMemberProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.FinancialSeries2D.LowValueDataMember"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.Xpf.Charts.FinancialSeries2D.LowValueProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.FinancialSeries2D.LowValue"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.FinancialSeries2D.OpenValue(DevExpress.Xpf.Charts.SeriesPoint)">
<summary>
<para>Gets or sets the "Open" value for series points of Candle Stick and Stock series. This is an attached property.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.FinancialSeries2D.OpenValueDataMember">
<summary>
<para>Gets or sets the name of the data field that contains the "Open" values of the series points, which belong to the Candle Stick and Stock series.
</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the data field name.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.FinancialSeries2D.OpenValueDataMemberProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.FinancialSeries2D.OpenValueDataMember"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.Xpf.Charts.FinancialSeries2D.OpenValueProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.FinancialSeries2D.OpenValue"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.FinancialSeries2D.PointAnimation">
<summary>
<para>Specifies the animation for the series' point markers.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.Stock2DAnimationBase"/> class descendant, specifying the marker animation type.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.FinancialSeries2D.PointAnimationProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.FinancialSeries2D.ReductionOptions">
<summary>
<para>Gets the settings which relate to indicating a price reduction within the financial series (e.g. Candle Stick or Stock).
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.ReductionStockOptions"/> object that contains the price reduction indication settings.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.FinancialSeries2D.ReductionOptionsProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.FinancialSeries2D.ReductionOptions"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="M:DevExpress.Xpf.Charts.FinancialSeries2D.SetCloseValue(DevExpress.Xpf.Charts.SeriesPoint,System.Double)">
<summary>
<para>Sets the value of the <see cref="P:DevExpress.Xpf.Charts.FinancialSeries2D.CloseValue"/> attached property to a specified <see cref="T:DevExpress.Xpf.Charts.SeriesPoint"/>.
</para>
</summary>
<param name="point">
The series point to which the attached property is written.
</param>
<param name="value">
The required <see cref="T:System.Double"/> value.
</param>
</member>
<member name="M:DevExpress.Xpf.Charts.FinancialSeries2D.SetHighValue(DevExpress.Xpf.Charts.SeriesPoint,System.Double)">
<summary>
<para>Sets the value of the <see cref="P:DevExpress.Xpf.Charts.FinancialSeries2D.HighValue"/> attached property to a specified <see cref="T:DevExpress.Xpf.Charts.SeriesPoint"/>.
</para>
</summary>
<param name="point">
The series point to which the attached property is written.
</param>
<param name="value">
The required <see cref="T:System.Double"/> value.
</param>
</member>
<member name="M:DevExpress.Xpf.Charts.FinancialSeries2D.SetLowValue(DevExpress.Xpf.Charts.SeriesPoint,System.Double)">
<summary>
<para>Sets the value of the <see cref="P:DevExpress.Xpf.Charts.FinancialSeries2D.LowValue"/> attached property to a specified <see cref="T:DevExpress.Xpf.Charts.SeriesPoint"/>.
</para>
</summary>
<param name="point">
The series point to which the attached property is written.
</param>
<param name="value">
The required <see cref="T:System.Double"/> value.
</param>
</member>
<member name="M:DevExpress.Xpf.Charts.FinancialSeries2D.SetOpenValue(DevExpress.Xpf.Charts.SeriesPoint,System.Double)">
<summary>
<para>Sets the value of the <see cref="P:DevExpress.Xpf.Charts.FinancialSeries2D.OpenValue"/> attached property to a specified <see cref="T:DevExpress.Xpf.Charts.SeriesPoint"/>.
</para>
</summary>
<param name="point">
The series point to which the attached property is written.
</param>
<param name="value">
The required <see cref="T:System.Double"/> value.
</param>
</member>
<member name="M:DevExpress.Xpf.Charts.FinancialSeries2D.SetPointAnimation(DevExpress.Xpf.Charts.SeriesPointAnimationBase)">
<summary>
<para>Assigns the specified point animation to FinancialSeries2D.
</para>
</summary>
<param name="value">
A <see cref="T:DevExpress.Xpf.Charts.SeriesPointAnimationBase"/> class descendant.
</param>
</member>
<member name="M:DevExpress.Xpf.Charts.FinancialSeries2D.SetValueToDisplay(DevExpress.Xpf.Charts.PointOptions,DevExpress.Xpf.Charts.StockLevel)">
<summary>
<para>Sets the value of the <see cref="P:DevExpress.Xpf.Charts.FinancialSeries2D.ValueToDisplay"/> attached property to a specified <see cref="T:DevExpress.Xpf.Charts.PointOptions"/>.
</para>
</summary>
<param name="options">
The <see cref="T:DevExpress.Xpf.Charts.PointOptions"/> object to which the attached property is written.
</param>
<param name="valueToDisplay">
The required <see cref="T:DevExpress.Xpf.Charts.StockLevel"/> value.
</param>
</member>
<member name="P:DevExpress.Xpf.Charts.FinancialSeries2D.ValueToDisplay(DevExpress.Xpf.Charts.PointOptions)">
<summary>
<para>Gets or sets which value to display in the series point's label for the Stock and Candle Stick series.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.StockLevel"/> object defining which value to display in a series point's label.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.FinancialSeries2D.ValueToDisplayProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.FinancialSeries2D.ValueToDisplay"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.Xpf.Charts.Diagram2D">
<summary>
<para>Represents the base class for all diagram types compatible with 2D series types.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.Diagram2D.#ctor">
<summary>
<para>Initializes a new instance of the Diagram2D class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Charts.DateTimeOptions">
<summary>
<para>Contains specific settings which define the representation of date-time values within a chart.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.DateTimeOptions.#ctor">
<summary>
<para>Initializes a new instance of the DateTimeOptions class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.DateTimeOptions.Format">
<summary>
<para>Gets or sets a value that specifies the form of date-time values' representation.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.DateTimeFormat"/> enumeration value.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.DateTimeOptions.FormatProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.DateTimeOptions.Format"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.DateTimeOptions.FormatString">
<summary>
<para>Gets or sets the pattern for formatting date-time values.
</para>
</summary>
<value>A <see cref="T:System.String"/> value that represents the format pattern.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.DateTimeOptions.FormatStringProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.DateTimeOptions.FormatString"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.Xpf.Charts.DataFilterCollection">
<summary>
<para>Represents a collection that stores specific filter conditions of a series.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.DataFilterCollection.#ctor">
<summary>
<para>Initializes a new instance of the DataFilterCollection class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Charts.DataFilter">
<summary>
<para>Defines specific filter conditions of a series.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.DataFilter.#ctor(System.String,System.String,DevExpress.Xpf.Charts.DataFilterCondition,System.Object)">
<summary>
<para>Initializes a new instance of the DataFilter class with the specified column name and data type name, condition and filter value.
</para>
</summary>
<param name="columnName">
A <see cref="T:System.String"/> which specifies the name of the data column whose values are to be filtered according to the data filter condition. This value is assigned to the <see cref="P:DevExpress.Xpf.Charts.DataFilter.ColumnName"/> property.
</param>
<param name="dataTypeName">
A <see cref="T:System.String"/> which specifies the type name of the data stored in the <b>columnName</b> data column. This value is assigned to the <see cref="P:DevExpress.Xpf.Charts.DataFilter.DataType"/> property.
</param>
<param name="condition">
A <see cref="T:DevExpress.Xpf.Charts.DataFilterCondition"/> enumeration value which specifies the condition used for data filtering. This value is assigned to the <see cref="P:DevExpress.Xpf.Charts.DataFilter.Condition"/> property.
</param>
<param name="val">
An <see cref="T:System.Object"/> which specifies the value which will be used for data filtering. Note that the type of the filtering value should correspond to the type specified via the <b>dataTypeName</b> parameter. This value is assigned to the <see cref="P:DevExpress.Xpf.Charts.DataFilter.Value"/> property.
</param>
</member>
<member name="M:DevExpress.Xpf.Charts.DataFilter.#ctor">
<summary>
<para>Initializes a new instance of the DataFilter class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.DataFilter.ColumnName">
<summary>
<para>Specifies the name of the data field to which the filter condition is applied.
</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the name of the corresponding data field.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.DataFilter.ColumnNameProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.AreaSeries2D.MarkerModel"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.DataFilter.Condition">
<summary>
<para>Specifies the comparison operator used to filter the data points within a series.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.DataFilterCondition"/> enumeration value.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.DataFilter.ConditionProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.AreaSeries2D.MarkerModel"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.DataFilter.DataType">
<summary>
<para>Specifies the data type of the value associated with the current data filter object.
</para>
</summary>
<value>A <see cref="T:System.Type"/> object that represents the value data type.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.DataFilter.DataTypeProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.AreaSeries2D.MarkerModel"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.DataFilter.Value">
<summary>
<para>Gets or sets the filter value represented by the current data filter item.
</para>
</summary>
<value>A <see cref="T:System.Object"/> representing the value by which the series data is filtered.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.DataFilter.ValueProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.AreaSeries2D.MarkerModel"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.Xpf.Charts.CustomPalette">
<summary>
<para>A custom palette (set of colors) used to draw a chart.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.CustomPalette.#ctor">
<summary>
<para>Initializes a new instance of the CustomPalette class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.CustomPalette.Colors">
<summary>
<para>Gets the colors of the custom palette.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.ColorCollection"/> object that represents the palette's collection of colors.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.CustomPalette.PaletteName">
<summary>
<para>Gets the name of the CustomPalette.
</para>
</summary>
<value>A <see cref="T:System.String"/> value specifying the palette's name
</value>
</member>
<member name="T:DevExpress.Xpf.Charts.ConstantLineTitle">
<summary>
<para>Represents a title of a constant line.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.ConstantLineTitle.#ctor">
<summary>
<para>Initializes a new instance of the ConstantLineTitle class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.ConstantLineTitle.Alignment">
<summary>
<para>Gets or sets the alignment of the constant line's title. This is a dependency property.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.ConstantLineTitleAlignment"/> enumeration value which specifies the alignment of the constant line title.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.ConstantLineTitle.AlignmentProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ConstantLineTitle.Alignment"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.ConstantLineTitle.ShowBelowLine">
<summary>
<para>Gets or sets a value that specifies whether a constant line's title is displayed below or above the line. This is a dependency property.
</para>
</summary>
<value><b>true</b> if the title is displayed below the constant line; otherwise, <b>false</b>.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.ConstantLineTitle.ShowBelowLineProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ConstantLineTitle.ShowBelowLine"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.Xpf.Charts.ConstantLineCollection">
<summary>
<para>Stores constant lines of a particular axis.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.ConstantLineCollection.#ctor">
<summary>
<para>Initializes a new instance of the ConstantLineCollection class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Charts.ConstantLine">
<summary>
<para>A constant line of an axis.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.ConstantLine.#ctor(System.Double,System.String)">
<summary>
<para>Initializes a new instance of the ConstantLine class with the specified double value and title.
</para>
</summary>
<param name="value">
A <see cref="T:System.Double"/> value that specifies the numeric value at which the constant line will be shown. This value is assigned to the <see cref="P:DevExpress.Xpf.Charts.ConstantLine.Value"/> property.
</param>
<param name="title">
A <see cref="T:System.String"/> that specifies the title of the constant line. This value is assigned to the <see cref="P:DevExpress.Xpf.Charts.ConstantLine.Title"/> property.
</param>
</member>
<member name="M:DevExpress.Xpf.Charts.ConstantLine.#ctor">
<summary>
<para>Initializes a new instance of the ConstantLine class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.ConstantLine.#ctor(System.String,System.String)">
<summary>
<para>Initializes a new instance of the ConstantLine class with the specified qualitative value and title.
</para>
</summary>
<param name="value">
A <see cref="T:System.String"/> value that specifies the qualitative value at which the constant line will be shown. This value is assigned to the <see cref="P:DevExpress.Xpf.Charts.ConstantLine.Value"/> property.
</param>
<param name="title">
A <see cref="T:System.String"/> that specifies the title of the constant line. This value is assigned to the <see cref="P:DevExpress.Xpf.Charts.ConstantLine.Title"/> property.
</param>
</member>
<member name="M:DevExpress.Xpf.Charts.ConstantLine.#ctor(System.DateTime,System.String)">
<summary>
<para>Initializes a new instance of the ConstantLine class with the specified date-time value and title.
</para>
</summary>
<param name="value">
A <see cref="T:System.DateTime"/> value that specifies the date-time value at which the constant line will be shown. This value is assigned to the <see cref="P:DevExpress.Xpf.Charts.ConstantLine.Value"/> property.
</param>
<param name="title">
A <see cref="T:System.String"/> that specifies the title of the constant line. This value is assigned to the <see cref="P:DevExpress.Xpf.Charts.ConstantLine.Title"/> property.
</param>
</member>
<member name="P:DevExpress.Xpf.Charts.ConstantLine.ActualLineStyle">
<summary>
<para>Gets the actual line style of the constant line. This is a dependency property.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.LineStyle"/> object.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.ConstantLine.ActualLineStyleProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.ConstantLine.Background">
<summary>
<para>Overrides the <see cref="P:System.Windows.Controls.Control.Background"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:System.Windows.Media.Brush"/> value.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.ConstantLine.BorderBrush">
<summary>
<para>Overrides the <see cref="P:System.Windows.Controls.Control.BorderBrush"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:System.Windows.Media.Brush"/> value.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.ConstantLine.BorderThickness">
<summary>
<para>Overrides the <see cref="P:System.Windows.Controls.Control.BorderThickness"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:System.Windows.Thickness"/> value.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.ConstantLine.Brush">
<summary>
<para>Gets or sets the color of the constant line.
</para>
</summary>
<value>A <see cref="T:System.Windows.Media.Brush"/> object which specifies the color of the constant line.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.ConstantLine.BrushProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.ConstantLine.Clip">
<summary>
<para>Overrides the <see cref="P:System.Windows.UIElement.Clip"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:System.Windows.Media.Geometry"/> value.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.ConstantLine.Effect">
<summary>
<para>Overrides the <see cref="P:System.Windows.UIElement.Effect"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:System.Windows.Media.Effects.Effect"/> value.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.ConstantLine.ElementTemplate">
<summary>
<para>Gets or sets a template, which defines a custom appearance and look-and-feel of a constant line.
</para>
</summary>
<value>A <see cref="T:System.Windows.DataTemplate"/> object representing a custom template.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.ConstantLine.ElementTemplateProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.ConstantLine.Foreground">
<summary>
<para>Overrides the <see cref="P:System.Windows.Controls.Control.Foreground"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:System.Windows.Media.Brush"/> value.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.ConstantLine.LegendMarkerTemplate">
<summary>
<para>Gets or sets the template that defines presentation of the legend marker for this constant line.
</para>
</summary>
<value>A <see cref="T:System.Windows.DataTemplate"/> object that contains the template for a legend marker.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.ConstantLine.LegendMarkerTemplateProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.ConstantLine.LegendText">
<summary>
<para>Gets or sets the legend's text for the constant line.
</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the legend text for the constant line.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.ConstantLine.LegendTextProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.ConstantLine.LineStyle">
<summary>
<para>Specifies the constant line's style settings.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.LineStyle"/> object that contains line style settings.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.ConstantLine.LineStyleProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.ConstantLine.Opacity">
<summary>
<para>This property is hidden, because it is not supported in this class.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.ConstantLine.OpacityMask">
<summary>
<para>This property is hidden, because it is not supported in this class.
</para>
</summary>
<value>A <see cref="T:System.Windows.Media.Brush"/> value.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.ConstantLine.Padding">
<summary>
<para>This property is hidden, because it is not supported in this class.
</para>
</summary>
<value>A <see cref="T:System.Windows.Thickness"/> value.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.ConstantLine.RenderTransform">
<summary>
<para>This property is hidden, because it is not supported in this class.
</para>
</summary>
<value>A <see cref="T:System.Windows.Media.Transform"/> value.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.ConstantLine.RenderTransformOrigin">
<summary>
<para>This property is hidden, because it is not supported in this class.
</para>
</summary>
<value>A <see cref="T:System.Windows.Point"/> value.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.ConstantLine.Title">
<summary>
<para>Gets or sets the constant line title.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.ConstantLineTitle"/> object.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.ConstantLine.TitleProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.ConstantLine.Value">
<summary>
<para>Gets or sets the constant line's position along an axis.
</para>
</summary>
<value>A <see cref="T:System.Object"/> value that specifies the constant line's position.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.ConstantLine.ValueProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.ConstantLine.Visibility">
<summary>
<para>This property is hidden, because it is not supported in this class.
</para>
</summary>
<value>A <see cref="T:System.Windows.Visibility"/> value.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.ConstantLine.Visible">
<summary>
<para>Gets or sets whether the constant line is visible.
</para>
</summary>
<value><b>true</b> if the constant line is visible; otherwise, <b>false</b>.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.ConstantLine.VisibleProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.Xpf.Charts.ChartElement">
<summary>
<para>Represents the base class for most of the chart elements.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.ChartElement.AllowDrop">
<summary>
<para>Determines whether ChartElement can be a drop target for purposes of Silverlight drag-and-drop operations.
</para>
</summary>
<value><b>true</b> if this ChartElement instance can be a drop target for purposes of Silverlight drag-and-drop operations; otherwise <b>false</b>. The default is <b>false</b>.
</value>
</member>
<member name="M:DevExpress.Xpf.Charts.ChartElement.BeginInit">
<summary>
<para>Starts the ChartElement's initialization. Initialization occurs at runtime.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.ChartElement.EndInit">
<summary>
<para>Ends the ChartElement's initialization.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.ChartElement.FlowDirection">
<summary>
<para>This property is hidden, because it is not supported in this class.
</para>
</summary>
<value>A <see cref="T:System.Windows.FlowDirection"/> value.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.ChartElement.Height">
<summary>
<para>Gets or sets the height of the element.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.ChartElement.HorizontalAlignment">
<summary>
<para>Gets or sets the horizontal alignment of the element.
</para>
</summary>
<value>A <see cref="T:System.Windows.HorizontalAlignment"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.ChartElement.HorizontalContentAlignment">
<summary>
<para>Gets or sets the horizontal alignment of the element's content.
</para>
</summary>
<value>A <see cref="T:System.Windows.HorizontalAlignment"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.ChartElement.IsEnabled">
<summary>
<para>Indicates whether or not this element is enabled in the user interface (UI).
</para>
</summary>
<value><b>true</b> if the element is enabled; otherwise <b>false</b>. The default value is <b>true</b>.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.ChartElement.IsHitTestVisible">
<summary>
<para>Defines whether or not this element can possibly be returned as a hit test result from some portion of its rendered content.
</para>
</summary>
<value><b>true</b> if this element could be returned as a hit test result from at least one point; otherwise <b>false</b>. The default value is <b>true</b>.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.ChartElement.IsTabStop">
<summary>
<para>Indicates whether or not the element is included in tab navigation.
</para>
</summary>
<value><b>true</b> if the element is included in tab navigation; otherwise <b>false</b>. The default is <b>true</b>.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.ChartElement.MaxHeight">
<summary>
<para>Gets or sets the maximum height constraint of the element.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.ChartElement.MaxWidth">
<summary>
<para>Gets or sets the maximum width constraint of the element.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.ChartElement.MinHeight">
<summary>
<para>Gets or sets the minimum height constraint of the element.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.ChartElement.MinWidth">
<summary>
<para>Gets or sets the minimum width constraint of the element.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.ChartElement.TabIndex">
<summary>
<para>Gets or sets the tab index of the element.
</para>
</summary>
<value>An integer value.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.ChartElement.TypeNameSerializable">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.Xpf.Charts.ChartElement.UseLayoutRounding">
<summary>
<para>This property is hidden, because it is not supported in this class.
</para>
</summary>
<value>A <see cref="T:System.Boolean"/> value.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.ChartElement.VerticalAlignment">
<summary>
<para>Gets or sets the vertical alignment of the element.
</para>
</summary>
<value>A <see cref="T:System.Windows.VerticalAlignment"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.ChartElement.VerticalContentAlignment">
<summary>
<para>Gets or sets the vertical alignment of the element's content.
</para>
</summary>
<value>A <see cref="T:System.Windows.VerticalAlignment"/> enumeration value.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.ChartElement.Width">
<summary>
<para>Gets or sets the width of the element.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value.
</value>
</member>
<member name="T:DevExpress.Xpf.Charts.CandleStickSeries2D">
<summary>
<para>Represents the Candle Stick series.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.CandleStickSeries2D.#ctor">
<summary>
<para>Initializes a new instance of the CandleStickSeries2D class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.CandleStickSeries2D.CandleWidth">
<summary>
<para>Specifies the width (in axis units) of the Candle in 2D Candle Stick series.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value that represents the width of a candle in <b>axis units</b>, where an axis unit is the distance between two major values on the axis. This value should be greater than or equal to <b>0</b>.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.CandleStickSeries2D.CandleWidthProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.CandleStickSeries2D.CandleWidth"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.CandleStickSeries2D.Model">
<summary>
<para>Gets or sets the model used to draw elements of a 2D Candle Stick Series.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.CandleStick2DModel"/> class descendant.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.CandleStickSeries2D.ModelProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.CandleStickSeries2D.Model"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.Xpf.Charts.BubbleSeries2D">
<summary>
<para>Represents the Bubble series.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.BubbleSeries2D.#ctor">
<summary>
<para>Initializes a new instance of the BubbleSeries2D class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.BubbleSeries2D.GetLabelPosition(DevExpress.Xpf.Charts.SeriesLabel)">
<summary>
<para>Gets the value of the <see cref="P:DevExpress.Xpf.Charts.BubbleSeries2D.LabelPosition"/> attached property for a specified <see cref="T:DevExpress.Xpf.Charts.SeriesLabel"/>.
</para>
</summary>
<param name="label">
The series label from which the property value is read.
</param>
<returns>The <see cref="P:DevExpress.Xpf.Charts.BubbleSeries2D.LabelPosition"/> property value for the series label.
</returns>
</member>
<member name="M:DevExpress.Xpf.Charts.BubbleSeries2D.GetPointAnimation">
<summary>
<para>Gets the point animation, which is assigned to BubbleSeries2D.
</para>
</summary>
<returns>A <see cref="T:DevExpress.Xpf.Charts.SeriesPointAnimationBase"/> class descendant.
</returns>
</member>
<member name="M:DevExpress.Xpf.Charts.BubbleSeries2D.GetValueToDisplay(DevExpress.Xpf.Charts.PointOptions)">
<summary>
<para>Gets the value of the <see cref="P:DevExpress.Xpf.Charts.BubbleSeries2D.ValueToDisplay"/> attached property for specified <see cref="T:DevExpress.Xpf.Charts.PointOptions"/>.
</para>
</summary>
<param name="options">
The <see cref="T:DevExpress.Xpf.Charts.PointOptions"/> object from which the property value is read.
</param>
<returns>The <see cref="P:DevExpress.Xpf.Charts.BubbleSeries2D.ValueToDisplay"/> property value for the point options.
</returns>
</member>
<member name="M:DevExpress.Xpf.Charts.BubbleSeries2D.GetWeight(DevExpress.Xpf.Charts.SeriesPoint)">
<summary>
<para>Gets the value of the <see cref="P:DevExpress.Xpf.Charts.BubbleSeries2D.Weight"/> attached property for a specified <see cref="T:DevExpress.Xpf.Charts.SeriesPoint"/>.
</para>
</summary>
<param name="point">
A <see cref="T:DevExpress.Xpf.Charts.SeriesPoint"/> object whose <see cref="P:DevExpress.Xpf.Charts.BubbleSeries2D.Weight"/> property's value is to be returned.
</param>
<returns>The value of the <see cref="P:DevExpress.Xpf.Charts.BubbleSeries2D.Weight"/> property for the specified series point.
</returns>
</member>
<member name="P:DevExpress.Xpf.Charts.BubbleSeries2D.LabelPosition(DevExpress.Xpf.Charts.SeriesLabel)">
<summary>
<para>Gets or sets the label's position against the 2D Bubble Series point marker.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.Bubble2DLabelPosition"/> enumeration value determining the position of a label against its marker.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.BubbleSeries2D.LabelPositionProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.BubbleSeries2D.LabelPosition"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.BubbleSeries2D.MarkerModel">
<summary>
<para>Gets or sets the model used to draw markers of a 2D Bubble Series.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.Marker2DModel"/> class descendant.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.BubbleSeries2D.MarkerModelProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.BubbleSeries2D.MarkerModel"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.BubbleSeries2D.MaxSize">
<summary>
<para>Gets or sets the maximum size of the bubble marker.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value which specifies the marker's maximum size (measured in fractions of x-axis units), where an axis unit is the distance between two major values on the x-axis. This value should be greater than <b>0</b>.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.BubbleSeries2D.MaxSizeProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.BubbleSeries2D.MaxSize"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.BubbleSeries2D.MinSize">
<summary>
<para>Gets or sets the minimum size of the bubble marker.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value which specifies the marker's minimum size (measured in fractions of x-axis units), where an axis unit is the distance between two major values on the x-axis. This value should be greater than <b>0</b>.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.BubbleSeries2D.MinSizeProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.BubbleSeries2D.MinSize"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.BubbleSeries2D.PointAnimation">
<summary>
<para>Specifies the animation for the series' point markers.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.Marker2DAnimationBase"/> class descendant, specifying the marker animation type.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.BubbleSeries2D.PointAnimationProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="M:DevExpress.Xpf.Charts.BubbleSeries2D.SetLabelPosition(DevExpress.Xpf.Charts.SeriesLabel,DevExpress.Xpf.Charts.Bubble2DLabelPosition)">
<summary>
<para>Sets the value of the <see cref="P:DevExpress.Xpf.Charts.BubbleSeries2D.LabelPosition"/> attached property to a specified <see cref="T:DevExpress.Xpf.Charts.SeriesLabel"/>.
</para>
</summary>
<param name="label">
The series label to which the attached property is written.
</param>
<param name="position">
The required <see cref="T:DevExpress.Xpf.Charts.Bubble2DLabelPosition"/> value.
</param>
</member>
<member name="M:DevExpress.Xpf.Charts.BubbleSeries2D.SetPointAnimation(DevExpress.Xpf.Charts.SeriesPointAnimationBase)">
<summary>
<para>Assigns the specified point animation to BubbleSeries2D.
</para>
</summary>
<param name="value">
A <see cref="T:DevExpress.Xpf.Charts.SeriesPointAnimationBase"/> class descendant.
</param>
</member>
<member name="M:DevExpress.Xpf.Charts.BubbleSeries2D.SetValueToDisplay(DevExpress.Xpf.Charts.PointOptions,DevExpress.Xpf.Charts.BubbleLabelValueToDisplay)">
<summary>
<para>Sets the value of the <see cref="P:DevExpress.Xpf.Charts.BubbleSeries2D.ValueToDisplay"/> attached property to a specified <see cref="T:DevExpress.Xpf.Charts.PointOptions"/>.
</para>
</summary>
<param name="options">
The <see cref="T:DevExpress.Xpf.Charts.PointOptions"/> object to which the attached property is written.
</param>
<param name="valueToDisplay">
The required <see cref="T:DevExpress.Xpf.Charts.BubbleLabelValueToDisplay"/> value.
</param>
</member>
<member name="M:DevExpress.Xpf.Charts.BubbleSeries2D.SetWeight(DevExpress.Xpf.Charts.SeriesPoint,System.Double)">
<summary>
<para>Sets the value of the <see cref="P:DevExpress.Xpf.Charts.BubbleSeries2D.Weight"/> attached property to a specified <see cref="T:DevExpress.Xpf.Charts.SeriesPoint"/>.
</para>
</summary>
<param name="point">
A <see cref="T:DevExpress.Xpf.Charts.SeriesPoint"/> object whose <see cref="P:DevExpress.Xpf.Charts.BubbleSeries2D.Weight"/> property is to be set.
</param>
<param name="weight">
The value to be assigned to the <see cref="P:DevExpress.Xpf.Charts.BubbleSeries2D.Weight"/> property.
</param>
</member>
<member name="P:DevExpress.Xpf.Charts.BubbleSeries2D.Transparency">
<summary>
<para>Specifies the transparency (<b>0</b>-<b>1</b>) to use for displaying the filled color Bubbles.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value from <b>0</b> (opaque) to <b>1</b> (transparent).
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.BubbleSeries2D.TransparencyProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.BubbleSeries2D.Transparency"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.BubbleSeries2D.ValueToDisplay(DevExpress.Xpf.Charts.PointOptions)">
<summary>
<para>Gets or sets which value to display in the series point's label for the 2D Bubble Series.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.BubbleLabelValueToDisplay"/> object defining which value to display in a series point's label.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.BubbleSeries2D.ValueToDisplayProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.BubbleSeries2D.ValueToDisplay"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.BubbleSeries2D.Weight(DevExpress.Xpf.Charts.SeriesPoint)">
<summary>
<para>Specifies the "Weight" value for 2D Bubble series. This is an attached property.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.BubbleSeries2D.WeightDataMember">
<summary>
<para>Gets or sets the name of the data field that contains the "Weight" values of the series points, which belong to the 2D Bubble series.
</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the data field name.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.BubbleSeries2D.WeightDataMemberProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.BubbleSeries2D.WeightDataMember"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.Xpf.Charts.BubbleSeries2D.WeightProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.BubbleSeries2D.Weight"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.Xpf.Charts.BarFullStackedSeries2D">
<summary>
<para>Represents the Full-Stacked Bar series.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.BarFullStackedSeries2D.#ctor">
<summary>
<para>Initializes a new instance of the BarFullStackedSeries2D class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.BarFullStackedSeries2D.GetPercentOptions(DevExpress.Xpf.Charts.PointOptions)">
<summary>
<para>Gets the value of the <see cref="P:DevExpress.Xpf.Charts.BarFullStackedSeries2D.PercentOptions"/> attached property for a specified <see cref="T:DevExpress.Xpf.Charts.PointOptions"/> object.
</para>
</summary>
<param name="pointOptions">
A <see cref="T:DevExpress.Xpf.Charts.PointOptions"/> object from which the property value is read.
</param>
<returns>The <see cref="P:DevExpress.Xpf.Charts.BarFullStackedSeries2D.PercentOptions"/> property value for the point options.
</returns>
</member>
<member name="P:DevExpress.Xpf.Charts.BarFullStackedSeries2D.PercentOptions(DevExpress.Xpf.Charts.PointOptions)">
<summary>
<para>Specifies the settings that relate to presenting point values as percents. This is an attached property. This is a dependency property.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.PercentOptions"/> object.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.BarFullStackedSeries2D.PercentOptionsProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="M:DevExpress.Xpf.Charts.BarFullStackedSeries2D.SetPercentOptions(DevExpress.Xpf.Charts.PointOptions,DevExpress.Xpf.Charts.PercentOptions)">
<summary>
<para>Sets the value of the <see cref="P:DevExpress.Xpf.Charts.BarFullStackedSeries2D.PercentOptions"/> attached property to a specified <see cref="T:DevExpress.Xpf.Charts.PointOptions"/> object.
</para>
</summary>
<param name="pointOptions">
The <see cref="T:DevExpress.Xpf.Charts.PointOptions"/> object to which the attached property is written.
</param>
<param name="value">
The required <see cref="P:DevExpress.Xpf.Charts.BarFullStackedSeries2D.PercentOptions"/> value.
</param>
</member>
<member name="T:DevExpress.Xpf.Charts.BarStackedSeries2D">
<summary>
<para>Represents the Stacked Bar series.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.BarStackedSeries2D.#ctor">
<summary>
<para>Initializes a new instance of the BarStackedSeries2D class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.Charts.BarSideBySideStackedSeries2D">
<summary>
<para>Represents the Side-by-Side Stacked Bar series.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.BarSideBySideStackedSeries2D.#ctor">
<summary>
<para>Initializes a new instance of the BarSideBySideStackedSeries2D class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.BarSideBySideStackedSeries2D.StackedGroup">
<summary>
<para>Specifies a group for all similar series having the same stack group value, to be accumulated into the same Stacked Bars.
</para>
</summary>
<value>An <see cref="T:System.Object"/> value, identifying a stack group.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.BarSideBySideStackedSeries2D.StackedGroupProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.BarSideBySideStackedSeries2D.StackedGroup"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.Xpf.Charts.BarSideBySideSeries2D">
<summary>
<para>Represents the Side-by-Side Bar series.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.BarSideBySideSeries2D.#ctor">
<summary>
<para>Initializes a new instance of the BarSideBySideSeries2D class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.BarSideBySideSeries2D.GetLabelPosition(DevExpress.Xpf.Charts.SeriesLabel)">
<summary>
<para>Gets the value of the <see cref="P:DevExpress.Xpf.Charts.BarSideBySideSeries2D.LabelPosition"/> attached property for a specified <see cref="T:DevExpress.Xpf.Charts.SeriesLabel"/>.
</para>
</summary>
<param name="label">
The series label from which the property value is read.
</param>
<returns>The <see cref="T:DevExpress.Xpf.Charts.Bar2DLabelPosition"/> property value for the series label.
</returns>
</member>
<member name="P:DevExpress.Xpf.Charts.BarSideBySideSeries2D.LabelPosition(DevExpress.Xpf.Charts.SeriesLabel)">
<summary>
<para>Specifies the position of labels relative to the corresponding Bars.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.Bar2DLabelPosition"/> enumeration value.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.BarSideBySideSeries2D.LabelPositionProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.BarSideBySideSeries2D.LabelPosition"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="M:DevExpress.Xpf.Charts.BarSideBySideSeries2D.SetLabelPosition(DevExpress.Xpf.Charts.SeriesLabel,DevExpress.Xpf.Charts.Bar2DLabelPosition)">
<summary>
<para>Sets the value of the <see cref="P:DevExpress.Xpf.Charts.BarSideBySideSeries2D.LabelPosition"/> attached property to a specified <see cref="T:DevExpress.Xpf.Charts.SeriesLabel"/>.
</para>
</summary>
<param name="label">
The series label to which the attached property is written.
</param>
<param name="value">
The required <see cref="T:DevExpress.Xpf.Charts.Bar2DLabelPosition"/> value.
</param>
</member>
<member name="T:DevExpress.Xpf.Charts.BarSideBySideFullStackedSeries2D">
<summary>
<para>Represents the Side-by-Side Full-Stacked Bar series.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.BarSideBySideFullStackedSeries2D.#ctor">
<summary>
<para>Initializes a new instance of the BarSideBySideFullStackedSeries2D class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.BarSideBySideFullStackedSeries2D.StackedGroup">
<summary>
<para>Specifies a group for all similar series having the same stack group value, to be accumulated into the same Stacked Bars.
</para>
</summary>
<value>An <see cref="T:System.Object"/> value, identifying a stack group.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.BarSideBySideFullStackedSeries2D.StackedGroupProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.BarSideBySideFullStackedSeries2D.StackedGroup"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.Xpf.Charts.BarSeries2D">
<summary>
<para>Represents the base class for Side-by-Side Bar, Stacked Bar, Full-Stacked Bar, Side-by-Side Stacked Bar and Side-by-Side Full-Stacked Bar series.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.BarSeries2D.Model">
<summary>
<para>Gets or sets the model used to draw elements of a 2D Bar series.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.Bar2DModel"/> class descendant.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.BarSeries2D.ModelProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.BarSeries2D.Model"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.Xpf.Charts.AxisTitle">
<summary>
<para>Represents an axis title.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.AxisTitle.#ctor">
<summary>
<para>Initializes a new instance of the AxisTitle class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.AxisTitle.Alignment">
<summary>
<para>Gets or sets the alignment of the axis title.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.TitleAlignment"/> enumeration value which specifies the alignment of the axis title.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.AxisTitle.AlignmentProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.AxisTitle.Alignment"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.Xpf.Charts.AxisRange">
<summary>
<para>Contains settings that define the range of an axis.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.AxisRange.#ctor">
<summary>
<para>Initializes a new instance of the AxisRange class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.AxisRange.ActualMaxValue">
<summary>
<para>Gets the actual maximum value to display on an axis.
</para>
</summary>
<value>A <see cref="T:System.Object"/> that represents the maximum value to display on an axis.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.AxisRange.ActualMaxValueInternal">
<summary>
<para>Gets the actual internal numerical representation of the maximum value displayed by an axis.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value that represents the maximum value of the axis range.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.AxisRange.ActualMinValue">
<summary>
<para>Gets the actual minimum value to display on an axis.
</para>
</summary>
<value>A <see cref="T:System.Object"/> that represents the minimum value to display on an axis.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.AxisRange.ActualMinValueInternal">
<summary>
<para>Gets the actual internal numerical representation of the minimum value displayed by an axis.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value that represents the minimum value of the axis range.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.AxisRange.MaxValue">
<summary>
<para>Specifies the upper limit of the axis range.
</para>
</summary>
<value>A <see cref="T:System.Object"/> that specifies the maximum value to display on an axis.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.AxisRange.MaxValueInternal">
<summary>
<para>Represents the maximum value of the axis range using a numerical value.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value that represents the maximum value of the axis range.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.AxisRange.MaxValueInternalProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.AxisRange.MaxValueInternal"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.Xpf.Charts.AxisRange.MaxValueProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.AxisRange.MaxValue"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.AxisRange.MinValue">
<summary>
<para>Specifies the lower limit of the axis range.
</para>
</summary>
<value>A <see cref="T:System.Object"/> that specifies the minimum value to display on an axis.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.AxisRange.MinValueInternal">
<summary>
<para>Represents the minimum value of the axis range using a numerical value.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value that represents the minimum value of the axis range.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.AxisRange.MinValueInternalProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.AxisRange.MinValueInternal"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.Xpf.Charts.AxisRange.MinValueProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.AxisRange.MinValue"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="M:DevExpress.Xpf.Charts.AxisRange.SetAuto">
<summary>
<para>Enables automatic calculation of minimum and maximum values of the axis range.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.AxisRange.SetInternalMinMaxValues(System.Double,System.Double)">
<summary>
<para>Sets both minimum and maximum internal values of an axis range.
</para>
</summary>
<param name="min">
A <see cref="T:System.Double"/> value that specifies the minimum internal value to be set.
</param>
<param name="max">
A <see cref="T:System.Double"/> value that specifies the maximum internal value to be set.
</param>
</member>
<member name="M:DevExpress.Xpf.Charts.AxisRange.SetMinMaxValues(System.Object,System.Object)">
<summary>
<para>Sets both minimum and maximum values of an axis range.
</para>
</summary>
<param name="minValue">
A <see cref="T:System.Object"/> that specifies the minimum set value. The type of an object depends on the axis scale type.
</param>
<param name="maxValue">
A <see cref="T:System.Object"/> that specifies the maximum set value. The type of an object depends on the axis scale type.
</param>
</member>
<member name="P:DevExpress.Xpf.Charts.AxisRange.SideMarginsEnabled">
<summary>
<para>Specifies whether or not a space should be left between the outermost series points and the diagram's edges.
</para>
</summary>
<value><b>true</b> if the axis range is automatically widened; otherwise <b>false</b>.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.AxisRange.SideMarginsEnabledProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.AxisRange.SideMarginsEnabled"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.Xpf.Charts.AxisLabel">
<summary>
<para>Contains settings for axis labels.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.AxisLabel.#ctor">
<summary>
<para>Initializes a new instance of the AxisLabel class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.AxisLabel.Angle">
<summary>
<para>Gets or sets the angle by which the axis label's text is rotated.
</para>
</summary>
<value>An integer value specifying the angle, in degrees, by which the axis label's text is rotated.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.AxisLabel.AngleProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.AxisLabel.BeginText">
<summary>
<para>Specifies the prefix for the axis labels' text.
</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the common prefix for labels of a specific axis.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.AxisLabel.BeginTextProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.AxisLabel.BeginText"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.AxisLabel.EndText">
<summary>
<para>Specifies the postfix for the axis labels' text.
</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the common postfix for labels of a specific axis.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.AxisLabel.EndTextProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.AxisLabel.EndText"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.AxisLabel.Staggered">
<summary>
<para>Gets or sets a value indicating whether axis labels are positioned in staggered order.
</para>
</summary>
<value><b>true</b> if axis labels are positioned in staggered order; <b>false</b> if labels are displayed in a single line.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.AxisLabel.StaggeredProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.AxisLabel.Staggered"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.Xpf.Charts.Axis2D">
<summary>
<para>Represents the base class for both the X and Y axes.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.Axis2D.#ctor">
<summary>
<para>Initializes a new instance of the Axis2D class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.Axis2D.ActualScrollingRange">
<summary>
<para>Gets the actual scrolling range of the Axis2D object.
</para>
</summary>
<value>An <see cref="T:DevExpress.Xpf.Charts.AxisRange"/> object.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.Axis2D.Alignment">
<summary>
<para>Gets or sets the alignment of the axis.
</para>
</summary>
<value>An <see cref="T:DevExpress.Xpf.Charts.AxisAlignment"/> enumeration value which specifies the alignment of the axis.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.Axis2D.AlignmentProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Axis2D.Alignment"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.Axis2D.Brush">
<summary>
<para>Gets or sets the color of the axis.
</para>
</summary>
<value>A <see cref="T:System.Windows.Media.Brush"/> object which specifies the color of the axis.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.Axis2D.BrushProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Axis2D.Brush"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.Axis2D.ConstantLinesBehind">
<summary>
<para>Provides access to the axis' collection of constant lines that are drawn <i>behind</i> series. This is a dependency property.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.ConstantLineCollection"/> object, that represents the collection of constant lines drawn behind.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.Axis2D.ConstantLinesBehindProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Axis2D.ConstantLinesBehind"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.Axis2D.ConstantLinesInFront">
<summary>
<para>Provides access to the axis' collection of constant lines that are drawn <i>in front of</i> series. This is a dependency property.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.ConstantLineCollection"/> object, that represents the collection of constant lines drawn in front.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.Axis2D.ConstantLinesInFrontProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Axis2D.ConstantLinesInFront"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.Axis2D.CrosshairAxisLabelOptions">
<summary>
<para>Gets or sets the crosshair axis label settings allowing you to specify its appearance on a diagram.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.CrosshairAxisLabelOptions"/> object which represents settings for a crosshair axis label.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.Axis2D.CrosshairAxisLabelOptionsProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.Axis2D.CrosshairLabelPattern">
<summary>
<para>Gets or sets a string which represents the pattern specifying the text to be displayed within the crosshair axis label that appears for a series point.
</para>
</summary>
<value>A <see cref="T:System.String"/> that is the crosshair axis label pattern. The default value is <see cref="F:System.String.Empty"/>.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.Axis2D.CrosshairLabelPatternProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.Axis2D.CrosshairLabelTemplate">
<summary>
<para>Specifies the template that defines the presentation of a crosshair label for the X-axis (Y-axis). This is a dependency property.
</para>
</summary>
<value>A <see cref="T:System.Windows.DataTemplate"/> object.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.Axis2D.CrosshairLabelTemplateProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.Axis2D.CrosshairLabelVisibility">
<summary>
<para>Specifies whether to show crosshair axis labels for a diagram.
</para>
</summary>
<value><b>Null</b> - the <b>CrosshairLabelVisibility</b> property value is obtained from the parent's <see cref="P:DevExpress.Xpf.Charts.CrosshairOptions.ShowArgumentLabels"/> and/ or <see cref="P:DevExpress.Xpf.Charts.CrosshairOptions.ShowValueLabels"/> properties depending on the axis; <b>True</b> - crosshair axis labels are visible on a diagram; <b>False</b> - crosshair axis labels are hidden.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.Axis2D.CrosshairLabelVisibilityProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.Axis2D.CustomLabels">
<summary>
<para>Provides access to the axis collection of custom labels.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.CustomAxisLabelCollection"/> object which represents the collection of custom labels.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.Axis2D.CustomLabelsProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Axis2D.CustomLabels"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="M:DevExpress.Xpf.Charts.Axis2D.GetResolveOverlappingOptions(DevExpress.Xpf.Charts.AxisLabel)">
<summary>
<para>Gets the value of the <see cref="P:DevExpress.Xpf.Charts.Axis2D.ResolveOverlappingOptions"/> attached property for specified axis labels.
</para>
</summary>
<param name="label">
An <see cref="T:DevExpress.Xpf.Charts.AxisLabel"/> object that represents the axis labels to which the resolve overlapping algorithm is assigned.
</param>
<returns>An <see cref="T:DevExpress.Xpf.Charts.AxisLabelResolveOverlappingOptions"/> object that represents the resolve overlapping algorithm for axis labels.
</returns>
</member>
<member name="P:DevExpress.Xpf.Charts.Axis2D.ResolveOverlappingOptions(DevExpress.Xpf.Charts.AxisLabel)">
<summary>
<para>Specifies the settings that define how to resolve overlapping axis labels.
</para>
</summary>
<value>An <see cref="T:DevExpress.Xpf.Charts.AxisLabelResolveOverlappingOptions"/> object.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.Axis2D.ResolveOverlappingOptionsProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns>$
</returns>
</member>
<member name="P:DevExpress.Xpf.Charts.Axis2D.Reverse">
<summary>
<para>Gets or sets a value indicating whether the axis is reversed.
</para>
</summary>
<value><b>true</b> to reverse the axis; otherwise, <b>false</b>.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.Axis2D.ReverseProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Axis2D.Reverse"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.Axis2D.ScrollingRange">
<summary>
<para>Gets the range through which it's possible to scroll an axis.
</para>
</summary>
<value>An <see cref="T:DevExpress.Xpf.Charts.AxisRange"/> object specifying the scrolling range settings of an axis.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.Axis2D.ScrollingRangeProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="M:DevExpress.Xpf.Charts.Axis2D.SetResolveOverlappingOptions(DevExpress.Xpf.Charts.AxisLabel,DevExpress.Xpf.Charts.AxisLabelResolveOverlappingOptions)">
<summary>
<para>Sets the value of the <see cref="P:DevExpress.Xpf.Charts.Axis2D.ResolveOverlappingOptions"/> attached property to specified axis labels.
</para>
</summary>
<param name="label">
An <see cref="T:DevExpress.Xpf.Charts.AxisLabel"/> object that represents the axis labels to which the resolve overlapping algorithm is assigned.
</param>
<param name="value">
An <see cref="T:DevExpress.Xpf.Charts.AxisLabelResolveOverlappingOptions"/> object that represents the resolve overlapping algorithm to assign.
</param>
</member>
<member name="P:DevExpress.Xpf.Charts.Axis2D.Strips">
<summary>
<para>Provides access to the collection of axis strips.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.StripCollection"/> object which represents the collection of axis strips.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.Axis2D.StripsProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Axis2D.Strips"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.Axis2D.Thickness">
<summary>
<para>Gets or sets the thickness of the axis. This is a dependency property.
</para>
</summary>
<value>An integer value which specifies the thickness of the axis in pixels.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.Axis2D.ThicknessProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Axis2D.Thickness"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.Axis2D.TickmarksCrossAxis">
<summary>
<para>Specifies whether or not the axis tick marks are drawn across the axis.
</para>
</summary>
<value><b>true</b> for the tick marks to cross the axis; otherwise <b>false</b>.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.Axis2D.TickmarksCrossAxisProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.Axis2D.TickmarksLength">
<summary>
<para>Specifies the length (in pixels) of the axis major tick marks. This is a dependency property.
</para>
</summary>
<value>An integer value specifying the length of the major tick marks in pixels.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.Axis2D.TickmarksLengthProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.Axis2D.TickmarksMinorLength">
<summary>
<para>Specifies the length (in pixels) of the axis minor tick marks. This is a dependency property.
</para>
</summary>
<value>An integer value specifying the length of the minor tick marks in pixels.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.Axis2D.TickmarksMinorLengthProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.Axis2D.TickmarksMinorThickness">
<summary>
<para>Specifies the thickness (in pixels) of the axis minor tick marks. This is a dependency property.
</para>
</summary>
<value>An integer value.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.Axis2D.TickmarksMinorThicknessProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.Axis2D.TickmarksMinorVisible">
<summary>
<para>Specifies whether or not the axis minor tick marks are visible. This is a dependency property.
</para>
</summary>
<value><b>true</b> to display the minor tick marks; otherwise <b>false</b>.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.Axis2D.TickmarksMinorVisibleProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.Axis2D.TickmarksThickness">
<summary>
<para>Specifies the thickness (in pixels) of the axis major tick marks. This is a dependency property.
</para>
</summary>
<value>An integer value.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.Axis2D.TickmarksThicknessProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.Axis2D.TickmarksVisible">
<summary>
<para>Specifies whether or not the axis major tick marks are visible. This is a dependency property.
</para>
</summary>
<value><b>true</b> to display the major tick marks; otherwise <b>false</b>.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.Axis2D.TickmarksVisibleProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.Axis2D.VisibilityInPanes">
<summary>
<para>Returns a collection of panes in which the axis visibility on a pane can be specified.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.VisibilityInPaneCollection"/> object.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.Axis2D.VisibilityInPanesProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.Axis2D.Visible">
<summary>
<para>Gets or sets whether the axis is visible.
</para>
</summary>
<value><b>true</b> if the axis is visible; otherwise, <b>false</b>.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.Axis2D.VisibleProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Axis2D.Visible"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.Xpf.Charts.Axis">
<summary>
<para>The base class for all axes present in the <see cref="T:DevExpress.Xpf.Charts.XYDiagram2D"/> class.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.Axis.#ctor">
<summary>
<para>Initializes a new instance of the Axis class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.Axis.DateTimeGridAlignment">
<summary>
<para>Gets or sets the date-time measurement unit, to which the beginning of a diagram's gridlines and labels should be aligned.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.DateTimeMeasurementUnit"/> enumeration value representing the measurement unit, to which the beginning of a diagram's gridlines and labels should be aligned.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.Axis.DateTimeGridAlignmentProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Axis.DateTimeGridAlignment"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.Axis.DateTimeMeasureUnit">
<summary>
<para>Gets or sets the detail level for date-time values.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.DateTimeMeasurementUnit"/> enumeration value that specifies the detail level of the axis.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.Axis.DateTimeMeasureUnitProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Axis.DateTimeMeasureUnit"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.Axis.DateTimeOptions">
<summary>
<para>Provides access to the settings that define how date-time values should be displayed within axis labels.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.DateTimeOptions"/> object that contains specific date-time settings.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.Axis.DateTimeOptionsProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Axis.DateTimeOptions"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.Axis.GridSpacing">
<summary>
<para>Gets or sets a numeric interval between the axis' grid lines.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value which specifies the interval between grid lines.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.Axis.GridSpacingProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Axis.GridSpacing"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.Axis.Logarithmic">
<summary>
<para>Gets or sets whether the axis should display its numerical values using a logarithmic scale.
</para>
</summary>
<value><b>true</b> to display the logarithmic scale; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.Axis.LogarithmicBase">
<summary>
<para>Gets or sets a value specifying a logarithmic base when the <see cref="P:DevExpress.Xpf.Charts.Axis.Logarithmic"/> property is enabled.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value which is the logarithmic base.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.Axis.LogarithmicBaseProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.Xpf.Charts.Axis.LogarithmicProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.Axis.Range">
<summary>
<para>Specifies the axis range.
</para>
</summary>
<value>An <see cref="T:DevExpress.Xpf.Charts.AxisRange"/> object which contains the common range settings of the axis coordinates.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.Axis.RangeProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Axis.Range"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.Axis.Title">
<summary>
<para>Provides access to the title settings of an axis.
</para>
</summary>
<value>An <see cref="T:DevExpress.Xpf.Charts.AxisTitle"/> object which provides settings for the axis title.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.Axis.TitleProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.Xpf.Charts.AreaStackedSeries2D">
<summary>
<para>Represents the Stacked Area series.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.AreaStackedSeries2D.#ctor">
<summary>
<para>Initializes a new instance of the AreaStackedSeries2D class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.AreaStackedSeries2D.ActualBorder">
<summary>
<para>Gets the actual border value of the AreaStackedSeries2D object.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.SeriesBorder"/> object.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.AreaStackedSeries2D.ActualBorderProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.AreaStackedSeries2D.Border">
<summary>
<para>Provides access to a series border's settings.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.SeriesBorder"/> object that contains border settings.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.AreaStackedSeries2D.BorderProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.AreaStackedSeries2D.ColorEach">
<summary>
<para>Indicates whether or not each point marker of a series is shown with a different color.
</para>
</summary>
<value><b>true</b> to paint each point marker with a different color; otherwise, <b>false</b>.
</value>
</member>
<member name="M:DevExpress.Xpf.Charts.AreaStackedSeries2D.GetPointAnimation">
<summary>
<para>Gets the point animation, which is assigned to AreaStackedSeries2D.
</para>
</summary>
<returns>A <see cref="T:DevExpress.Xpf.Charts.SeriesPointAnimationBase"/> class descendant.
</returns>
</member>
<member name="M:DevExpress.Xpf.Charts.AreaStackedSeries2D.GetSeriesAnimation">
<summary>
<para>Gets the series animation, which is assigned to AreaStackedSeries2D.
</para>
</summary>
<returns>A <see cref="T:DevExpress.Xpf.Charts.SeriesAnimationBase"/> class descendant.
</returns>
</member>
<member name="P:DevExpress.Xpf.Charts.AreaStackedSeries2D.PointAnimation">
<summary>
<para>Specifies the animation for the series' point markers.
</para>
</summary>
<value>An <see cref="T:DevExpress.Xpf.Charts.AreaStacked2DFadeInAnimation"/> object, specifying the marker animation type.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.AreaStackedSeries2D.PointAnimationProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.AreaStackedSeries2D.SeriesAnimation">
<summary>
<para>Specifies the series animation.
</para>
</summary>
<value>An <see cref="T:DevExpress.Xpf.Charts.Area2DAnimationBase"/> class descendant, specifying the series animation type.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.AreaStackedSeries2D.SeriesAnimationProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="M:DevExpress.Xpf.Charts.AreaStackedSeries2D.SetPointAnimation(DevExpress.Xpf.Charts.SeriesPointAnimationBase)">
<summary>
<para>Assigns the specified point animation to AreaStackedSeries2D.
</para>
</summary>
<param name="value">
A <see cref="T:DevExpress.Xpf.Charts.SeriesPointAnimationBase"/> class descendant.
</param>
</member>
<member name="M:DevExpress.Xpf.Charts.AreaStackedSeries2D.SetSeriesAnimation(DevExpress.Xpf.Charts.SeriesAnimationBase)">
<summary>
<para>Assigns the specified series animation to AreaStackedSeries2D.
</para>
</summary>
<param name="value">
A <see cref="T:DevExpress.Xpf.Charts.SeriesAnimationBase"/> class descendant.
</param>
</member>
<member name="P:DevExpress.Xpf.Charts.AreaStackedSeries2D.Transparency">
<summary>
<para>Specifies the transparency (<b>0</b>-<b>1</b>) to use for displaying the filled color Areas.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value from <b>0</b> (opaque) to <b>1</b> (transparent).
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.AreaStackedSeries2D.TransparencyProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.AreaStackedSeries2D.Transparency"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.Xpf.Charts.AreaSeries2D">
<summary>
<para>Represents the Area series.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.AreaSeries2D.#ctor">
<summary>
<para>Initializes a new instance of the AreaSeries2D class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.AreaSeries2D.ActualBorder">
<summary>
<para>Gets an actual border value of the AreaSeries2D object.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.SeriesBorder"/> object.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.AreaSeries2D.ActualBorderProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.AreaSeries2D.Border">
<summary>
<para>Provides access to a series border's settings.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.SeriesBorder"/> object that contains border settings.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.AreaSeries2D.BorderProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="M:DevExpress.Xpf.Charts.AreaSeries2D.GetPointAnimation">
<summary>
<para>Gets the point animation, which is assigned to AreaSeries2D.
</para>
</summary>
<returns>A <see cref="T:DevExpress.Xpf.Charts.SeriesPointAnimationBase"/> class descendant.
</returns>
</member>
<member name="M:DevExpress.Xpf.Charts.AreaSeries2D.GetSeriesAnimation">
<summary>
<para>Gets the series animation, which is assigned to AreaSeries2D.
</para>
</summary>
<returns>A <see cref="T:DevExpress.Xpf.Charts.SeriesAnimationBase"/> class descendant.
</returns>
</member>
<member name="P:DevExpress.Xpf.Charts.AreaSeries2D.MarkerModel">
<summary>
<para>Gets or sets the model used to draw markers of an Area series.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.Marker2DModel"/> class descendant.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.AreaSeries2D.MarkerModelProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.AreaSeries2D.MarkerModel"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.AreaSeries2D.MarkerSize">
<summary>
<para>Gets or sets the size of series point markers.
</para>
</summary>
<value>An integer value, which specifies the height and width of the plot area of a marker(s) in pixels.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.AreaSeries2D.MarkerSizeProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.AreaSeries2D.MarkerSize"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.AreaSeries2D.MarkerVisible">
<summary>
<para>Specifies whether or not series point markers are visible.
</para>
</summary>
<value><b>true</b> to show markers; <b>false</b> to hide them.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.AreaSeries2D.MarkerVisibleProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.AreaSeries2D.MarkerVisible"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.AreaSeries2D.PointAnimation">
<summary>
<para>Specifies the animation for the series' point markers.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.Marker2DAnimationBase"/> class descendant, specifying the marker animation type.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.AreaSeries2D.PointAnimationProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.AreaSeries2D.SeriesAnimation">
<summary>
<para>Specifies the series animation.
</para>
</summary>
<value>An <see cref="T:DevExpress.Xpf.Charts.Area2DAnimationBase"/> class descendant, specifying the series animation type.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.AreaSeries2D.SeriesAnimationProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="M:DevExpress.Xpf.Charts.AreaSeries2D.SetPointAnimation(DevExpress.Xpf.Charts.SeriesPointAnimationBase)">
<summary>
<para>Assigns the specified point animation to AreaSeries2D.
</para>
</summary>
<param name="value">
A <see cref="T:DevExpress.Xpf.Charts.SeriesPointAnimationBase"/> class descendant.
</param>
</member>
<member name="M:DevExpress.Xpf.Charts.AreaSeries2D.SetSeriesAnimation(DevExpress.Xpf.Charts.SeriesAnimationBase)">
<summary>
<para>Assigns the specified series animation to AreaSeries2D.
</para>
</summary>
<param name="value">
A <see cref="T:DevExpress.Xpf.Charts.SeriesAnimationBase"/> class descendant.
</param>
</member>
<member name="P:DevExpress.Xpf.Charts.AreaSeries2D.Transparency">
<summary>
<para>Specifies the transparency (<b>0</b>-<b>1</b>) to use for displaying the filled color Areas.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value from <b>0</b> (opaque) to <b>1</b> (transparent).
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.AreaSeries2D.TransparencyProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.AreaSeries2D.Transparency"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.Xpf.Charts.AreaFullStackedSeries2D">
<summary>
<para>Represents the Full-Stacked Area series.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.AreaFullStackedSeries2D.#ctor">
<summary>
<para>Initializes a new instance of the AreaFullStackedSeries2D class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.AreaFullStackedSeries2D.ColorEach">
<summary>
<para>Indicates whether or not each point marker of a series is shown with a different color.
</para>
</summary>
<value><b>true</b> to paint each point marker with a different color; otherwise, <b>false</b>.
</value>
</member>
<member name="M:DevExpress.Xpf.Charts.AreaFullStackedSeries2D.GetPercentOptions(DevExpress.Xpf.Charts.PointOptions)">
<summary>
<para>Gets the value of the <see cref="P:DevExpress.Xpf.Charts.AreaFullStackedSeries2D.PercentOptions"/> attached property for a specified <see cref="T:DevExpress.Xpf.Charts.PointOptions"/> object.
</para>
</summary>
<param name="pointOptions">
A <see cref="T:DevExpress.Xpf.Charts.PointOptions"/> object from which the property value is read.
</param>
<returns>The <see cref="P:DevExpress.Xpf.Charts.AreaFullStackedSeries2D.PercentOptions"/> property value for the point options.
</returns>
</member>
<member name="P:DevExpress.Xpf.Charts.AreaFullStackedSeries2D.PercentOptions(DevExpress.Xpf.Charts.PointOptions)">
<summary>
<para>Specifies the settings that relate to presenting point values as percents. This is an attached property. This is a dependency property.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.PercentOptions"/> object.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.AreaFullStackedSeries2D.PercentOptionsProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="M:DevExpress.Xpf.Charts.AreaFullStackedSeries2D.SetPercentOptions(DevExpress.Xpf.Charts.PointOptions,DevExpress.Xpf.Charts.PercentOptions)">
<summary>
<para>Sets the value of the <see cref="P:DevExpress.Xpf.Charts.AreaFullStackedSeries2D.PercentOptions"/> attached property to a specified <see cref="T:DevExpress.Xpf.Charts.PointOptions"/> object.
</para>
</summary>
<param name="pointOptions">
The <see cref="T:DevExpress.Xpf.Charts.PointOptions"/> object to which the attached property is written.
</param>
<param name="value">
The required <see cref="P:DevExpress.Xpf.Charts.AreaFullStackedSeries2D.PercentOptions"/> value.
</param>
</member>
<member name="T:DevExpress.Xpf.Charts.Series">
<summary>
<para>Represents the base class for all series types.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.Series.#ctor">
<summary>
<para>Initializes a new instance of the Series class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.Series.ActualArgumentScaleType">
<summary>
<para>Gets the actual scale type for the series points' arguments.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.ScaleType"/> enumeration value that specifies the actual arguments type.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.Series.ActualLabel">
<summary>
<para>Gets the actual label assigned to the series. This is a dependency property.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.SeriesLabel"/> object.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.Series.ActualLabelProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="M:DevExpress.Xpf.Charts.Series.Animate">
<summary>
<para>Enables the animation for the series.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.Series.AnimationAutoStartMode">
<summary>
<para>Specifies the automatic start mode for the animation. This is a dependency property.
</para>
</summary>
<value>An <see cref="T:DevExpress.Xpf.Charts.AnimationAutoStartMode"/> enumeration value.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.Series.AnimationAutoStartModeProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Series.AnimationAutoStartMode"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.Series.ArgumentDataMember">
<summary>
<para>Gets or sets the name of the data field that contains the series points' arguments.
</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the data field name.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.Series.ArgumentDataMemberProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Series.ArgumentDataMember"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.Series.ArgumentScaleType">
<summary>
<para>Gets or sets a value that specifies the scale type of series points' arguments.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.ScaleType"/> enumeration value, which specifies the arguments type.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.Series.ArgumentScaleTypeProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Series.ArgumentScaleType"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.Series.Background">
<summary>
<para>Overrides the <see cref="P:System.Windows.Controls.Control.Background"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:System.Windows.Media.Brush"/> value.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.Series.BorderBrush">
<summary>
<para>Overrides the <see cref="P:System.Windows.Controls.Control.BorderBrush"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:System.Windows.Media.Brush"/> value.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.Series.BorderThickness">
<summary>
<para>Overrides the <see cref="P:System.Windows.Controls.Control.BorderThickness"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:System.Windows.Thickness"/> value.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.Series.Clip">
<summary>
<para>Overrides the <see cref="P:System.Windows.UIElement.Clip"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:System.Windows.Media.Geometry"/> value.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.Series.DataFilters">
<summary>
<para>Provides access to a collection of data filter conditions which can be applied to the series' data.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.DataFilterCollection"/> object that represents the collection of filter conditions.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.Series.DataFiltersConjunctionMode">
<summary>
<para>Gets or sets the logical operator used to combine individual data filter conditions defined for the series.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.ConjunctionTypes"/> enumeration value.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.Series.DataFiltersConjunctionModeProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Series.DataFiltersConjunctionMode"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.Xpf.Charts.Series.DataFiltersProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Series.DataFilters"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.Series.DataSource">
<summary>
<para>Gets or sets a data source, which provides data for series data points.
</para>
</summary>
<value>An object representing a series' data source.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.Series.DataSourceProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Series.DataSource"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.Series.DisplayName">
<summary>
<para>Gets or sets the display name of the series.
</para>
</summary>
<value>A <see cref="T:System.String"/> representing the display name of the series.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.Series.DisplayNameProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Series.DisplayName"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.Series.Effect">
<summary>
<para>Overrides the <see cref="P:System.Windows.UIElement.Effect"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:System.Windows.Media.Effects.Effect"/> value.
</value>
</member>
<member name="M:DevExpress.Xpf.Charts.Series.EndInit">
<summary>
<para>Ends the Series' initialization.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.Series.Foreground">
<summary>
<para>Overrides the <see cref="P:System.Windows.Controls.Control.Foreground"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:System.Windows.Media.Brush"/> value.
</value>
</member>
<member name="M:DevExpress.Xpf.Charts.Series.GetDataSource">
<summary>
<para> [To be supplied] </para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="M:DevExpress.Xpf.Charts.Series.GetPointAnimation">
<summary>
<para>Gets the point animation, which is assigned to Series.
</para>
</summary>
<returns>A <see cref="T:DevExpress.Xpf.Charts.SeriesPointAnimationBase"/> class descendant.
</returns>
</member>
<member name="M:DevExpress.Xpf.Charts.Series.GetPredefinedPointAnimationKinds">
<summary>
<para>Gets all animation types that are available for the point markers of the series.
</para>
</summary>
<returns>A collection of the <see cref="T:DevExpress.Xpf.Charts.AnimationKind"/> objects that correspond to supported animation types.
</returns>
</member>
<member name="M:DevExpress.Xpf.Charts.Series.GetPredefinedSeriesAnimationKinds">
<summary>
<para>Gets all animation types that are available for the series.
</para>
</summary>
<returns>A collection of the <see cref="T:DevExpress.Xpf.Charts.AnimationKind"/> objects that correspond to supported animation types.
</returns>
</member>
<member name="M:DevExpress.Xpf.Charts.Series.GetSeriesAnimation">
<summary>
<para>Gets the series animation, which is assigned to Series.
</para>
</summary>
<returns>A <see cref="T:DevExpress.Xpf.Charts.SeriesAnimationBase"/> class descendant.
</returns>
</member>
<member name="P:DevExpress.Xpf.Charts.Series.Item">
<summary>
<para>For internal use. Provides indexed access to individual items in the series.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.SeriesItem"/> object.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.Series.Label">
<summary>
<para>Gets the labels of the series.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.SeriesLabel"/> object.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.Series.LabelProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Series.Label"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.Series.LabelsVisibility">
<summary>
<para>Specifies whether to show series labels on a diagram.
</para>
</summary>
<value><b>true</b> to show series labels; <b>false</b> to hide them;
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.Series.LabelsVisibilityProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.Series.LegendMarkerTemplate">
<summary>
<para>Gets or sets the template that defines the presentation of the legend marker for this series.
</para>
</summary>
<value>A <see cref="T:System.Windows.DataTemplate"/> object that contains the template for a legend marker.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.Series.LegendMarkerTemplateProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.Series.LegendPointOptions">
<summary>
<para>Provides access to the settings which specify the type of information displayed in the chart's legend, and its format.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.PointOptions"/> class object, representing the settings for the legend's display.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.Series.LegendPointOptionsProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Series.LegendPointOptions"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.Series.Margin">
<summary>
<para>This property is hidden, because it is not supported in this class.
</para>
</summary>
<value>A <see cref="T:System.Windows.Thickness"/> value.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.Series.Opacity">
<summary>
<para>This property is hidden, because it is not supported in this class.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.Series.OpacityMask">
<summary>
<para>This property is hidden, because it is not supported in this class.
</para>
</summary>
<value>A <see cref="T:System.Windows.Media.Brush"/> value.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.Series.Padding">
<summary>
<para>This property is hidden, because it is not supported in this class.
</para>
</summary>
<value>A <see cref="T:System.Windows.Thickness"/> value.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.Series.PointOptions">
<summary>
<para>Gets or sets the common appearance settings for data points within the series.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.PointOptions"/> object that contains the common settings for data points.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.Series.PointOptionsProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Series.PointOptions"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.Series.Points">
<summary>
<para>Gets the series' collection of points.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.SeriesPointCollection"/> object that represents the series point collection of the series.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.Series.PointsProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Series.Points"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.Series.RenderTransform">
<summary>
<para>This property is hidden, because it is not supported in this class.
</para>
</summary>
<value>A <see cref="T:System.Windows.Media.Transform"/> value.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.Series.RenderTransformOrigin">
<summary>
<para>This property is hidden, because it is not supported in this class.
</para>
</summary>
<value>A <see cref="T:System.Windows.Point"/> value.
</value>
</member>
<member name="M:DevExpress.Xpf.Charts.Series.SetPointAnimation(DevExpress.Xpf.Charts.SeriesPointAnimationBase)">
<summary>
<para>Assigns the specified point animation to Series.
</para>
</summary>
<param name="value">
A <see cref="T:DevExpress.Xpf.Charts.SeriesPointAnimationBase"/> class descendant.
</param>
</member>
<member name="M:DevExpress.Xpf.Charts.Series.SetSeriesAnimation(DevExpress.Xpf.Charts.SeriesAnimationBase)">
<summary>
<para>Assigns the specified series animation to Series.
</para>
</summary>
<param name="value">
A <see cref="T:DevExpress.Xpf.Charts.SeriesAnimationBase"/> class descendant.
</param>
</member>
<member name="P:DevExpress.Xpf.Charts.Series.ShowInLegend">
<summary>
<para>Specifies whether or not the series is represented in the chart's legend.
</para>
</summary>
<value><b>true</b> to represent the series in the legend; otherwise <b>false</b>.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.Series.ShowInLegendProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Series.ShowInLegend"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.Series.ToolTipEnabled">
<summary>
<para>Gets or sets a value that specifies whether or not a tooltip is enabled for a series.
</para>
</summary>
<value><b>Null</b> - the <b>ToolTipEnabled</b> property value is obtained from the parent chart's <see cref="P:DevExpress.Xpf.Charts.ChartControl.ToolTipEnabled"/> property; <b>True</b> - a tooltip is enabled for a series; <b>False</b> - a tooltip is disabled.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.Series.ToolTipEnabledProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.Series.ToolTipHint">
<summary>
<para>Gets or sets the data representing the content (a text, image, etc.) of the tooltip's hint for a series.
This is a dependency property.
</para>
</summary>
<value>A <see cref="T:System.Object"/> value that is the content of the tooltip's hint.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.Series.ToolTipHintDataMember">
<summary>
<para>Gets or sets the data member used for the tooltip's hint.
</para>
</summary>
<value>A string value that specifies the hint data member.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.Series.ToolTipHintDataMemberProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.Xpf.Charts.Series.ToolTipHintProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.Series.ToolTipPointPattern">
<summary>
<para>Gets or sets a string which represents the pattern specifying the text to be displayed within a tooltip that appears for a series point.
</para>
</summary>
<value>A <see cref="T:System.String"/> value, which represents the tooltip pattern.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.Series.ToolTipPointPatternProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.Series.ToolTipPointTemplate">
<summary>
<para>Specifies the tooltip template for this series. This is a dependency property.
</para>
</summary>
<value>A <see cref="T:System.Windows.DataTemplate"/> object.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.Series.ToolTipPointTemplateProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.Series.ToolTipSeriesPattern">
<summary>
<para>Gets or sets a string which represents the pattern specifying the text to be displayed within the tooltip that appears for a series.
</para>
</summary>
<value>A <see cref="T:System.String"/>, which represents the tooltip pattern.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.Series.ToolTipSeriesPatternProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.Series.ToolTipSeriesTemplate">
<summary>
<para>Gets or sets the template that defines the presentation of the tooltip for this series.
</para>
</summary>
<value>A <see cref="T:System.Windows.DataTemplate"/> object that contains the template for a series tooltip.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.Series.ToolTipSeriesTemplateProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.Series.ValueDataMember">
<summary>
<para>Gets or sets the name of the data field that contains the series points' values.
</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the data field name.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.Series.ValueDataMemberProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Series.ValueDataMember"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.Series.ValueScaleType">
<summary>
<para>Gets or sets a value that specifies the scale type of series points' values.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.ScaleType"/> enumeration value, which specifies the values type.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.Series.ValueScaleTypeProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Series.ValueScaleType"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.Series.Visibility">
<summary>
<para>This property is hidden, because it is not supported in this class.
</para>
</summary>
<value>A <see cref="T:System.Windows.Visibility"/> value.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.Series.Visible">
<summary>
<para>Specifies whether or not the series is visible.
</para>
</summary>
<value><b>true</b> if the series is visible; otherwise <b>false</b>.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.Series.VisibleProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Series.Visible"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.Xpf.Charts.Diagram">
<summary>
<para>Represents the base class for all diagram types.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.Diagram.#ctor">
<summary>
<para>Initializes a new instance of the Diagram class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.Diagram.ActualSeries">
<summary>
<para>Gets the actual series of the diagram. This is a dependency property.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.SeriesObservableCollection"/> object.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.Diagram.ActualSeriesProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.Diagram.CrosshairAxisLabelItems">
<summary>
<para>This property is hidden and is intended for internal use.
</para>
</summary>
<value> An observable collection of crosshair axis label items.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.Diagram.CrosshairAxisLabelItemsProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.Diagram.CrosshairSeriesLabelItems">
<summary>
<para>This property is hidden and is intended for internal use.
</para>
</summary>
<value> An observable collection of crosshair series label items.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.Diagram.CrosshairSeriesLabelItemsProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="M:DevExpress.Xpf.Charts.Diagram.EndInit">
<summary>
<para>Ends the Diagram's initialization.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.Diagram.Foreground">
<summary>
<para>Overrides the <see cref="P:System.Windows.Controls.Control.Foreground"/> property to hide it.
</para>
</summary>
<value>A <see cref="T:System.Windows.Media.Brush"/> value.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.Diagram.RenderTransform">
<summary>
<para>This property is hidden, because it is not supported in this class.
</para>
</summary>
<value>A <see cref="T:System.Windows.Media.Transform"/> value.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.Diagram.RenderTransformOrigin">
<summary>
<para>This property is hidden, because it is not supported in this class.
</para>
</summary>
<value>A <see cref="T:System.Windows.Point"/> value.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.Diagram.Series">
<summary>
<para>Provides access to the diagram's collection of series.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.SeriesCollection"/> object that represents the diagram's collection of series.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.Diagram.SeriesDataMember">
<summary>
<para>Gets or sets the name of the data field whose values are used to automatically generate and populate the diagram's series.
</para>
</summary>
<value>A <see cref="T:System.String"/> value that specifies the data field's name.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.Diagram.SeriesDataMemberProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Diagram.SeriesDataMember"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.Xpf.Charts.Diagram.SeriesProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Diagram.Series"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.Diagram.SeriesTemplate">
<summary>
<para>Specifies the series template's settings.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.Series"/> object that contains the template settings for bound series.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.Diagram.SeriesTemplateProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Diagram.SeriesTemplate"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.Xpf.Charts.Legend">
<summary>
<para>Represents a chart's legend.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.Legend.#ctor">
<summary>
<para>Initializes a new instance of the Legend class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.Legend.HorizontalPosition">
<summary>
<para>Gets or sets the legend's horizontal position within the chart area.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.HorizontalPosition"/> enumeration member which specifies the legend's horizontal position within the chart control.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.Legend.HorizontalPositionProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Legend.HorizontalPosition"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.Legend.IndentFromDiagram">
<summary>
<para>Gets or sets an indent between a legend and a diagram.
</para>
</summary>
<value>A <see cref="T:System.Windows.Thickness"/> value.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.Legend.IndentFromDiagramProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Legend.IndentFromDiagram"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.Legend.Items">
<summary>
<para>For internal use. Gets or sets the collection of legend items.
</para>
</summary>
<value>A collection of the DevExpress.Xpf.Charts.LegendItem objects.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.Legend.ItemsPanel">
<summary>
<para>Gets or sets the template that defines the panel that controls the layout of items.
</para>
</summary>
<value>An <see cref="T:System.Windows.Controls.ItemsPanelTemplate"/> that defines the panel to use for the layout of the items.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.Legend.ItemsPanelProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Legend.ItemsPanel"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="F:DevExpress.Xpf.Charts.Legend.ItemsProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Legend.Items"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.Legend.ItemTemplate">
<summary>
<para>Gets or sets the template for the legend items.
</para>
</summary>
<value>A <see cref="T:System.Windows.DataTemplate"/> object that contains the template for the legend items.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.Legend.ItemTemplateProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Legend.ItemTemplate"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.Legend.Orientation">
<summary>
<para>Specifies whether the legend items are vertically or horizontally oriented.
</para>
</summary>
<value>A <see cref="T:System.Windows.Controls.Orientation"/> enumeration value, specifying the orientation of legend items.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.Legend.OrientationProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Legend.Orientation"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.Legend.ReverseItems">
<summary>
<para>Gets or sets a value indicating whether the order of legend items is reversed.
</para>
</summary>
<value><b>true</b> to reverse legend items; <b>false</b> to preserve their original order.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.Legend.ReverseItemsProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Legend.ReverseItems"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.Legend.VerticalPosition">
<summary>
<para>Gets or sets the legend's vertical position within the chart area.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.VerticalPosition"/> enumeration member which specifies the legend's vertical position within the chart control.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.Legend.VerticalPositionProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Legend.VerticalPosition"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="T:DevExpress.Xpf.Charts.ChartControl">
<summary>
<para>Represents the <b>Chart</b> control for Silverlight applications.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.ChartControl.#ctor">
<summary>
<para>Initializes a new instance of the ChartControl class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.ChartControl.ActualToolTipController">
<summary>
<para>Gets the actual tooltip controller.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.ChartToolTipController"/> object that defines tooltip appearance and behavior for a chart.
</value>
</member>
<member name="M:DevExpress.Xpf.Charts.ChartControl.AddHandler(DevExpress.Xpf.Core.WPFCompatibility.SLRoutedEvent,System.Delegate)">
<summary>
<para>Adds a routed event handler for a specified routed event, adding the handler to the handler collection on the current element.
</para>
</summary>
<param name="routedEvent">
An identifier for the routed event to be handled.
</param>
<param name="handler">
A reference to the handler implementation.
</param>
</member>
<member name="M:DevExpress.Xpf.Charts.ChartControl.Animate">
<summary>
<para>Enables the animation for the chart control.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.Charts.ChartControl.BeginInit">
<summary>
<para>Starts the ChartControl's initialization. Initialization occurs at runtime.
</para>
</summary>
</member>
<member name="E:DevExpress.Xpf.Charts.ChartControl.BoundDataChanged">
<summary>
<para>Occurs every time a chart control generates its series points from the underlying data source.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.ChartControl.BoundDataChangedEvent">
<summary>
<para>Identifies the <see cref="E:DevExpress.Xpf.Charts.ChartControl.BoundDataChanged"/> routed event.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="M:DevExpress.Xpf.Charts.ChartControl.CalcHitInfo(System.Windows.Point)">
<summary>
<para>Returns information on the chart elements located at the specified point.
</para>
</summary>
<param name="point">
A <see cref="T:System.Drawing.Point"/> structure which specifies the test point coordinates relative to the chart's top-left corner.
</param>
<returns>A <see cref="T:DevExpress.Xpf.Charts.ChartHitInfo"/> object, which contains information about the chart elements located at the test point.
</returns>
</member>
<member name="P:DevExpress.Xpf.Charts.ChartControl.CrosshairEnabled">
<summary>
<para>Gets or sets a value that specifies whether or not a crosshair cursor is enabled for a chart.
</para>
</summary>
<value><b>Null</b> - a crosshair cursor's state (enabled/disabled) is automatically determined according to the type of a diagram currently displayed on a chart; <b>True</b> - a crosshair cursor is enabled for a chart; <b>False</b> - a crosshair cursor is disabled.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.ChartControl.CrosshairEnabledProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.ChartControl.CrosshairOptions">
<summary>
<para>Gets the settings for a crosshair cursor allowing you to specify its position and appearance on a diagram.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.CrosshairOptions"/> object descendant which represents crosshair cursor options on a diagram.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.ChartControl.CrosshairOptionsProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="E:DevExpress.Xpf.Charts.ChartControl.CustomDrawCrosshair">
<summary>
<para>Occurs before crosshair items are drawn when the chart's contents are being drawn.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.ChartControl.CustomDrawCrosshairEvent">
<summary>
<para>Identifies the <see cref="E:DevExpress.Xpf.Charts.ChartControl.CustomDrawCrosshair"/> routed event.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="E:DevExpress.Xpf.Charts.ChartControl.CustomDrawSeries">
<summary>
<para>Occurs before a series is drawn when the chart's contents are being drawn.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.ChartControl.CustomDrawSeriesEvent">
<summary>
<para>Identifies the <see cref="E:DevExpress.Xpf.Charts.ChartControl.CustomDrawSeries"/> routed event.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="E:DevExpress.Xpf.Charts.ChartControl.CustomDrawSeriesPoint">
<summary>
<para>Occurs before a series point is drawn, when the chart's content is being drawn.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.ChartControl.CustomDrawSeriesPointEvent">
<summary>
<para>Identifies the <see cref="E:DevExpress.Xpf.Charts.ChartControl.CustomDrawSeriesPoint"/> routed event.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.ChartControl.DataSource">
<summary>
<para>Gets or sets the chart control's data source.
</para>
</summary>
<value>A <see cref="T:System.Object"/> that represents the chart's data source.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.ChartControl.DataSourceProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ChartControl.DataSource"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.ChartControl.Diagram">
<summary>
<para>Gets the chart control's diagram and provides access to its settings.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.Diagram"/> object that represents the chart control's diagram.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.ChartControl.DiagramProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ChartControl.Diagram"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.ChartControl.EnableAnimation">
<summary>
<para>Enables the built-in animation effect for the ChartControl elements. This is a dependency property.
</para>
</summary>
<value><b>true</b> to enable the built-in animation for chart elements; otherwise <b>false</b>.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.ChartControl.EnableAnimationProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ChartControl.EnableAnimation"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="M:DevExpress.Xpf.Charts.ChartControl.EndInit">
<summary>
<para>Ends the ChartControl's initialization.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.ChartControl.HorizontalContentAlignment">
<summary>
<para>This property is hidden, because it is not supported in this class.
</para>
</summary>
<value>A <see cref="T:System.Windows.HorizontalAlignment"/> value.
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.ChartControl.IndicatorsPalette">
<summary>
<para>Gets or sets the palette which is used to draw the indicator line.
</para>
</summary>
<value>An <see cref="T:DevExpress.Xpf.Charts.IndicatorsPalette"/> object that is the indicator's palette with colors.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.ChartControl.IndicatorsPaletteProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.ChartControl.Legend">
<summary>
<para>Gets the chart control's legend and provides access to its settings.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.Legend"/> object that represents the chart control's legend.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.ChartControl.LegendProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ChartControl.Legend"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="M:DevExpress.Xpf.Charts.ChartControl.OnApplyTemplate">
<summary>
<para>Called after the template is completely generated and attached to the visual tree.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.ChartControl.Palette">
<summary>
<para>Gets or sets the palette which is used to draw the chart's series.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.Palette"/> object which represents the palette with colors.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.ChartControl.PaletteProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ChartControl.Palette"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="E:DevExpress.Xpf.Charts.ChartControl.QueryChartCursor">
<summary>
<para>Occurs when there is a request to display the cursor on the chart control.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.Charts.ChartControl.QueryChartCursorEvent">
<summary>
<para>Identifies the routed event.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="M:DevExpress.Xpf.Charts.ChartControl.RaiseEvent(DevExpress.Xpf.Core.WPFCompatibility.SLRoutedEventArgs)">
<summary>
<para>Raises a specific routed event. The routed event to be raised is identified within the SLRoutedEventArgs instance that is provided.
</para>
</summary>
<param name="e">
A <see cref="T:DevExpress.Xpf.Core.WPFCompatibility.SLRoutedEventArgs"/> object that contains the event data and also identifies the event to raise.
</param>
</member>
<member name="M:DevExpress.Xpf.Charts.ChartControl.RemoveHandler(DevExpress.Xpf.Core.WPFCompatibility.SLRoutedEvent,System.Delegate)">
<summary>
<para>Removes the specified routed event handler from this element.
</para>
</summary>
<param name="routedEvent">
The identifier of the routed event for which the handler is attached.
</param>
<param name="handler">
The specific handler implementation to remove from the event handler collection on this element.
</param>
</member>
<member name="M:DevExpress.Xpf.Charts.ChartControl.RestoreFromFile(System.String)">
<summary>
<para> [To be supplied] </para>
</summary>
<param name="fileName">
[To be supplied]
</param>
</member>
<member name="M:DevExpress.Xpf.Charts.ChartControl.RestoreFromStream(System.IO.Stream)">
<summary>
<para> [To be supplied] </para>
</summary>
<param name="stream">
[To be supplied]
</param>
</member>
<member name="M:DevExpress.Xpf.Charts.ChartControl.SaveToFile(System.String)">
<summary>
<para> [To be supplied] </para>
</summary>
<param name="fileName">
[To be supplied]
</param>
</member>
<member name="M:DevExpress.Xpf.Charts.ChartControl.SaveToStream(System.IO.Stream)">
<summary>
<para> [To be supplied] </para>
</summary>
<param name="stream">
[To be supplied]
</param>
</member>
<member name="P:DevExpress.Xpf.Charts.ChartControl.ShouldRaiseCustomDrawCrosshairEvent">
<summary>
<para>For internal use only.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.ChartControl.ShouldRaiseCustomDrawSeriesPointEvent">
<summary>
<para>For internal use only.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.Xpf.Charts.ChartControl.Titles">
<summary>
<para>Provides access to the collection of chart titles.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Charts.TitleCollection"/> object representing the collection of chart titles.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.ChartControl.TitlesProperty">
<summary>
<para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ChartControl.Titles"/> dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.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.Xpf.Charts.ChartToolTipController"/> object.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.ChartControl.ToolTipControllerProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.ChartControl.ToolTipEnabled">
<summary>
<para>Gets or sets a value that specifies whether or not a tooltip is enabled for a chart.
</para>
</summary>
<value><b>Null</b> - a tooltip's state (enabled/disabled) is automatically determined according to the type of a diagram currently displayed on a chart; <b>True</b> - a tooltip is enabled for a chart; <b>False</b> - a tooltip is disabled.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.ChartControl.ToolTipEnabledProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.ChartControl.ToolTipItem">
<summary>
<para>For internal use only.
</para>
</summary>
<value>
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.ChartControl.ToolTipItemProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.Charts.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.Xpf.Charts.ToolTipOptions"/> object descendant which represents tooltip options on a diagram.
</value>
</member>
<member name="F:DevExpress.Xpf.Charts.ChartControl.ToolTipOptionsProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="M:DevExpress.Xpf.Charts.ChartControl.UpdateData">
<summary>
<para>Updates data that is represented by the chart.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.Charts.ChartControl.VerticalContentAlignment">
<summary>
<para>This property is hidden, because it is not supported in this class.
</para>
</summary>
<value>A <see cref="T:System.Windows.VerticalAlignment"/> value.
</value>
</member>
</members>
</doc>