﻿<?xml version="1.0" encoding="utf-8"?>
<doc>
  <assembly>
    <name>DevExpress.Xpf.Charts.v23.1</name>
  </assembly>
  <members>
    <member name="N:DevExpress.Xpf.Charts">
      <summary>
        <para>Contains classes which implement the main functionality of the <see href="https://docs.devexpress.com/WPF/115092/controls-and-libraries/charts-suite">DXCharts for WPF</see> suite. To use these classes in XAML code, add the xmlns:dxc=”“ namespace reference.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.AggregateFunction">
      <summary>
        <para>Lists the values that specify the aggregate function used for an axis.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.AggregateFunction.Average">
      <summary>
        <para>Aggregates data by calculating the average value for a selected numeric or date-time interval.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.AggregateFunction.Count">
      <summary>
        <para>Aggregates data by calculating the number of non-null values for a selected numeric or date-time interval.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.AggregateFunction.Custom">
      <summary>
        <para>Aggregates data using the custom <see cref="T:DevExpress.Xpf.Charts.CustomAggregateFunction"/> calculator.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.AggregateFunction.Financial">
      <summary>
        <para>Aggregates financial data for a selected interval into a single high-low-open-close data point, so that the high value equals the highest value of all data points in this interval; the low value equals the lowest value of all data points; the open value equals the value of the first data point and the close value equals the value of the last data point.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.AggregateFunction.Histogram">
      <summary>
        <para>Aggregates data by calculating the number of all points for a selected numeric or date-time interval.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.AggregateFunction.Maximum">
      <summary>
        <para>Aggregates data by calculating the maximum value for a selected numeric or date-time interval.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.AggregateFunction.Minimum">
      <summary>
        <para>Aggregates data by calculating the minimum value for a selected numeric or date-time interval.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.AggregateFunction.None">
      <summary>
        <para>The aggregate function is not applied.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.AggregateFunction.Sum">
      <summary>
        <para>Aggregates data by calculating the summary for a selected numeric or date-time interval.</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 <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.AnimationAutoStartMode.PlayOnce">
      <summary>
        <para>The animation is played once. After that, the series receives its final state.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.AnimationAutoStartMode.SetFinalState">
      <summary>
        <para>An animated element receives its final state (as it appears after the animation end).</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.AnimationAutoStartMode.SetStartState">
      <summary>
        <para>An animated element receives its start state (as it appears before the animation start). The element may be invisible in this mode.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.AnimationBase">
      <summary>
        <para>Represents the base class for all <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animations</see>.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.AnimationBase.BeginTime">
      <summary>
        <para>Specifies the time when the <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see> 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 <see cref="P:DevExpress.Xpf.Charts.AnimationBase.BeginTime">AnimationBase.BeginTime</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.AnimationBase.Duration">
      <summary>
        <para>Specifies the duration of the <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see>. 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 <see cref="P:DevExpress.Xpf.Charts.AnimationBase.Duration">AnimationBase.Duration</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.AnimationBase.EasingFunction">
      <summary>
        <para>Specifies the easing function for the <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see>. 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 <see cref="P:DevExpress.Xpf.Charts.AnimationBase.EasingFunction">AnimationBase.EasingFunction</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.AnimationKind">
      <summary>
        <para>An <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation kind</see> that is supported by the <see href="https://docs.devexpress.com/WPF/6339/controls-and-libraries/charts-suite/chart-control/series/series">series</see> or its <see href="https://docs.devexpress.com/WPF/6340/controls-and-libraries/charts-suite/chart-control/series/series-points">point</see> markers.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.AnimationKind.#ctor(System.Type,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.AnimationKind"/> class with the specified type and name.</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.AnimationRotation">
      <summary>
        <para>Represents rotation settings for a specific <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see>.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.AnimationRotation.AngleX">
      <summary>
        <para>Gets or sets the value (in degrees) at which the object should be rotated around the X-axis.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value which specifies the rotation angle (in degrees).</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.AnimationRotation.AngleY">
      <summary>
        <para>Gets or sets the value (in degrees) at which the object should be rotated around the Y-axis.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value which specifies the rotation angle (in degrees).</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.AnimationRotation.AngleZ">
      <summary>
        <para>Gets or sets the value (in degrees) at which the object should be rotated around the Z-axis.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value which specifies the rotation angle (in degrees).</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.AnimationRotation.Order">
      <summary>
        <para>Gets or sets a value which determines the order of rotation around the X, Y and Z axes.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Xpf.Charts.AnimationRotationOrder"/> enumeration value.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.AnimationRotationOrder">
      <summary>
        <para>Specifies the values that define the order in which the AngleX, AngleY and AngleZ values should be applied during animation rotation.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.AnimationRotationOrder.None">
      <summary>
        <para>The chart is not rotated.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.AnimationRotationOrder.XYZ">
      <summary>
        <para>The chart is first rotated around the X-axis by the <see cref="P:DevExpress.Xpf.Charts.AnimationRotation.AngleX">AnimationRotation.AngleX</see> value, then around the Y-axis by the <see cref="P:DevExpress.Xpf.Charts.AnimationRotation.AngleY">AnimationRotation.AngleY</see> value, and then around the Z-axis by the <see cref="P:DevExpress.Xpf.Charts.AnimationRotation.AngleZ">AnimationRotation.AngleZ</see> value.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.AnimationRotationOrder.XZY">
      <summary>
        <para>The chart is first rotated around the X-axis by the <see cref="P:DevExpress.Xpf.Charts.AnimationRotation.AngleX">AnimationRotation.AngleX</see> value, then around the Z-axis by the <see cref="P:DevExpress.Xpf.Charts.AnimationRotation.AngleZ">AnimationRotation.AngleZ</see> value, and then around the Y-axis by the <see cref="P:DevExpress.Xpf.Charts.AnimationRotation.AngleY">AnimationRotation.AngleY</see> value.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.AnimationRotationOrder.YXZ">
      <summary>
        <para>The chart is first rotated around the Y-axis by the <see cref="P:DevExpress.Xpf.Charts.AnimationRotation.AngleY">AnimationRotation.AngleY</see> value, then around the X-axis by the <see cref="P:DevExpress.Xpf.Charts.AnimationRotation.AngleX">AnimationRotation.AngleX</see> value, and then around the Z-axis by the <see cref="P:DevExpress.Xpf.Charts.AnimationRotation.AngleZ">AnimationRotation.AngleZ</see> value.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.AnimationRotationOrder.YZX">
      <summary>
        <para>The chart is first rotated around the Y-axis by the <see cref="P:DevExpress.Xpf.Charts.AnimationRotation.AngleY">AnimationRotation.AngleY</see> value, then around the Z-axis by the <see cref="P:DevExpress.Xpf.Charts.AnimationRotation.AngleZ">AnimationRotation.AngleZ</see> value, and then around the X-axis by the <see cref="P:DevExpress.Xpf.Charts.AnimationRotation.AngleX">AnimationRotation.AngleX</see> value.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.AnimationRotationOrder.ZXY">
      <summary>
        <para>The chart is first rotated around the Z-axis by the <see cref="P:DevExpress.Xpf.Charts.AnimationRotation.AngleZ">AnimationRotation.AngleZ</see> value, then around the X-axis by the <see cref="P:DevExpress.Xpf.Charts.AnimationRotation.AngleX">AnimationRotation.AngleX</see> value, and then around the Y-axis by the <see cref="P:DevExpress.Xpf.Charts.AnimationRotation.AngleY">AnimationRotation.AngleY</see> value.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.AnimationRotationOrder.ZYX">
      <summary>
        <para>The chart is first rotated around the Z-axis by the <see cref="P:DevExpress.Xpf.Charts.AnimationRotation.AngleZ">AnimationRotation.AngleZ</see> value, then around the Y-axis by the <see cref="P:DevExpress.Xpf.Charts.AnimationRotation.AngleY">AnimationRotation.AngleY</see> value, and then around the X-axis by the <see cref="P:DevExpress.Xpf.Charts.AnimationRotation.AngleX">AnimationRotation.AngleX</see> value.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Annotation">
      <summary>
        <para>An additional note that can be anchored to a chart, pane, or series point.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Annotation.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Annotation"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Annotation.AnchorPoint">
      <summary>
        <para>Specifies the anchor point to which the annotation is anchored.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Charts.AnnotationAnchorPoint"/> class descendant specifying the anchor point.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Annotation.AnchorPointProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Annotation.AnchorPoint">Annotation.AnchorPoint</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Annotation.Angle">
      <summary>
        <para>Gets or sets an angle by which the annotation shape is rotated.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value specifying the rotation angle.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Annotation.AngleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Annotation.Angle">Annotation.Angle</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Annotation.BorderStyle">
      <summary>
        <para>Specifies characteristics of the line that will be used to draw the annotation border.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Charts.LineStyle"/> object specifying line settings.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Annotation.BorderStyleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Annotation.BorderStyle">Annotation.BorderStyle</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Annotation.Content">
      <summary>
        <para>Gets or sets the annotation content.</para>
      </summary>
      <value>A <see cref="T:System.Object"/> value specifying the annotation content.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Annotation.ContentProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Annotation.Content">Annotation.Content</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Annotation.ContentTemplate">
      <summary>
        <para>Gets or sets the data template to display the annotation content.</para>
      </summary>
      <value>A <see cref="T:System.Windows.DataTemplate"/> object specifying the annotation content presentation.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Annotation.ContentTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Annotation.ContentTemplate">Annotation.ContentTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Annotation.LabelMode">
      <summary>
        <para>Specifies whether the annotation will be cut off if it doesn’t fit within the diagram boundaries.</para>
      </summary>
      <value>true, to always draw the complete annotation; otherwise, false. The default is false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Annotation.LabelModeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Annotation.LabelMode">Annotation.LabelMode</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Annotation.Margin">
      <summary>
        <para>Gets or sets the space between the annotation shape and parent element edges.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Thickness"/> value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Annotation.MarginProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Annotation.Margin">Annotation.Margin</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Annotation.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.Annotation.RuntimeAnchoring">
      <summary>
        <para>Specifies whether it is allowed to relocate the annotation anchor point at runtime.</para>
      </summary>
      <value>true, to allow runtime anchoring of the annotation; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Annotation.RuntimeAnchoringProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Annotation.RuntimeAnchoring">Annotation.RuntimeAnchoring</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Annotation.RuntimeDeletion">
      <summary>
        <para>Specifies whether a user can remove the annotation.</para>
      </summary>
      <value>true, if the annotation can be deleted at runtime; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Annotation.RuntimeDeletionProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Annotation.RuntimeDeletion"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Annotation.RuntimeMoving">
      <summary>
        <para>Specifies whether it is allowed to relocate the annotation at runtime.</para>
      </summary>
      <value>true, to allow runtime relocation of the annotation; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Annotation.RuntimeMovingProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Annotation.RuntimeMoving">Annotation.RuntimeMoving</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Annotation.RuntimeResizing">
      <summary>
        <para>Specifies whether it is allowed to resize the annotation at runtime.</para>
      </summary>
      <value>true, to allow runtime resizing of the annotation; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Annotation.RuntimeResizingProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Annotation.RuntimeResizing">Annotation.RuntimeResizing</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Annotation.RuntimeRotation">
      <summary>
        <para>Specifies whether it is allowed to rotate the annotation at runtime.</para>
      </summary>
      <value>true, to allow runtime rotation of the annotation; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Annotation.RuntimeRotationProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Annotation.RuntimeRotation">Annotation.RuntimeRotation</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Annotation.ShapePosition">
      <summary>
        <para>Specifies the annotation position.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Xpf.Charts.AnnotationShapePosition"/> class descendant representing the shape position type.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Annotation.ShapePositionProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Annotation.ShapePosition">Annotation.ShapePosition</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Annotation.Visible">
      <summary>
        <para>Gets or sets whether the annotation is visible.</para>
      </summary>
      <value>true if the annotation is displayed; false if the annotation is hidden; otherwise, null (Nothing in Visual Basic).</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Annotation.VisibleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Annotation.Visible">Annotation.Visible</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.AnnotationAnchorPoint">
      <summary>
        <para>The base class for all annotation anchor points.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.AnnotationCollection">
      <summary>
        <para>The collection that stores the <see cref="T:DevExpress.Xpf.Charts.Annotation"/> objects.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.AnnotationCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.AnnotationCollection"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.AnnotationHorizontalAlignment">
      <summary>
        <para>Lists the values used to specify the annotation horizontal alignment.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.AnnotationHorizontalAlignment.Center">
      <summary>
        <para>The annotation is aligned to the center of the horizontal within a parent element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.AnnotationHorizontalAlignment.Left">
      <summary>
        <para>The annotation is aligned to the left edge of a parent element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.AnnotationHorizontalAlignment.Right">
      <summary>
        <para>The annotation is aligned to the right edge of a parent element.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.AnnotationShapePosition">
      <summary>
        <para>The base class for classes representing the annotation shape position.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.AnnotationVerticalAlignment">
      <summary>
        <para>Lists the values used to specify the annotation vertical alignment.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.AnnotationVerticalAlignment.Bottom">
      <summary>
        <para>The annotation is aligned to the bottom edge of a parent element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.AnnotationVerticalAlignment.Center">
      <summary>
        <para>The annotation is aligned to the center of the vertical within a parent element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.AnnotationVerticalAlignment.Top">
      <summary>
        <para>The annotation is aligned to the top edge of a parent element.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Area2DAnimationBase">
      <summary>
        <para>Represents the base class for all <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animations</see> available for the <see href="https://docs.devexpress.com/WPF/8350/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/area-series">2D Area</see> series view.</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>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Area2DDropFromFarAnimation">
      <summary>
        <para>The DropFromFar <see href="https://docs.devexpress.com/WPF/5871/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/area-series/area">2D Area</see> series <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Area2DDropFromFarAnimation.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Area2DDropFromFarAnimation"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Area2DDropFromNearAnimation">
      <summary>
        <para>The DropFromNear <see href="https://docs.devexpress.com/WPF/5871/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/area-series/area">2D Area</see> series <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Area2DDropFromNearAnimation.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Area2DDropFromNearAnimation"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Area2DGrowUpAnimation">
      <summary>
        <para>The GrowUp <see href="https://docs.devexpress.com/WPF/5871/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/area-series/area">2D Area</see> series <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Area2DGrowUpAnimation.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Area2DGrowUpAnimation"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Area2DPredefinedAnimationBase">
      <summary>
        <para>The base class for all pre-defined <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animations</see> available for the <see href="https://docs.devexpress.com/WPF/8350/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/area-series">2D Area</see> series view.</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>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Area2DStretchFromFarAnimation">
      <summary>
        <para>The StretchFromFar <see href="https://docs.devexpress.com/WPF/5871/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/area-series/area">2D Area</see> series <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Area2DStretchFromFarAnimation.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Area2DStretchFromFarAnimation"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Area2DStretchFromNearAnimation">
      <summary>
        <para>The StretchFromNear <see href="https://docs.devexpress.com/WPF/5871/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/area-series/area">2D Area</see> series <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Area2DStretchFromNearAnimation.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Area2DStretchFromNearAnimation"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Area2DStretchOutAnimation">
      <summary>
        <para>The StretchOut <see href="https://docs.devexpress.com/WPF/5871/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/area-series/area">2D Area</see> series <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Area2DStretchOutAnimation.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Area2DStretchOutAnimation"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Area2DUnwindAnimation">
      <summary>
        <para>The Unwind <see href="https://docs.devexpress.com/WPF/5871/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/area-series/area">2D Area</see> series <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Area2DUnwindAnimation.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Area2DUnwindAnimation"/> class with the 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>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Area2DUnwindAnimation.UnwindDirection">
      <summary>
        <para>Specifies the direction of <see cref="T:DevExpress.Xpf.Charts.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 <see cref="P:DevExpress.Xpf.Charts.Area2DUnwindAnimation.UnwindDirection">Area2DUnwindAnimation.UnwindDirection</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.AreaEmptyPointOptions">
      <summary>
        <para>Contains empty point options for area series and their descendants.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.AreaEmptyPointOptions.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.AreaEmptyPointOptions"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.AreaEmptyPointOptions.Border">
      <summary>
        <para>Gets or sets border settings for empty point areas.</para>
      </summary>
      <value>Specifies border settings.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.AreaEmptyPointOptions.BorderProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.AreaEmptyPointOptions.Border"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.AreaFullStackedSeries2D">
      <summary>
        <para>Represents the <see href="https://docs.devexpress.com/WPF/5873/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/area-series/full-stacked-area">2D Full-Stacked Area</see> series.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.AreaFullStackedSeries2D.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.AreaFullStackedSeries2D"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.AreaFullStackedSeries2D.ColorEach">
      <summary>
        <para>Overrides the <see cref="P:DevExpress.Xpf.Charts.XYSeries.ColorEach">XYSeries.ColorEach</see> property to hide it.</para>
      </summary>
      <value>Always false.</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">AreaFullStackedSeries2D.PercentOptions</see> 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.AreaFullStackedSeries2D.PercentOptions">AreaFullStackedSeries2D.PercentOptions</see> property value for the point options.</returns>
    </member>
    <member name="F:DevExpress.Xpf.Charts.AreaFullStackedSeries2D.PercentOptionsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.AreaFullStackedSeries2D.PercentOptions">AreaFullStackedSeries2D.PercentOptions</see> dependency property.</para>
      </summary>
    </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">AreaFullStackedSeries2D.PercentOptions</see> 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.AreaFullStackedSeries3D">
      <summary>
        <para>Represents the <see href="https://docs.devexpress.com/WPF/6848/controls-and-libraries/charts-suite/chart-control/series/3d-series-types/area-series/full-stacked-area">3D Full-Stacked Area</see> series.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.AreaFullStackedSeries3D.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.AreaFullStackedSeries3D"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.AreaFullStackedSeries3D.GetPercentOptions(DevExpress.Xpf.Charts.PointOptions)">
      <summary>
        <para>Gets the value of the <see cref="P:DevExpress.Xpf.Charts.AreaFullStackedSeries3D.PercentOptions">AreaFullStackedSeries3D.PercentOptions</see> 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.AreaFullStackedSeries3D.PercentOptions">AreaFullStackedSeries3D.PercentOptions</see> property value for the point options.</returns>
    </member>
    <member name="F:DevExpress.Xpf.Charts.AreaFullStackedSeries3D.PercentOptionsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.AreaFullStackedSeries3D.PercentOptions">AreaFullStackedSeries3D.PercentOptions</see> dependency property.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.AreaFullStackedSeries3D.SetPercentOptions(DevExpress.Xpf.Charts.PointOptions,DevExpress.Xpf.Charts.PercentOptions)">
      <summary>
        <para>Sets the value of the <see cref="P:DevExpress.Xpf.Charts.AreaFullStackedSeries3D.PercentOptions">AreaFullStackedSeries3D.PercentOptions</see> attached property to a 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.AreaSeries2D">
      <summary>
        <para>Represents the <see href="https://docs.devexpress.com/WPF/5871/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/area-series/area">2D Area</see> series.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.AreaSeries2D.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.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 <see cref="T:DevExpress.Xpf.Charts.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 <see cref="P:DevExpress.Xpf.Charts.AreaSeries2D.ActualBorder">AreaSeries2D.ActualBorder</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Charts.AreaSeries2D.AddPoint(System.DateTime,System.Double)">
      <summary>
        <para>Adds a new series point with the specified argument and value to the series.</para>
      </summary>
      <param name="argument">The date-time argument of the new point.</param>
      <param name="value">The value of the new point.</param>
      <returns>The newly added series point.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.AreaSeries2D.AddPoint(System.Double,System.Double)">
      <summary>
        <para>Adds a new series point with the specified argument and value to the series.</para>
      </summary>
      <param name="argument">The numeric argument of the new point.</param>
      <param name="value">The value of the new point.</param>
      <returns>The newly added series point.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.AreaSeries2D.AddPoint(System.String,System.Double)">
      <summary>
        <para>Adds a new series point with the specified argument and value to the series.</para>
      </summary>
      <param name="argument">The qualitative argument of the new point.</param>
      <param name="value">The value of the new point.</param>
      <returns>The newly added series point.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.AreaSeries2D.AddPoint(System.TimeSpan,System.Double)">
      <summary>
        <para>Adds a new series point with the specified argument and value to the series.</para>
      </summary>
      <param name="argument">The new point’s argument.</param>
      <param name="value">The new point’s value.</param>
      <returns>The newly added series point.</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 <see cref="P:DevExpress.Xpf.Charts.AreaSeries2D.Border">AreaSeries2D.Border</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.AreaSeries2D.EmptyPointOptions">
      <summary>
        <para>Gets or sets options related to empty points of the area series.</para>
      </summary>
      <value>Contains settings for empty points of an area series.</value>
    </member>
    <member name="M:DevExpress.Xpf.Charts.AreaSeries2D.GetPointAnimation">
      <summary>
        <para>Gets the <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">point animation</see>, which is assigned to <see cref="T:DevExpress.Xpf.Charts.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 <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">series animation</see>, which is assigned to <see cref="T:DevExpress.Xpf.Charts.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 <see href="https://docs.devexpress.com/WPF/6340/controls-and-libraries/charts-suite/chart-control/series/series-points">point</see> markers of a <see href="https://docs.devexpress.com/WPF/5871/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/area-series/area">2D Area Series</see>.</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">AreaSeries2D.MarkerModel</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.AreaSeries2D.MarkerSize">
      <summary>
        <para>Gets or sets the size of <see href="https://docs.devexpress.com/WPF/6340/controls-and-libraries/charts-suite/chart-control/series/series-points">series point</see> markers.</para>
      </summary>
      <value>The marker height and width in pixels. The default value is 10.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.AreaSeries2D.MarkerSizeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.AreaSeries2D.MarkerSize">AreaSeries2D.MarkerSize</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.AreaSeries2D.MarkerVisible">
      <summary>
        <para>Gets or sets a value indicating whether <see href="https://docs.devexpress.com/WPF/6340/controls-and-libraries/charts-suite/chart-control/series/series-points">series point</see> markers are visible.</para>
      </summary>
      <value>true to show markers; false 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">AreaSeries2D.MarkerVisible</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.AreaSeries2D.PointAnimation">
      <summary>
        <para>Specifies the <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see> for the series’ <see href="https://docs.devexpress.com/WPF/6340/controls-and-libraries/charts-suite/chart-control/series/series-points">point</see> 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 <see cref="P:DevExpress.Xpf.Charts.AreaSeries2D.PointAnimation">AreaSeries2D.PointAnimation</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.AreaSeries2D.SeriesAnimation">
      <summary>
        <para>Specifies the series <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see>.</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 <see cref="P:DevExpress.Xpf.Charts.AreaSeries2D.SeriesAnimation">AreaSeries2D.SeriesAnimation</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Charts.AreaSeries2D.SetPointAnimation(DevExpress.Xpf.Charts.SeriesPointAnimationBase)">
      <summary>
        <para>Assigns the specified <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">point animation</see> to <see cref="T:DevExpress.Xpf.Charts.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 <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">series animation</see> to <see cref="T:DevExpress.Xpf.Charts.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 (0-1) to use for displaying the filled color <see href="https://docs.devexpress.com/WPF/8350/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/area-series">Areas</see>.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value from 0 (opaque) to 1 (transparent).</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.AreaSeries2D.TransparencyProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.AreaSeries2D.Transparency">AreaSeries2D.Transparency</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.AreaSeries3D">
      <summary>
        <para>Represents the <see href="https://docs.devexpress.com/WPF/6846/controls-and-libraries/charts-suite/chart-control/series/3d-series-types/area-series/area">3D Area</see> series.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.AreaSeries3D.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.AreaSeries3D"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.AreaSeries3D.ActualMaterial">
      <summary>
        <para>Gets the actual material which is used to draw a <see href="https://docs.devexpress.com/WPF/6846/controls-and-libraries/charts-suite/chart-control/series/3d-series-types/area-series/area">3D Area Series</see>.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Media.Media3D.Material"/> object, specifying the material for the series.</value>
    </member>
    <member name="M:DevExpress.Xpf.Charts.AreaSeries3D.AddPoint(System.DateTime,System.Double)">
      <summary>
        <para>Adds a new series point with the specified argument and value to the series.</para>
      </summary>
      <param name="argument">The date-time argument of the new point.</param>
      <param name="value">The value of the new point.</param>
      <returns>The newly added series point.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.AreaSeries3D.AddPoint(System.Double,System.Double)">
      <summary>
        <para>Adds a new series point with the specified argument and value to the series.</para>
      </summary>
      <param name="argument">The numeric argument of the new point.</param>
      <param name="value">The value of the new point.</param>
      <returns>The newly added series point.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.AreaSeries3D.AddPoint(System.String,System.Double)">
      <summary>
        <para>Adds a new series point with the specified argument and value to the series.</para>
      </summary>
      <param name="argument">The qualitative argument of the new point.</param>
      <param name="value">The value of the new point.</param>
      <returns>The newly added series point.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.AreaSeries3D.AddPoint(System.TimeSpan,System.Double)">
      <summary>
        <para>Adds a new series point with the specified argument and value to the series.</para>
      </summary>
      <param name="argument">The new point’s argument.</param>
      <param name="value">The new point’s value.</param>
      <returns>The newly added series point.</returns>
    </member>
    <member name="P:DevExpress.Xpf.Charts.AreaSeries3D.AreaWidth">
      <summary>
        <para>Gets or sets the depth of a slice that represents the 3D area series (the extent of the area series along the Z-axis).</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value (measured in fractions of Z-axis units). This value should be greater than 0.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.AreaSeries3D.AreaWidthProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.AreaSeries3D.AreaWidth">AreaSeries3D.AreaWidth</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.AreaSeries3D.ColorEach">
      <summary>
        <para>Overrides the <see cref="P:DevExpress.Xpf.Charts.XYSeries.ColorEach">XYSeries.ColorEach</see> property to hide it.</para>
      </summary>
      <value>Always false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.AreaSeries3D.Material">
      <summary>
        <para>Gets or sets a material to draw the <see href="https://docs.devexpress.com/WPF/6846/controls-and-libraries/charts-suite/chart-control/series/3d-series-types/area-series/area">3D Area Series</see>.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Media.Media3D.Material"/> object, specifying the material for the series.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.AreaSeries3D.MaterialProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.AreaSeries3D.Material">AreaSeries3D.Material</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.AreaStacked2DFadeInAnimation">
      <summary>
        <para>The Fade-In <see href="https://docs.devexpress.com/WPF/5872/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/area-series/stacked-area">2D Stacked Area</see> <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">series animation</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.AreaStacked2DFadeInAnimation.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.AreaStacked2DFadeInAnimation"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.AreaStacked2DFadeInAnimation.Mode">
      <summary>
        <para>Specifies the fade-in mode, in which the <see href="https://docs.devexpress.com/WPF/6340/controls-and-libraries/charts-suite/chart-control/series/series-points">series points</see> are <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animated</see>. 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 <see cref="P:DevExpress.Xpf.Charts.AreaStacked2DFadeInAnimation.Mode">AreaStacked2DFadeInAnimation.Mode</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.AreaStackedSeries2D">
      <summary>
        <para>Represents the <see href="https://docs.devexpress.com/WPF/5872/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/area-series/stacked-area">2D Stacked Area</see> series.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.AreaStackedSeries2D.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.AreaStackedSeries2D"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.AreaStackedSeries2D.ActualBorder">
      <summary>
        <para>Gets an actual border value of the <see cref="T:DevExpress.Xpf.Charts.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 <see cref="P:DevExpress.Xpf.Charts.AreaStackedSeries2D.ActualBorder">AreaStackedSeries2D.ActualBorder</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Charts.AreaStackedSeries2D.AddPoint(System.DateTime,System.Double)">
      <summary>
        <para>Adds a new series point with the specified argument and value to the series.</para>
      </summary>
      <param name="argument">The date-time argument of the new point.</param>
      <param name="value">The value of the new point.</param>
      <returns>The newly added series point.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.AreaStackedSeries2D.AddPoint(System.Double,System.Double)">
      <summary>
        <para>Adds a new series point with the specified argument and value to the series.</para>
      </summary>
      <param name="argument">The numeric argument of the new point.</param>
      <param name="value">The value of the new point.</param>
      <returns>The newly added series point.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.AreaStackedSeries2D.AddPoint(System.String,System.Double)">
      <summary>
        <para>Adds a new series point with the specified argument and value to the series.</para>
      </summary>
      <param name="argument">The qualitative argument of the new point.</param>
      <param name="value">The value of the new point.</param>
      <returns>The newly added series point.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.AreaStackedSeries2D.AddPoint(System.TimeSpan,System.Double)">
      <summary>
        <para>Adds a new series point with the specified argument and value to the series.</para>
      </summary>
      <param name="argument">The new point’s argument.</param>
      <param name="value">The new point’s value.</param>
      <returns>The newly added series point.</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 <see cref="P:DevExpress.Xpf.Charts.AreaStackedSeries2D.Border">AreaStackedSeries2D.Border</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.AreaStackedSeries2D.ColorEach">
      <summary>
        <para>Overrides the <see cref="P:DevExpress.Xpf.Charts.XYSeries.ColorEach">XYSeries.ColorEach</see> property to hide it.</para>
      </summary>
      <value>Always false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.AreaStackedSeries2D.EmptyPointOptions">
      <summary>
        <para>Gets or sets options related to empty points of the stacked area series.</para>
      </summary>
      <value>Contains settings for empty points of a stacked area series.</value>
    </member>
    <member name="M:DevExpress.Xpf.Charts.AreaStackedSeries2D.GetPointAnimation">
      <summary>
        <para>Gets the <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">point animation</see>, which is assigned to <see cref="T:DevExpress.Xpf.Charts.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 <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">series animation</see>, which is assigned to <see cref="T:DevExpress.Xpf.Charts.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 <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see> for the series’ <see href="https://docs.devexpress.com/WPF/6340/controls-and-libraries/charts-suite/chart-control/series/series-points">point</see> 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 <see cref="P:DevExpress.Xpf.Charts.AreaStackedSeries2D.PointAnimation">AreaStackedSeries2D.PointAnimation</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.AreaStackedSeries2D.SeriesAnimation">
      <summary>
        <para>Specifies the series <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see>.</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 <see cref="P:DevExpress.Xpf.Charts.AreaStackedSeries2D.SeriesAnimation">AreaStackedSeries2D.SeriesAnimation</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Charts.AreaStackedSeries2D.SetPointAnimation(DevExpress.Xpf.Charts.SeriesPointAnimationBase)">
      <summary>
        <para>Assigns the specified <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">point animation</see> to <see cref="T:DevExpress.Xpf.Charts.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 <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">series animation</see> to <see cref="T:DevExpress.Xpf.Charts.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 (0-1) to use for displaying the filled color <see href="https://docs.devexpress.com/WPF/8350/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/area-series">Areas</see>.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value from 0 (opaque) to 1 (transparent).</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.AreaStackedSeries2D.TransparencyProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.AreaStackedSeries2D.Transparency">AreaStackedSeries2D.Transparency</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.AreaStackedSeries3D">
      <summary>
        <para>Represents the <see href="https://docs.devexpress.com/WPF/6847/controls-and-libraries/charts-suite/chart-control/series/3d-series-types/area-series/stacked-area">3D Stacked Area</see> series.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.AreaStackedSeries3D.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.AreaStackedSeries3D"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.AreaStepFullStackedSeries2D">
      <summary>
        <para>The <see href="https://docs.devexpress.com/WPF/116007/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/area-series/full-stacked-step-area">Full-Stacked Step Area</see> series.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.AreaStepFullStackedSeries2D.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.AreaStepFullStackedSeries2D"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.AreaStepFullStackedSeries2D.SnapCrosshairToActualStep">
      <summary>
        <para>Indicates whether the <see href="https://docs.devexpress.com/WPF/14682/controls-and-libraries/charts-suite/chart-control/tooltip-and-crosshair-cursor/crosshair-cursor">crosshair</see> label displays the actual step value.</para>
      </summary>
      <value>true if the crosshair label displays the actual step value; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.AreaStepFullStackedSeries2D.SnapCrosshairToActualStepProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.AreaStepFullStackedSeries2D.SnapCrosshairToActualStep"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.AreaStepSeries2D">
      <summary>
        <para>The <see href="https://docs.devexpress.com/WPF/9992/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/area-series/step-area">2D Step Area</see> series.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.AreaStepSeries2D.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.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>true if markers are connected using inverted steps; false if standard steps are used to connect markers.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.AreaStepSeries2D.InvertedStepProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.AreaStepSeries2D.InvertedStep">AreaStepSeries2D.InvertedStep</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.AreaStepSeries2D.SnapCrosshairToActualStep">
      <summary>
        <para>Indicates whether the <see href="https://docs.devexpress.com/WPF/14682/controls-and-libraries/charts-suite/chart-control/tooltip-and-crosshair-cursor/crosshair-cursor">crosshair</see> label displays the actual step value.</para>
      </summary>
      <value>true if the crosshair label displays the actual step value; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.AreaStepSeries2D.SnapCrosshairToActualStepProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.AreaStepSeries2D.SnapCrosshairToActualStep"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.AreaStepStackedSeries2D">
      <summary>
        <para>The <see href="https://docs.devexpress.com/WPF/115996/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/area-series/stacked-step-area">Stacked Step Area</see> series.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.AreaStepStackedSeries2D.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.AreaStepStackedSeries2D"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.AreaStepStackedSeries2D.SnapCrosshairToActualStep">
      <summary>
        <para>Indicates whether the <see href="https://docs.devexpress.com/WPF/14682/controls-and-libraries/charts-suite/chart-control/tooltip-and-crosshair-cursor/crosshair-cursor">crosshair</see> label displays the actual step value.</para>
      </summary>
      <value>true if the crosshair label displays the actual step value; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.AreaStepStackedSeries2D.SnapCrosshairToActualStepProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.AreaStepStackedSeries2D.SnapCrosshairToActualStep"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.ArgumentAxis3D">
      <summary>
        <para>The base class for axes of arguments.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ArgumentAxis3D.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.ArgumentAxis3D"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ArgumentAxis3D.DateTimeScaleOptions">
      <summary>
        <para>Gets or sets options of the date time scale used by the argument axis.</para>
      </summary>
      <value>The options of the date-time scale of the argument axis.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ArgumentAxis3D.DateTimeScaleOptionsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ArgumentAxis3D.DateTimeScaleOptions">ArgumentAxis3D.DateTimeScaleOptions</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ArgumentAxis3D.NumericScaleOptions">
      <summary>
        <para>Gets or sets options of the numeric scale used by the argument axis.</para>
      </summary>
      <value>The options of the numeric scale of the argument axis.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ArgumentAxis3D.NumericScaleOptionsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ArgumentAxis3D.NumericScaleOptions">ArgumentAxis3D.NumericScaleOptions</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ArgumentAxis3D.QualitativeScaleOptions">
      <summary>
        <para>Provides access to the options that define the behavior of a scale when its type is qualitative.</para>
      </summary>
      <value>The container of  settings of an axis scale when its data type is qualitative.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ArgumentAxis3D.QualitativeScaleOptionsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ArgumentAxis3D.QualitativeScaleOptions">ArgumentAxis3D.QualitativeScaleOptions</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ArgumentAxis3D.TimeSpanScaleOptions">
      <summary>
        <para>Gets or sets options of the time-span scale used by the argument axis.</para>
      </summary>
      <value>The time-span scale options of the argument axis.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ArgumentAxis3D.TimeSpanScaleOptionsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ArgumentAxis3D.TimeSpanScaleOptions">ArgumentAxis3D.TimeSpanScaleOptions</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.ArrowsStock2DModel">
      <summary>
        <para>The Arrows <see href="https://docs.devexpress.com/WPF/6849/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/financial-series/stock">2D Stock</see> <see href="https://docs.devexpress.com/WPF/4285/controls-and-libraries/charts-suite/chart-control/series/series-and-marker-models">model</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ArrowsStock2DModel.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.ArrowsStock2DModel"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ArrowsStock2DModel.ModelName">
      <summary>
        <para>Gets the name of the <see cref="T:DevExpress.Xpf.Charts.ArrowsStock2DModel"/>.</para>
      </summary>
      <value>Always “Arrows”.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.AutomaticDateTimeScaleOptions">
      <summary>
        <para>Contains settings for a date-time axis data  when its scale mode is automatic.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.AutomaticDateTimeScaleOptions.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.AutomaticDateTimeScaleOptions"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.AutomaticDateTimeScaleOptions.AggregateFunction">
      <summary>
        <para>Gets or sets the function that is used to aggregate date-time axis data when one of the <see cref="P:DevExpress.Xpf.Charts.AxisX2D.DateTimeScaleOptions">AxisX2D.DateTimeScaleOptions</see>, <see cref="P:DevExpress.Xpf.Charts.AxisX3D.DateTimeScaleOptions">AxisX3D.DateTimeScaleOptions</see> or <see cref="P:DevExpress.Xpf.Charts.RadarAxisX2D.DateTimeScaleOptions">RadarAxisX2D.DateTimeScaleOptions</see> properties is set to <see cref="T:DevExpress.Xpf.Charts.AutomaticDateTimeScaleOptions"/>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Xpf.Charts.AggregateFunction"/> enumeration value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.AutomaticDateTimeScaleOptions.AggregateFunctionProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.AutomaticDateTimeScaleOptions.AggregateFunction">AutomaticDateTimeScaleOptions.AggregateFunction</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.AutomaticDateTimeScaleOptions.AutomaticMeasureUnitsCalculator">
      <summary>
        <para>Gets or sets the automatic date-time measure unit calculator.</para>
      </summary>
      <value>An object of the class implementing the <see cref="T:DevExpress.Xpf.Charts.IDateTimeMeasureUnitsCalculator"/> interface.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.AutomaticDateTimeScaleOptions.AutomaticMeasureUnitsCalculatorProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.AutomaticDateTimeScaleOptions.AutomaticMeasureUnitsCalculator">AutomaticDateTimeScaleOptions.AutomaticMeasureUnitsCalculator</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.AutomaticDateTimeScaleOptions.CustomAggregateFunction">
      <summary>
        <para>Gets or sets the custom aggregate function callback that calculates the aggregated values.</para>
      </summary>
      <value>The custom aggregate function callback.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.AutomaticDateTimeScaleOptions.CustomAggregateFunctionProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.AutomaticDateTimeScaleOptions.CustomAggregateFunction">AutomaticDateTimeScaleOptions.CustomAggregateFunction</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.AutomaticNumericScaleOptions">
      <summary>
        <para>Contains settings for a numeric axis data when its scale mode is automatic.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.AutomaticNumericScaleOptions.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.AutomaticNumericScaleOptions"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.AutomaticNumericScaleOptions.AggregateFunction">
      <summary>
        <para>Gets or sets the function that is used to aggregate numeric axis data when one of the  <see cref="P:DevExpress.Xpf.Charts.AxisX2D.NumericScaleOptions">AxisX2D.NumericScaleOptions</see>, <see cref="P:DevExpress.Xpf.Charts.AxisX3D.NumericScaleOptions">AxisX3D.NumericScaleOptions</see>, or <see cref="P:DevExpress.Xpf.Charts.CircularAxisX2D.NumericScaleOptions">CircularAxisX2D.NumericScaleOptions</see> properties is set to <see cref="T:DevExpress.Xpf.Charts.AutomaticNumericScaleOptions"/>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Xpf.Charts.AggregateFunction"/> enumeration value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.AutomaticNumericScaleOptions.AggregateFunctionProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.AutomaticNumericScaleOptions.AggregateFunction">AutomaticNumericScaleOptions.AggregateFunction</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.AutomaticNumericScaleOptions.AutomaticMeasureUnitsCalculator">
      <summary>
        <para>Gets or sets the automatic numeric measure unit calculator.</para>
      </summary>
      <value>An object of the class implementing the <see cref="T:DevExpress.Xpf.Charts.INumericMeasureUnitsCalculator"/> interface.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.AutomaticNumericScaleOptions.AutomaticMeasureUnitsCalculatorProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.AutomaticNumericScaleOptions.AutomaticMeasureUnitsCalculator">AutomaticNumericScaleOptions.AutomaticMeasureUnitsCalculator</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.AutomaticNumericScaleOptions.CustomAggregateFunction">
      <summary>
        <para>Gets or sets the custom aggregate function callback that calculates the aggregated values.</para>
      </summary>
      <value>The custom aggregate function callback.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.AutomaticNumericScaleOptions.CustomAggregateFunctionProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.AutomaticNumericScaleOptions.CustomAggregateFunction">AutomaticNumericScaleOptions.CustomAggregateFunction</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.AutomaticScaleBreak">
      <summary>
        <para>The individual automatic scale break.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.AutomaticScaleBreak.#ctor(System.Double,System.Double)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.AutomaticScaleBreak"/> class with the specified settings.</para>
      </summary>
      <param name="edge1">The first edge of a scale break.</param>
      <param name="edge2">The second edge of a scale break.</param>
    </member>
    <member name="P:DevExpress.Xpf.Charts.AutomaticScaleBreak.Edge1">
      <summary>
        <para>Returns the scale break’s first edge.</para>
      </summary>
      <value>The first edge of the scale break.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.AutomaticScaleBreak.Edge2">
      <summary>
        <para>Returns the scale break’s second edge.</para>
      </summary>
      <value>The second edge of the scale break.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.AutomaticTimeSpanScaleOptions">
      <summary>
        <para>Contains scale settings for an axis when its scale mode is automatic.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.AutomaticTimeSpanScaleOptions.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.AutomaticTimeSpanScaleOptions"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.AutomaticTimeSpanScaleOptions.AggregateFunction">
      <summary>
        <para>Gets or sets the function that is used to aggregate time-span axis data when one of the <see cref="P:DevExpress.Xpf.Charts.AxisX2D.TimeSpanScaleOptions">AxisX2D.TimeSpanScaleOptions</see>, <see cref="P:DevExpress.Xpf.Charts.AxisX3D.TimeSpanScaleOptions">AxisX3D.TimeSpanScaleOptions</see> or <see cref="P:DevExpress.Xpf.Charts.RadarAxisX2D.TimeSpanScaleOptions">RadarAxisX2D.TimeSpanScaleOptions</see> properties is set to <see cref="T:DevExpress.Xpf.Charts.AutomaticTimeSpanScaleOptions"/>.</para>
      </summary>
      <value>An aggregate function that applies to series points.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.AutomaticTimeSpanScaleOptions.AggregateFunctionProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.AutomaticTimeSpanScaleOptions.AggregateFunction">AutomaticTimeSpanScaleOptions.AggregateFunction</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.AutomaticTimeSpanScaleOptions.AutomaticMeasureUnitsCalculator">
      <summary>
        <para>Gets or sets the automatic date-time measure unit calculator.</para>
      </summary>
      <value>An object of the class that implements the <see cref="T:DevExpress.Xpf.Charts.ITimeSpanMeasureUnitsCalculator"/> interface.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.AutomaticTimeSpanScaleOptions.AutomaticMeasureUnitsCalculatorProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.AutomaticTimeSpanScaleOptions.AutomaticMeasureUnitsCalculator">AutomaticTimeSpanScaleOptions.AutomaticMeasureUnitsCalculator</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.AutomaticTimeSpanScaleOptions.CustomAggregateFunction">
      <summary>
        <para>Gets or sets the custom aggregate function callback that calculates the aggregated values.</para>
      </summary>
      <value>The custom aggregate function callback.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.AutomaticTimeSpanScaleOptions.CustomAggregateFunctionProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.AutomaticTimeSpanScaleOptions.CustomAggregateFunction">AutomaticTimeSpanScaleOptions.CustomAggregateFunction</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.AutoScaleBreaks">
      <summary>
        <para>The storage of the automatic scale break options.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.AutoScaleBreaks.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.AutoScaleBreaks"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.AutoScaleBreaks.AutomaticScaleBreaksCalculator">
      <summary>
        <para>Gets or sets an automatic scale breaks calculator for scale breaks.</para>
      </summary>
      <value>An object that implements the <see cref="T:DevExpress.Xpf.Charts.IAutomaticScaleBreaksCalculator"/> interface.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.AutoScaleBreaks.AutomaticScaleBreaksCalculatorProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.AutoScaleBreaks.AutomaticScaleBreaksCalculator">AutoScaleBreaks.AutomaticScaleBreaksCalculator</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.AutoScaleBreaks.Enabled">
      <summary>
        <para>Gets or sets a value indicating whether to enable automatic scale breaks.</para>
      </summary>
      <value>true, if automatic scale breaks are enabled; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.AutoScaleBreaks.EnabledProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.AutoScaleBreaks.Enabled">AutoScaleBreaks.Enabled</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.AutoScaleBreaks.MaxCount">
      <summary>
        <para>Gets or sets the maximum number of auto-generated scale breaks.</para>
      </summary>
      <value>The maximum number of automatic scale breaks. The default value is 4.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.AutoScaleBreaks.MaxCountProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.AutoScaleBreaks.MaxCount">AutoScaleBreaks.MaxCount</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.AverageSummaryFunction">
      <summary>
        <para>The summary function that calculates the average of data point values.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.AverageSummaryFunction.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.AverageSummaryFunction"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.AverageSummaryFunction.Name">
      <summary>
        <para>Returns the summary function’s name.</para>
      </summary>
      <value>Always “AVERAGE”.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.AverageTrueRange">
      <summary>
        <para>The Average True Range indicator.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.AverageTrueRange.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.AverageTrueRange"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.AverageTrueRange.PointsCount">
      <summary>
        <para>Gets or sets the number of <see href="https://docs.devexpress.com/WPF/6340/controls-and-libraries/charts-suite/chart-control/series/series-points">data points</see> used to calculate the indicator.</para>
      </summary>
      <value>An integer value, specifying the number of points.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.AverageTrueRange.PointsCountProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.AverageTrueRange.PointsCount">AverageTrueRange.PointsCount</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Axis">
      <summary>
        <para>The base class for all axes present in either the <see cref="T:DevExpress.Xpf.Charts.XYDiagram2D"/> or <see cref="T:DevExpress.Xpf.Charts.XYDiagram3D"/> classes.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Axis.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.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 <see href="https://docs.devexpress.com/WPF/6337/controls-and-libraries/charts-suite/chart-control/axes/tickmarks-grid-lines-and-interlacing">gridlines</see> and <see href="https://docs.devexpress.com/WPF/6336/controls-and-libraries/charts-suite/chart-control/axes/axis-labels">labels</see> 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 <see href="https://docs.devexpress.com/WPF/6337/controls-and-libraries/charts-suite/chart-control/axes/tickmarks-grid-lines-and-interlacing">gridlines</see> and <see href="https://docs.devexpress.com/WPF/6336/controls-and-libraries/charts-suite/chart-control/axes/axis-labels">labels</see> 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">Axis.DateTimeGridAlignment</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 which represents the axis’ detail level.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Axis.DateTimeMeasureUnitProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Axis.DateTimeMeasureUnit">Axis.DateTimeMeasureUnit</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see href="https://docs.devexpress.com/WPF/6336/controls-and-libraries/charts-suite/chart-control/axes/axis-labels">axis labels</see>.</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">Axis.DateTimeOptions</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Axis.GridSpacing">
      <summary>
        <para>Gets or sets a numeric interval between the axis’ <see href="https://docs.devexpress.com/WPF/6337/controls-and-libraries/charts-suite/chart-control/axes/tickmarks-grid-lines-and-interlacing">grid lines</see>.</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">Axis.GridSpacing</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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>true to display the logarithmic scale; otherwise, false.</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">Axis.Logarithmic</see> 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 <see cref="P:DevExpress.Xpf.Charts.Axis.LogarithmicBase">Axis.LogarithmicBase</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Axis.LogarithmicProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Axis.Logarithmic">Axis.Logarithmic</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Axis.Range">
      <summary>
        <para>Specifies the <see href="https://docs.devexpress.com/WPF/6334/controls-and-libraries/charts-suite/chart-control/axes/axes">axis range</see>.</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">Axis.Range</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Axis.Title">
      <summary>
        <para>Provides access to the title settings of an <see href="https://docs.devexpress.com/WPF/6334/controls-and-libraries/charts-suite/chart-control/axes/axes">axis</see>.</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 <see cref="P:DevExpress.Xpf.Charts.Axis.Title">Axis.Title</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Axis.WholeRange">
      <summary>
        <para>Gets or sets the range through which it’s possible to scroll an <see href="https://docs.devexpress.com/WPF/6334/controls-and-libraries/charts-suite/chart-control/axes/axes">axis</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Charts.Range"/> object representing the settings for the whole range of an axis.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Axis.WholeRangeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Axis.WholeRange">Axis.WholeRange</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Axis2D">
      <summary>
        <para>The base class for X and Y axes of a <see cref="T:DevExpress.Xpf.Charts.XYDiagram2D"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Axis2D.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Axis2D"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Axis2D.ActualScrollingRange">
      <summary>
        <para>Gets an actual scrolling range of the <see cref="T:DevExpress.Xpf.Charts.Axis2D"/> object.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Xpf.Charts.AxisRange"/> object.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Axis2D.ActualVisualRange">
      <summary>
        <para>Gets the actual visible range of a 2D-axis. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Charts.Range"/> object that is the axis actual visible range.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Axis2D.ActualWholeRange">
      <summary>
        <para>Returns the actual whole range.</para>
      </summary>
      <value>An object that contains range settings.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Axis2D.Alignment">
      <summary>
        <para>Gets or sets the <see href="https://docs.devexpress.com/WPF/6334/controls-and-libraries/charts-suite/chart-control/axes/axes">axis</see> alignment. This is a dependency property.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Xpf.Charts.AxisAlignment"/> enumeration value that specifies the axis alignment.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Axis2D.AlignmentProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Axis2D.Alignment">Axis2D.Alignment</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Axis2D.AutoScaleBreaks">
      <summary>
        <para>Gets or sets the auto-generated scale break parameters.</para>
      </summary>
      <value>The settings of automatic scale breaks.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Axis2D.AutoScaleBreaksProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Axis2D.AutoScaleBreaks">Axis2D.AutoScaleBreaks</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Axis2D.Brush">
      <summary>
        <para>Gets or sets the color of the <see href="https://docs.devexpress.com/WPF/6334/controls-and-libraries/charts-suite/chart-control/axes/axes">axis</see>. This is a dependency property.</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">Axis2D.Brush</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Axis2D.ConstantLineBehindItemsSource">
      <summary>
        <para>Gets or sets the collection of objects used to generate constant lines that are positioned behind series.</para>
      </summary>
      <value>A collection that is used to generate constant lines that are positioned behind series. The default is null (Nothing in Visual Basic).</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Axis2D.ConstantLineBehindItemsSourceProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Axis2D.ConstantLineBehindItemsSource">Axis2D.ConstantLineBehindItemsSource</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Axis2D.ConstantLineBehindItemTemplate">
      <summary>
        <para>Gets or sets the <see cref="T:System.Windows.DataTemplate"/> that specifies how to convert a model object to a constant line that is positioned behind series.</para>
      </summary>
      <value>A <see cref="T:System.Windows.DataTemplate"/> that specifies a generated constant line’s parameters. The default is null (Nothing in Visual Basic).</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Axis2D.ConstantLineBehindItemTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Axis2D.ConstantLineBehindItemTemplate">Axis2D.ConstantLineBehindItemTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Axis2D.ConstantLineBehindItemTemplateSelector">
      <summary>
        <para>Gets or sets the custom logic for selecting a data template that converts a model object to a constant line positioned behind series.</para>
      </summary>
      <value>The <see cref="T:System.Windows.Controls.DataTemplateSelector"/> descendant class object that provides logic and returns a <see cref="T:System.Windows.DataTemplate"/>. The default is null (Nothing in Visual Basic).</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Axis2D.ConstantLineBehindItemTemplateSelectorProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Axis2D.ConstantLineBehindItemTemplateSelector">Axis2D.ConstantLineBehindItemTemplateSelector</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Axis2D.ConstantLineInFrontItemsSource">
      <summary>
        <para>Gets or sets the collection of objects used to generate constant lines that are positioned in front of series.</para>
      </summary>
      <value>A collection that is used to generate constant lines that are positioned in front of series. The default is null (Nothing in Visual Basic).</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Axis2D.ConstantLineInFrontItemsSourceProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Axis2D.ConstantLineInFrontItemsSource">Axis2D.ConstantLineInFrontItemsSource</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Axis2D.ConstantLineInFrontItemTemplate">
      <summary>
        <para>Gets or sets the <see cref="T:System.Windows.DataTemplate"/> that specifies how to convert a model object to a constant line that is positioned in front of series.</para>
      </summary>
      <value>A <see cref="T:System.Windows.DataTemplate"/> that specifies a generated constant line’s parameters. The default is null (Nothing in Visual Basic).</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Axis2D.ConstantLineInFrontItemTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Axis2D.ConstantLineInFrontItemTemplate">Axis2D.ConstantLineInFrontItemTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Axis2D.ConstantLineInFrontItemTemplateSelector">
      <summary>
        <para>Gets or sets the custom logic for selecting a data template that converts a model object to a constant line positioned in front of series.</para>
      </summary>
      <value>The <see cref="T:System.Windows.Controls.DataTemplateSelector"/> descendant class object that provides logic and returns a <see cref="T:System.Windows.DataTemplate"/>. The default is null (Nothing in Visual Basic).</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Axis2D.ConstantLineInFrontItemTemplateSelectorProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Axis2D.ConstantLineInFrontItemTemplateSelector">Axis2D.ConstantLineInFrontItemTemplateSelector</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Axis2D.ConstantLinesBehind">
      <summary>
        <para>Provides access to the axis’ collection of <see href="https://docs.devexpress.com/WPF/7846/controls-and-libraries/charts-suite/chart-control/axes/constant-lines">constant lines</see> that are drawn behind 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">Axis2D.ConstantLinesBehind</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Axis2D.ConstantLinesInFront">
      <summary>
        <para>Provides access to the axis’ collection of <see href="https://docs.devexpress.com/WPF/7846/controls-and-libraries/charts-suite/chart-control/axes/constant-lines">constant lines</see> that are drawn in front of 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">Axis2D.ConstantLinesInFront</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see cref="P:DevExpress.Xpf.Charts.Axis2D.CrosshairAxisLabelOptions">Axis2D.CrosshairAxisLabelOptions</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see cref="P:DevExpress.Xpf.Charts.Axis2D.CrosshairLabelPattern">Axis2D.CrosshairLabelPattern</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Axis2D.CrosshairLabelTemplate">
      <summary>
        <para>Specifies the template that defines the presentation of the Crosshair Cursor’s axis labels for the <see href="https://docs.devexpress.com/WPF/6334/controls-and-libraries/charts-suite/chart-control/axes/axes">X-axis (Y-axis)</see>. This is a dependency property.</para>
      </summary>
      <value>The template defining the presentation of the Crosshair Cursor’s axis labels.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Axis2D.CrosshairLabelTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Axis2D.CrosshairLabelTemplate">Axis2D.CrosshairLabelTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Axis2D.CrosshairLabelVisibility">
      <summary>
        <para>Specifies whether to show crosshair axis labels for a diagram.</para>
      </summary>
      <value>Null - the CrosshairLabelVisibility property value is obtained from the parent’s <see cref="P:DevExpress.Xpf.Charts.CrosshairOptions.ShowArgumentLabels">CrosshairOptions.ShowArgumentLabels</see> and/ or <see cref="P:DevExpress.Xpf.Charts.CrosshairOptions.ShowValueLabels">CrosshairOptions.ShowValueLabels</see> properties depending on an axis;  True - crosshair axis labels are visible on a diagram; False - crosshair axis labels are hidden.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Axis2D.CrosshairLabelVisibilityProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Axis2D.CrosshairLabelVisibility">Axis2D.CrosshairLabelVisibility</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Axis2D.CustomLabelItemsSource">
      <summary>
        <para>Gets or sets the collection used to generate custom labels.</para>
      </summary>
      <value>A collection that is used to generate custom labels of the Chart. The default is null (Nothing in Visual Basic).</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Axis2D.CustomLabelItemsSourceProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Axis2D.CustomLabelItemsSource">Axis2D.CustomLabelItemsSource</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Axis2D.CustomLabelItemTemplate">
      <summary>
        <para>Gets or sets the <see cref="T:System.Windows.DataTemplate"/> that specifies how to convert a model object to a custom label.</para>
      </summary>
      <value>A <see cref="T:System.Windows.DataTemplate"/> that specifies the visualization of the custom label data objects. The default is null (Nothing in Visual Basic).</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Axis2D.CustomLabelItemTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Axis2D.CustomLabelItemTemplate">Axis2D.CustomLabelItemTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Axis2D.CustomLabelItemTemplateSelector">
      <summary>
        <para>Gets or sets the custom logic for selecting a data template that converts a model object to a custom label.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Controls.DataTemplateSelector"/> descendant that applies a template based on custom logic.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Axis2D.CustomLabelItemTemplateSelectorProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Axis2D.CustomLabelItemTemplateSelector">Axis2D.CustomLabelItemTemplateSelector</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Axis2D.CustomLabels">
      <summary>
        <para>Provides access to the axis collection of custom <see href="https://docs.devexpress.com/WPF/6336/controls-and-libraries/charts-suite/chart-control/axes/axis-labels">labels</see>. This is a dependency property.</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">Axis2D.CustomLabels</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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">Axis2D.ResolveOverlappingOptions</see> 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.LabelAlignment">
      <summary>
        <para>Gets or sets the <see href="https://docs.devexpress.com/WPF/6336/controls-and-libraries/charts-suite/chart-control/axes/axis-labels">axis label</see> alignment. This is a dependency property.</para>
      </summary>
      <value>The value that defines the axis label alignment.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Axis2D.LabelAlignmentProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Axis2D.LabelAlignment">Axis2D.LabelAlignment</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Axis2D.LabelPosition">
      <summary>
        <para>Gets or sets the <see href="https://docs.devexpress.com/WPF/6336/controls-and-libraries/charts-suite/chart-control/axes/axis-labels">axis label</see> position.</para>
      </summary>
      <value>The value that specifies the axis label position.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Axis2D.LabelPositionProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Axis2D.LabelPosition">Axis2D.LabelPosition</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Axis2D.LabelVisibilityMode">
      <summary>
        <para>Gets or sets the visibility mode of the axis labels.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Charts.AxisLabelVisibilityMode"/> enumeration value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Axis2D.LabelVisibilityModeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Axis2D.LabelVisibilityMode">Axis2D.LabelVisibilityMode</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Axis2D.ResolveOverlappingOptionsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Axis2D.ResolveOverlappingOptions">Axis2D.ResolveOverlappingOptions</see> dependency property.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Axis2D.Reverse">
      <summary>
        <para>Gets or sets a value indicating whether the <see href="https://docs.devexpress.com/WPF/6334/controls-and-libraries/charts-suite/chart-control/axes/axes">axis</see> is reversed. This is a dependency property.</para>
      </summary>
      <value>true to reverse the axis; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Axis2D.ReverseProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Axis2D.Reverse">Axis2D.Reverse</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Axis2D.ScaleBreakBrush">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Axis2D.ScaleBreakBrushProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Axis2D.ScaleBreakBrush">Axis2D.ScaleBreakBrush</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Axis2D.ScaleBreakItemsSource">
      <summary>
        <para>Gets or sets the collection of objects used to generate scale breaks.</para>
      </summary>
      <value>A collection that is used to generate scale breaks. The default is null (Nothing in Visual Basic).</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Axis2D.ScaleBreakItemsSourceProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Axis2D.ScaleBreakItemsSource">Axis2D.ScaleBreakItemsSource</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Axis2D.ScaleBreakItemTemplate">
      <summary>
        <para>Gets or sets the <see cref="T:System.Windows.DataTemplate"/> that specifies how to convert a model object to a scale break.</para>
      </summary>
      <value>A <see cref="T:System.Windows.DataTemplate"/> that specifies a generated scale break’s parameters. The default is null (Nothing in Visual Basic).</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Axis2D.ScaleBreakItemTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Axis2D.ScaleBreakItemTemplate">Axis2D.ScaleBreakItemTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Axis2D.ScaleBreakItemTemplateSelector">
      <summary>
        <para>Gets or sets the custom logic for selecting a data template that converts a model object to a scale break.</para>
      </summary>
      <value>The <see cref="T:System.Windows.Controls.DataTemplateSelector"/> descendant class object that provides logic and returns a System.Windows.DataTemplate. The default is null (Nothing in Visual Basic).</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Axis2D.ScaleBreakItemTemplateSelectorProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Axis2D.ScaleBreakItemTemplateSelector">Axis2D.ScaleBreakItemTemplateSelector</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Axis2D.ScaleBreakOptions">
      <summary>
        <para>Gets or sets the appearance settings of the axis scale breaks.</para>
      </summary>
      <value>The storage that contains the appearance settings of scale breaks.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Axis2D.ScaleBreakOptionsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Axis2D.ScaleBreakOptions">Axis2D.ScaleBreakOptions</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Axis2D.ScaleBreaks">
      <summary>
        <para>The collection of axis scale breaks.</para>
      </summary>
      <value>The collection of scale breaks.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Axis2D.ScaleBreaksProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Axis2D.ScaleBreaks">Axis2D.ScaleBreaks</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Axis2D.ScrollingRange">
      <summary>
        <para>Gets the range through which it’s possible to scroll an <see href="https://docs.devexpress.com/WPF/6334/controls-and-libraries/charts-suite/chart-control/axes/axes">axis</see>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Xpf.Charts.AxisRange"/> object representing the scrolling range settings of an axis.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Axis2D.ScrollingRangeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Axis2D.ScrollingRange">Axis2D.ScrollingRange</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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">Axis2D.ResolveOverlappingOptions</see> 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="M:DevExpress.Xpf.Charts.Axis2D.ShouldSerializeVisible(System.Windows.Markup.XamlDesignerSerializationManager)">
      <summary>
        <para>This member supports the internal infrastructure and is not intended to be used directly from your code.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Axis2D.StripItemsSource">
      <summary>
        <para>Gets or sets the collection of objects used to generate <see href="https://docs.devexpress.com/WPF/7848/controls-and-libraries/charts-suite/chart-control/axes/strips">strips</see>.</para>
      </summary>
      <value>A collection that is used to generate strips. The default is null (Nothing in Visual Basic).</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Axis2D.StripItemsSourceProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Axis2D.StripItemsSource">Axis2D.StripItemsSource</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Axis2D.StripItemTemplate">
      <summary>
        <para>Gets or sets the <see cref="T:System.Windows.DataTemplate"/> that specifies how to convert a model object to a <see href="https://docs.devexpress.com/WPF/7848/controls-and-libraries/charts-suite/chart-control/axes/strips">strip</see>.</para>
      </summary>
      <value>A <see cref="T:System.Windows.DataTemplate"/> that specifies a generated strip’s parameters. The default is null (Nothing in Visual Basic).</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Axis2D.StripItemTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Axis2D.StripItemTemplate">Axis2D.StripItemTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Axis2D.StripItemTemplateSelector">
      <summary>
        <para>Gets or sets the custom logic for selecting a data template that converts a model object to a <see href="https://docs.devexpress.com/WPF/7848/controls-and-libraries/charts-suite/chart-control/axes/strips">strip</see>.</para>
      </summary>
      <value>The <see cref="T:System.Windows.Controls.DataTemplateSelector"/> descendant class object that allows you to select an appropriate <see cref="T:System.Windows.DataTemplate"/>. The default value is null (Nothing in Visual Basic).</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Axis2D.StripItemTemplateSelectorProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Axis2D.StripItemTemplateSelector">Axis2D.StripItemTemplateSelector</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Axis2D.Strips">
      <summary>
        <para>Provides access to the collection of axis <see href="https://docs.devexpress.com/WPF/7848/controls-and-libraries/charts-suite/chart-control/axes/strips">strips</see>. This is a dependency property.</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">Axis2D.Strips</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Axis2D.Thickness">
      <summary>
        <para>Gets or sets the thickness of the <see href="https://docs.devexpress.com/WPF/6334/controls-and-libraries/charts-suite/chart-control/axes/axes">axis</see>. 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">Axis2D.Thickness</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Axis2D.TickmarksCrossAxis">
      <summary>
        <para>Specifies whether <see href="https://docs.devexpress.com/WPF/6337/controls-and-libraries/charts-suite/chart-control/axes/tickmarks-grid-lines-and-interlacing">axis tickmarks</see> cross the <see href="https://docs.devexpress.com/WPF/6334/controls-and-libraries/charts-suite/chart-control/axes/axes">axis</see>. This is a dependency property.</para>
      </summary>
      <value>true if tickmarks should cross the axis; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Axis2D.TickmarksCrossAxisProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Axis2D.TickmarksCrossAxis">Axis2D.TickmarksCrossAxis</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Axis2D.TickmarksLength">
      <summary>
        <para>Specifies the length (in pixels) of <see href="https://docs.devexpress.com/WPF/6337/controls-and-libraries/charts-suite/chart-control/axes/tickmarks-grid-lines-and-interlacing">axis major tick marks</see>. 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 <see cref="P:DevExpress.Xpf.Charts.Axis2D.TickmarksLength">Axis2D.TickmarksLength</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Axis2D.TickmarksMinorLength">
      <summary>
        <para>Specifies the length (in pixels) of <see href="https://docs.devexpress.com/WPF/6337/controls-and-libraries/charts-suite/chart-control/axes/tickmarks-grid-lines-and-interlacing">axis minor tick marks</see>. 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 <see cref="P:DevExpress.Xpf.Charts.Axis2D.TickmarksMinorLength">Axis2D.TickmarksMinorLength</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Axis2D.TickmarksMinorThickness">
      <summary>
        <para>Specifies the thickness (in pixels) of <see href="https://docs.devexpress.com/WPF/6337/controls-and-libraries/charts-suite/chart-control/axes/tickmarks-grid-lines-and-interlacing">axis minor tick marks</see>. This is a dependency property.</para>
      </summary>
      <value>An integer value, specifying the thickness of minor tick marks, in pixels.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Axis2D.TickmarksMinorThicknessProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Axis2D.TickmarksMinorThickness">Axis2D.TickmarksMinorThickness</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Axis2D.TickmarksMinorVisible">
      <summary>
        <para>Specifies whether the <see href="https://docs.devexpress.com/WPF/6337/controls-and-libraries/charts-suite/chart-control/axes/tickmarks-grid-lines-and-interlacing">axis minor tick marks</see> are visible. This is a dependency property.</para>
      </summary>
      <value>true to show minor tick marks; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Axis2D.TickmarksMinorVisibleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Axis2D.TickmarksMinorVisible">Axis2D.TickmarksMinorVisible</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Axis2D.TickmarksThickness">
      <summary>
        <para>Specifies the thickness (in pixels) of <see href="https://docs.devexpress.com/WPF/6337/controls-and-libraries/charts-suite/chart-control/axes/tickmarks-grid-lines-and-interlacing">axis major tick marks</see>. This is a dependency property.</para>
      </summary>
      <value>An integer value, specifying the thickness of major tick marks, in pixels.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Axis2D.TickmarksThicknessProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Axis2D.TickmarksThickness">Axis2D.TickmarksThickness</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Axis2D.TickmarksVisible">
      <summary>
        <para>Specifies whether the <see href="https://docs.devexpress.com/WPF/6337/controls-and-libraries/charts-suite/chart-control/axes/tickmarks-grid-lines-and-interlacing">axis major tick marks</see> are visible. This is a dependency property.</para>
      </summary>
      <value>true to show major tick marks; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Axis2D.TickmarksVisibleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Axis2D.TickmarksVisible">Axis2D.TickmarksVisible</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Axis2D.TitlePosition">
      <summary>
        <para>Gets or sets the <see href="https://docs.devexpress.com/WPF/7096/controls-and-libraries/charts-suite/chart-control/axes/axis-titles">axis title</see> position.</para>
      </summary>
      <value>The value that defines the axis title position.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Axis2D.TitlePositionProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Axis2D.TitlePosition">Axis2D.TitlePosition</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Axis2D.VisibilityInPaneItemsSource">
      <summary>
        <para>Gets or sets the collection of objects used to generate the axis’s <see cref="T:DevExpress.Xpf.Charts.VisibilityInPane"/> items.</para>
      </summary>
      <value>A collection of objects used to generate the axis’s <see cref="T:DevExpress.Xpf.Charts.VisibilityInPane"/> objects. The default is null (Nothing in Visual Basic).</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Axis2D.VisibilityInPaneItemsSourceProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Axis2D.VisibilityInPaneItemsSource">Axis2D.VisibilityInPaneItemsSource</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Axis2D.VisibilityInPaneItemTemplate">
      <summary>
        <para>Gets or sets the <see cref="T:System.Windows.DataTemplate"/> that specifies how to convert a model object to a <see cref="T:DevExpress.Xpf.Charts.VisibilityInPane"/> object.</para>
      </summary>
      <value>A <see cref="T:System.Windows.DataTemplate"/> that specifies the visualization of the visibility objects. The default is null (Nothing in Visual Basic).</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Axis2D.VisibilityInPaneItemTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Axis2D.VisibilityInPaneItemTemplate">Axis2D.VisibilityInPaneItemTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Axis2D.VisibilityInPaneItemTemplateSelector">
      <summary>
        <para>Gets or sets the custom logic for selecting a data template that converts a model object to a <see cref="T:DevExpress.Xpf.Charts.VisibilityInPane"/> object.</para>
      </summary>
      <value>The <see cref="T:System.Windows.Controls.DataTemplateSelector"/> descendant class object that provides logic and returns a <see cref="T:System.Windows.DataTemplate"/>. The default is null (Nothing in Visual Basic).</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Axis2D.VisibilityInPaneItemTemplateSelectorProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Axis2D.VisibilityInPaneItemTemplateSelector">Axis2D.VisibilityInPaneItemTemplateSelector</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see cref="P:DevExpress.Xpf.Charts.Axis2D.VisibilityInPanes">Axis2D.VisibilityInPanes</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Axis2D.Visible">
      <summary>
        <para>Gets or sets whether the <see href="https://docs.devexpress.com/WPF/6334/controls-and-libraries/charts-suite/chart-control/axes/axes">axis</see> is visible.</para>
      </summary>
      <value>true if the axis is displayed; false if the axis is hidden; otherwise, null (Nothing in Visual Basic).</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Axis2D.VisibleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Axis2D.Visible">Axis2D.Visible</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Axis2D.VisualRange">
      <summary>
        <para>Gets or sets the settings that specify the visible range of the <see href="https://docs.devexpress.com/WPF/6334/controls-and-libraries/charts-suite/chart-control/axes/axes">axis</see> coordinates.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Charts.Range"/> object which contains the common visual range settings of the axis coordinates.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Axis2D.VisualRangeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Axis2D.VisualRange">Axis2D.VisualRange</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Axis3D">
      <summary>
        <para>Represents the base class for X and Y axes of a <see cref="T:DevExpress.Xpf.Charts.XYDiagram3D"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Axis3D.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Axis3D"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Axis3DBase">
      <summary>
        <para>The base class for all chart 3D control axes.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Axis3DBase.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Axis3DBase"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Axis3DBase.CrosshairAxisLabelOptions">
      <summary>
        <para>Gets or sets options of the Crosshair axis label.</para>
      </summary>
      <value>The object storing options of the Crosshair axis label.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Axis3DBase.CrosshairAxisLabelOptionsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Axis3DBase.CrosshairAxisLabelOptions">Axis3DBase.CrosshairAxisLabelOptions</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Axis3DBase.CrosshairLabelTemplate">
      <summary>
        <para>Specifies the template that defines the presentation of the Crosshair Cursor’s axis labels for the <see href="https://docs.devexpress.com/WPF/117647/controls-and-libraries/charts-suite/chart3d-control/axes">X- (Y-, Z-) axis</see>. This is a dependency property.</para>
      </summary>
      <value>The template defining the presentation of the Crosshair Cursor’s axis labels.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Axis3DBase.CrosshairLabelTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Axis3DBase.CrosshairLabelTemplate">Axis3DBase.CrosshairLabelTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.AxisAlignment">
      <summary>
        <para>Lists the values used to specify an <see href="https://docs.devexpress.com/WPF/6334/controls-and-libraries/charts-suite/chart-control/axes/axes">axis</see> alignment.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.AxisAlignment.Center">
      <summary>
        <para>The axis is positioned in the center of chart plot area.</para>
        <para>This alignment type is applicable to <see href="https://docs.devexpress.com/WPF/7845/controls-and-libraries/charts-suite/chart-control/axes/primary-and-secondary-axes">primary axes</see> only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.AxisAlignment.Far">
      <summary>
        <para>The axis is displayed at the right or top side of the <see href="https://docs.devexpress.com/WPF/6333/controls-and-libraries/charts-suite/chart-control/diagram/diagram">diagram</see>, depending on its type and orientation.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.AxisAlignment.Near">
      <summary>
        <para>The axis is displayed at the left or bottom side of the <see href="https://docs.devexpress.com/WPF/6333/controls-and-libraries/charts-suite/chart-control/diagram/diagram">diagram</see>, depending on its type and orientation.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.AxisAlignment.Zero">
      <summary>
        <para>The axis intercepts another primary axis at the zero level.</para>
        <para>This alignment type is applicable to <see href="https://docs.devexpress.com/WPF/7845/controls-and-libraries/charts-suite/chart-control/axes/primary-and-secondary-axes">primary axes</see> only.</para>
        <para>The zero level passes through the zero for an axis of values and depends on a series <see cref="P:DevExpress.XtraCharts.SeriesBase.ArgumentScaleType">SeriesBase.ArgumentScaleType</see> property value for an axis of arguments:</para>
        <para />
        <para />
        <para />
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.AxisBase">
      <summary>
        <para>The base class for classes that provide <see href="https://docs.devexpress.com/WPF/6334/controls-and-libraries/charts-suite/chart-control/axes/axes">axes</see> functionality for a chart control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.AxisBase.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.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 <see cref="P:DevExpress.Xpf.Charts.AxisBase.ActualGridLinesLineStyle">AxisBase.ActualGridLinesLineStyle</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see cref="P:DevExpress.Xpf.Charts.AxisBase.ActualGridLinesMinorLineStyle">AxisBase.ActualGridLinesMinorLineStyle</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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.ActualWholeRange">
      <summary>
        <para>Gets the actual whole range of an axis. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Charts.Range"/> object.</value>
    </member>
    <member name="M:DevExpress.Xpf.Charts.AxisBase.GetScaleValueFromInternal(System.Double)">
      <summary>
        <para>Converts the specified internal value of the current  X-<see href="https://docs.devexpress.com/WPF/6334/controls-and-libraries/charts-suite/chart-control/axes/axes">axis</see> scale to a scale value.</para>
      </summary>
      <param name="internalValue">A <see cref="T:System.Double"/> value which specifies an internal value to convert.</param>
      <returns>A <see cref="T:System.Object"/> value that represents a scale value.</returns>
    </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 <see cref="P:DevExpress.Xpf.Charts.AxisBase.GridLinesBrush">AxisBase.GridLinesBrush</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see cref="P:DevExpress.Xpf.Charts.AxisBase.GridLinesLineStyle">AxisBase.GridLinesLineStyle</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see cref="P:DevExpress.Xpf.Charts.AxisBase.GridLinesMinorBrush">AxisBase.GridLinesMinorBrush</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see cref="P:DevExpress.Xpf.Charts.AxisBase.GridLinesMinorLineStyle">AxisBase.GridLinesMinorLineStyle</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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>true to show the axis minor grid lines; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.AxisBase.GridLinesMinorVisibleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.AxisBase.GridLinesMinorVisible">AxisBase.GridLinesMinorVisible</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.AxisBase.GridLinesVisible">
      <summary>
        <para>Specifies whether to show axis grid lines.</para>
      </summary>
      <value>true to display  grid lines; otherwise - false;</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.AxisBase.GridLinesVisibleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.AxisBase.GridLinesVisible">AxisBase.GridLinesVisible</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.AxisBase.Interlaced">
      <summary>
        <para>Gets or sets whether interlacing is applied to the axis.</para>
      </summary>
      <value>true to apply interlacing; otherwise, false.</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 <see cref="P:DevExpress.Xpf.Charts.AxisBase.InterlacedBrush">AxisBase.InterlacedBrush</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.AxisBase.InterlacedProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.AxisBase.Interlaced">AxisBase.Interlaced</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.AxisBase.Label">
      <summary>
        <para>Specifies axis label settings.</para>
      </summary>
      <value>Contains axis label settings.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.AxisBase.LabelProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.AxisBase.Label">AxisBase.Label</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.AxisBase.MinorCount">
      <summary>
        <para>Gets or sets the number of minor <see href="https://docs.devexpress.com/WPF/6337/controls-and-libraries/charts-suite/chart-control/axes/tickmarks-grid-lines-and-interlacing">tickmarks</see> and <see href="https://docs.devexpress.com/WPF/6337/controls-and-libraries/charts-suite/chart-control/axes/tickmarks-grid-lines-and-interlacing">grid lines</see>.</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 <see cref="P:DevExpress.Xpf.Charts.AxisBase.MinorCount">AxisBase.MinorCount</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see cref="P:DevExpress.Xpf.Charts.AxisBase.NumericOptions">AxisBase.NumericOptions</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.AxisBase.QualitativeScaleComparer">
      <summary>
        <para>Gets or sets the comparer used to compare deferred-axis qualitative scale values.</para>
      </summary>
      <value>An object of the class implementing the <see cref="T:System.Collections.IComparer"/> interface.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.AxisBase.QualitativeScaleComparerProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.AxisBase.QualitativeScaleComparer">AxisBase.QualitativeScaleComparer</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.AxisCoordinate">
      <summary>
        <para>The base class for classes specifying the annotation anchor point coordinates.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.AxisCoordinate.Axis">
      <summary>
        <para>Specifies an axis to which the annotation anchor point’s coordinate corresponds.</para>
      </summary>
      <value>An object of an axis’s View Model class or the <see cref="T:DevExpress.Xpf.Charts.Axis2D"/> object.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.AxisCoordinate.AxisIndex">
      <summary>
        <para>For internal use only.</para>
      </summary>
      <value>A <see cref="T:System.Int32"/> value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.AxisCoordinate.AxisProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.AxisCoordinate.Axis">AxisCoordinate.Axis</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.AxisCoordinate.AxisValue">
      <summary>
        <para>Specifies the axis value for the annotation anchored to a pane.</para>
      </summary>
      <value>A <see cref="T:System.Object"/> value specifying the axis value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.AxisCoordinate.AxisValueProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.AxisCoordinate.AxisValue">AxisCoordinate.AxisValue</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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.AxisLabel">
      <summary>
        <para>Contains settings for <see href="https://docs.devexpress.com/WPF/6336/controls-and-libraries/charts-suite/chart-control/axes/axis-labels">axis labels</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.AxisLabel.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.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 <see href="https://docs.devexpress.com/WPF/6336/controls-and-libraries/charts-suite/chart-control/axes/axis-labels">axis labels</see> are rotated.</para>
      </summary>
      <value>An angle, in degrees, by which axis labels are rotated.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.AxisLabel.AngleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.AxisLabel.Angle">AxisLabel.Angle</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.AxisLabel.BeginText">
      <summary>
        <para>Specifies the prefix for the <see href="https://docs.devexpress.com/WPF/6336/controls-and-libraries/charts-suite/chart-control/axes/axis-labels">axis label</see> text. Use the <see cref="P:DevExpress.Xpf.Charts.AxisLabel.TextPattern"/> property instead.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies a label’s prefix.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.AxisLabel.BeginTextProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.AxisLabel.BeginText">AxisLabel.BeginText</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.AxisLabel.EndText">
      <summary>
        <para>Specifies the postfix for the <see href="https://docs.devexpress.com/WPF/6336/controls-and-libraries/charts-suite/chart-control/axes/axis-labels">axis label</see> text. Use the <see cref="P:DevExpress.Xpf.Charts.AxisLabel.TextPattern"/> property instead.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies a label’s postfix.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.AxisLabel.EndTextProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.AxisLabel.EndText">AxisLabel.EndText</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.AxisLabel.Formatter">
      <summary>
        <para>Gets or sets an object that formats <see href="https://docs.devexpress.com/WPF/6336/controls-and-libraries/charts-suite/chart-control/axes/axis-labels">axis labels</see>.</para>
      </summary>
      <value>An object of a class that implements the <see cref="T:DevExpress.Xpf.Charts.IAxisLabelFormatter"/> interface.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.AxisLabel.FormatterProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.AxisLabel.Formatter">AxisLabel.Formatter</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.AxisLabel.Staggered">
      <summary>
        <para>Gets or sets a value indicating whether <see href="https://docs.devexpress.com/WPF/6336/controls-and-libraries/charts-suite/chart-control/axes/axis-labels">axis labels</see> are positioned in staggered order.</para>
      </summary>
      <value>true if axis labels are positioned in staggered order; false 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">AxisLabel.Staggered</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.AxisLabel.TextPattern">
      <summary>
        <para>Gets or sets a format string that specifies the text to be displayed within the <see href="https://docs.devexpress.com/WPF/6336/controls-and-libraries/charts-suite/chart-control/axes/axis-labels">axis label</see>.</para>
      </summary>
      <value>The text pattern that axis labels use to provide text representation of axis values’ on which labels are located.
The default value is <see cref="F:System.String.Empty"/>.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.AxisLabel.TextPatternProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.AxisLabel.TextPattern">AxisLabel.TextPattern</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.AxisLabelAlignment">
      <summary>
        <para>Lists values that specify the <see href="https://docs.devexpress.com/WPF/6336/controls-and-libraries/charts-suite/chart-control/axes/axis-labels">axis label</see> alignment.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.AxisLabelAlignment.Auto">
      <summary>
        <para>The label alignment depends on the <see cref="P:DevExpress.Xpf.Charts.Axis2D.Alignment">Axis2D.Alignment</see> property value.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.AxisLabelAlignment.Center">
      <summary>
        <para>Axis labels are centered with major <see href="https://docs.devexpress.com/WPF/6337/controls-and-libraries/charts-suite/chart-control/axes/tickmarks-grid-lines-and-interlacing">tickmarks</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.AxisLabelAlignment.Far">
      <summary>
        <para>Axis labels are displayed at the major tickmark right or top side in depending on axis type and orientation.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.AxisLabelAlignment.Near">
      <summary>
        <para>Axis labels are displayed at the major tickmark left or bottom side in depending on axis type and orientation.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.AxisLabelItem">
      <summary>
        <para>For internal use. Represents an individual <see href="https://docs.devexpress.com/WPF/6336/controls-and-libraries/charts-suite/chart-control/axes/axis-labels">axis label</see> item.</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>For internal use. Gets the <see href="https://docs.devexpress.com/WPF/6336/controls-and-libraries/charts-suite/chart-control/axes/axis-labels">axis label</see>, to which the <see cref="T:DevExpress.Xpf.Charts.AxisLabelItem"/> corresponds.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Xpf.Charts.AxisLabel"/> object.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.AxisLabelItem.SourceObject">
      <summary>
        <para>The object that is used to generate the axis label.</para>
      </summary>
      <value>A business object that stores information required to create an axis label.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.AxisLabelItem.Value">
      <summary>
        <para>For internal use. Returns the axis value for which the label is shown.</para>
      </summary>
      <value>An object representing an axis value.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.AxisLabelPosition">
      <summary>
        <para>Lists values that specify the axis label position.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.AxisLabelPosition.Inside">
      <summary>
        <para>Labels are inside of the chart plot area.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.AxisLabelPosition.Outside">
      <summary>
        <para>Labels are outside of the chart plot area.</para>
      </summary>
    </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 <see cref="T:DevExpress.Xpf.Charts.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 to hide axis labels when resolving any overlap.</para>
      </summary>
      <value>true, if hiding axis labels is allowed; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.AxisLabelResolveOverlappingOptions.AllowHideProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.AxisLabelResolveOverlappingOptions.AllowHide">AxisLabelResolveOverlappingOptions.AllowHide</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.AxisLabelResolveOverlappingOptions.AllowRotate">
      <summary>
        <para>Gets or sets a value indicating whether to rotate axis labels when resolving overlapping labels.</para>
      </summary>
      <value>true if rotating axis labels is allowed; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.AxisLabelResolveOverlappingOptions.AllowRotateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.AxisLabelResolveOverlappingOptions.AllowRotate">AxisLabelResolveOverlappingOptions.AllowRotate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.AxisLabelResolveOverlappingOptions.AllowStagger">
      <summary>
        <para>Gets or sets a value indicating whether to stagger axis labels when resolving overlapping labels.</para>
      </summary>
      <value>true if staggering axis labels is allowed; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.AxisLabelResolveOverlappingOptions.AllowStaggerProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.AxisLabelResolveOverlappingOptions.AllowStagger">AxisLabelResolveOverlappingOptions.AllowStagger</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.AxisLabelResolveOverlappingOptions.MinIndent">
      <summary>
        <para>Gets or sets the minimum indent between adjacent <see href="https://docs.devexpress.com/WPF/6336/controls-and-libraries/charts-suite/chart-control/axes/axis-labels">axis labels</see>, 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 <see cref="P:DevExpress.Xpf.Charts.AxisLabelResolveOverlappingOptions.MinIndent">AxisLabelResolveOverlappingOptions.MinIndent</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.AxisLabelVisibilityMode">
      <summary>
        <para>Lists the visibility modes of default and custom <see href="https://docs.devexpress.com/WPF/6336/controls-and-libraries/charts-suite/chart-control/axes/axis-labels">axis labels</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.AxisLabelVisibilityMode.AutoGeneratedAndCustom">
      <summary>
        <para>An axis marked using both a custom and automatically generated axis.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.AxisLabelVisibilityMode.Default">
      <summary>
        <para>If an axis has custom labels, then automatically generated labels are not displayed.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.AxisRange">
      <summary>
        <para>Contains the common settings that define the range displayed by an <see href="https://docs.devexpress.com/WPF/6334/controls-and-libraries/charts-suite/chart-control/axes/axes">axis</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.AxisRange.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.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 <see href="https://docs.devexpress.com/WPF/6334/controls-and-libraries/charts-suite/chart-control/axes/axes">Axes</see>.</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 range maximum value.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value that represents the internal representation of the range maximum value.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.AxisRange.ActualMinValue">
      <summary>
        <para>Gets the actual minimum value to display on an <see href="https://docs.devexpress.com/WPF/6334/controls-and-libraries/charts-suite/chart-control/axes/axes">Axes</see>.</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 range minimum value.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value that represents the internal representation of the range minimum value.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.AxisRange.MaxValue">
      <summary>
        <para>Gets or sets the maximum value to display on an <see href="https://docs.devexpress.com/WPF/6334/controls-and-libraries/charts-suite/chart-control/axes/axes">Axes</see>. This may not be the same as the maximum value of the series associated with this axis.</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>Gets or sets the internal numerical representation of the range maximum value.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value which specifies the internal representation of the range maximum value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.AxisRange.MaxValueInternalProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.AxisRange.MaxValueInternal">AxisRange.MaxValueInternal</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.AxisRange.MaxValueProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.AxisRange.MaxValue">AxisRange.MaxValue</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.AxisRange.MinValue">
      <summary>
        <para>Gets or sets the minimum value to display on an <see href="https://docs.devexpress.com/WPF/6334/controls-and-libraries/charts-suite/chart-control/axes/axes">Axes</see>. This may not be the same as the minimum value of the series associated with this axis.</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>Gets or sets the internal numerical representation of the range minimum value.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value which specifies the internal representation of the range minimum value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.AxisRange.MinValueInternalProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.AxisRange.MinValueInternal">AxisRange.MinValueInternal</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.AxisRange.MinValueProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.AxisRange.MinValue">AxisRange.MinValue</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 which specifies the minimum internal value to be set.</param>
      <param name="max">A <see cref="T:System.Double"/> value which 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"/> which 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"/> which 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 a space should be left between the outermost series point and the diagram’s edge.</para>
      </summary>
      <value>true if the axis range is automatically widened; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.AxisRange.SideMarginsEnabledProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.AxisRange.SideMarginsEnabled">AxisRange.SideMarginsEnabled</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.AxisScaleChangedEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.Charts.ChartControl.AxisScaleChanged">ChartControl.AxisScaleChanged</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.AxisScaleChangedEventArgs.#ctor(DevExpress.Xpf.Charts.AxisBase,DevExpress.Xpf.Charts.ValueChangeInfo{DevExpress.Xpf.Charts.ScaleMode},DevExpress.Xpf.Charts.ValueChangeInfo{System.Double},DevExpress.Xpf.Charts.ValueChangeInfo{DevExpress.Xpf.Charts.AggregateFunction},DevExpress.Xpf.Charts.ValueChangeInfo{System.Double},DevExpress.Xpf.Charts.ValueChangeInfo{System.Boolean},System.Windows.RoutedEvent)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.AxisScaleChangedEventArgs"/> class with the specified settings.</para>
      </summary>
      <param name="axis">An <see cref="T:DevExpress.Xpf.Charts.AxisBase"/> object that represents the X-axis when the axis scale mode, aggregate function, auto grid, grid offset or grid spacing has been changed.</param>
      <param name="scaleModeChange">An instance of <see cref="T:DevExpress.Xpf.Charts.ValueChangeInfo`1"/>&lt;<see cref="T:DevExpress.Xpf.Charts.ScaleMode"/>,&gt; that represents the scale mode which has been changed. This value is assigned to the <see cref="P:DevExpress.Xpf.Charts.AxisScaleChangedEventArgs.ScaleModeChange">AxisScaleChangedEventArgs.ScaleModeChange</see> property.</param>
      <param name="gridSpacingChange">An instance of <see cref="T:DevExpress.Xpf.Charts.ValueChangeInfo`1"/>&lt;<see cref="T:System.Double"/>,&gt; that represents the grid spacing which has been changed. This value is assigned to the <see cref="P:DevExpress.Xpf.Charts.AxisScaleChangedEventArgs.GridSpacingChange">AxisScaleChangedEventArgs.GridSpacingChange</see> property.</param>
      <param name="aggregateFunctionChange">An instance of <see cref="T:DevExpress.Xpf.Charts.ValueChangeInfo`1"/>&lt;<see cref="T:DevExpress.Xpf.Charts.AggregateFunction"/>,&gt; that represents the aggregate function which has been changed. This value is assigned to the <see cref="P:DevExpress.Xpf.Charts.AxisScaleChangedEventArgs.AggregateFunctionChange">AxisScaleChangedEventArgs.AggregateFunctionChange</see> property.</param>
      <param name="gridOffsetChange">An instance of <see cref="T:DevExpress.Xpf.Charts.ValueChangeInfo`1"/>&lt;<see cref="T:System.Double"/>,&gt; that represents the grid offset which has been changed. This value is assigned to the <see cref="P:DevExpress.Xpf.Charts.AxisScaleChangedEventArgs.GridOffsetChange">AxisScaleChangedEventArgs.GridOffsetChange</see> property.</param>
      <param name="autoGridChange">An instance of <see cref="T:DevExpress.Xpf.Charts.ValueChangeInfo`1"/>&lt;<see cref="T:System.Boolean"/>,&gt; that represents the auto grid which has been changed. This value is assigned to the <see cref="P:DevExpress.Xpf.Charts.AxisScaleChangedEventArgs.AutoGridChange">AxisScaleChangedEventArgs.AutoGridChange</see> property.</param>
      <param name="eventType">The routed event.</param>
    </member>
    <member name="P:DevExpress.Xpf.Charts.AxisScaleChangedEventArgs.AggregateFunctionChange">
      <summary>
        <para>Returns information about aggregate function changes.</para>
      </summary>
      <value>The aggregate function change info.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.AxisScaleChangedEventArgs.AutoGridChange">
      <summary>
        <para>Returns information about auto grid value changes.</para>
      </summary>
      <value>The auto grid value change info.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.AxisScaleChangedEventArgs.Axis">
      <summary>
        <para>Returns the axis whose scale mode, measure unit, grid alignment or grid spacing has been changed.</para>
      </summary>
      <value>The axis whose scale parameters have been changed.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.AxisScaleChangedEventArgs.GridOffsetChange">
      <summary>
        <para>Returns information about grid offset changes.</para>
      </summary>
      <value>The grid offset change info.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.AxisScaleChangedEventArgs.GridSpacingChange">
      <summary>
        <para>Returns information about grid spacing changes.</para>
      </summary>
      <value>The grid spacing change info.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.AxisScaleChangedEventArgs.ScaleModeChange">
      <summary>
        <para>Returns information about scale mode changes.</para>
      </summary>
      <value>The scale mode change info.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.AxisScaleChangedEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Xpf.Charts.ChartControl.AxisScaleChanged">ChartControl.AxisScaleChanged</see> event.</para>
      </summary>
      <param name="sender">The event source. A <see cref="T:DevExpress.Xpf.Charts.ChartControl"/> that raised the related event.</param>
      <param name="e">A <see cref="T:DevExpress.Xpf.Charts.AxisScaleChangedEventArgs"/> class descendant object, that contains event data.</param>
    </member>
    <member name="T:DevExpress.Xpf.Charts.AxisTitle">
      <summary>
        <para>Defines the common settings of an <see href="https://docs.devexpress.com/WPF/7096/controls-and-libraries/charts-suite/chart-control/axes/axis-titles">axis title</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.AxisTitle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.AxisTitle"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.AxisTitle.Alignment">
      <summary>
        <para>Gets or sets the alignment of the <see href="https://docs.devexpress.com/WPF/7096/controls-and-libraries/charts-suite/chart-control/axes/axis-titles">axis title</see>.</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">AxisTitle.Alignment</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.AxisTitlePosition">
      <summary>
        <para>Lists values that specify the axis title positions.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.AxisTitlePosition.Inside">
      <summary>
        <para>The axis title is inside of the chart plot area.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.AxisTitlePosition.Outside">
      <summary>
        <para>The axis title is outside of the chart plot area.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.AxisValue">
      <summary>
        <para>Contains the information about an axis value.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.AxisValue.DateTimeValue">
      <summary>
        <para>Gets the axis value, if the axis scale type is  date-time.</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 <see href="https://docs.devexpress.com/WPF/8453/controls-and-libraries/charts-suite/chart-control/provide-data/series-scale-types">axis scale type</see> is numerical.</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 <see href="https://docs.devexpress.com/WPF/8453/controls-and-libraries/charts-suite/chart-control/provide-data/series-scale-types">axis scale type</see> is qualitative.</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="P:DevExpress.Xpf.Charts.AxisValue.TimeSpanValue">
      <summary>
        <para>Returns the axis value if the axis scale type is TimeSpan.</para>
      </summary>
      <value>A time-span value that specifies the axis value.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.AxisX2D">
      <summary>
        <para>Represents the X-<see href="https://docs.devexpress.com/WPF/6334/controls-and-libraries/charts-suite/chart-control/axes/axes">axis</see> of a <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 <see cref="T:DevExpress.Xpf.Charts.AxisX2D"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.AxisX2D.DateTimeScaleOptions">
      <summary>
        <para>Provides access to the options that define the behavior of a date-time X-scale when its mode is manual, automatic or continuous.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Charts.DateTimeScaleOptionsBase"/> object.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.AxisX2D.DateTimeScaleOptionsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.AxisX2D.DateTimeScaleOptions">AxisX2D.DateTimeScaleOptions</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.AxisX2D.NumericScaleOptions">
      <summary>
        <para>Provides access to the options that define the behavior of a numeric X-scale when its mode is manual, automatic or continuous.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Charts.NumericScaleOptionsBase"/> object.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.AxisX2D.NumericScaleOptionsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.AxisX2D.NumericScaleOptions">AxisX2D.NumericScaleOptions</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.AxisX2D.QualitativeScaleOptions">
      <summary>
        <para>Provides access to the options that define the behavior of a scale when its type is qualitative.</para>
      </summary>
      <value>The container of settings of an axis scale when its data type is qualitative.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.AxisX2D.QualitativeScaleOptionsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ChartControl.Legend">ChartControl.Legend</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.AxisX2D.StickToEdge">
      <summary>
        <para>Gets or sets the value that specifies whether the visual range sticks to the whole range’s start or end.</para>
      </summary>
      <value>true if the visual range sticks to the whole range’s edge; otherwise false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.AxisX2D.StickToEdgeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.AxisX2D.StickToEdge">AxisX2D.StickToEdge</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.AxisX2D.StickToEnd">
      <summary>
        <para>Gets or sets the value indicating whether the visual range should move to the new end of the whole range if the visual range is at the end of the whole range and the end of the whole range has been changed.</para>
      </summary>
      <value>true, if the x-axis visual range should stick to the end of the whole range; otherwise false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.AxisX2D.StickToEndProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.AxisX2D.StickToEnd">AxisX2D.StickToEnd</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.AxisX2D.TimeSpanScaleOptions">
      <summary>
        <para>Gets or sets options of the time-span scale used by the argument axis.</para>
      </summary>
      <value>The time-span scale options of the argument axis.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.AxisX2D.TimeSpanScaleOptionsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.AxisX2D.TimeSpanScaleOptions">AxisX2D.TimeSpanScaleOptions</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.AxisX3D">
      <summary>
        <para>Represents the X-<see href="https://docs.devexpress.com/WPF/6334/controls-and-libraries/charts-suite/chart-control/axes/axes">axis</see> of a <see cref="T:DevExpress.Xpf.Charts.XYDiagram3D"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.AxisX3D.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.AxisX3D"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.AxisX3D.DateTimeScaleOptions">
      <summary>
        <para>Provides access to the options that define the behavior of a date-time 3D X-scale when its mode is manual, automatic or continuous.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Charts.DateTimeScaleOptionsBase"/> object.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.AxisX3D.DateTimeScaleOptionsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.AxisX3D.DateTimeScaleOptions">AxisX3D.DateTimeScaleOptions</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.AxisX3D.NumericScaleOptions">
      <summary>
        <para>Provides access to the options that define the behavior of a numeric 3D X-scale when its mode is manual, automatic or continuous.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Charts.NumericScaleOptionsBase"/> object.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.AxisX3D.NumericScaleOptionsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.AxisX3D.NumericScaleOptions">AxisX3D.NumericScaleOptions</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.AxisX3D.QualitativeScaleOptions">
      <summary>
        <para>Provides access to the options that define the behavior of a scale when its type is qualitative.</para>
      </summary>
      <value>The container of settings of an axis scale when its data type is qualitative.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.AxisX3D.QualitativeScaleOptionsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ChartControl.Legend">ChartControl.Legend</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.AxisX3D.TimeSpanScaleOptions">
      <summary>
        <para>Gets or sets options of the time-span scale used by the argument axis.</para>
      </summary>
      <value>The time-span scale options of the argument axis.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.AxisX3D.TimeSpanScaleOptionsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.AxisX3D.TimeSpanScaleOptions">AxisX3D.TimeSpanScaleOptions</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.AxisXCoordinate">
      <summary>
        <para>The settings that define the annotation anchor point X-axis coordinate.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.AxisXCoordinate.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.AxisXCoordinate"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.AxisY2D">
      <summary>
        <para>Represents the Y-<see href="https://docs.devexpress.com/WPF/6334/controls-and-libraries/charts-suite/chart-control/axes/axes">axis</see> of a <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 <see cref="T:DevExpress.Xpf.Charts.AxisY2D"/> class with default settings.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.AxisY2D.AlwaysShowZeroLevelProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.AxisY2D.AlwaysShowZeroLevel">AxisY2D.AlwaysShowZeroLevel</see> attached property of the <see cref="T:DevExpress.Xpf.Charts.AxisY2D"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.AxisY2D.DateTimeScaleOptions">
      <summary>
        <para>Provides access to the options that define the behavior of a date-time Y-scale when its mode is continuous.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Charts.ContinuousDateTimeScaleOptions"/> object.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.AxisY2D.DateTimeScaleOptionsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.AxisY2D.DateTimeScaleOptions">AxisY2D.DateTimeScaleOptions</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Charts.AxisY2D.GetAlwaysShowZeroLevel(DevExpress.Xpf.Charts.ChartNonVisualElement)">
      <summary>
        <para>Gets the always show zero level value of the <see cref="P:DevExpress.Xpf.Charts.AxisY2D.AlwaysShowZeroLevel">AxisY2D.AlwaysShowZeroLevel</see> attached property of the specified Y-Axis range.</para>
      </summary>
      <param name="range">The axis range from which the property value is read.</param>
      <returns>The <see cref="P:DevExpress.Xpf.Charts.AxisY2D.AlwaysShowZeroLevel">AxisY2D.AlwaysShowZeroLevel</see> property value of the axis range.</returns>
    </member>
    <member name="P:DevExpress.Xpf.Charts.AxisY2D.NumericScaleOptions">
      <summary>
        <para>Provides access to the options that define the behavior of a numeric Y-scale when its mode is continuous.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Charts.ContinuousNumericScaleOptions"/> object.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.AxisY2D.NumericScaleOptionsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.AxisY2D.NumericScaleOptions">AxisY2D.NumericScaleOptions</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Charts.AxisY2D.SetAlwaysShowZeroLevel(DevExpress.Xpf.Charts.ChartNonVisualElement,System.Boolean)">
      <summary>
        <para>Sets the value of the <see cref="P:DevExpress.Xpf.Charts.AxisY2D.AlwaysShowZeroLevel">AxisY2D.AlwaysShowZeroLevel</see> attached property to the specified <see cref="T:DevExpress.Xpf.Charts.AxisRange"/>.</para>
      </summary>
      <param name="range">The 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.AxisY2D.TimeSpanScaleOptions">
      <summary>
        <para>Gets or sets options of the time-span scale used by the value axis.</para>
      </summary>
      <value>The time-span scale options of the value axis.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.AxisY2D.TimeSpanScaleOptionsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.AxisY2D.TimeSpanScaleOptions">AxisY2D.TimeSpanScaleOptions</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.AxisY3D">
      <summary>
        <para>Represents the Y-<see href="https://docs.devexpress.com/WPF/6334/controls-and-libraries/charts-suite/chart-control/axes/axes">axis</see> of a <see cref="T:DevExpress.Xpf.Charts.XYDiagram3D"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.AxisY3D.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.AxisY3D"/> class with default settings.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.AxisY3D.AlwaysShowZeroLevelProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.AxisY3D.AlwaysShowZeroLevel">AxisY3D.AlwaysShowZeroLevel</see> attached property of the <see cref="T:DevExpress.Xpf.Charts.AxisY3D"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.AxisY3D.DateTimeScaleOptions">
      <summary>
        <para>Provides access to the options that define the behavior of a date-time 3D Y-axis scale when its mode is continuous.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Charts.ContinuousDateTimeScaleOptions"/> object.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.AxisY3D.DateTimeScaleOptionsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.AxisY3D.DateTimeScaleOptions">AxisY3D.DateTimeScaleOptions</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Charts.AxisY3D.GetAlwaysShowZeroLevel(DevExpress.Xpf.Charts.ChartNonVisualElement)">
      <summary>
        <para>Gets the always show zero level value of the <see cref="P:DevExpress.Xpf.Charts.AxisY3D.AlwaysShowZeroLevel">AxisY3D.AlwaysShowZeroLevel</see> attached property of the specified <see cref="T:DevExpress.Xpf.Charts.AxisY3D"/> range.</para>
      </summary>
      <param name="range">The axis range from which the property value is read.</param>
      <returns>The <see cref="P:DevExpress.Xpf.Charts.AxisY3D.AlwaysShowZeroLevel">AxisY3D.AlwaysShowZeroLevel</see> property value of the axis range.</returns>
    </member>
    <member name="P:DevExpress.Xpf.Charts.AxisY3D.NumericScaleOptions">
      <summary>
        <para>Provides access to the options that define the behavior of a numeric 3D Y-scale when its mode is continuous.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Charts.ContinuousNumericScaleOptions"/> object.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.AxisY3D.NumericScaleOptionsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.AxisY3D.NumericScaleOptions">AxisY3D.NumericScaleOptions</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Charts.AxisY3D.SetAlwaysShowZeroLevel(DevExpress.Xpf.Charts.ChartNonVisualElement,System.Boolean)">
      <summary>
        <para>Sets the value of the <see cref="P:DevExpress.Xpf.Charts.AxisY3D.AlwaysShowZeroLevel">AxisY3D.AlwaysShowZeroLevel</see> attached property to the specified <see cref="T:DevExpress.Xpf.Charts.AxisRange"/>.</para>
      </summary>
      <param name="range">The 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.AxisY3D.TimeSpanScaleOptions">
      <summary>
        <para>Gets or sets options of the time-span scale used by the value axis.</para>
      </summary>
      <value>The time-span scale options of the value axis.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.AxisY3D.TimeSpanScaleOptionsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.AxisY3D.TimeSpanScaleOptions">AxisY3D.TimeSpanScaleOptions</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.AxisYCoordinate">
      <summary>
        <para>The settings that define the annotation anchor point Y-axis coordinate.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.AxisYCoordinate.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.AxisYCoordinate"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Bar2DAnimationBase">
      <summary>
        <para>Represents the base class for all <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animations</see> available for the <see href="https://docs.devexpress.com/WPF/8349/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/bar-series">2D Bar</see> series view.</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>
    </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>
    </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>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Bar2DBounceAnimation">
      <summary>
        <para>The Bounce <see href="https://docs.devexpress.com/WPF/5864/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/bar-series/side-by-side-bar">2D Bar</see> series <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Bar2DBounceAnimation.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Bar2DBounceAnimation"/> class with the 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>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Bar2DDropInAnimation">
      <summary>
        <para>The DropIn <see href="https://docs.devexpress.com/WPF/5864/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/bar-series/side-by-side-bar">2D Bar</see> series <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Bar2DDropInAnimation.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Bar2DDropInAnimation"/> class with the 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>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Bar2DFadeInAnimation">
      <summary>
        <para>The FadeIn <see href="https://docs.devexpress.com/WPF/5864/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/bar-series/side-by-side-bar">2D Bar</see> series <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Bar2DFadeInAnimation.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.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 only.</para>
      </summary>
    </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>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Bar2DFadeInAnimation.Mode">
      <summary>
        <para>Specifies the FadeIn mode, in which the <see href="https://docs.devexpress.com/WPF/6340/controls-and-libraries/charts-suite/chart-control/series/series-points">series points</see> are <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animated</see>. 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 <see cref="P:DevExpress.Xpf.Charts.Bar2DFadeInAnimation.Mode">Bar2DFadeInAnimation.Mode</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Bar2DGrowUpAnimation">
      <summary>
        <para>The GrowUp <see href="https://docs.devexpress.com/WPF/5864/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/bar-series/side-by-side-bar">2D Bar</see> series <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Bar2DGrowUpAnimation.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Bar2DGrowUpAnimation"/> class with the 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>
    </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>
    </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>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Bar2DKind">
      <summary>
        <para>Represents a pre-defined <see href="https://docs.devexpress.com/WPF/8349/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/bar-series">2D Bar</see> <see href="https://docs.devexpress.com/WPF/4285/controls-and-libraries/charts-suite/chart-control/series/series-and-marker-models">model</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Bar2DKind.#ctor(System.Type,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Bar2DKind"/> class with the specified type and name.</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.Bar2DLabelPosition">
      <summary>
        <para>Lists the values used to specify the position of bar labels.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Bar2DLabelPosition.Auto">
      <summary>
        <para>Enables the algorithm which calculates the label position inside bars with respect to chart size.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Bar2DLabelPosition.Center">
      <summary>
        <para>The label is displayed in the center of the bar.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Bar2DLabelPosition.Outside">
      <summary>
        <para>The label is displayed outside the bar (on top for positive values, and on the bottom for negative values).</para>
        <para />
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Bar2DModel">
      <summary>
        <para>Represents a base class for standard and custom <see href="https://docs.devexpress.com/WPF/5864/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/bar-series/side-by-side-bar">2D Bar</see> <see href="https://docs.devexpress.com/WPF/4285/controls-and-libraries/charts-suite/chart-control/series/series-and-marker-models">models</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Bar2DModel.GetPredefinedKinds">
      <summary>
        <para>Returns the list of predefined models for a 2D bar series (e.g. <see href="https://docs.devexpress.com/WPF/5864/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/bar-series/side-by-side-bar">Side-by-Side Bar</see>).</para>
      </summary>
      <returns>An object implementing the <see cref="T:System.Collections.IEnumerable"/> interface.</returns>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Bar2DModel.ModelName">
      <summary>
        <para>Gets the name of the <see cref="T:DevExpress.Xpf.Charts.Bar2DModel"/>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> representing the model name.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Bar2DSlideFromBottomAnimation">
      <summary>
        <para>The SlideFromBottom <see href="https://docs.devexpress.com/WPF/5864/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/bar-series/side-by-side-bar">2D Bar</see> series <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Bar2DSlideFromBottomAnimation.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Bar2DSlideFromBottomAnimation"/> class with the 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>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Bar2DSlideFromLeftAnimation">
      <summary>
        <para>The SlideFromLeft <see href="https://docs.devexpress.com/WPF/5864/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/bar-series/side-by-side-bar">2D Bar</see> series <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Bar2DSlideFromLeftAnimation.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Bar2DSlideFromLeftAnimation"/> class with the 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>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Bar2DSlideFromRightAnimation">
      <summary>
        <para>The SlideFromRight <see href="https://docs.devexpress.com/WPF/5864/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/bar-series/side-by-side-bar">2D Bar</see> series <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Bar2DSlideFromRightAnimation.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Bar2DSlideFromRightAnimation"/> class with the 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>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Bar2DSlideFromTopAnimation">
      <summary>
        <para>The SlideFromTop <see href="https://docs.devexpress.com/WPF/5864/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/bar-series/side-by-side-bar">2D Bar</see> series <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Bar2DSlideFromTopAnimation.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Bar2DSlideFromTopAnimation"/> class with the 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>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Bar2DWidenAnimation">
      <summary>
        <para>The Widen <see href="https://docs.devexpress.com/WPF/5864/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/bar-series/side-by-side-bar">2D Bar</see> series <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Bar2DWidenAnimation.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Bar2DWidenAnimation"/> class with the 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>
    </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>
    </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>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Bar3DBoxPointModel">
      <summary>
        <para>The Box 3D bar model.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Bar3DBoxPointModel.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Bar3DBoxPointModel"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Bar3DKind">
      <summary>
        <para>Represents a pre-defined <see href="https://docs.devexpress.com/WPF/8349/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/bar-series">3D Bar</see> <see href="https://docs.devexpress.com/WPF/4285/controls-and-libraries/charts-suite/chart-control/series/series-and-marker-models">model</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Bar3DKind.#ctor(System.Type,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Bar3DKind"/> class with the specified type and name.</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.Bar3DModel">
      <summary>
        <para>Represents a base class for standard and custom <see href="https://docs.devexpress.com/WPF/5867/controls-and-libraries/charts-suite/chart-control/series/3d-series-types/bar-series/side-by-side-bar">3D Bar</see> <see href="https://docs.devexpress.com/WPF/4285/controls-and-libraries/charts-suite/chart-control/series/series-and-marker-models">models</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Bar3DModel.GetPredefinedKinds">
      <summary>
        <para>Returns the list of predefined models for a 3D bar series (e.g. <see href="https://docs.devexpress.com/WPF/5867/controls-and-libraries/charts-suite/chart-control/series/3d-series-types/bar-series/side-by-side-bar">Side-by-Side Bar</see>).</para>
      </summary>
      <returns>An object implementing the <see cref="T:System.Collections.IEnumerable"/> interface.</returns>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Bar3DModel.ModelName">
      <summary>
        <para>Gets the name of the <see cref="T:DevExpress.Xpf.Charts.Bar3DModel"/>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> representing the model name.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Bar3DModel.TypeNameSerializable">
      <summary>
        <para>Gets the string value used to support serialization of the Bar3DModel type.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Bar3DOctagonPointModel">
      <summary>
        <para>The Octagon 3D bar model.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Bar3DOctagonPointModel.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Bar3DOctagonPointModel"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Bar3DPointModel">
      <summary>
        <para>The base class for all 3D bar models.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Bar3DPointModel.ShowFacets">
      <summary>
        <para>Gets or sets the value indicating whether the bar facets should be shown.</para>
      </summary>
      <value>true if facets should be shown; otherwise false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Bar3DPointModel.ShowFacetsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Bar3DPointModel.ShowFacets">Bar3DPointModel.ShowFacets</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Bar3DPyramidPointModel">
      <summary>
        <para>The Pyramid 3D bar model.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Bar3DPyramidPointModel.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Bar3DPyramidPointModel"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Bar3DSeriesView">
      <summary>
        <para>The 3D bar series view.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Bar3DSeriesView.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Bar3DSeriesView"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Bar3DSeriesView.BarModel">
      <summary>
        <para>Gets or sets the model of data point bars.</para>
      </summary>
      <value>The bar model.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Bar3DSeriesView.BarModelProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Bar3DSeriesView.BarModel">Bar3DSeriesView.BarModel</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Bar3DSeriesView.BarSize">
      <summary>
        <para>Gets or sets the size of bars.</para>
      </summary>
      <value>The bar size, in axes units.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Bar3DSeriesView.BarSizeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Bar3DSeriesView.BarSize">Bar3DSeriesView.BarSize</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Bar3DSeriesView.EqualBarSize">
      <summary>
        <para>Gets or sets the value specifying whether the 3D bars should be inscribed in a square.</para>
      </summary>
      <value>true if bars should be inscribed in a square; otherwise false</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Bar3DSeriesView.EqualBarSizeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Bar3DSeriesView.EqualBarSize">Bar3DSeriesView.EqualBarSize</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Bar3DSize">
      <summary>
        <para>The size of 3D bars.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Bar3DSize.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Bar3DSize"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Bar3DSize.#ctor(System.Double,System.Double)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Bar3DSize"/> class with the specified width and thickness of bars.</para>
      </summary>
      <param name="x">The length of bars along the X-axis.</param>
      <param name="z">The length of bars along the Z-axis.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Bar3DSize.Clone">
      <summary>
        <para>Clones the 3D Bar size object.</para>
      </summary>
      <returns>The cloned size.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Bar3DSize.Parse(System.String)">
      <summary>
        <para>Creates an instance of the <see cref="T:DevExpress.Xpf.Charts.Bar3DSize"/> based on the specified source string.</para>
      </summary>
      <param name="source">The source string.</param>
      <returns>The size configured by the string.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Bar3DSize.ToString">
      <summary>
        <para>Returns the text representation of the <see cref="T:DevExpress.Xpf.Charts.Bar3DSize"/> object.</para>
      </summary>
      <returns>The textual representation of the <see cref="T:DevExpress.Xpf.Charts.Bar3DSize"/>.</returns>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Bar3DSize.X">
      <summary>
        <para>Gets or sets the length of bars along the X-axis.</para>
      </summary>
      <value>The bar width, in X-axis units.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Bar3DSize.Z">
      <summary>
        <para>Gets or sets the length of bars along the Z-axis.</para>
      </summary>
      <value>The bar thickness, in Z-axis units.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.BarFullStackedSeries2D">
      <summary>
        <para>Represents the <see href="https://docs.devexpress.com/WPF/5866/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/bar-series/full-stacked-bar">2D Full-Stacked Bar</see> series.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.BarFullStackedSeries2D.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.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">BarFullStackedSeries2D.PercentOptions</see> 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.BarFullStackedSeries2D.PercentOptions">BarFullStackedSeries2D.PercentOptions</see> property value for the point options.</returns>
    </member>
    <member name="F:DevExpress.Xpf.Charts.BarFullStackedSeries2D.PercentOptionsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.BarFullStackedSeries2D.PercentOptions">BarFullStackedSeries2D.PercentOptions</see> dependency property.</para>
      </summary>
    </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">BarFullStackedSeries2D.PercentOptions</see> 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.BarSeries2D">
      <summary>
        <para>Represents the base class for <see href="https://docs.devexpress.com/WPF/5864/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/bar-series/side-by-side-bar">2D Side-by-Side Bar</see>, <see href="https://docs.devexpress.com/WPF/5865/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/bar-series/stacked-bar">2D Stacked Bar</see>, <see href="https://docs.devexpress.com/WPF/5866/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/bar-series/full-stacked-bar">2D Full-Stacked Bar</see>, <see href="https://docs.devexpress.com/WPF/7908/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/bar-series/side-by-side-stacked-bar">2D Side-by-Side Stacked Bar</see> and <see href="https://docs.devexpress.com/WPF/7909/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/bar-series/side-by-side-full-stacked-bar">2D Side-by-Side Full-Stacked Bar</see> series.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.BarSeries2D.AddPoint(System.DateTime,System.Double)">
      <summary>
        <para>Adds a new series point with the specified argument and value to the series.</para>
      </summary>
      <param name="argument">The date-time argument of the new point.</param>
      <param name="value">The value of the new point.</param>
      <returns>The newly added series point.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.BarSeries2D.AddPoint(System.Double,System.Double)">
      <summary>
        <para>Adds a new series point with the specified argument and value to the series.</para>
      </summary>
      <param name="argument">The numeric argument of the new point.</param>
      <param name="value">The value of the new point.</param>
      <returns>The newly added series point.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.BarSeries2D.AddPoint(System.String,System.Double)">
      <summary>
        <para>Adds a new series point with the specified argument and value to the series.</para>
      </summary>
      <param name="argument">The qualitative argument of the new point.</param>
      <param name="value">The value of the new point.</param>
      <returns>The newly added series point.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.BarSeries2D.AddPoint(System.TimeSpan,System.Double)">
      <summary>
        <para>Adds a new series point with the specified argument and value to the series.</para>
      </summary>
      <param name="argument">The new point’s argument.</param>
      <param name="value">The new point’s value.</param>
      <returns>The newly added series point.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.BarSeries2D.GetShowZeroValueLabels(DevExpress.Xpf.Charts.SeriesLabel)">
      <summary>
        <para>Returns the value that specifies whether series points with zero or empty values should be labeled.</para>
      </summary>
      <param name="label">Series label settings storage that configures appearance and behavior of Bar series’ labels.</param>
      <returns>true, if zero or empty points should be labeled; otherwise false.</returns>
    </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 (e.g. <see href="https://docs.devexpress.com/WPF/5864/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/bar-series/side-by-side-bar">2D Side-by-Side Bar</see>).</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">BarSeries2D.Model</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Charts.BarSeries2D.SetShowZeroValueLabels(DevExpress.Xpf.Charts.SeriesLabel,System.Boolean)">
      <summary>
        <para>Specifies the value that specifies whether series points with zero or empty values should be labeled.</para>
      </summary>
      <param name="label">Series label settings storage that configures the appearance and behavior of Bar series’ labels.</param>
      <param name="value">The value that specifies whether series points with zero or empty values should be labeled.</param>
    </member>
    <member name="F:DevExpress.Xpf.Charts.BarSeries2D.ShowZeroValueLabelsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.BarSeries2D.ShowZeroValueLabels">BarSeries2D.ShowZeroValueLabels</see> dependency property.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.BarSeries2DBase">
      <summary>
        <para>The base class for all <see href="https://docs.devexpress.com/WPF/8349/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/bar-series">2D Bar Series </see> 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 is the bar’s width in fractions of axis units, where an axis unit is the distance between two major values on the axis. This value should be greater than or equal to 0.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.BarSeries2DBase.BarWidthProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.BarSeries2DBase.BarWidth">BarSeries2DBase.BarWidth</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Charts.BarSeries2DBase.GetPointAnimation">
      <summary>
        <para>Gets the <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">point animation</see>, which is assigned to <see cref="T:DevExpress.Xpf.Charts.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 <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see> for the series’ <see href="https://docs.devexpress.com/WPF/6340/controls-and-libraries/charts-suite/chart-control/series/series-points">point</see> 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 <see cref="P:DevExpress.Xpf.Charts.BarSeries2DBase.PointAnimation">BarSeries2DBase.PointAnimation</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Charts.BarSeries2DBase.SetPointAnimation(DevExpress.Xpf.Charts.SeriesPointAnimationBase)">
      <summary>
        <para>Assigns the specified <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">point animation</see> to <see cref="T:DevExpress.Xpf.Charts.BarSeries2DBase"/>.</para>
      </summary>
      <param name="value">A <see cref="T:DevExpress.Xpf.Charts.SeriesPointAnimationBase"/> class descendant.</param>
    </member>
    <member name="T:DevExpress.Xpf.Charts.BarSeries3D">
      <summary>
        <para>Represents the <see href="https://docs.devexpress.com/WPF/4286/controls-and-libraries/charts-suite/chart-control/series/3d-series-types/bar-series/manhattan-bar">3D Manhattan Bar</see> series.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.BarSeries3D.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.BarSeries3D"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.BarSeries3D.ActualModel">
      <summary>
        <para>Gets the actual model used to draw elements of a 3D bar series (e.g. <see href="https://docs.devexpress.com/WPF/5867/controls-and-libraries/charts-suite/chart-control/series/3d-series-types/bar-series/side-by-side-bar">3D Side-by-Side Bar</see>).</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Charts.Bar3DModel"/> class descendant that represents the actual model.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.BarSeries3D.BarWidth">
      <summary>
        <para>Gets or sets the width of a bar (measured as a fraction of axis units).</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value that represents the bar’s width in fractions of axis units, where an axis unit is the distance between two major values on the axis. This value should be greater than or equal to 0.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.BarSeries3D.BarWidthProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.BarSeries3D.BarWidth">BarSeries3D.BarWidth</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Charts.BarSeries3D.GetTransform(DevExpress.Xpf.Charts.SeriesPoint)">
      <summary>
        <para>Gets the value of the <see cref="P:DevExpress.Xpf.Charts.BarSeries3D.Transform">BarSeries3D.Transform</see> 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 from which the property value is read.</param>
      <returns>The value of the <see cref="P:DevExpress.Xpf.Charts.BarSeries3D.Transform">BarSeries3D.Transform</see> property for the specified series point.</returns>
    </member>
    <member name="P:DevExpress.Xpf.Charts.BarSeries3D.Model">
      <summary>
        <para>Gets or sets the model used to draw elements of a 3D bar series (e.g. <see href="https://docs.devexpress.com/WPF/5867/controls-and-libraries/charts-suite/chart-control/series/3d-series-types/bar-series/side-by-side-bar">3D Side-by-Side Bar</see>).</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Charts.Bar3DModel"/> class descendant.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.BarSeries3D.ModelProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.BarSeries3D.Model">BarSeries3D.Model</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Charts.BarSeries3D.SetTransform(DevExpress.Xpf.Charts.SeriesPoint,System.Windows.Media.Media3D.Transform3D)">
      <summary>
        <para>Sets the value of the <see cref="P:DevExpress.Xpf.Charts.BarSeries3D.Transform">BarSeries3D.Transform</see> 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="transform">The required <see cref="T:System.Windows.Media.Media3D.Transform3D"/> object.</param>
    </member>
    <member name="F:DevExpress.Xpf.Charts.BarSeries3D.TransformProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.BarSeries3D.Transform">BarSeries3D.Transform</see> dependency property.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.BarSideBySideFullStackedSeries2D">
      <summary>
        <para>Represents the <see href="https://docs.devexpress.com/WPF/7909/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/bar-series/side-by-side-full-stacked-bar">2D Side-by-Side Full-Stacked Bar</see> series.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.BarSideBySideFullStackedSeries2D.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.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>A <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">BarSideBySideFullStackedSeries2D.StackedGroup</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.BarSideBySideSeries2D">
      <summary>
        <para>Represents the <see href="https://docs.devexpress.com/WPF/5864/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/bar-series/side-by-side-bar">2D Side-by-Side Bar</see> series.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.BarSideBySideSeries2D.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.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">BarSideBySideSeries2D.LabelPosition</see> 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="F:DevExpress.Xpf.Charts.BarSideBySideSeries2D.LabelPositionProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.BarSideBySideSeries2D.LabelPosition">BarSideBySideSeries2D.LabelPosition</see> attached property.</para>
      </summary>
    </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">BarSideBySideSeries2D.LabelPosition</see> 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.BarSideBySideSeries3D">
      <summary>
        <para>Represents the <see href="https://docs.devexpress.com/WPF/5867/controls-and-libraries/charts-suite/chart-control/series/3d-series-types/bar-series/side-by-side-bar">3D Side-by-Side Bar</see> series.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.BarSideBySideSeries3D.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.BarSideBySideSeries3D"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.BarSideBySideSeries3D.AddPoint(System.DateTime,System.Double)">
      <summary>
        <para>Adds a new series point with the specified argument and value to the series.</para>
      </summary>
      <param name="argument">The date-time argument of the new point.</param>
      <param name="value">The value of the new point.</param>
      <returns>The newly added series point.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.BarSideBySideSeries3D.AddPoint(System.Double,System.Double)">
      <summary>
        <para>Adds a new series point with the specified argument and value to the series.</para>
      </summary>
      <param name="argument">The numeric argument of the new point.</param>
      <param name="value">The value of the new point.</param>
      <returns>The newly added series point.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.BarSideBySideSeries3D.AddPoint(System.String,System.Double)">
      <summary>
        <para>Adds a new series point with the specified argument and value to the series.</para>
      </summary>
      <param name="argument">The qualitative argument of the new point.</param>
      <param name="value">The value of the new point.</param>
      <returns>The newly added series point.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.BarSideBySideSeries3D.AddPoint(System.TimeSpan,System.Double)">
      <summary>
        <para>Adds a new series point with the specified argument and value to the series.</para>
      </summary>
      <param name="argument">The new point’s argument.</param>
      <param name="value">The new point’s value.</param>
      <returns>The newly added series point.</returns>
    </member>
    <member name="T:DevExpress.Xpf.Charts.BarSideBySideStackedSeries2D">
      <summary>
        <para>Represents the <see href="https://docs.devexpress.com/WPF/7908/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/bar-series/side-by-side-stacked-bar">2D Side-by-Side Stacked Bar</see> series.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.BarSideBySideStackedSeries2D.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.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>A <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">BarSideBySideStackedSeries2D.StackedGroup</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.BarStackedSeries2D">
      <summary>
        <para>Represents the <see href="https://docs.devexpress.com/WPF/5865/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/bar-series/stacked-bar">2D Stacked Bar</see> series.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.BarStackedSeries2D.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.BarStackedSeries2D"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.BarStackedSeries2D.GetTotalLabel(DevExpress.Xpf.Charts.Pane)">
      <summary>
        <para>Returns total labels’ settings associated with the specified diagram pane.</para>
      </summary>
      <param name="pane">The diagram pane for which total labels’ are configured.</param>
      <returns>The total labels’ settings storage.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.BarStackedSeries2D.SetTotalLabel(DevExpress.Xpf.Charts.Pane,DevExpress.Xpf.Charts.StackedBarTotalLabel)">
      <summary>
        <para>Specifies total labels’ settings associated with the specified diagram pane.</para>
      </summary>
      <param name="pane">The pane for which total labels are configured.</param>
      <param name="label">The total labels’ settings storage.</param>
    </member>
    <member name="F:DevExpress.Xpf.Charts.BarStackedSeries2D.TotalLabelProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.BarStackedSeries2D.TotalLabel">BarStackedSeries2D.TotalLabel</see> dependency property.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.BlueGreenPalette">
      <summary>
        <para>Represents the Blue Green palette.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.BlueGreenPalette.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.BlueGreenPalette"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.BlueGreenPalette.PaletteName">
      <summary>
        <para>Gets the name of the <see cref="T:DevExpress.Xpf.Charts.BlueGreenPalette"/>.</para>
      </summary>
      <value>Always BlueGreen.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.BlueIIPalette">
      <summary>
        <para>Represents the BlueII palette.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.BlueIIPalette.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.BlueIIPalette"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.BlueIIPalette.PaletteName">
      <summary>
        <para>Gets the name of the <see cref="T:DevExpress.Xpf.Charts.BlueIIPalette"/>.</para>
      </summary>
      <value>Always BlueII.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.BluePalette">
      <summary>
        <para>Represents the Blue palette.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.BluePalette.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.BluePalette"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.BluePalette.PaletteName">
      <summary>
        <para>Gets the name of the <see cref="T:DevExpress.Xpf.Charts.BluePalette"/>.</para>
      </summary>
      <value>Always Blue.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.BlueWarmPalette">
      <summary>
        <para>Represents the BlueWarm palette.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.BlueWarmPalette.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.BlueWarmPalette"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.BlueWarmPalette.PaletteName">
      <summary>
        <para>Gets the name of the <see cref="T:DevExpress.Xpf.Charts.BlueWarmPalette"/>.</para>
      </summary>
      <value>Always BlueWarm.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.BollingerBands">
      <summary>
        <para>The Bollinger Bands indicator.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.BollingerBands.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.BollingerBands"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.BollingerBands.PointsCount">
      <summary>
        <para>Gets or sets the number of <see href="https://docs.devexpress.com/WPF/6340/controls-and-libraries/charts-suite/chart-control/series/series-points">data points</see> used to calculate the indicator.</para>
      </summary>
      <value>An integer value, specifying the number of points.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.BollingerBands.PointsCountProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.BollingerBands.PointsCount">BollingerBands.PointsCount</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.BollingerBands.StandardDeviationMultiplier">
      <summary>
        <para>Gets or sets the multiplier of the standard deviation used to plot this indicator.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value specifying the multiplier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.BollingerBands.StandardDeviationMultiplierProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.BollingerBands.StandardDeviationMultiplier">BollingerBands.StandardDeviationMultiplier</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.BollingerBands.ValueLevel">
      <summary>
        <para>Gets or sets the value specifying which series point value should be used to calculate the indicator.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraCharts.ValueLevel"/> enumeration value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.BollingerBands.ValueLevelProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.BollingerBands.ValueLevel">BollingerBands.ValueLevel</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.BorderCandleStick2DModel">
      <summary>
        <para>The Border <see href="https://docs.devexpress.com/WPF/6850/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/financial-series/candle-stick">Candle Stick</see> <see href="https://docs.devexpress.com/WPF/4285/controls-and-libraries/charts-suite/chart-control/series/series-and-marker-models">model</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.BorderCandleStick2DModel.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.BorderCandleStick2DModel"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.BorderCandleStick2DModel.ModelName">
      <summary>
        <para>Gets the name of the <see cref="T:DevExpress.Xpf.Charts.BorderCandleStick2DModel"/>.</para>
      </summary>
      <value>Always “Border”.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.BorderlessFlatPie2DModel">
      <summary>
        <para>The flat 2D Pie <see href="https://docs.devexpress.com/WPF/4285/controls-and-libraries/charts-suite/chart-control/series/series-and-marker-models">model</see> without a border.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.BorderlessFlatPie2DModel.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.BorderlessFlatPie2DModel"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.BorderlessFlatPie2DModel.ModelName">
      <summary>
        <para>Gets the name of the <see cref="T:DevExpress.Xpf.Charts.BorderlessFlatPie2DModel"/>.</para>
      </summary>
      <value>Always “Borderless Flat”.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.BorderlessGradientBar2DModel">
      <summary>
        <para>The gradient <see href="https://docs.devexpress.com/WPF/8349/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/bar-series">Bar</see> <see href="https://docs.devexpress.com/WPF/4285/controls-and-libraries/charts-suite/chart-control/series/series-and-marker-models">model</see> without a border.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.BorderlessGradientBar2DModel.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.BorderlessGradientBar2DModel"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.BorderlessGradientBar2DModel.ModelName">
      <summary>
        <para>Gets the name of the <see cref="T:DevExpress.Xpf.Charts.BorderlessGradientBar2DModel"/>.</para>
      </summary>
      <value>Always “Gradient Borderless Bar”.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.BorderlessGradientWaterfall2DModel">
      <summary>
        <para>The gradient waterfall bar <see href="https://docs.devexpress.com/WPF/4285/controls-and-libraries/charts-suite/chart-control/series/series-and-marker-models">model</see> without a border.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.BorderlessGradientWaterfall2DModel.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.BorderlessGradientWaterfall2DModel"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.BorderlessGradientWaterfall2DModel.ModelName">
      <summary>
        <para>Returns the BorderlessGradientWaterfall2DModel name.</para>
      </summary>
      <value>Always Gradient Borderless Waterfall.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.BorderlessSimpleBar2DModel">
      <summary>
        <para>The basic <see href="https://docs.devexpress.com/WPF/8349/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/bar-series">2D Bar</see> <see href="https://docs.devexpress.com/WPF/4285/controls-and-libraries/charts-suite/chart-control/series/series-and-marker-models">model</see> without a border.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.BorderlessSimpleBar2DModel.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.BorderlessSimpleBar2DModel"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.BorderlessSimpleBar2DModel.ModelName">
      <summary>
        <para>Gets the name of the <see cref="T:DevExpress.Xpf.Charts.BorderlessSimpleBar2DModel"/>.</para>
      </summary>
      <value>Always “Borderless Simple Bar”.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.BorderlessSimpleMarker2DModel">
      <summary>
        <para>The basic marker <see href="https://docs.devexpress.com/WPF/4285/controls-and-libraries/charts-suite/chart-control/series/series-and-marker-models">model</see> without a border.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.BorderlessSimpleMarker2DModel.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.BorderlessSimpleMarker2DModel"/> class with the specified name.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.BorderlessSimpleMarker2DModel.ModelName">
      <summary>
        <para>Gets the name of the <see cref="T:DevExpress.Xpf.Charts.BorderlessSimpleMarker2DModel"/>.</para>
      </summary>
      <value>Always “BorderlessSimpleMarker2DModel”.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.BorderlessSimpleWaterfall2DModel">
      <summary>
        <para>The basic waterfall bar <see href="https://docs.devexpress.com/WPF/4285/controls-and-libraries/charts-suite/chart-control/series/series-and-marker-models">model</see> without a border.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.BorderlessSimpleWaterfall2DModel.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.BorderlessSimpleWaterfall2DModel"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.BorderlessSimpleWaterfall2DModel.ModelName">
      <summary>
        <para>Returns the BorderlessSimpleWaterfall2DModel name.</para>
      </summary>
      <value>Always Borderless Waterfall.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.BoxBar3DModel">
      <summary>
        <para>The Box 3D Bar <see href="https://docs.devexpress.com/WPF/4285/controls-and-libraries/charts-suite/chart-control/series/series-and-marker-models">model</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.BoxBar3DModel.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.BoxBar3DModel"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.BoxBar3DModel.ModelName">
      <summary>
        <para>Gets the name of the <see cref="T:DevExpress.Xpf.Charts.BoxBar3DModel"/>.</para>
      </summary>
      <value>Always “Box”.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.BoxPlot2DModel">
      <summary>
        <para>The base class for the Box Plot models.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.BoxPlot2DModel.GetPenBrush(System.Windows.Media.SolidColorBrush)">
      <summary>
        <para>Returns a brush used to draw the series border.</para>
      </summary>
      <param name="brush">A brush that is used to paint the BoxPlot series.</param>
      <returns>A brush that is used to draw the series border.</returns>
    </member>
    <member name="P:DevExpress.Xpf.Charts.BoxPlot2DModel.ModelName">
      <summary>
        <para>Returns the BoxPlot2DModel name.</para>
      </summary>
      <value>The model name.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.BoxPlotDateTimeValues">
      <summary>
        <para>Contains the Box Plot point values for charts with the date-time y-axis.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.BoxPlotDateTimeValues.#ctor">
      <summary>
        <para>Creates an instance of the <see cref="T:DevExpress.Xpf.Charts.BoxPlotDateTimeValues"/> class with the specified settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.BoxPlotDateTimeValues.#ctor(System.DateTime,System.DateTime,System.DateTime,System.DateTime,System.DateTime,System.DateTime,System.DateTime[])">
      <summary>
        <para>Creates an instance of the <see cref="T:DevExpress.Xpf.Charts.BoxPlotDateTimeValues"/> class with the specified settings.</para>
      </summary>
      <param name="min">The date-time value that represents the Box Plot point’s Min value.</param>
      <param name="quartile1">The date-time value that represents the Box Plot point’s First Quartile value.</param>
      <param name="median">The date-time value that represents the Box Plot point’s Median value.</param>
      <param name="quartile3">The date-time value that represents the Box Plot point’s Third Quartile value.</param>
      <param name="max">The date-time value that represents the Box Plot point’s Max value.</param>
      <param name="mean">The date-time value that represents the Box Plot point’s Mean value.</param>
      <param name="outliers">An array of date-time values that represents the Box Plot point’s Outliers.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.BoxPlotDateTimeValues.#ctor(System.DateTime,System.DateTime,System.DateTime,System.DateTime,System.DateTime,System.DateTime)">
      <summary>
        <para>Creates an instance of the <see cref="T:DevExpress.Xpf.Charts.BoxPlotDateTimeValues"/> class with the specified settings.</para>
      </summary>
      <param name="min">The date-time value that represents the Box Plot point’s Min value.</param>
      <param name="quartile1">The date-time value that represents the Box Plot point’s First Quartile value.</param>
      <param name="median">The date-time value that represents the Box Plot point’s Median value.</param>
      <param name="quartile3">The date-time value that represents the Box Plot point’s Third Quartile value.</param>
      <param name="max">The date-time value that represents the Box Plot point’s Max value.</param>
      <param name="mean">The date-time value that represents the Box Plot point’s Mean value.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.BoxPlotDateTimeValues.#ctor(System.DateTime,System.DateTime,System.DateTime,System.DateTime,System.DateTime,System.DateTime[])">
      <summary>
        <para>Creates an instance of the <see cref="T:DevExpress.Xpf.Charts.BoxPlotDateTimeValues"/> class with the specified settings.</para>
      </summary>
      <param name="min">The date-time value that represents the Box Plot point’s Min value.</param>
      <param name="quartile1">The date-time value that represents the Box Plot point’s First Quartile value.</param>
      <param name="median">The date-time value that represents the Box Plot point’s Median value.</param>
      <param name="quartile3">The date-time value that represents the Box Plot point’s Third Quartile value.</param>
      <param name="max">The date-time value that represents the Box Plot point’s Max value.</param>
      <param name="outliers">An array of date-time values that represents the Box Plot point’s Outliers.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.BoxPlotDateTimeValues.#ctor(System.DateTime,System.DateTime,System.DateTime,System.DateTime,System.DateTime)">
      <summary>
        <para>Creates an instance of the <see cref="T:DevExpress.Xpf.Charts.BoxPlotDateTimeValues"/> class with the specified settings.</para>
      </summary>
      <param name="min">The date-time value that represents the Box Plot point’s Min value.</param>
      <param name="quartile1">The date-time value that represents the Box Plot point’s First Quartile value.</param>
      <param name="median">The date-time value that represents the Box Plot point’s Median value.</param>
      <param name="quartile3">The date-time value that represents the Box Plot point’s Third Quartile value.</param>
      <param name="max">The date-time value that represents the Box Plot point’s Max value.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.BoxPlotDateTimeValues.GetValues">
      <summary>
        <para>Returns the Box Plot point values.</para>
      </summary>
      <returns>An array of date-time Box Plot point values.</returns>
    </member>
    <member name="P:DevExpress.Xpf.Charts.BoxPlotDateTimeValues.Max">
      <summary>
        <para>Returns the Box Plot point’s Max value when the chart y-axis scale type is DateTime.</para>
      </summary>
      <value>The date-time value that represents the Box Plot point’s Max value.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.BoxPlotDateTimeValues.Mean">
      <summary>
        <para>Returns the Box Plot point’s Mean value when the chart y-axis scale type is DateTime.</para>
      </summary>
      <value>The date-time value that represents the Box Plot point’s Mean value.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.BoxPlotDateTimeValues.Median">
      <summary>
        <para>Returns the Box Plot point’s Median value when the chart y-axis scale type is DateTime.</para>
      </summary>
      <value>The date-time value that represents the Box Plot point’s Median value.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.BoxPlotDateTimeValues.Min">
      <summary>
        <para>Returns the Box Plot point’s Min value when the chart y-axis scale type is DateTime.</para>
      </summary>
      <value>The date-time value that represents the Box Plot point’s Min value.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.BoxPlotDateTimeValues.Outliers">
      <summary>
        <para>Returns the Box Plot point’s Outliers when the chart y-axis scale type is DateTime.</para>
      </summary>
      <value>An array of date-time values that represents the Box Plot series point outliers.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.BoxPlotDateTimeValues.Quartile1">
      <summary>
        <para>Returns the Box Plot point’s First Quartile value when the chart y-axis scale type is DateTime.</para>
      </summary>
      <value>The date-time value that represents the Box Plot point’s First Quartile value.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.BoxPlotDateTimeValues.Quartile3">
      <summary>
        <para>Returns the Box Plot point’s Third Quartile value when the chart y-axis scale type is DateTime.</para>
      </summary>
      <value>The date-time value that represents the Box Plot point’s Third Quartile value.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.BoxPlotNumericValues">
      <summary>
        <para>Contains the Box Plot point values for charts with the numeric y-axis.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.BoxPlotNumericValues.#ctor">
      <summary>
        <para>Creates an instance of the <see cref="T:DevExpress.Xpf.Charts.BoxPlotNumericValues"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.BoxPlotNumericValues.#ctor(System.Double,System.Double,System.Double,System.Double,System.Double,System.Double,System.Double[])">
      <summary>
        <para>Creates an instance of the <see cref="T:DevExpress.Xpf.Charts.BoxPlotNumericValues"/> class with the specified settings.</para>
      </summary>
      <param name="min">The numeric value that represents the Box Plot point’s Min value.</param>
      <param name="quartile1">The numeric value that represents the Box Plot point’s First Quartile value.</param>
      <param name="median">The numeric value that represents the Box Plot point’s Median value.</param>
      <param name="quartile3">The numeric value that represents the Box Plot point’s Third Quartile value.</param>
      <param name="max">The numeric value that represents the Box Plot point’s Max value.</param>
      <param name="mean">The numeric value that represents the Box Plot point’s Mean value.</param>
      <param name="outliers">An array of numeric values that represents the Box Plot point’s Outliers.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.BoxPlotNumericValues.#ctor(System.Double,System.Double,System.Double,System.Double,System.Double,System.Double)">
      <summary>
        <para>Creates an instance of the <see cref="T:DevExpress.Xpf.Charts.BoxPlotNumericValues"/> class with the specified settings.</para>
      </summary>
      <param name="min">The numeric value that represents the Box Plot point’s Min value.</param>
      <param name="quartile1">The numeric value that represents the Box Plot point’s First Quartile value.</param>
      <param name="median">The numeric value that represents the Box Plot point’s Median value.</param>
      <param name="quartile3">The numeric value that represents the Box Plot point’s Third Quartile value.</param>
      <param name="max">The numeric value that represents the Box Plot point’s Max value.</param>
      <param name="mean">The numeric value that represents the Box Plot point’s Mean value.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.BoxPlotNumericValues.#ctor(System.Double,System.Double,System.Double,System.Double,System.Double,System.Double[])">
      <summary>
        <para>Creates an instance of the <see cref="T:DevExpress.Xpf.Charts.BoxPlotNumericValues"/> class with the specified settings.</para>
      </summary>
      <param name="min">The numeric value that represents the Box Plot point’s Min value.</param>
      <param name="quartile1">The numeric value that represents the Box Plot point’s First Quartile value.</param>
      <param name="median">The numeric value that represents the Box Plot point’s Median value.</param>
      <param name="quartile3">The numeric value that represents the Box Plot point’s Third Quartile value.</param>
      <param name="max">The numeric value that represents the Box Plot point’s Max value.</param>
      <param name="outliers">An array of numeric values that represents the Box Plot point’s Outliers.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.BoxPlotNumericValues.#ctor(System.Double,System.Double,System.Double,System.Double,System.Double)">
      <summary>
        <para>Creates an instance of the <see cref="T:DevExpress.Xpf.Charts.BoxPlotNumericValues"/> class with the specified settings.</para>
      </summary>
      <param name="min">The numeric value that represents the Box Plot point’s Min value.</param>
      <param name="quartile1">The numeric value that represents the Box Plot point’s First Quartile value.</param>
      <param name="median">The numeric value that represents the Box Plot point’s Median value.</param>
      <param name="quartile3">The numeric value that represents the Box Plot point’s Third Quartile value.</param>
      <param name="max">The numeric value that represents the Box Plot point’s Max value.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.BoxPlotNumericValues.GetValues">
      <summary>
        <para>Returns the Box Plot point values.</para>
      </summary>
      <returns>An array of numeric Box Plot point values.</returns>
    </member>
    <member name="P:DevExpress.Xpf.Charts.BoxPlotNumericValues.Max">
      <summary>
        <para>Returns the Box Plot point’s Max value when the chart y-axis scale type is Numerical.</para>
      </summary>
      <value>The numeric value that represents the Box Plot point’s Max value.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.BoxPlotNumericValues.Mean">
      <summary>
        <para>Returns the Box Plot point’s Mean value when the chart y-axis scale type is Numerical.</para>
      </summary>
      <value>The numeric value that represents the Box Plot point’s Mean value.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.BoxPlotNumericValues.Median">
      <summary>
        <para>Returns the Box Plot point’s Median value when the chart y-axis scale type is Numerical.</para>
      </summary>
      <value>The numeric value that represents the Box Plot point’s Median value.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.BoxPlotNumericValues.Min">
      <summary>
        <para>Returns the Box Plot point’s Min value when the chart y-axis scale type is Numerical</para>
      </summary>
      <value>The numeric value that represents the Box Plot point’s Min value.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.BoxPlotNumericValues.Outliers">
      <summary>
        <para>Returns the Box Plot point’s Outliers when the chart y-axis scale type is Numerical.</para>
      </summary>
      <value>An array of numerical values that represents the Box Plot series point outliers.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.BoxPlotNumericValues.Quartile1">
      <summary>
        <para>Returns the Box Plot point’s First Quartile value when the chart y-axis scale type is Numerical.</para>
      </summary>
      <value>The numeric value that represents the Box Plot point’s First Quartile value.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.BoxPlotNumericValues.Quartile3">
      <summary>
        <para>Returns the Box Plot point’s Third Quartile value when the chart y-axis scale type is Numerical.</para>
      </summary>
      <value>The numeric value that represents the Box Plot point’s Third Quartile value.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.BoxPlotSeries2D">
      <summary>
        <para>Represents the <see href="https://docs.devexpress.com/WPF/401372/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/box-plot-series">Box Plot</see> series.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.BoxPlotSeries2D.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.BoxPlotSeries2D"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.BoxPlotSeries2D.ActualMeanLineStyle">
      <summary>
        <para>Returns actual mean line style settings.</para>
      </summary>
      <value>Contains mean line style settings.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.BoxPlotSeries2D.ActualMeanLineStyleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.BoxPlotSeries2D.ActualMeanLineStyle"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.BoxPlotSeries2D.BoxWidth">
      <summary>
        <para>Gets or sets the Box Plot’s point width measured in axis units.</para>
      </summary>
      <value>The Box Plot point’s width in fractions of axis units, where an axis unit is the distance between two major values on the axis. This value should be greater than or equal to 0.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.BoxPlotSeries2D.BoxWidthProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.BoxPlotSeries2D.BoxWidth">BoxPlotSeries2D.BoxWidth</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.BoxPlotSeries2D.CapWidthPercentage">
      <summary>
        <para>Gets or sets the cap width of a Box Plot series point as percentage.</para>
      </summary>
      <value>A number that specifies the cap width as the percentage of box width.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.BoxPlotSeries2D.CapWidthPercentageProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.BoxPlotSeries2D.CapWidthPercentage">BoxPlotSeries2D.CapWidthPercentage</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Charts.BoxPlotSeries2D.GetPointAnimation">
      <summary>
        <para>Gets the <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">point animation</see>, which is assigned to <see cref="T:DevExpress.Xpf.Charts.BoxPlotSeries2D"/>.</para>
      </summary>
      <returns>A <see cref="T:DevExpress.Xpf.Charts.SeriesPointAnimationBase"/> class descendant.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.BoxPlotSeries2D.GetSeriesAnimation">
      <summary>
        <para>Returns the <see cref="P:DevExpress.Xpf.Charts.BoxPlotSeries2D.SeriesAnimation">BoxPlotSeries2D.SeriesAnimation</see> property value.</para>
      </summary>
      <returns>A <see cref="T:DevExpress.Xpf.Charts.SeriesAnimationBase"/> descendant that specifies the animation type.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.BoxPlotSeries2D.GetValues(DevExpress.Xpf.Charts.SeriesPoint)">
      <summary>
        <para>Returns values of a particular Box Plot series point.</para>
      </summary>
      <param name="point">The series point.</param>
      <returns>A <see cref="T:DevExpress.Xpf.Charts.BoxPlotValuesBase"/> descendant.</returns>
    </member>
    <member name="P:DevExpress.Xpf.Charts.BoxPlotSeries2D.MaxValueDataMember">
      <summary>
        <para>Gets or sets the name of the data field that contains the “Max” values for the Box Plot series.</para>
      </summary>
      <value>A string value that specified the data field name.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.BoxPlotSeries2D.MaxValueDataMemberProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.BoxPlotSeries2D.MaxValueDataMember">BoxPlotSeries2D.MaxValueDataMember</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.BoxPlotSeries2D.MeanLineStyle">
      <summary>
        <para>Specifies mean line style settings.</para>
      </summary>
      <value>Contains mean line style settings.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.BoxPlotSeries2D.MeanLineStyleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.BoxPlotSeries2D.MeanLineStyle"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.BoxPlotSeries2D.MeanLineVisible">
      <summary>
        <para>Specifies whether the <see href="https://docs.devexpress.com/WPF/401372/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/box-plot-series">Box Plot</see> mean line is visible.</para>
      </summary>
      <value>true if the mean line is visible; otherwise, false. The default value is false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.BoxPlotSeries2D.MeanLineVisibleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.BoxPlotSeries2D.MeanLineVisible"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.BoxPlotSeries2D.MeanValueDataMember">
      <summary>
        <para>Gets or sets the name of the data field that contains the “Mean” values for the Box Plot series.</para>
      </summary>
      <value>A string value that specified the data field name.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.BoxPlotSeries2D.MeanValueDataMemberProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.BoxPlotSeries2D.MeanValueDataMember">BoxPlotSeries2D.MeanValueDataMember</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.BoxPlotSeries2D.MedianValueDataMember">
      <summary>
        <para>Gets or sets the name of the data field that contains the “Median” values for the Box Plot series.</para>
      </summary>
      <value>A string value that specified the data field name.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.BoxPlotSeries2D.MedianValueDataMemberProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.BoxPlotSeries2D.MedianValueDataMember">BoxPlotSeries2D.MedianValueDataMember</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.BoxPlotSeries2D.MinValueDataMember">
      <summary>
        <para>Gets or sets the name of the data field that contains the “Min” values for the Box Plot series.</para>
      </summary>
      <value>A string value that specified the data field name.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.BoxPlotSeries2D.MinValueDataMemberProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.BoxPlotSeries2D.MinValueDataMember">BoxPlotSeries2D.MinValueDataMember</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.BoxPlotSeries2D.Model">
      <summary>
        <para>Gets or sets the model used to draw elements of a 2D Box Plot series.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Charts.BoxPlot2DModel"/> class descendant.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.BoxPlotSeries2D.ModelProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.BoxPlotSeries2D.Model">BoxPlotSeries2D.Model</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.BoxPlotSeries2D.OutlierValuesDataMember">
      <summary>
        <para>Gets or sets the name of the data field that contains “Outliers” for the Box Plot series.</para>
      </summary>
      <value>A string value that specified the data field name.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.BoxPlotSeries2D.OutlierValuesDataMemberProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.BoxPlotSeries2D.OutlierValuesDataMember">BoxPlotSeries2D.OutlierValuesDataMember</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.BoxPlotSeries2D.PointAnimation">
      <summary>
        <para>Specifies the <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see> for the series’ <see href="https://docs.devexpress.com/WPF/6340/controls-and-libraries/charts-suite/chart-control/series/series-points">point</see> 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.BoxPlotSeries2D.PointAnimationProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.BoxPlotSeries2D.PointAnimation">BoxPlotSeries2D.PointAnimation</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.BoxPlotSeries2D.Quartile1ValueDataMember">
      <summary>
        <para>Gets or sets the name of the data field that contains the “First Quartile” values for the Box Plot series.</para>
      </summary>
      <value>A string value that specified the data field name.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.BoxPlotSeries2D.Quartile1ValueDataMemberProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.BoxPlotSeries2D.Quartile1ValueDataMember">BoxPlotSeries2D.Quartile1ValueDataMember</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.BoxPlotSeries2D.Quartile3ValueDataMember">
      <summary>
        <para>Gets or sets the name of the data field that contains the “Third Quartile” values for the Box Plot series.</para>
      </summary>
      <value>A string value that specified the data field name.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.BoxPlotSeries2D.Quartile3ValueDataMemberProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.BoxPlotSeries2D.Quartile3ValueDataMember">BoxPlotSeries2D.Quartile3ValueDataMember</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.BoxPlotSeries2D.SeriesAnimation">
      <summary>
        <para>Specifies an <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see> effect for the <see href="https://docs.devexpress.com/WPF/401372/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/box-plot-series">Box Plot</see> mean line.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Charts.SeriesAnimationBase"/> descendant that specifies the mean line animation type.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.BoxPlotSeries2D.SeriesAnimationProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.BoxPlotSeries2D.SeriesAnimation"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Charts.BoxPlotSeries2D.SetPointAnimation(DevExpress.Xpf.Charts.SeriesPointAnimationBase)">
      <summary>
        <para>Assigns the specified <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">point animation</see> to <see cref="T:DevExpress.Xpf.Charts.BoxPlotSeries2D"/>.</para>
      </summary>
      <param name="value">A <see cref="T:DevExpress.Xpf.Charts.SeriesPointAnimationBase"/> class descendant.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.BoxPlotSeries2D.SetSeriesAnimation(DevExpress.Xpf.Charts.SeriesAnimationBase)">
      <summary>
        <para>Assigns the specified <see href="https://docs.devexpress.com/WPF/14635/controls-and-libraries/charts-suite/chart-control/animation/animate-series">series animation</see> to <see cref="T:DevExpress.Xpf.Charts.BoxPlotSeries2D"/>.</para>
      </summary>
      <param name="value">A <see cref="T:DevExpress.Xpf.Charts.SeriesAnimationBase"/> descendant that specifies the animation type.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.BoxPlotSeries2D.SetValues(DevExpress.Xpf.Charts.SeriesPoint,DevExpress.Xpf.Charts.BoxPlotValuesBase)">
      <summary>
        <para>Specifies values for a particular Box Plot series point.</para>
      </summary>
      <param name="point">The series point.</param>
      <param name="values">A <see cref="T:DevExpress.Xpf.Charts.BoxPlotValuesBase"/> descendant.</param>
    </member>
    <member name="F:DevExpress.Xpf.Charts.BoxPlotSeries2D.ValuesProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.BoxPlotSeries2D.Values">BoxPlotSeries2D.Values</see> dependency property.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.BoxPlotTimeSpanValues">
      <summary>
        <para>Contains the Box Plot point values for charts with the time-span y-axis.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.BoxPlotTimeSpanValues.#ctor">
      <summary>
        <para>Creates an instance of the <see cref="T:DevExpress.Xpf.Charts.BoxPlotTimeSpanValues"/> class with the specified settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.BoxPlotTimeSpanValues.#ctor(System.TimeSpan,System.TimeSpan,System.TimeSpan,System.TimeSpan,System.TimeSpan,System.TimeSpan,System.TimeSpan[])">
      <summary>
        <para>Creates an instance of the <see cref="T:DevExpress.Xpf.Charts.BoxPlotDateTimeValues"/> class with the specified settings.</para>
      </summary>
      <param name="min">The time-span value that represents the Box Plot point’s Min value.</param>
      <param name="quartile1">The time-span value that represents the Box Plot point’s First Quartile value.</param>
      <param name="median">The time-span value that represents the Box Plot point’s Median value.</param>
      <param name="quartile3">The time-span value that represents the Box Plot point’s Third Quartile value.</param>
      <param name="max">The time-span value that represents the Box Plot point’s Max value.</param>
      <param name="mean">The time-span value that represents the Box Plot point’s Mean value.</param>
      <param name="outliers">An array of time-span values that represents the Box Plot point’s Outliers.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.BoxPlotTimeSpanValues.#ctor(System.TimeSpan,System.TimeSpan,System.TimeSpan,System.TimeSpan,System.TimeSpan,System.TimeSpan)">
      <summary>
        <para>Creates an instance of the <see cref="T:DevExpress.Xpf.Charts.BoxPlotDateTimeValues"/> class with the specified settings.</para>
      </summary>
      <param name="min">The time-span value that represents the Box Plot point’s Min value.</param>
      <param name="quartile1">The time-span value that represents the Box Plot point’s First Quartile value.</param>
      <param name="median">The time-span value that represents the Box Plot point’s Median value.</param>
      <param name="quartile3">The time-span value that represents the Box Plot point’s Third Quartile value.</param>
      <param name="max">The time-span value that represents the Box Plot point’s Max value.</param>
      <param name="mean">The time-span value that represents the Box Plot point’s Mean value.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.BoxPlotTimeSpanValues.#ctor(System.TimeSpan,System.TimeSpan,System.TimeSpan,System.TimeSpan,System.TimeSpan,System.TimeSpan[])">
      <summary>
        <para>Creates an instance of the <see cref="T:DevExpress.Xpf.Charts.BoxPlotDateTimeValues"/> class with the specified settings.</para>
      </summary>
      <param name="min">The time-span value that represents the Box Plot point’s Min value.</param>
      <param name="quartile1">The time-span value that represents the Box Plot point’s First Quartile value.</param>
      <param name="median">The time-span value that represents the Box Plot point’s Median value.</param>
      <param name="quartile3">The time-span value that represents the Box Plot point’s Third Quartile value.</param>
      <param name="max">The time-span value that represents the Box Plot point’s Max value.</param>
      <param name="outliers">An array of time-span values that represents the Box Plot point’s Outliers.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.BoxPlotTimeSpanValues.#ctor(System.TimeSpan,System.TimeSpan,System.TimeSpan,System.TimeSpan,System.TimeSpan)">
      <summary>
        <para>Creates an instance of the <see cref="T:DevExpress.Xpf.Charts.BoxPlotDateTimeValues"/> class with the specified settings.</para>
      </summary>
      <param name="min">The time-span value that represents the Box Plot point’s Min value.</param>
      <param name="quartile1">The time-span value that represents the Box Plot point’s First Quartile value.</param>
      <param name="median">The time-span value that represents the Box Plot point’s Median value.</param>
      <param name="quartile3">The time-span value that represents the Box Plot point’s Third Quartile value.</param>
      <param name="max">The time-span value that represents the Box Plot point’s Max value.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.BoxPlotTimeSpanValues.GetValues">
      <summary>
        <para>Returns the Box Plot point values.</para>
      </summary>
      <returns>An array of time-span Box Plot point values.</returns>
    </member>
    <member name="P:DevExpress.Xpf.Charts.BoxPlotTimeSpanValues.Max">
      <summary>
        <para>Returns the Box Plot point’s Max value when the chart y-axis scale type is TimeSpan.</para>
      </summary>
      <value>The time-span value that represents the Box Plot point’s Max value.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.BoxPlotTimeSpanValues.Mean">
      <summary>
        <para>Returns the Box Plot point’s Mean value when the chart y-axis scale type is TimeSpan.</para>
      </summary>
      <value>The time-span value that represents the Box Plot point’s Mean value.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.BoxPlotTimeSpanValues.Median">
      <summary>
        <para>Returns the Box Plot point’s Median value when the chart y-axis scale type is TimeSpan.</para>
      </summary>
      <value>The time-span value that represents the Box Plot point’s Median value.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.BoxPlotTimeSpanValues.Min">
      <summary>
        <para>Returns the Box Plot point’s Min value when the chart y-axis scale type is TimeSpan.</para>
      </summary>
      <value>The time-span value that represents the Box Plot point’s Min value.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.BoxPlotTimeSpanValues.Outliers">
      <summary>
        <para>Returns the Box Plot point’s Outliers when the chart y-axis scale type is TimeSpan.</para>
      </summary>
      <value>An array of time-span values that represents the Box Plot series point outliers.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.BoxPlotTimeSpanValues.Quartile1">
      <summary>
        <para>Returns the Box Plot point’s First Quartile value when the chart y-axis scale type is TimeSpan.</para>
      </summary>
      <value>The time-span value that represents the Box Plot point’s First Quartile value.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.BoxPlotTimeSpanValues.Quartile3">
      <summary>
        <para>Returns the Box Plot point’s Third Quartile value when the chart y-axis scale type is TimeSpan.</para>
      </summary>
      <value>The time-span value that represents the Box Plot point’s Third Quartile value.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.BoxPlotValuesBase">
      <summary>
        <para>The base class for classes that represent the Box Plot values.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.BoxPlotValuesBase.TypeNameSerializable">
      <summary>
        <para>Gets the string value used to support serialization of the BoxPlotValuesBase type.</para>
      </summary>
      <value>A string value.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.BreadcrumbItem">
      <summary>
        <para>Stores the chart breadcrumb item options.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.BreadcrumbItem.IsHome">
      <summary>
        <para>Returns the value that specifies whether the Breadcrumb Item indicates the topmost detail level.</para>
      </summary>
      <value>true, if the Breadcrumb Item denotes the topmost detail level; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.BreadcrumbItem.IsNotLast">
      <summary>
        <para>Returns a value that indicates whether the breadcrumb item is not last in the collection.</para>
      </summary>
      <value>true if the breadcrumb item is not last; otherwise false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.BreadcrumbItem.SourceObject">
      <summary>
        <para>The object used to generate the breadcrumb item.</para>
      </summary>
      <value>A source object.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.BreadcrumbItem.Text">
      <summary>
        <para>Returns the text that the breadcrumb item displays.</para>
      </summary>
      <value>The text that the breadcrumb item displays.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.BreadcrumbItemCollection">
      <summary>
        <para>A collection of <see cref="T:DevExpress.Xpf.Charts.BreadcrumbItem"/>s.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.BreadcrumbItemCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.BreadcrumbItemCollection"/> class with the specified name.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Xpf.Charts.BreadcrumbItemCollection.CollectionChanged">
      <summary>
        <para>Occurs when a breadcrumb item is added, removed, changed, moved, or the entire collection is refreshed.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.BreadcrumbItemCollection.Count">
      <summary>
        <para>Gets the number of breadcrumb items stored in the collection.</para>
      </summary>
      <value>The number of breadcrumb items in the collection.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.BreadcrumbItemCollection.Item(System.Int32)">
      <summary>
        <para>Returns a breadcrumb item by its index.</para>
      </summary>
      <param name="index">An integer value that specifies the zero-based index of the item to be accessed.</param>
      <value>A particular breadcrumb item.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.BreadcrumbItemPresentation">
      <summary>
        <para>The breadcrumb item’s model.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.BreadcrumbItemPresentation.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.BreadcrumbItemPresentation"/> class with the specified name.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.BreadcrumbItemPresentation.BreadcrumbItem">
      <summary>
        <para>Represents a particular item in the chart breadcrumb navigation bar.</para>
      </summary>
      <value>A breadcrumb item.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Bubble2DLabelPosition">
      <summary>
        <para>Lists the values used to specify the labels position of the <see href="https://docs.devexpress.com/WPF/5870/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/point-line-and-bubble-series/bubble">2D Bubble</see> series.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Bubble2DLabelPosition.Center">
      <summary>
        <para>Specifies that a point label should be painted in the center of a Bubble point marker.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Bubble2DLabelPosition.Outside">
      <summary>
        <para>Specifies that a point label should be painted outside of a Bubble point marker.</para>
        <para />
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Bubble3DSeriesView">
      <summary>
        <para>The 3D bubbles series view.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Bubble3DSeriesView.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Bubble3DSeriesView"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Bubble3DSeriesView.AutoSize">
      <summary>
        <para>Indicates whether bubble sizes are calculated automatically.</para>
      </summary>
      <value>true, if bubble sizes should be calculated automatically; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Bubble3DSeriesView.AutoSizeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Bubble3DSeriesView.AutoSize">Bubble3DSeriesView.AutoSize</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Bubble3DSeriesView.GetWeight(DevExpress.Xpf.Charts.SeriesPoint3D)">
      <summary>
        <para>Gets the value of the <see cref="P:DevExpress.Xpf.Charts.Bubble3DSeriesView.Weight">Bubble3DSeriesView.Weight</see> attached property for the specified <see cref="T:DevExpress.Xpf.Charts.SeriesPoint"/>.</para>
      </summary>
      <param name="point">The series point whose weight should be returned.</param>
      <returns>The series point weight.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Bubble3DSeriesView.GetWeightDataMember(DevExpress.Xpf.Charts.Chart3DSourceBase)">
      <summary>
        <para>Gets the value of the <see cref="P:DevExpress.Xpf.Charts.Bubble3DSeriesView.WeightDataMember">Bubble3DSeriesView.WeightDataMember</see> attached property for the specified <see cref="T:DevExpress.Xpf.Charts.Series3DDataSourceAdapter"/> or <see cref="T:DevExpress.Xpf.Charts.SeriesPoint3DDataSourceAdapter"/>.</para>
      </summary>
      <param name="dataAdapter">The data source adapter whose value should be obtained.</param>
      <returns>The name of the data member providing bubble sizes.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Bubble3DSeriesView.GetWeights(DevExpress.Xpf.Charts.SeriesPoint3DMatrixAdapter)">
      <summary>
        <para>Gets the value of the <see cref="P:DevExpress.Xpf.Charts.Bubble3DSeriesView.Weights">Bubble3DSeriesView.Weights</see> attached property for the specified <see cref="T:DevExpress.Xpf.Charts.SeriesPoint3DMatrixAdapter"/>.</para>
      </summary>
      <param name="dataAdapter">The matrix adapter for which the value should be obtained.</param>
      <returns>The collection of bubble sizes.</returns>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Bubble3DSeriesView.MaxSize">
      <summary>
        <para>Gets or sets the maximum size of bubbles.</para>
      </summary>
      <value>The maximum size of bubbles, in Y-axis units.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Bubble3DSeriesView.MaxSizeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Bubble3DSeriesView.MaxSize">Bubble3DSeriesView.MaxSize</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Bubble3DSeriesView.MinSize">
      <summary>
        <para>Gets or sets the minimum size of bubbles.</para>
      </summary>
      <value>The minimum size of bubbles, in Y-axis units.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Bubble3DSeriesView.MinSizeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Bubble3DSeriesView.MinSize">Bubble3DSeriesView.MinSize</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Bubble3DSeriesView.SetWeight(DevExpress.Xpf.Charts.SeriesPoint3D,System.Double)">
      <summary>
        <para>Sets the <see cref="P:DevExpress.Xpf.Charts.Bubble3DSeriesView.Weight">Bubble3DSeriesView.Weight</see> value for the specified <see cref="T:DevExpress.Xpf.Charts.SeriesPoint3D"/>.</para>
      </summary>
      <param name="point">The series point whose Weight is defined.</param>
      <param name="weight">The series point weight value.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Bubble3DSeriesView.SetWeightDataMember(DevExpress.Xpf.Charts.Chart3DSourceBase,System.String)">
      <summary>
        <para>Sets the value of the <see cref="P:DevExpress.Xpf.Charts.Bubble3DSeriesView.WeightDataMember">Bubble3DSeriesView.WeightDataMember</see> attached property for the specified <see cref="T:DevExpress.Xpf.Charts.Series3DDataSourceAdapter"/> or <see cref="T:DevExpress.Xpf.Charts.SeriesPoint3DDataSourceAdapter"/>.</para>
      </summary>
      <param name="dataAdapter">The data source adapter for which the value should be specified.</param>
      <param name="dataMember">The name of the data member providing bubble sizes.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Bubble3DSeriesView.SetWeights(DevExpress.Xpf.Charts.SeriesPoint3DMatrixAdapter,System.Collections.Generic.IEnumerable{System.Double})">
      <summary>
        <para>Sets the value of the <see cref="P:DevExpress.Xpf.Charts.Bubble3DSeriesView.Weights">Bubble3DSeriesView.Weights</see> attached property for the specified <see cref="T:DevExpress.Xpf.Charts.SeriesPoint3DMatrixAdapter"/>.</para>
      </summary>
      <param name="dataAdapter">The matrix adapter for which the value should be specified.</param>
      <param name="weight">The collection of bubble sizes.</param>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Bubble3DSeriesView.WeightDataMemberProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Bubble3DSeriesView.WeightDataMember">Bubble3DSeriesView.WeightDataMember</see> dependency property.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Bubble3DSeriesView.WeightProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Bubble3DSeriesView.Weight">Bubble3DSeriesView.Weight</see> dependency property.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Bubble3DSeriesView.WeightsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Bubble3DSeriesView.Weights">Bubble3DSeriesView.Weights</see> dependency property.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.BubbleLabelValueToDisplay">
      <summary>
        <para>Lists the values used to specify the series point’s value to be displayed in the series point label of the <see href="https://docs.devexpress.com/WPF/5870/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/point-line-and-bubble-series/bubble">2D Bubble</see> and <see href="https://docs.devexpress.com/WPF/6842/controls-and-libraries/charts-suite/chart-control/series/3d-series-types/point-and-bubble-series/bubble">3D Bubble</see> charts.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.BubbleLabelValueToDisplay.Value">
      <summary>
        <para>Identifies the series point’s Value to be displayed in the series point label of the Bubble series.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.BubbleLabelValueToDisplay.ValueAndWeight">
      <summary>
        <para>Identifies both the series point’s Value and Weight (separated by a comma) to be displayed in the series point label of the Bubble series.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.BubbleLabelValueToDisplay.Weight">
      <summary>
        <para>Identifies the series point’s Weight to be displayed in the series point label of the Bubble series.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.BubbleSeries2D">
      <summary>
        <para>Represents the <see href="https://docs.devexpress.com/WPF/5870/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/point-line-and-bubble-series/bubble">2D Bubble</see> series.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.BubbleSeries2D.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.BubbleSeries2D"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.BubbleSeries2D.AddPoint(System.DateTime,System.Double,System.Double)">
      <summary>
        <para>Adds a new series point with the specified argument and values to the series.</para>
      </summary>
      <param name="argument">The date-time argument of the new point.</param>
      <param name="value">The value of the new point.</param>
      <param name="weight">The weight of the new point.</param>
      <returns>The newly added series point.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.BubbleSeries2D.AddPoint(System.Double,System.Double,System.Double)">
      <summary>
        <para>Adds a new series point with the specified argument and values to the series.</para>
      </summary>
      <param name="argument">The numeric argument of the new point.</param>
      <param name="value">The value of the new point.</param>
      <param name="weight">The weight of the new point.</param>
      <returns>The newly added series point.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.BubbleSeries2D.AddPoint(System.String,System.Double,System.Double)">
      <summary>
        <para>Adds a new series point with the specified argument and values to the series.</para>
      </summary>
      <param name="argument">The qualitative argument of the new point.</param>
      <param name="value">The value of the new point.</param>
      <param name="weight">The weight of the new point.</param>
      <returns>The newly added series point.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.BubbleSeries2D.AddPoint(System.TimeSpan,System.Double,System.Double)">
      <summary>
        <para>Adds a new series point with the specified argument and values to the series.</para>
      </summary>
      <param name="argument">The new point’s argument.</param>
      <param name="value">The new point’s value.</param>
      <param name="weight">The new point’s weight.</param>
      <returns>The newly added series point.</returns>
    </member>
    <member name="P:DevExpress.Xpf.Charts.BubbleSeries2D.AutoSize">
      <summary>
        <para>Gets or sets the value indicating whether bubble sizes are calculated automatically.</para>
      </summary>
      <value>true, if bubble sizes should be calculated automatically; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.BubbleSeries2D.AutoSizeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.BubbleSeries2D.AutoSize">BubbleSeries2D.AutoSize</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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">BubbleSeries2D.LabelPosition</see> 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">BubbleSeries2D.LabelPosition</see> property value for the series label.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.BubbleSeries2D.GetPointAnimation">
      <summary>
        <para>Gets the <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">point animation</see>, which is assigned to <see cref="T:DevExpress.Xpf.Charts.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">BubbleSeries2D.ValueToDisplay</see> attached property for specified <see cref="T:DevExpress.Xpf.Charts.PointOptions"/>.</para>
      </summary>
      <param name="options">The point options from which the property value is read.</param>
      <returns>The <see cref="P:DevExpress.Xpf.Charts.BubbleSeries2D.ValueToDisplay">BubbleSeries2D.ValueToDisplay</see> 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">BubbleSeries2D.Weight</see> 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">BubbleSeries2D.Weight</see> property’s value is to be returned.</param>
      <returns>The value of the <see cref="P:DevExpress.Xpf.Charts.BubbleSeries2D.Weight">BubbleSeries2D.Weight</see> property for the specified series point.</returns>
    </member>
    <member name="F:DevExpress.Xpf.Charts.BubbleSeries2D.LabelPositionProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.BubbleSeries2D.LabelPosition">BubbleSeries2D.LabelPosition</see> attached property.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.BubbleSeries2D.MarkerModel">
      <summary>
        <para>Gets or sets the model used to draw <see href="https://docs.devexpress.com/WPF/6340/controls-and-libraries/charts-suite/chart-control/series/series-points">point</see> markers of a <see href="https://docs.devexpress.com/WPF/5870/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/point-line-and-bubble-series/bubble">2D Bubble Series</see>.</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">BubbleSeries2D.MarkerModel</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 X-axis units). The <see cref="P:DevExpress.Xpf.Charts.BubbleSeries2D.MinSize">BubbleSeries2D.MinSize</see> and MaxSize properties specify the marker’s size range on the X-axis. This value should be greater than 0.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.BubbleSeries2D.MaxSizeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.BubbleSeries2D.MaxSize">BubbleSeries2D.MaxSize</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 X-axis units). The <see cref="P:DevExpress.Xpf.Charts.BubbleSeries2D.MaxSize">BubbleSeries2D.MaxSize</see> and MinSize properties specify the marker’s size range on the X-axis.
This value should be greater than 0.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.BubbleSeries2D.MinSizeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.BubbleSeries2D.MinSize">BubbleSeries2D.MinSize</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.BubbleSeries2D.PointAnimation">
      <summary>
        <para>Specifies the <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see> for the series’ <see href="https://docs.devexpress.com/WPF/6340/controls-and-libraries/charts-suite/chart-control/series/series-points">point</see> 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 <see cref="P:DevExpress.Xpf.Charts.BubbleSeries2D.PointAnimation">BubbleSeries2D.PointAnimation</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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">BubbleSeries2D.LabelPosition</see> 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 <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">point animation</see> to <see cref="T:DevExpress.Xpf.Charts.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">BubbleSeries2D.ValueToDisplay</see> attached property to a specified <see cref="T:DevExpress.Xpf.Charts.PointOptions"/>.</para>
      </summary>
      <param name="options">The point options 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">BubbleSeries2D.Weight</see> 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 to which the weight is set.</param>
      <param name="weight">A weight value.</param>
    </member>
    <member name="P:DevExpress.Xpf.Charts.BubbleSeries2D.SizeUnit">
      <summary>
        <para>Gets or sets the value that specifies the measurement unit of the <see href="https://docs.devexpress.com/WPF/5870/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/point-line-and-bubble-series/bubble">bubble point</see> size.</para>
      </summary>
      <value>The measurement unit of the bubble series point size.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.BubbleSeries2D.SizeUnitProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.BubbleSeries2D.SizeUnit">BubbleSeries2D.SizeUnit</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.BubbleSeries2D.Transparency">
      <summary>
        <para>Specifies the transparency (0-1) to use for displaying the filled color <see href="https://docs.devexpress.com/WPF/5870/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/point-line-and-bubble-series/bubble">Bubbles</see>.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value from 0 (opaque) to 1 (transparent).</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.BubbleSeries2D.TransparencyProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.BubbleSeries2D.Transparency">BubbleSeries2D.Transparency</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.BubbleSeries2D.ValueToDisplayProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.BubbleSeries2D.ValueToDisplay">BubbleSeries2D.ValueToDisplay</see> attached property.</para>
      </summary>
    </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 <see href="https://docs.devexpress.com/WPF/5870/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/point-line-and-bubble-series/bubble">2D Bubble</see> 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">BubbleSeries2D.WeightDataMember</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.BubbleSeries2D.WeightProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.BubbleSeries2D.Weight">BubbleSeries2D.Weight</see> dependency property.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.BubbleSeries3D">
      <summary>
        <para>Represents the <see href="https://docs.devexpress.com/WPF/6842/controls-and-libraries/charts-suite/chart-control/series/3d-series-types/point-and-bubble-series/bubble">3D Bubble</see> series.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.BubbleSeries3D.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.BubbleSeries3D"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.BubbleSeries3D.AddPoint(System.DateTime,System.Double,System.Double)">
      <summary>
        <para>Adds a new series point with the specified argument and values to the series.</para>
      </summary>
      <param name="argument">The date-time argument of the new point.</param>
      <param name="value">The value of the new point.</param>
      <param name="weight">The weight of the new point.</param>
      <returns>The newly added series point.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.BubbleSeries3D.AddPoint(System.Double,System.Double,System.Double)">
      <summary>
        <para>Adds a new series point with the specified argument and values to the series.</para>
      </summary>
      <param name="argument">The numeric argument of the new point.</param>
      <param name="value">The value of the new point.</param>
      <param name="weight">The weight of the new point.</param>
      <returns>The newly added series point.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.BubbleSeries3D.AddPoint(System.String,System.Double,System.Double)">
      <summary>
        <para>Adds a new series point with the specified argument and values to the series.</para>
      </summary>
      <param name="argument">The qualitative argument of the new point.</param>
      <param name="value">The value of the new point.</param>
      <param name="weight">The weight of the new point.</param>
      <returns>The newly added series point.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.BubbleSeries3D.AddPoint(System.TimeSpan,System.Double,System.Double)">
      <summary>
        <para>Adds a new series point with the specified argument and values to the series.</para>
      </summary>
      <param name="argument">The new point’s argument.</param>
      <param name="value">The new point’s value.</param>
      <param name="weight">The new point’s weight.</param>
      <returns>The newly added series point.</returns>
    </member>
    <member name="P:DevExpress.Xpf.Charts.BubbleSeries3D.AutoSize">
      <summary>
        <para>Gets or sets the value indicating whether bubble sizes are calculated automatically.</para>
      </summary>
      <value>true, if bubble sizes should be calculated automatically; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.BubbleSeries3D.AutoSizeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.BubbleSeries3D.AutoSize">BubbleSeries3D.AutoSize</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Charts.BubbleSeries3D.GetValueToDisplay(DevExpress.Xpf.Charts.PointOptions)">
      <summary>
        <para>Gets the value of the <see cref="P:DevExpress.Xpf.Charts.BubbleSeries3D.ValueToDisplay">BubbleSeries3D.ValueToDisplay</see> attached property for specified <see cref="T:DevExpress.Xpf.Charts.PointOptions"/>.</para>
      </summary>
      <param name="options">The point options from which the property value is read.</param>
      <returns>The <see cref="P:DevExpress.Xpf.Charts.BubbleSeries3D.ValueToDisplay">BubbleSeries3D.ValueToDisplay</see> property value for the point options.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.BubbleSeries3D.GetWeight(DevExpress.Xpf.Charts.SeriesPoint)">
      <summary>
        <para>Gets the value of the <see cref="P:DevExpress.Xpf.Charts.BubbleSeries3D.Weight">BubbleSeries3D.Weight</see> 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.BubbleSeries3D.Weight">BubbleSeries3D.Weight</see> property’s value is to be returned.</param>
      <returns>The value of the <see cref="P:DevExpress.Xpf.Charts.BubbleSeries3D.Weight">BubbleSeries3D.Weight</see> property for the specified series point.</returns>
    </member>
    <member name="P:DevExpress.Xpf.Charts.BubbleSeries3D.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 X-axis units). The <see cref="P:DevExpress.Xpf.Charts.BubbleSeries3D.MinSize">BubbleSeries3D.MinSize</see> and MaxSize properties specify the marker’s size range on the X-axis. This value should be greater than 0.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.BubbleSeries3D.MaxSizeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.BubbleSeries3D.MaxSize">BubbleSeries3D.MaxSize</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.BubbleSeries3D.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 X-axis units). The <see cref="P:DevExpress.Xpf.Charts.BubbleSeries3D.MaxSize">BubbleSeries3D.MaxSize</see> and MinSize properties specify the marker’s size range on the X-axis.
This value should be greater than 0.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.BubbleSeries3D.MinSizeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.BubbleSeries3D.MinSize">BubbleSeries3D.MinSize</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Charts.BubbleSeries3D.SetValueToDisplay(DevExpress.Xpf.Charts.PointOptions,DevExpress.Xpf.Charts.BubbleLabelValueToDisplay)">
      <summary>
        <para>Sets the value of the <see cref="P:DevExpress.Xpf.Charts.BubbleSeries3D.ValueToDisplay">BubbleSeries3D.ValueToDisplay</see> attached property to a specified <see cref="T:DevExpress.Xpf.Charts.PointOptions"/>.</para>
      </summary>
      <param name="options">The point options 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.BubbleSeries3D.SetWeight(DevExpress.Xpf.Charts.SeriesPoint,System.Double)">
      <summary>
        <para>Sets the Weight value for the specified <see href="https://docs.devexpress.com/WPF/6340/controls-and-libraries/charts-suite/chart-control/series/series-points">point</see> of the <see href="https://docs.devexpress.com/WPF/6842/controls-and-libraries/charts-suite/chart-control/series/3d-series-types/point-and-bubble-series/bubble">3D Bubble</see>.</para>
      </summary>
      <param name="point">A <see cref="T:DevExpress.Xpf.Charts.SeriesPoint"/> object, whose Weight is defined.</param>
      <param name="weight">A <see cref="T:System.Double"/> value, representing the point’s Weight.</param>
    </member>
    <member name="F:DevExpress.Xpf.Charts.BubbleSeries3D.ValueToDisplayProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.BubbleSeries3D.ValueToDisplay">BubbleSeries3D.ValueToDisplay</see> attached property.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.BubbleSeries3D.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 <see href="https://docs.devexpress.com/WPF/6842/controls-and-libraries/charts-suite/chart-control/series/3d-series-types/point-and-bubble-series/bubble">3D Bubble</see> 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.BubbleSeries3D.WeightDataMemberProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.BubbleSeries3D.WeightDataMember">BubbleSeries3D.WeightDataMember</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.BubbleSeries3D.WeightProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.BubbleSeries3D.Weight">BubbleSeries3D.Weight</see> dependency property.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.BubbleSizeUnit">
      <summary>
        <para>Lists measurement units used to specify the <see href="https://docs.devexpress.com/WPF/5870/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/point-line-and-bubble-series/bubble">bubble</see> point size.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.BubbleSizeUnit.AxisXMeasureUnit">
      <summary>
        <para>Bubble size is measured in the x-axis measurement units.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.BubbleSizeUnit.Pixel">
      <summary>
        <para>Bubble size is measured in pixels.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.CandleStick2DKind">
      <summary>
        <para>Represents the particular <see href="https://docs.devexpress.com/WPF/6850/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/financial-series/candle-stick">Candle Stick</see> model kind.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.CandleStick2DKind.#ctor(System.Type,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.CandleStick2DKind"/> class with the specified name and type.</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.CandleStick2DModel">
      <summary>
        <para>Represents a base class for standard and custom <see href="https://docs.devexpress.com/WPF/6850/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/financial-series/candle-stick">Candle Stick</see> <see href="https://docs.devexpress.com/WPF/4285/controls-and-libraries/charts-suite/chart-control/series/series-and-marker-models">models</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.CandleStick2DModel.GetPredefinedKinds">
      <summary>
        <para>Provides access to the collection of pre-defined <see href="https://docs.devexpress.com/WPF/6850/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/financial-series/candle-stick">Candle Stick</see> <see href="https://docs.devexpress.com/WPF/4285/controls-and-libraries/charts-suite/chart-control/series/series-and-marker-models">models</see>.</para>
      </summary>
      <returns>A collection of the <see cref="T:DevExpress.Xpf.Charts.CandleStick2DKind"/> objects corresponding to the available pre-defined Candle Stick models.</returns>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CandleStick2DModel.ModelName">
      <summary>
        <para>Gets the name of the <see cref="T:DevExpress.Xpf.Charts.CandleStick2DModel"/>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> representing the model name.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.CandleStickElements">
      <summary>
        <para>Lists the elements that define the <see href="https://docs.devexpress.com/WPF/6850/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/financial-series/candle-stick">Candle Stick</see> custom <see href="https://docs.devexpress.com/WPF/4285/controls-and-libraries/charts-suite/chart-control/series/series-and-marker-models">model</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.CandleStickElements.BottomStick">
      <summary>
        <para>The Bottom Stick of the <see href="https://docs.devexpress.com/WPF/6850/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/financial-series/candle-stick">Candle Stick</see> series’ <see href="https://docs.devexpress.com/WPF/4285/controls-and-libraries/charts-suite/chart-control/series/series-and-marker-models">marker model</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.CandleStickElements.Candle">
      <summary>
        <para>The Candle of the <see href="https://docs.devexpress.com/WPF/6850/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/financial-series/candle-stick">Candle Stick</see> series’ <see href="https://docs.devexpress.com/WPF/4285/controls-and-libraries/charts-suite/chart-control/series/series-and-marker-models">marker model</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.CandleStickElements.InvertedCandle">
      <summary>
        <para>The Inverted Candle of the <see href="https://docs.devexpress.com/WPF/6850/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/financial-series/candle-stick">Candle Stick</see> series’ <see href="https://docs.devexpress.com/WPF/4285/controls-and-libraries/charts-suite/chart-control/series/series-and-marker-models">marker model</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.CandleStickElements.TopStick">
      <summary>
        <para>The Top Stick of the <see href="https://docs.devexpress.com/WPF/6850/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/financial-series/candle-stick">Candle Stick</see> series’ <see href="https://docs.devexpress.com/WPF/4285/controls-and-libraries/charts-suite/chart-control/series/series-and-marker-models">marker model</see>.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.CandleStickFillMode">
      <summary>
        <para>Lists the values that are used to define how the candle stick points will be filled.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.CandleStickFillMode.AlwaysEmpty">
      <summary>
        <para>Candles are always empty.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.CandleStickFillMode.AlwaysFilled">
      <summary>
        <para>Candles are always filled.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.CandleStickFillMode.FilledOnIncrease">
      <summary>
        <para>A candle is filled if its close value is greater than its open value.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.CandleStickFillMode.FilledOnReduction">
      <summary>
        <para>A candle is filled if its open value is greater than its close value.</para>
        <para />
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.CandleStickSeries2D">
      <summary>
        <para>Represents the <see href="https://docs.devexpress.com/WPF/6850/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/financial-series/candle-stick">2D Candle Stick</see> series.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.CandleStickSeries2D.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.CandleStickSeries2D"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CandleStickSeries2D.CandleWidth">
      <summary>
        <para>Gets or sets a value specifying the width (in axis units) of the candle in <see href="https://docs.devexpress.com/WPF/6850/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/financial-series/candle-stick">2D Candle Stick</see> series.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value which represents the width of a candle in axis units, where an axis unit is the distance between two major values on the axis. This value should be greater than or equal to 0.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.CandleStickSeries2D.CandleWidthProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.CandleStickSeries2D.CandleWidth">CandleStickSeries2D.CandleWidth</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.CandleStickSeries2D.FillModeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.CandleStickSeries2D.FillMode">CandleStickSeries2D.FillMode</see> dependency property.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.CandleStickSeries2D.GetFillMode(DevExpress.Xpf.Charts.ReductionStockOptions)">
      <summary>
        <para>Gets the value of the <see cref="P:DevExpress.Xpf.Charts.CandleStickSeries2D.FillMode">CandleStickSeries2D.FillMode</see> attached property for the specified <see cref="T:DevExpress.Xpf.Charts.ReductionStockOptions"/>.</para>
      </summary>
      <param name="options">The reduction options for which the fill mode is obtained.</param>
      <returns>The mode specifying how candles will be filled.</returns>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CandleStickSeries2D.Model">
      <summary>
        <para>Gets or sets the model used to draw elements of a 2D <see href="https://docs.devexpress.com/WPF/6850/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/financial-series/candle-stick">Candle Stick Series</see>.</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">CandleStickSeries2D.Model</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Charts.CandleStickSeries2D.SetFillMode(DevExpress.Xpf.Charts.ReductionStockOptions,DevExpress.Xpf.Charts.CandleStickFillMode)">
      <summary>
        <para>Sets the value of the <see cref="P:DevExpress.Xpf.Charts.CandleStickSeries2D.FillMode">CandleStickSeries2D.FillMode</see> attached property for the specified <see cref="T:DevExpress.Xpf.Charts.ReductionStockOptions"/>.</para>
      </summary>
      <param name="options">The reduction options for which the fill mode should be specified.</param>
      <param name="value">The specified mode specifying how candles will be filled.</param>
    </member>
    <member name="T:DevExpress.Xpf.Charts.CapsuleMarker3DModel">
      <summary>
        <para>The Capsule 3D marker <see href="https://docs.devexpress.com/WPF/4285/controls-and-libraries/charts-suite/chart-control/series/series-and-marker-models">model</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.CapsuleMarker3DModel.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.CapsuleMarker3DModel"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CapsuleMarker3DModel.ModelName">
      <summary>
        <para>Gets the name of the <see cref="T:DevExpress.Xpf.Charts.CapsuleMarker3DModel"/>.</para>
      </summary>
      <value>Always “Capsule”.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.ChaikinsVolatility">
      <summary>
        <para>A Chaikin’s Volatility indicator.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChaikinsVolatility.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.ChaikinsVolatility"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ChaikinsVolatility.PointsCount">
      <summary>
        <para>Gets or sets the number of <see href="https://docs.devexpress.com/WPF/6340/controls-and-libraries/charts-suite/chart-control/series/series-points">data points</see> used to calculate the indicator.</para>
      </summary>
      <value>An integer value, specifying the number of points.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ChaikinsVolatility.PointsCountProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ChaikinsVolatility.PointsCount">ChaikinsVolatility.PointsCount</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.ChameleonPalette">
      <summary>
        <para>Represents the Chameleon palette.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChameleonPalette.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.ChameleonPalette"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ChameleonPalette.PaletteName">
      <summary>
        <para>Gets the name of the <see cref="T:DevExpress.Xpf.Charts.ChameleonPalette"/>.</para>
      </summary>
      <value>Always Chameleon.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Chart2DElementPanelBase">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Chart2DElementPanelBase.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Chart2DElementPanelBase"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Chart3DCommands">
      <summary>
        <para>Stores commands for the 3D Chart.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Chart3DCommands.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Chart3DCommands"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Chart3DControl">
      <summary>
        <para>The 3D chart control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Chart3DControl.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Chart3DControl"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Chart3DControl.ActualContentTransform">
      <summary>
        <para>Returns an object that contains information about the current chart position, rotation angles and scale.</para>
      </summary>
      <value>An object that contains information about three-dimensional chart transformations.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Chart3DControl.AggregateFunction">
      <summary>
        <para>Gets or sets the function that is used to aggregate series points.</para>
      </summary>
      <value>The aggregate function identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Chart3DControl.AggregateFunctionProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Chart3DControl.AggregateFunction">Chart3DControl.AggregateFunction</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Chart3DControl.AspectRatio">
      <summary>
        <para>Gets or sets the aspect ratio of the chart axes.</para>
      </summary>
      <value>The axis length ratios. The default value is Size3D(1,1,1).</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Chart3DControl.AspectRatioProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Chart3DControl.AspectRatio">Chart3DControl.AspectRatio</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Chart3DControl.CalcHitInfo(System.Windows.Point)">
      <summary>
        <para>Returns information on the chart elements located at the specified point.</para>
      </summary>
      <param name="point">The test point coordinates relative to the top-left corner of the chart.</param>
      <returns>The information about chart elements located at the test point.</returns>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Chart3DControl.Commands">
      <summary>
        <para>Provides access to the <see cref="T:DevExpress.Xpf.Charts.Chart3DControl">Chart3DControl</see>‘s commands.</para>
      </summary>
      <value>A set of chart commands.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Chart3DControl.CommandsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Chart3DControl.Commands">Chart3DControl.Commands</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Chart3DControl.ContentTransform">
      <summary>
        <para>Gets or sets the position, rotation angles and scale of the chart.</para>
      </summary>
      <value>The transform matrix that specifies the position, rotation angles and scale of the chart.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Chart3DControl.ContentTransformProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Chart3DControl.ContentTransform">Chart3DControl.ContentTransform</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Chart3DControl.CrosshairAxisLabelItems">
      <summary>
        <para>Returns the collection of currently shown Crosshair axis labels.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Chart3DControl.CrosshairAxisLabelItemsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Chart3DControl.CrosshairAxisLabelItems">Chart3DControl.CrosshairAxisLabelItems</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Chart3DControl.CrosshairBorderBrush">
      <summary>
        <para>Gets or sets the brush of the Crosshair popup border.</para>
      </summary>
      <value>The brush specifying the border color.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Chart3DControl.CrosshairBorderBrushProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Chart3DControl.CrosshairBorderBrush">Chart3DControl.CrosshairBorderBrush</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Chart3DControl.CrosshairOptions">
      <summary>
        <para>Gets or sets options that allow you to specify the Crosshair Cursor’s position, appearance and behavior.</para>
      </summary>
      <value>Options that allow you to specify the Crosshair Cursor’s position, appearance and behavior.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Chart3DControl.CrosshairOptionsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Chart3DControl.CrosshairOptions">Chart3DControl.CrosshairOptions</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Chart3DControl.CrosshairPopupBackground">
      <summary>
        <para>Gets or sets the brush of the Crosshair popup background.</para>
      </summary>
      <value>The brush specifying the background color.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Chart3DControl.CrosshairPopupBackgroundProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Chart3DControl.CrosshairPopupBackground">Chart3DControl.CrosshairPopupBackground</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Chart3DControl.CrosshairSeriesLabelForeground">
      <summary>
        <para>Gets or sets the brush describing the foreground color of the Crosshair Cursor series label.</para>
      </summary>
      <value>The brush painting the series label foreground.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Chart3DControl.CrosshairSeriesLabelForegroundProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Chart3DControl.CrosshairSeriesLabelForeground">Chart3DControl.CrosshairSeriesLabelForeground</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Chart3DControl.CrosshairSeriesLabelItems">
      <summary>
        <para>Returns the collection of currently shown Crosshair axis labels.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Chart3DControl.CrosshairSeriesLabelItemsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Chart3DControl.CrosshairSeriesLabelItems">Chart3DControl.CrosshairSeriesLabelItems</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Chart3DControl.CrosshairSeriesLabelTemplate">
      <summary>
        <para>Gets or sets the template of the Crosshair series label.</para>
      </summary>
      <value>The template of the Crosshair series label.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Chart3DControl.CrosshairSeriesLabelTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Chart3DControl.CrosshairSeriesLabelTemplate">Chart3DControl.CrosshairSeriesLabelTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Chart3DControl.DomainBrush">
      <summary>
        <para>Gets or sets the color of the 3D chart domain.</para>
      </summary>
      <value>The brush that specifies the color of the chart domain.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Chart3DControl.DomainBrushProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Chart3DControl.DomainBrush">Chart3DControl.DomainBrush</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Chart3DControl.EnableRuntimeRotation">
      <summary>
        <para>Gets or sets the value specifying whether the 3D chart can be rotated by end-users.</para>
      </summary>
      <value>true if the chart can be rotated; otherwise false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Chart3DControl.EnableRuntimeRotationProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Chart3DControl.EnableRuntimeRotation">Chart3DControl.EnableRuntimeRotation</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Chart3DControl.EnableRuntimeScrolling">
      <summary>
        <para>Gets or sets the value specifying whether the 3D chart can be scrolled by end-users.</para>
      </summary>
      <value>true if the chart can be scrolled; otherwise false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Chart3DControl.EnableRuntimeScrollingProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Chart3DControl.EnableRuntimeScrolling">Chart3DControl.EnableRuntimeScrolling</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Chart3DControl.EnableRuntimeZooming">
      <summary>
        <para>Gets or sets the value specifying whether the 3D chart can be scaled by end-users.</para>
      </summary>
      <value>true if the chart can be scaled; otherwise false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Chart3DControl.EnableRuntimeZoomingProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Chart3DControl.EnableRuntimeZooming">Chart3DControl.EnableRuntimeZooming</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Chart3DControl.EndInit">
      <summary>
        <para>Ends the <see cref="T:DevExpress.Xpf.Charts.Chart3DControl"/>‘s initialization.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Chart3DControl.HideCrosshair">
      <summary>
        <para>Hides the Crosshair Cursor.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Chart3DControl.HorizontalScrollPercent">
      <summary>
        <para>Gets or sets the amount by which to scroll horizontally.</para>
      </summary>
      <value>The scrolling position, as a percentage. This should be within the range (-100 : 100).</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Chart3DControl.HorizontalScrollPercentProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Chart3DControl.HorizontalScrollPercent">Chart3DControl.HorizontalScrollPercent</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Chart3DControl.LightingCollection">
      <summary>
        <para>Gets or sets the lighting collection.</para>
      </summary>
      <value>The collection of <see cref="T:System.Windows.Media.Media3D.Light"/> objects.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Chart3DControl.LightingCollectionProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Chart3DControl.LightingCollection">Chart3DControl.LightingCollection</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Chart3DControl.PerspectiveAngle">
      <summary>
        <para>Gets or sets the perspective angle for the 3D chart in a perspective projection.</para>
      </summary>
      <value>An integer value, 0 or more, but less than 180.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Chart3DControl.PerspectiveAngleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Chart3DControl.PerspectiveAngle">Chart3DControl.PerspectiveAngle</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Chart3DControl.PlaneDepthFixed">
      <summary>
        <para>Gets or sets the depth (thickness) of coordinate planes. The units of measurement are specific diagram pixels.</para>
      </summary>
      <value>An integer value that specifies the coordinate plane thickness, in diagram pixels. It should be more than 0. The default is 15.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Chart3DControl.PlaneDepthFixedProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Chart3DControl.PlaneDepthFixed">Chart3DControl.PlaneDepthFixed</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Chart3DControl.SeriesSource">
      <summary>
        <para>Gets or sets the series source.</para>
      </summary>
      <value>The source of series.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Chart3DControl.SeriesSourceProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Chart3DControl.SeriesSource">Chart3DControl.SeriesSource</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Chart3DControl.ShowCrosshair(System.Windows.Point,System.Boolean)">
      <summary>
        <para>Shows the Crosshair Cursor at the point with the specified coordinates. The autoHide parameter specifies whether the Crosshair Cursor is automatically hidden.</para>
      </summary>
      <param name="screenPoint">The Crosshair Cursor coordinates relative to the 3D chart’s top-left corner.</param>
      <param name="autoHide">true, if the Crosshair Cursor is hidden for a point that was removed and added again; otherwise, false</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Chart3DControl.ShowCrosshair(System.Windows.Point)">
      <summary>
        <para>Shows the Crosshair Cursor at the point with the specified coordinates relative to the 3D chart’s top-left corner.</para>
      </summary>
      <param name="screenPoint">The Crosshair Cursor coordinates relative to the 3D chart’s top-left corner.</param>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Chart3DControl.ShowXOYPlane">
      <summary>
        <para>Gets or sets the value specifying whether the XOY plane should be shown.</para>
      </summary>
      <value>true if the plane should be shown; otherwise false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Chart3DControl.ShowXOYPlaneProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Chart3DControl.ShowXOYPlane">Chart3DControl.ShowXOYPlane</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Chart3DControl.ShowXOZPlane">
      <summary>
        <para>Gets or sets the value specifying whether the XOZ plane should be shown.</para>
      </summary>
      <value>true if the plane should be shown; otherwise false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Chart3DControl.ShowXOZPlaneProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Chart3DControl.ShowXOZPlane">Chart3DControl.ShowXOZPlane</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Chart3DControl.ShowYOZPlane">
      <summary>
        <para>Gets or sets the value specifying whether the YOZ plane should be shown.</para>
      </summary>
      <value>true if the plane should be shown; otherwise false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Chart3DControl.ShowYOZPlaneProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Chart3DControl.ShowYOZPlane">Chart3DControl.ShowYOZPlane</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Chart3DControl.VerticalScrollPercent">
      <summary>
        <para>Gets or sets the amount by which to scroll vertically.</para>
      </summary>
      <value>The scrolling position, as a percentage. This should be within the range (-100 : 100).</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Chart3DControl.VerticalScrollPercentProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Chart3DControl.VerticalScrollPercent">Chart3DControl.VerticalScrollPercent</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Chart3DControl.XAxis">
      <summary>
        <para>Gets or sets the X axis of arguments.</para>
      </summary>
      <value>The X axis of arguments.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Chart3DControl.XAxisProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Chart3DControl.XAxis">Chart3DControl.XAxis</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Chart3DControl.YAxis">
      <summary>
        <para>Gets or sets the Y axis of values.</para>
      </summary>
      <value>The Y axis of arguments.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Chart3DControl.YAxisProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Chart3DControl.YAxis">Chart3DControl.YAxis</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Chart3DControl.ZAxis">
      <summary>
        <para>Gets or sets the Z axis of arguments.</para>
      </summary>
      <value>The Z axis of arguments.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Chart3DControl.ZAxisProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Chart3DControl.ZAxis">Chart3DControl.ZAxis</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Chart3DControl.ZoomPercent">
      <summary>
        <para>Gets or sets the scaling applied to the chart.</para>
      </summary>
      <value>The scaling coefficient, as a percentage. The value should be within the range 1:500.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Chart3DControl.ZoomPercentProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Chart3DControl.ZoomPercent">Chart3DControl.ZoomPercent</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Chart3DDependencyObject">
      <summary>
        <para>Enables Windows Presentation Foundation (WPF) property system services for its derived model classes.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Chart3DHitInfo">
      <summary>
        <para>Contains information about a specific point within a chart.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Chart3DHitInfo.AdditionalItem">
      <summary>
        <para>Stores additional information about a test point.</para>
      </summary>
      <value>An object that contains additional information about a test point.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Chart3DHitInfo.InSeries">
      <summary>
        <para>Returns the value indicating whether the test point is within a series.</para>
      </summary>
      <value>true if the test point is within a series; otherwise false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Chart3DHitInfo.Series">
      <summary>
        <para>Returns the <see href="https://docs.devexpress.com/WPF/117635/controls-and-libraries/charts-suite/chart3d-control/series">series</see> located under the test point.</para>
      </summary>
      <value>The series located under the test point.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Chart3DHitInfo.SeriesPoint">
      <summary>
        <para>Returns the series point located under the hit test series point.</para>
      </summary>
      <value>The series point located under the hit test series point.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.ChartAnchorPoint">
      <summary>
        <para>Settings that indicate the <see cref="T:DevExpress.Xpf.Charts.Annotation"/> is anchored to a chart.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartAnchorPoint.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.ChartAnchorPoint"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ChartAnchorPoint.X">
      <summary>
        <para>Specifies the X-coordinate for the annotation anchor point.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value specifying the anchor point X-coordinate.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ChartAnchorPoint.XProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ChartAnchorPoint.X">ChartAnchorPoint.X</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ChartAnchorPoint.Y">
      <summary>
        <para>Specifies the Y-coordinate for the annotation anchor point.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value specifying the anchor point Y-coordinate.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ChartAnchorPoint.YProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ChartAnchorPoint.Y">ChartAnchorPoint.Y</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.ChartAnimation">
      <summary>
        <para>Represents the base class for all <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animations</see>.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.ChartAnimationCollection">
      <summary>
        <para>Represents a collection of all <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animations</see> in a particular animation record.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartAnimationCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.ChartAnimationCollection"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.ChartAnimationMode">
      <summary>
        <para>Lists the values used to specify how the chart animation should be performed.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ChartAnimationMode.Disabled">
      <summary>
        <para>Animation is disabled.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ChartAnimationMode.OnDataChanged">
      <summary>
        <para>Animation is performed every time a chart’s underlying data is changed.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ChartAnimationMode.OnLoad">
      <summary>
        <para>Animation is performed once on chart loading.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.ChartAnimationRecord">
      <summary>
        <para>Represents an <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation record</see> which stores specific animations for chart elements.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartAnimationRecord.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.ChartAnimationRecord"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ChartAnimationRecord.Animations">
      <summary>
        <para>Provides access to a collection of animations within the current animation record.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Charts.ChartAnimationCollection"/> object.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ChartAnimationRecord.AnimationsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ChartAnimationRecord.Animations">ChartAnimationRecord.Animations</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ChartAnimationRecord.Progress">
      <summary>
        <para>Gets or sets a progress value of the current animation record.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value representing the progress of animation.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ChartAnimationRecord.ProgressProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ChartAnimationRecord.Progress">ChartAnimationRecord.Progress</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.ChartAnimationRecordCollection">
      <summary>
        <para>Represents a collection of all <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation records</see> in a chart.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartAnimationRecordCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.ChartAnimationRecordCollection"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.ChartBreadcrumbControl">
      <summary>
        <para>The breadcrumb bar used to navigate between detail levels when the chart is in the <see href="https://docs.devexpress.com/WPF/400717/controls-and-libraries/charts-suite/chart-control/provide-data/drill-down">Drill Mode</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartBreadcrumbControl.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.ChartBreadcrumbControl"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ChartBreadcrumbControl.ItemsSource">
      <summary>
        <para>Gets or sets the collection of objects used to generate breadcrumb items.</para>
      </summary>
      <value>A collection that is used to generate breadcrumb items. The default is null (Nothing in Visual Basic).</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ChartBreadcrumbControl.ItemsSourceProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ChartBreadcrumbControl.ItemsSource">ChartBreadcrumbControl.ItemsSource</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.ChartCalculatedField">
      <summary>
        <para>A calculated field.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartCalculatedField.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.ChartCalculatedField"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartCalculatedField.#ctor(System.String,System.String,System.Object)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.ChartCalculatedField"/> class with specified settings.</para>
      </summary>
      <param name="name">The calculated field’s name.</param>
      <param name="expression">The calculated field’s expression.</param>
      <param name="dataSource">The calculated field’s data source.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartCalculatedField.#ctor(System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.ChartCalculatedField"/> class with specified settings.</para>
      </summary>
      <param name="name">The calculated field’s name.</param>
      <param name="expression">The calculated field’s expression.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartCalculatedField.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.ChartCalculatedField"/> class with specified settings.</para>
      </summary>
      <param name="name">The calculated field’s name.</param>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ChartCalculatedField.DataMember">
      <summary>
        <para>The calculated field’s data member.</para>
      </summary>
      <value>The name of the data member.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ChartCalculatedField.DataMemberProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ChartCalculatedField.DataMember"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ChartCalculatedField.DataSource">
      <summary>
        <para>Gets or sets the calculated field’s data source.</para>
      </summary>
      <value>The calculated field’s data source.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ChartCalculatedField.DataSourceProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ChartCalculatedField.DataSource"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ChartCalculatedField.DisplayName">
      <summary>
        <para>Gets or sets the calculated field’s display name.</para>
      </summary>
      <value>The calculated field’s display name.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ChartCalculatedField.DisplayNameProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ChartCalculatedField.DisplayName"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ChartCalculatedField.Expression">
      <summary>
        <para>Gets or sets an expression the calculated field uses to evaluate its values.</para>
      </summary>
      <value>A string that represents an expression written in <see href="https://docs.devexpress.com/CoreLibraries/4928/devexpress-data-library/criteria-language-syntax">Criteria Language</see>.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ChartCalculatedField.ExpressionProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ChartCalculatedField.Expression"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ChartCalculatedField.FieldName">
      <summary>
        <para>Gets or sets the calculated field’s name.</para>
      </summary>
      <value>The calculated field’s unique name.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ChartCalculatedField.FieldNameProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ChartCalculatedField.FieldName"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ChartCalculatedField.FieldType">
      <summary>
        <para>Gets or sets the type of calculated field values.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ChartCalculatedField.FieldTypeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ChartCalculatedField.FieldType"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.ChartCalculatedFieldCollection">
      <summary>
        <para>A collection that stores <see cref="T:DevExpress.Xpf.Charts.ChartCalculatedField">calculated fields</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartCalculatedFieldCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.ChartCalculatedFieldCollection"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.ChartCalculatedFieldType">
      <summary>
        <para>Lists a calculated field’s returned value types.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ChartCalculatedFieldType.Boolean">
      <summary>
        <para>Indicates that the field returns a Boolean (true or false) value (the <see cref="T:System.Boolean">Boolean</see> type).</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ChartCalculatedFieldType.Byte">
      <summary>
        <para>Indicates that the field returns an 8-bit unsigned integer value (the <see cref="T:System.Byte">Byte</see> type).</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ChartCalculatedFieldType.DateTime">
      <summary>
        <para>Indicates that the field returns a value expressed as a date and time of day (the <see cref="T:System.DateTime">DateTime</see> type).</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ChartCalculatedFieldType.Decimal">
      <summary>
        <para>Indicates that the field returns a decimal value (the <see cref="T:System.Decimal">Decimal</see> type).</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ChartCalculatedFieldType.Double">
      <summary>
        <para>Indicates that the field returns a double-precision floating-point value (the <see cref="T:System.Double">Double</see> type).</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ChartCalculatedFieldType.Float">
      <summary>
        <para>Indicates that the field returns a single-precision floating-point value (the <see cref="T:System.Single">Single</see> type).</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ChartCalculatedFieldType.Guid">
      <summary>
        <para>Indicates that the field returns a global unique identifier value (the <see cref="T:System.Guid">Guid</see> type).</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ChartCalculatedFieldType.Int16">
      <summary>
        <para>Indicates that the field returns a 16-bit signed integer value (the <see cref="T:System.Int16">Int16</see> type).</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ChartCalculatedFieldType.Int32">
      <summary>
        <para>Indicates that the field returns a 32-bit signed integer value (the <see cref="T:System.Int32">Int32</see> type).</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ChartCalculatedFieldType.None">
      <summary>
        <para>Indicates that the field’s type is undefined and determined based on the returned object during chart initialization.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ChartCalculatedFieldType.String">
      <summary>
        <para>Indicates that the field returns a string value as a sequence of UTF-16 code units (the <see cref="T:System.String">String</see> type).</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ChartCalculatedFieldType.TimeSpan">
      <summary>
        <para>Indicates that the field returns a value as a time interval (the <see cref="T:System.TimeSpan">TimeSpan</see> type).</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.ChartColorizerBase">
      <summary>
        <para>The base class for all chart colorizers.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartColorizerBase.GetAggregatedPointColor(System.Object,System.Collections.Generic.List{System.Object},System.Collections.Generic.List{DevExpress.Xpf.Charts.SeriesPoint},DevExpress.Xpf.Charts.Palette)">
      <summary>
        <para>Returns the color for the aggregated series point with the specified parameters.</para>
      </summary>
      <param name="argument">A <see cref="T:System.Object"/> representing the argument of the aggregated point.</param>
      <param name="values">An array of <see cref="T:System.Object"/> objects representing values of the aggregated point.</param>
      <param name="points">An array of <see cref="T:DevExpress.Xpf.Charts.SeriesPoint"/> objects aggregated to the point.</param>
      <param name="palette">A <see cref="T:DevExpress.Xpf.Charts.Palette"/> object.</param>
      <returns>A nullable <see cref="T:System.Windows.Media.Color"/> object.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartColorizerBase.GetPointColor(System.Object,System.Object[],System.Object,DevExpress.Xpf.Charts.Palette)">
      <summary>
        <para>Returns the color for a series point with the specified parameters.</para>
      </summary>
      <param name="argument">An <see cref="T:System.Object"/> specifying the argument value of a series point.</param>
      <param name="values">An array of <see cref="T:System.Object"/> objects specifying values of the series point.</param>
      <param name="colorKey">An <see cref="T:System.Object"/> specifying the key used to obtain a series point color.</param>
      <param name="palette">A <see cref="T:DevExpress.Xpf.Charts.Palette"/> object.</param>
      <returns>A nullable <see cref="T:System.Windows.Media.Color"/> object.</returns>
    </member>
    <member name="T:DevExpress.Xpf.Charts.ChartCommands">
      <summary>
        <para>Stores chart commands.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartCommands.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.ChartCommands"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ChartCommands.ActiveSeries">
      <summary>
        <para>Gets or sets an active series in a chart.</para>
      </summary>
      <value>A chart <see href="https://docs.devexpress.com/WPF/6339/controls-and-libraries/charts-suite/chart-control/series/series">series</see>.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ChartCommands.ActiveSeriesProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ChartCommands.ActiveSeries">ChartCommands.ActiveSeries</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ChartCommands.ActualToolbarMode">
      <summary>
        <para>For internal use. Returns an active toolbar mode.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ChartCommands.AddHorizontalConstantLineCommand">
      <summary>
        <para>Activates the Add Horizontal Constant Line mode.</para>
      </summary>
      <value>An object that implements <see cref="T:System.Windows.Input.ICommand"/>.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ChartCommands.AddHorizontalConstantLineCommandProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ChartCommands.AddHorizontalConstantLineCommand">ChartCommands.AddHorizontalConstantLineCommand</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ChartCommands.AddImageAnnotationCommand">
      <summary>
        <para>Activates the Add Image Annotation mode.</para>
      </summary>
      <value>An object that implements <see cref="T:System.Windows.Input.ICommand"/>.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ChartCommands.AddImageAnnotationCommandProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ChartCommands.AddImageAnnotationCommand">ChartCommands.AddImageAnnotationCommand</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ChartCommands.AddIndicatorCommand">
      <summary>
        <para>Specifies the command that adds an indicator to the chart.</para>
      </summary>
      <value>An object that defines a command.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ChartCommands.AddIndicatorCommandProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ChartCommands.AddIndicatorCommand">ChartCommands.AddIndicatorCommand</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ChartCommands.AddTextAnnotationCommand">
      <summary>
        <para>Activates the Add Text Annotation mode.</para>
      </summary>
      <value>An object that implements <see cref="T:System.Windows.Input.ICommand"/>.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ChartCommands.AddTextAnnotationCommandProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ChartCommands.AddTextAnnotationCommand">ChartCommands.AddTextAnnotationCommand</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ChartCommands.AddVerticalConstantLineCommand">
      <summary>
        <para>Activates the Add Vertical Constant Line mode.</para>
      </summary>
      <value>An object that implements <see cref="T:System.Windows.Input.ICommand"/>.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ChartCommands.AddVerticalConstantLineCommandProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ChartCommands.AddVerticalConstantLineCommand">ChartCommands.AddVerticalConstantLineCommand</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ChartCommands.AvailableSeriesIndicators">
      <summary>
        <para>For internal use. Returns a list of indicators that can be created for the active series.</para>
      </summary>
      <value>A list of indicator types available for the active series.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ChartCommands.DrawFibonacciArcsIndicatorCommand">
      <summary>
        <para>Specifies the command that activates the mode of drawing the <see href="https://docs.devexpress.com/WPF/14330/controls-and-libraries/charts-suite/chart-control/series/indicators/fibonacci-indicators#how-to-add-the-fibonacci-arcs-indicator-to-a-series">Fibonacci Arcs</see> indicator.</para>
      </summary>
      <value>An object that defines a command that implements the <see cref="T:System.Windows.Input.ICommand"/> interface.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ChartCommands.DrawFibonacciArcsIndicatorCommandProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ChartCommands.DrawFibonacciArcsIndicatorCommand">ChartCommands.DrawFibonacciArcsIndicatorCommand</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ChartCommands.DrawFibonacciFansIndicatorCommand">
      <summary>
        <para>Specifies the command that activates the mode of drawing the <see href="https://docs.devexpress.com/WPF/14330/controls-and-libraries/charts-suite/chart-control/series/indicators/fibonacci-indicators#how-to-add-the-fibonacci-fans-indicator-to-a-series">Fibonacci Fans</see> indicator.</para>
      </summary>
      <value>An object that defines a command that implements the <see cref="T:System.Windows.Input.ICommand"/> interface.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ChartCommands.DrawFibonacciFansIndicatorCommandProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ChartCommands.DrawFibonacciFansIndicatorCommand">ChartCommands.DrawFibonacciFansIndicatorCommand</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ChartCommands.DrawFibonacciRetracementIndicatorCommand">
      <summary>
        <para>Specifies the command that activates the mode of drawing the <see href="https://docs.devexpress.com/WPF/14330/controls-and-libraries/charts-suite/chart-control/series/indicators/fibonacci-indicators#how-to-add-the-fibonacci-retracement-indicator-to-a-series">Fibonacci Retracement</see> indicator.</para>
      </summary>
      <value>An object that defines a command that implements the <see cref="T:System.Windows.Input.ICommand"/> interface.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ChartCommands.DrawFibonacciRetracementIndicatorCommandProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ChartCommands.DrawFibonacciRetracementIndicatorCommand">ChartCommands.DrawFibonacciRetracementIndicatorCommand</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ChartCommands.DrawTrendLineIndicatorCommand">
      <summary>
        <para>Specifies the command that activates the mode of drawing a <see href="https://docs.devexpress.com/WPF/14327/controls-and-libraries/charts-suite/chart-control/series/indicators/simple-indicators/trend-lines">Trend Line</see>.</para>
      </summary>
      <value>An object that defines a command that implements the <see cref="T:System.Windows.Input.ICommand"/> interface.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ChartCommands.DrawTrendLineIndicatorCommandProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ChartCommands.DrawTrendLineIndicatorCommand">ChartCommands.DrawTrendLineIndicatorCommand</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ChartCommands.LoadFromFileCommand">
      <summary>
        <para>Specifies the command that invokes the Open dialog to <see href="https://docs.devexpress.com/WPF/400443/controls-and-libraries/charts-suite/chart-control/save-and-load-the-chart-layout">load the chart layout</see> from an XML file.</para>
      </summary>
      <value>An object that defines a command that implements the <see cref="T:System.Windows.Input.ICommand"/> interface.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ChartCommands.LoadFromFileCommandProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ChartCommands.LoadFromFileCommand">ChartCommands.LoadFromFileCommand</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ChartCommands.RemoveIndicatorCommand">
      <summary>
        <para>Specifies the command that activates the mode of removing <see href="https://docs.devexpress.com/WPF/115226/controls-and-libraries/charts-suite/chart-control/series/indicators">indicators</see>.</para>
      </summary>
      <value>An object that defines a command that implements the <see cref="T:System.Windows.Input.ICommand"/> interface.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ChartCommands.RemoveIndicatorCommandProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ChartCommands.RemoveIndicatorCommand">ChartCommands.RemoveIndicatorCommand</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ChartCommands.RunDesignerCommand">
      <summary>
        <para>Specifies the command that runs the <see href="https://docs.devexpress.com/WPF/114162/controls-and-libraries/charts-suite/chart-control/chart-designer-for-end-users">Chart Designer</see>.</para>
      </summary>
      <value>An object that defines a command that implements the <see cref="T:System.Windows.Input.ICommand"/> interface.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ChartCommands.RunDesignerCommandProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ChartCommands.RunDesignerCommand">ChartCommands.RunDesignerCommand</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ChartCommands.SaveToFileCommand">
      <summary>
        <para>Specifies the command that invokes the Save As dialog to save the chart layout to an XML file.</para>
      </summary>
      <value>An object that defines a command that implements the <see cref="T:System.Windows.Input.ICommand"/> interface.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ChartCommands.SaveToFileCommandProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ChartCommands.SaveToFileCommand">ChartCommands.SaveToFileCommand</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ChartCommands.SetDateTimeAxisPeriodCommand">
      <summary>
        <para>A command that specifies the on-screen data range.</para>
      </summary>
      <value>A chart date-time interval.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ChartCommands.SetDateTimeAxisPeriodCommandProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ChartCommands.SetDateTimeAxisPeriodCommand">ChartCommands.SetDateTimeAxisPeriodCommand</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ChartCommands.SetDateTimeAxisUnitCommand">
      <summary>
        <para>Specifies the command that defines a date-time unit used to <see href="https://docs.devexpress.com/WPF/16846/controls-and-libraries/charts-suite/chart-control/data-aggregation">aggregate</see> series values.</para>
      </summary>
      <value>A date-time item used to aggregate series data.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ChartCommands.SetDateTimeAxisUnitCommandProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ChartCommands.SetDateTimeAxisUnitCommand">ChartCommands.SetDateTimeAxisUnitCommand</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartCommands.ShouldSerializeAddIndicatorCommand(System.Windows.Markup.XamlDesignerSerializationManager)">
      <summary>
        <para>This member supports the internal infrastructure and is not intended to be used directly from your code.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartCommands.ShouldSerializeSetDateTimeAxisPeriodCommand(System.Windows.Markup.XamlDesignerSerializationManager)">
      <summary>
        <para>This member supports the internal infrastructure and is not intended to be used directly from your code.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartCommands.ShouldSerializeSetDateTimeAxisUnitCommand(System.Windows.Markup.XamlDesignerSerializationManager)">
      <summary>
        <para>This member supports the internal infrastructure and is not intended to be used directly from your code.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartCommands.ShouldSerializeShowElementPropertiesCommand(System.Windows.Markup.XamlDesignerSerializationManager)">
      <summary>
        <para>This member supports the internal infrastructure and is not intended to be used directly from your code.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ChartCommands.ShowElementPropertiesCommand">
      <summary>
        <para>Invokes a property window for the element passed as a command parameter.</para>
      </summary>
      <value>A chart element whose properties are shown.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ChartCommands.ShowElementPropertiesCommandProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ChartCommands.ShowElementPropertiesCommand">ChartCommands.ShowElementPropertiesCommand</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.ChartCommandsBase">
      <summary>
        <para>Stores base commands for the <see cref="T:DevExpress.Xpf.Charts.ChartControl">Chart</see> and <see cref="T:DevExpress.Xpf.Charts.Chart3DControl">Chart 3D</see>.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ChartCommandsBase.ChangePaletteCommand">
      <summary>
        <para>Specifies the command that applies a palette to the chart.</para>
      </summary>
      <value>An object that defines a command.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ChartCommandsBase.ChangePaletteCommandProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ChartCommandsBase.ChangePaletteCommand">ChartCommandsBase.ChangePaletteCommand</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ChartCommandsBase.ExportToBmpCommand">
      <summary>
        <para>Specifies the command that invokes the Save As dialog to export the chart to a BMP file.</para>
      </summary>
      <value>An object that defines a command that implements the <see cref="T:System.Windows.Input.ICommand"/> interface.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ChartCommandsBase.ExportToBmpCommandProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ChartCommandsBase.ExportToBmpCommand">ChartCommandsBase.ExportToBmpCommand</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ChartCommandsBase.ExportToDocxCommand">
      <summary>
        <para>Specifies the command that invokes the Save As dialog to export the chart to a DOCX file.</para>
      </summary>
      <value>An object that defines a command that implements the <see cref="T:System.Windows.Input.ICommand"/> interface.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ChartCommandsBase.ExportToDocxCommandProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ChartCommandsBase.ExportToDocxCommand">ChartCommandsBase.ExportToDocxCommand</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ChartCommandsBase.ExportToGifCommand">
      <summary>
        <para>Specifies the command that invokes the Save As dialog to export the chart to a GIF file.</para>
      </summary>
      <value>An object that defines a command that implements the <see cref="T:System.Windows.Input.ICommand"/> interface.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ChartCommandsBase.ExportToGifCommandProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ChartCommandsBase.ExportToGifCommand">ChartCommandsBase.ExportToGifCommand</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ChartCommandsBase.ExportToHtmlCommand">
      <summary>
        <para>Specifies the command that invokes the Save As dialog to export the chart to an HTML file.</para>
      </summary>
      <value>An object that defines a command that implements the <see cref="T:System.Windows.Input.ICommand"/> interface.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ChartCommandsBase.ExportToHtmlCommandProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ChartCommandsBase.ExportToHtmlCommand">ChartCommandsBase.ExportToHtmlCommand</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ChartCommandsBase.ExportToJpegCommand">
      <summary>
        <para>Specifies the command that invokes the Save As dialog to export the chart to a JPEG image.</para>
      </summary>
      <value>An object that defines a command that implements the <see cref="T:System.Windows.Input.ICommand"/> interface.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ChartCommandsBase.ExportToJpegCommandProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ChartCommandsBase.ExportToJpegCommand">ChartCommandsBase.ExportToJpegCommand</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ChartCommandsBase.ExportToMhtCommand">
      <summary>
        <para>Specifies the command that invokes the Save As dialog to export the chart to an MHT file.</para>
      </summary>
      <value>An object that defines a command that implements the <see cref="T:System.Windows.Input.ICommand"/> interface.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ChartCommandsBase.ExportToMhtCommandProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ChartCommandsBase.ExportToMhtCommand">ChartCommandsBase.ExportToMhtCommand</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ChartCommandsBase.ExportToPdfCommand">
      <summary>
        <para>Specifies the command that invokes the Save As dialog to export the chart to a PDF file.</para>
      </summary>
      <value>An object that defines a command that implements the <see cref="T:System.Windows.Input.ICommand"/> interface.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ChartCommandsBase.ExportToPdfCommandProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ChartCommandsBase.ExportToPdfCommand">ChartCommandsBase.ExportToPdfCommand</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ChartCommandsBase.ExportToPngCommand">
      <summary>
        <para>Specifies the command that invokes the Save As dialog to export the chart to a PNG image.</para>
      </summary>
      <value>An object that defines a command that implements the <see cref="T:System.Windows.Input.ICommand"/> interface.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ChartCommandsBase.ExportToPngCommandProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ChartCommandsBase.ExportToPngCommand">ChartCommandsBase.ExportToPngCommand</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ChartCommandsBase.ExportToRtfCommand">
      <summary>
        <para>Specifies the command that invokes the Save As dialog to export the chart to an RTF file.</para>
      </summary>
      <value>An object that defines a command that implements the <see cref="T:System.Windows.Input.ICommand"/> interface.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ChartCommandsBase.ExportToRtfCommandProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ChartCommandsBase.ExportToRtfCommand">ChartCommandsBase.ExportToRtfCommand</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ChartCommandsBase.ExportToTiffCommand">
      <summary>
        <para>Specifies the command that invokes the Save As dialog to export the chart to a TIFF image.</para>
      </summary>
      <value>An object that defines a command that implements the <see cref="T:System.Windows.Input.ICommand"/> interface.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ChartCommandsBase.ExportToTiffCommandProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ChartCommandsBase.ExportToTiffCommand">ChartCommandsBase.ExportToTiffCommand</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ChartCommandsBase.ExportToXlsCommand">
      <summary>
        <para>Specifies the command that invokes the Save As dialog to export the chart to an XLS file.</para>
      </summary>
      <value>An object that defines a command that implements the <see cref="T:System.Windows.Input.ICommand"/> interface.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ChartCommandsBase.ExportToXlsCommandProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ChartCommandsBase.ExportToXlsCommand">ChartCommandsBase.ExportToXlsCommand</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ChartCommandsBase.ExportToXlsxCommand">
      <summary>
        <para>Specifies the command that invokes the Save As dialog to export the chart to an XLSX file.</para>
      </summary>
      <value>An object that defines a command that implements the <see cref="T:System.Windows.Input.ICommand"/> interface.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ChartCommandsBase.ExportToXlsxCommandProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ChartCommandsBase.ExportToXlsxCommand">ChartCommandsBase.ExportToXlsxCommand</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ChartCommandsBase.PrintCommand">
      <summary>
        <para>Specifies the command that invokes the chart <see href="https://docs.devexpress.com/WPF/117310/controls-and-libraries/charts-suite/chart-control/print-and-export#show-the-print-dialog">Print</see> dialog.</para>
      </summary>
      <value>An object that defines a command that implements the <see cref="T:System.Windows.Input.ICommand"/> interface.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ChartCommandsBase.PrintCommandProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ChartCommandsBase.PrintCommand">ChartCommandsBase.PrintCommand</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ChartCommandsBase.PrintPreviewCommand">
      <summary>
        <para>Specifies the command that invokes the chart <see href="https://docs.devexpress.com/WPF/117310/controls-and-libraries/charts-suite/chart-control/print-and-export#show-the-charts-print-preview">Print Preview</see> dialog.</para>
      </summary>
      <value>An object that defines a command that implements the <see cref="T:System.Windows.Input.ICommand"/> interface.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ChartCommandsBase.PrintPreviewCommandProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ChartCommandsBase.PrintPreviewCommand">ChartCommandsBase.PrintPreviewCommand</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ChartCommandsBase.RibbonPrintPreviewCommand">
      <summary>
        <para>Specifies the command that invokes the chart <see href="https://docs.devexpress.com/WPF/117310/controls-and-libraries/charts-suite/chart-control/print-and-export#show-the-charts-print-preview">Print Preview</see> dialog with a Ribbon.</para>
      </summary>
      <value>An object that defines a command that implements the <see cref="T:System.Windows.Input.ICommand"/> interface.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ChartCommandsBase.RibbonPrintPreviewCommandProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ChartCommandsBase.RibbonPrintPreviewCommand">ChartCommandsBase.RibbonPrintPreviewCommand</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartCommandsBase.ShouldSerializeChangePaletteCommand(System.Windows.Markup.XamlDesignerSerializationManager)">
      <summary>
        <para>This member supports the internal infrastructure and is not intended to be used directly from your code.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.ChartControl">
      <summary>
        <para>The chart control for WPF applications.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartControl.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.ChartControl"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ChartControl.ActualToolTipController">
      <summary>
        <para>Returns the actual tooltip controller.</para>
      </summary>
      <value>The controller that defines tooltip appearance and behavior for a chart.</value>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartControl.Animate">
      <summary>
        <para>Enables the <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see> for the chart control.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ChartControl.AnimationMode">
      <summary>
        <para>Gets or sets the animation mode of the chart control.</para>
      </summary>
      <value>The value specifying how animation should be performed.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ChartControl.AnimationModeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ChartControl.AnimationMode">ChartControl.AnimationMode</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ChartControl.AnimationRecords">
      <summary>
        <para>Provides access to a collection of animation records within a chart.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Charts.ChartAnimationRecordCollection"/> object.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ChartControl.AnimationRecordsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ChartControl.AnimationRecords">ChartControl.AnimationRecords</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ChartControl.AnnotationItemsSource">
      <summary>
        <para>Gets or sets the collection of objects used to generate annotations.</para>
      </summary>
      <value>A collection that is used to generate annotations. The default is null (Nothing in Visual Basic).</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ChartControl.AnnotationItemsSourceProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ChartControl.AnnotationItemsSource">ChartControl.AnnotationItemsSource</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ChartControl.AnnotationItemTemplate">
      <summary>
        <para>Gets or sets the <see cref="T:System.Windows.DataTemplate"/> that specifies how to convert a model object to an annotation.</para>
      </summary>
      <value>A <see cref="T:System.Windows.DataTemplate"/> that specifies a generated annotation’s parameters. The default is null (Nothing in Visual Basic).</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ChartControl.AnnotationItemTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ChartControl.AnnotationItemTemplate">ChartControl.AnnotationItemTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ChartControl.AnnotationItemTemplateSelector">
      <summary>
        <para>Gets or sets the custom logic for selecting a data template that converts a model object to an annotation.</para>
      </summary>
      <value>The <see cref="T:System.Windows.Controls.DataTemplateSelector"/> descendant class object that provides logic and returns a <see cref="T:System.Windows.DataTemplate"/>. The default is null (Nothing in Visual Basic).</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ChartControl.AnnotationItemTemplateSelectorProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ChartControl.AnnotationItemTemplateSelector">ChartControl.AnnotationItemTemplateSelector</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ChartControl.Annotations">
      <summary>
        <para>Returns the collection of annotations contained by the chart.</para>
      </summary>
      <value>The collection of the <see cref="T:DevExpress.Xpf.Charts.Annotation"/> objects.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ChartControl.AnnotationsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ChartControl.Annotations">ChartControl.Annotations</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.Charts.ChartControl.AxisScaleChanged">
      <summary>
        <para>Occurs when the scale mode, aggregate function, auto grid, grid offset, or grid spacing of the axis scale has been changed.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ChartControl.AxisScaleChangedEvent">
      <summary>
        <para>Identifies the <see cref="E:DevExpress.Xpf.Charts.ChartControl.AxisScaleChanged">ChartControl.AxisScaleChanged</see> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </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">ChartControl.BoundDataChanged</see> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ChartControl.BreadcrumbItemTemplate">
      <summary>
        <para>Gets or sets the template the Chart Control uses to generate a new breadcrumb item.</para>
      </summary>
      <value>the template the Chart Control uses to generate a new breadcrumb item.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ChartControl.BreadcrumbItemTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ChartControl.AnimationRecords">ChartControl.AnimationRecords</see> dependency property.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartControl.CalcHitInfo(System.Windows.Point,System.Double)">
      <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>
      <param name="radius">A <see cref="T:System.Double"/> value, specifying the initial radius of the Pie.</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="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.CalculatedFields">
      <summary>
        <para>Returns a collection of calculated fields.</para>
      </summary>
      <value>A collection that stores <see cref="T:DevExpress.Xpf.Charts.ChartCalculatedField">calculated fields</see>.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ChartControl.CalculatedFieldsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ChartControl.CalculatedFields">ChartControl.CalculatedFields</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ChartControl.Commands">
      <summary>
        <para>Provides access to the <see cref="T:DevExpress.Xpf.Charts.ChartControl">ChartControl</see>‘s commands.</para>
      </summary>
      <value>A set of chart commands.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ChartControl.CommandsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ChartControl.Commands">ChartControl.Commands</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ChartControl.CrosshairOptions">
      <summary>
        <para>Gets or sets options that allow you to specify the Crosshair Cursor’s position, appearance and behavior.</para>
      </summary>
      <value>Options that allow you to specify the Crosshair Cursor’s position, appearance and behavior.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ChartControl.CrosshairOptionsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ChartControl.CrosshairOptions">ChartControl.CrosshairOptions</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.Charts.ChartControl.CustomDrawCrosshair">
      <summary>
        <para>Occurs before <see href="https://docs.devexpress.com/WPF/14682/controls-and-libraries/charts-suite/chart-control/tooltip-and-crosshair-cursor/crosshair-cursor">crosshair</see> 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">ChartControl.CustomDrawCrosshair</see> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.Charts.ChartControl.CustomDrawSeries">
      <summary>
        <para>Occurs before a <see href="https://docs.devexpress.com/WPF/6339/controls-and-libraries/charts-suite/chart-control/series/series">series</see> 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">ChartControl.CustomDrawSeries</see> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.Charts.ChartControl.CustomDrawSeriesPoint">
      <summary>
        <para>Occurs before a <see href="https://docs.devexpress.com/WPF/6340/controls-and-libraries/charts-suite/chart-control/series/series-points">series point</see> 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">ChartControl.CustomDrawSeriesPoint</see> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </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">ChartControl.DataSource</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ChartControl.Diagram">
      <summary>
        <para>Gets the chart control’s <see href="https://docs.devexpress.com/WPF/6333/controls-and-libraries/charts-suite/chart-control/diagram/diagram">diagram</see> and provides access to its settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Charts.Diagram"/> object that represents the chart control’s <see href="https://docs.devexpress.com/WPF/6333/controls-and-libraries/charts-suite/chart-control/diagram/diagram">diagram</see>.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ChartControl.DiagramProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ChartControl.Diagram">ChartControl.Diagram</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ChartControl.EnableAnimation">
      <summary>
        <para>Enables the built-in <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see> effect for the <see cref="T:DevExpress.Xpf.Charts.ChartControl"/> elements. This is a dependency property.</para>
      </summary>
      <value>true to enable the built-in animation for chart elements; otherwise false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ChartControl.EnableAnimationProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ChartControl.EnableAnimation">ChartControl.EnableAnimation</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</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 <see cref="P:DevExpress.Xpf.Charts.ChartControl.IndicatorsPalette">ChartControl.IndicatorsPalette</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ChartControl.IsAnimationCompleted">
      <summary>
        <para>Indicates whether <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see> is completed.</para>
      </summary>
      <value>true, if animation is completed; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ChartControl.IsDirectXSurfaceRendering">
      <summary>
        <para>Gets or sets whether to render chart content with DirectX.</para>
      </summary>
      <value>true, to enable DirectX chart content rendering; false, to render chart content with GDI/GDI+.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ChartControl.IsDirectXSurfaceRenderingProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ChartControl.IsDirectXSurfaceRendering">ChartControl.IsDirectXSurfaceRendering</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ChartControl.Legend">
      <summary>
        <para>Gets the chart control’s <see href="https://docs.devexpress.com/WPF/6343/controls-and-libraries/charts-suite/chart-control/legends">legend</see> 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">ChartControl.Legend</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartControl.LoadFromFile(System.String)">
      <summary>
        <para>Loads a chart layout from the specified file.</para>
      </summary>
      <param name="fileName">The path to the file that contains a chart layout. An exception is raised if the specified file does not exist.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartControl.LoadFromStream(System.IO.Stream)">
      <summary>
        <para>Loads the chart layout from the specified stream.</para>
      </summary>
      <param name="stream">The stream containing the chart to be loaded. An exception is raised if it is empty or null (Nothing in Visual Basic).</param>
    </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="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 <see cref="E:DevExpress.Xpf.Charts.ChartControl.QueryChartCursor">ChartControl.QueryChartCursor</see> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartControl.SaveToFile(System.String)">
      <summary>
        <para>Saves a chart layout to the specified file.</para>
      </summary>
      <param name="fileName">The path to the file where a layout is stored. An exception is raised if an empty string is specified.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartControl.SaveToStream(System.IO.Stream)">
      <summary>
        <para>Saves the chart layout to the specified stream.</para>
      </summary>
      <param name="stream">The stream to which the chart layout should be written.</param>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ChartControl.SelectedItem">
      <summary>
        <para>Gets or sets the currently selected item in the chart.</para>
      </summary>
      <value>An object that is the currently selected item.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ChartControl.SelectedItemProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ChartControl.SelectedItem">ChartControl.SelectedItem</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ChartControl.SelectedItems">
      <summary>
        <para>Gets or sets the currently selected item in the chart.</para>
      </summary>
      <value>A list of selected chart items.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ChartControl.SelectedItemsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ChartControl.SelectedItems">ChartControl.SelectedItems</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ChartControl.SelectionMode">
      <summary>
        <para>Gets or sets a value specifying the chart element selection behavior.</para>
      </summary>
      <value>The selection behavior identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ChartControl.SelectionModeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ChartControl.SelectionMode">ChartControl.SelectionMode</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ChartControl.SeriesSelectionMode">
      <summary>
        <para>Gets or sets a value specifying the series selection behavior.</para>
      </summary>
      <value>The series selection behavior identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ChartControl.SeriesSelectionModeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ChartControl.SeriesSelectionMode">ChartControl.SeriesSelectionMode</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ChartControl.ShouldDeserializeLegend">
      <summary>
        <para>This member supports the internal infrastructure and is not intended to be used directly from your code.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ChartControl.ShouldRaiseCustomDrawCrosshairEvent">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ChartControl.ShouldRaiseCustomDrawSeriesPointEvent">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartControl.ShouldSerializeChartAnnotations(System.Windows.Markup.XamlDesignerSerializationManager)">
      <summary>
        <para>Indicates whether the effective value of the ChartControl.ChartAnnotations property should be serialized during serialization of a <see cref="T:DevExpress.Xpf.Charts.ChartControl"/> object.</para>
      </summary>
      <param name="manager">A <see cref="T:System.Windows.Markup.XamlDesignerSerializationManager"/> object, which is the serialization service manager object for the <see cref="T:DevExpress.Xpf.Charts.ChartControl"/>.</param>
      <returns>This property returns false to avoid serialization of the ChartControl.ChartAnnotations property using <see cref="T:System.Windows.Markup.XamlWriter"/>.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartControl.ShouldSerializeDiagramAnnotations(System.Windows.Markup.XamlDesignerSerializationManager)">
      <summary>
        <para>Indicates whether the effective value of the ChartControl.DiagramAnnotations property should be serialized during serialization of a <see cref="T:DevExpress.Xpf.Charts.ChartControl"/> object.</para>
      </summary>
      <param name="manager">A <see cref="T:System.Windows.Markup.XamlDesignerSerializationManager"/> object, which is the serialization service manager object for the <see cref="T:DevExpress.Xpf.Charts.ChartControl"/>.</param>
      <returns>This property returns false to avoid serialization of the ChartControl.DiagramAnnotations property using <see cref="T:System.Windows.Markup.XamlWriter"/>.</returns>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ChartControl.ToolTipController">
      <summary>
        <para>Gets or sets the tooltip controller component that controls the appearance, position and other settings of tooltips displayed for the Chart control.</para>
      </summary>
      <value>The tooltip controller.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ChartControl.ToolTipControllerProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ChartControl.ToolTipController">ChartControl.ToolTipController</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ChartControl.ToolTipEnabled">
      <summary>
        <para>Gets or sets a value that specifies whether a tooltip is enabled for a chart.</para>
      </summary>
      <value>The value that defines whether tooltips are enabled.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ChartControl.ToolTipEnabledProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ChartControl.ToolTipEnabled">ChartControl.ToolTipEnabled</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ChartControl.ToolTipOptions">
      <summary>
        <para>Gets or sets the tooltip settings allowing you to specify its position and appearance on a diagram.</para>
      </summary>
      <value>The options of the tooltip appearance and behavior.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ChartControl.ToolTipOptionsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ChartControl.ToolTipOptions">ChartControl.ToolTipOptions</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartControl.UpdateData">
      <summary>
        <para>Synchronize the internal data representation of the chart with the current state of the data source.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.ChartControlBase">
      <summary>
        <para>The base class for all chart controls.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartControlBase.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.ChartControlBase"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ChartControlBase.ActualPalette">
      <summary>
        <para>Returns a palette applied to the chart.</para>
      </summary>
      <value>A palette object that is applied to the chart.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ChartControlBase.AutoLayout">
      <summary>
        <para>Gets or sets a value which specifies whether the adaptive layout feature is enabled for chart elements in the chart control.</para>
      </summary>
      <value>true, to apply the adaptive layout algorithm to the chart;  otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ChartControlBase.AutoLayoutProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ChartControlBase.AutoLayout">ChartControlBase.AutoLayout</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartControlBase.BeginInit">
      <summary>
        <para>Starts the <see cref="T:DevExpress.Xpf.Charts.ChartControlBase"/>‘s initialization. Initialization occurs at runtime.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ChartControlBase.ChartProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ChartControlBase.Chart">ChartControlBase.Chart</see> dependency property.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ChartControlBase.CrosshairEnabled">
      <summary>
        <para>Gets or sets a value that specifies whether a crosshair cursor is enabled for a chart.</para>
      </summary>
      <value>Null - a crosshair cursor’s state (enabled/disabled) is automatically determined based on the type of <see href="https://docs.devexpress.com/WPF/6333/controls-and-libraries/charts-suite/chart-control/diagram/diagram">diagram</see> currently displayed on a chart; True - a crosshair cursor is enabled for a chart; False - a crosshair cursor is disabled.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ChartControlBase.CrosshairEnabledProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ChartControlBase.CrosshairEnabled">ChartControlBase.CrosshairEnabled</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ChartControlBase.CrosshairSeriesLabelItemTemplate">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ChartControlBase.CrosshairSeriesLabelItemTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ChartControlBase.CrosshairSeriesLabelItemTemplate">ChartControlBase.CrosshairSeriesLabelItemTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ChartControlBase.CrosshairSeriesLabelPrintingTemplate">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ChartControlBase.CrosshairSeriesLabelPrintingTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ChartControlBase.CrosshairSeriesLabelPrintingTemplate">ChartControlBase.CrosshairSeriesLabelPrintingTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartControlBase.EndInit">
      <summary>
        <para>Ends the <see cref="T:DevExpress.Xpf.Charts.ChartControlBase"/>‘s initialization.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartControlBase.ExportToDocx(System.IO.Stream,DevExpress.Xpf.Charts.PrintSizeMode)">
      <summary>
        <para>Exports a chart to the specified stream in the DOCX format with the specified size mode.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> descendant class object to which the content should be sent.</param>
      <param name="sizeMode">The value indicating the size mode that specifies how the chart should be resized when being printed.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartControlBase.ExportToDocx(System.IO.Stream,DevExpress.XtraPrinting.DocxExportOptions,DevExpress.Xpf.Charts.PrintSizeMode)">
      <summary>
        <para>Exports a chart to the specified stream in the DOCX format with the specified export options and size mode.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> descendant class object to which the content should be sent.</param>
      <param name="options">The export settings that are used to export the chart to the file.</param>
      <param name="sizeMode">The value indicating the size mode that specifies how the chart should be resized when being printed.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartControlBase.ExportToDocx(System.IO.Stream,DevExpress.XtraPrinting.DocxExportOptions)">
      <summary>
        <para>Exports a chart to the specified stream in the DOCX format with the specified export settings.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> descendant class object to which the content should be sent.</param>
      <param name="options">The export settings that are used to export the chart to the file.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartControlBase.ExportToDocx(System.IO.Stream)">
      <summary>
        <para>Exports a chart to the specified stream in the DOCX format.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> descendant class object to which the content should be sent.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartControlBase.ExportToDocx(System.String,DevExpress.Xpf.Charts.PrintSizeMode)">
      <summary>
        <para>Exports a chart to the specified file in the DOCX format with the specified size mode.</para>
      </summary>
      <param name="filePath">The file path including the file name and extension, where the file should be created.</param>
      <param name="sizeMode">The value indicating the size mode that specifies how the chart should be resized when being printed.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartControlBase.ExportToDocx(System.String,DevExpress.XtraPrinting.DocxExportOptions,DevExpress.Xpf.Charts.PrintSizeMode)">
      <summary>
        <para>Exports a chart to the specified file in the DOCX format with the specified export settings and size mode.</para>
      </summary>
      <param name="filePath">The file path including the file name and extension, where the file should be created.</param>
      <param name="options">The export settings that are used to export the chart to the file.</param>
      <param name="sizeMode">The value indicating the size mode that specifies how the chart should be resized when being printed.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartControlBase.ExportToDocx(System.String,DevExpress.XtraPrinting.DocxExportOptions)">
      <summary>
        <para>Exports a chart to the specified file in the DOCX format with the specified export settings.</para>
      </summary>
      <param name="filePath">The file path including the file name and extension, where the file should be created.</param>
      <param name="options">The export settings that are used to export the chart to the file.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartControlBase.ExportToDocx(System.String)">
      <summary>
        <para>Exports a chart to the specified file in the DOCX format with the specified settings.</para>
      </summary>
      <param name="filePath">The file path including the file name and extension, where the file should be created.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartControlBase.ExportToHtml(System.IO.Stream,DevExpress.Xpf.Charts.PrintSizeMode)">
      <summary>
        <para>Exports a chart to the specified stream using the specified size mode in the HTML format.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> descendant class object to which the created HTML file should be sent.</param>
      <param name="sizeMode">The value specifying which size mode the chart must use when the chart control is exported.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartControlBase.ExportToHtml(System.IO.Stream,DevExpress.XtraPrinting.HtmlExportOptions,DevExpress.Xpf.Charts.PrintSizeMode)">
      <summary>
        <para>Exports a chart to the specified stream using the specified options and size mode in the HTML format.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> descendant class object to which the created HTML file should be sent.</param>
      <param name="options">An object storing the HTML export options to be applied when a chart is exported.</param>
      <param name="sizeMode">The value specifying which size mode the chart must use when the chart control is exported.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartControlBase.ExportToHtml(System.IO.Stream,DevExpress.XtraPrinting.HtmlExportOptions)">
      <summary>
        <para>Exports a chart to the specified stream using the specified options in the HTML format.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> descendant class object to which the created HTML file should be sent.</param>
      <param name="options">An object storing the HTML export options to be applied when a chart is exported.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartControlBase.ExportToHtml(System.IO.Stream)">
      <summary>
        <para>Exports a chart to the specified stream in the HTML format.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> descendant class object to which the created HTML file should be sent.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartControlBase.ExportToHtml(System.String,DevExpress.Xpf.Charts.PrintSizeMode)">
      <summary>
        <para>Exports a chart to the specified file using the specified size mode in the HTML format.</para>
      </summary>
      <param name="filePath">The value defining the full path (including the file name and extension) where the HTML file will be created.</param>
      <param name="sizeMode">The value specifying which size mode the chart must use when the chart control is exported.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartControlBase.ExportToHtml(System.String,DevExpress.XtraPrinting.HtmlExportOptions,DevExpress.Xpf.Charts.PrintSizeMode)">
      <summary>
        <para>Exports a chart to the specified file using the specified options and size mode in the HTML format.</para>
      </summary>
      <param name="filePath">The value defining the full path (including the file name and extension) where the HTML file will be created.</param>
      <param name="options">An object storing the HTML export options to be applied when a chart is exported.</param>
      <param name="sizeMode">The value specifying which size mode the chart must use when the chart control is exported.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartControlBase.ExportToHtml(System.String,DevExpress.XtraPrinting.HtmlExportOptions)">
      <summary>
        <para>Exports a chart to the specified file using the specified options in the HTML format.</para>
      </summary>
      <param name="filePath">The value defining the full path (including the file name and extension) where the HTML file will be created.</param>
      <param name="options">An object storing the HTML export options to be applied when a chart is exported.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartControlBase.ExportToHtml(System.String)">
      <summary>
        <para>Exports a chart to the specified file in the HTML format.</para>
      </summary>
      <param name="filePath">The value defining the full path (including the file name and extension) where the HTML file will be created.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartControlBase.ExportToImage(System.IO.Stream,DevExpress.Xpf.Charts.PrintSizeMode)">
      <summary>
        <para>Exports a chart to the specified stream using the specified size mode in the image format.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> descendant class object to which the created image file should be sent.</param>
      <param name="sizeMode">The value specifying which size mode the chart must use when the chart control is exported.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartControlBase.ExportToImage(System.IO.Stream,DevExpress.XtraPrinting.ImageExportOptions,DevExpress.Xpf.Charts.PrintSizeMode)">
      <summary>
        <para>Exports a chart to the specified stream using the specified options and size mode in the image format.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> descendant class object to which the created image file should be sent.</param>
      <param name="options">An object storing the image export options to be applied when a chart is exported.</param>
      <param name="sizeMode">The value specifying which size mode the chart must use when the chart control is exported.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartControlBase.ExportToImage(System.IO.Stream,DevExpress.XtraPrinting.ImageExportOptions)">
      <summary>
        <para>Exports a chart to the specified stream using the specified options in the image format.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> descendant class object to which the created image file should be sent.</param>
      <param name="options">An object storing the image export options to be applied when a chart is exported.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartControlBase.ExportToImage(System.IO.Stream)">
      <summary>
        <para>Exports a chart to the specified stream in the image format.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> descendant class object to which the created image file should be sent.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartControlBase.ExportToImage(System.String,DevExpress.Xpf.Charts.PrintSizeMode)">
      <summary>
        <para>Exports a chart to the specified file using the specified size mode in the image format.</para>
      </summary>
      <param name="filePath">The value defining the full path (including the file name and extension) where the image file will be created.</param>
      <param name="sizeMode">The value specifying which size mode the chart must use when the chart control is exported.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartControlBase.ExportToImage(System.String,DevExpress.XtraPrinting.ImageExportOptions,DevExpress.Xpf.Charts.PrintSizeMode)">
      <summary>
        <para>Exports a chart to the specified file using the specified options and size mode in the image format.</para>
      </summary>
      <param name="filePath">The value defining the full path (including the file name and extension) where the image file will be created.</param>
      <param name="options">An object storing the image export options to be applied when a chart is exported.</param>
      <param name="sizeMode">The value specifying which size mode the chart must use when the chart control is exported.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartControlBase.ExportToImage(System.String,DevExpress.XtraPrinting.ImageExportOptions)">
      <summary>
        <para>Exports a chart to the specified file using the specified options in the image format.</para>
      </summary>
      <param name="filePath">The value defining the full path (including the file name and extension) where the image file will be created.</param>
      <param name="options">An object storing the image export options to be applied when a chart is exported.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartControlBase.ExportToImage(System.String)">
      <summary>
        <para>Exports a chart to the specified file in the image format.</para>
      </summary>
      <param name="filePath">The value defining the full path (including the file name and extension) where the image file will be created.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartControlBase.ExportToMht(System.IO.Stream,DevExpress.Xpf.Charts.PrintSizeMode)">
      <summary>
        <para>Exports a chart to the specified stream using the specified size mode in the MHT format.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> descendant class object to which the created MHT file should be sent.</param>
      <param name="sizeMode">The value specifying which size mode the chart must use when the chart control is exported.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartControlBase.ExportToMht(System.IO.Stream,DevExpress.XtraPrinting.MhtExportOptions,DevExpress.Xpf.Charts.PrintSizeMode)">
      <summary>
        <para>Exports a chart to the specified stream using the specified options and size mode in the MHT format.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> descendant class object to which the created MHT file should be sent.</param>
      <param name="options">An object storing the MHT export options to be applied when a chart is exported.</param>
      <param name="sizeMode">The value specifying which size mode the chart must use when the chart control is exported.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartControlBase.ExportToMht(System.IO.Stream,DevExpress.XtraPrinting.MhtExportOptions)">
      <summary>
        <para>Exports a chart to the specified stream using the specified options in the MHT format.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> descendant class object to which the created MHT file should be sent.</param>
      <param name="options">An object storing the MHT export options to be applied when a chart is exported.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartControlBase.ExportToMht(System.IO.Stream)">
      <summary>
        <para>Exports a chart to the specified stream in the MHT format.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> descendant class object to which the created MHT file should be sent.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartControlBase.ExportToMht(System.String,DevExpress.Xpf.Charts.PrintSizeMode)">
      <summary>
        <para>Exports a chart to the specified file using the specified size mode in the MHT format.</para>
      </summary>
      <param name="filePath">The value defining the full path (including the file name and extension) where the MHT file will be created.</param>
      <param name="sizeMode">The value specifying which size mode the chart must use when the chart control is exported.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartControlBase.ExportToMht(System.String,DevExpress.XtraPrinting.MhtExportOptions,DevExpress.Xpf.Charts.PrintSizeMode)">
      <summary>
        <para>Exports a chart to the specified file using the specified options and size mode in the MHT format.</para>
      </summary>
      <param name="filePath">The value defining the full path (including the file name and extension) where the MHT file will be created.</param>
      <param name="options">An object storing the MHT export options to be applied when a chart is exported.</param>
      <param name="sizeMode">The value specifying which size mode the chart must use when the chart control is exported.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartControlBase.ExportToMht(System.String,DevExpress.XtraPrinting.MhtExportOptions)">
      <summary>
        <para>Exports a chart to the specified file using the specified options in the MHT format.</para>
      </summary>
      <param name="filePath">The value defining the full path (including the file name and extension) where the MHT file will be created.</param>
      <param name="options">An object storing the MHT export options to be applied when a chart is exported.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartControlBase.ExportToMht(System.String)">
      <summary>
        <para>Exports a chart to the specified file in the MHT format.</para>
      </summary>
      <param name="filePath">The value defining the full path (including the file name and extension) where the MHT file will be created.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartControlBase.ExportToPdf(System.IO.Stream,DevExpress.Xpf.Charts.PrintSizeMode)">
      <summary>
        <para>Exports a chart to the specified stream using the specified size mode in the PDF format.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> descendant class object to which the created PDF file should be sent.</param>
      <param name="sizeMode">The value specifying which size mode the chart must use when the chart control is exported.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartControlBase.ExportToPdf(System.IO.Stream,DevExpress.XtraPrinting.PdfExportOptions,DevExpress.Xpf.Charts.PrintSizeMode)">
      <summary>
        <para>Exports a chart to the specified stream using the specified options and size mode in the PDF format.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> descendant class object to which the created PDF file should be sent.</param>
      <param name="options">An object storing the PDF export options to be applied when a chart is exported.</param>
      <param name="sizeMode">The value specifying which size mode the chart must use when the chart control is exported.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartControlBase.ExportToPdf(System.IO.Stream,DevExpress.XtraPrinting.PdfExportOptions)">
      <summary>
        <para>Exports a chart to the specified stream using the specified options in the PDF format.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> descendant class object to which the created PDF file should be sent.</param>
      <param name="options">An object storing the PDF export options to be applied when a chart is exported.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartControlBase.ExportToPdf(System.IO.Stream)">
      <summary>
        <para>Exports a chart to the specified stream in the PDF format.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> descendant class object to which the created PDF file should be sent.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartControlBase.ExportToPdf(System.String,DevExpress.Xpf.Charts.PrintSizeMode)">
      <summary>
        <para>Exports a chart to the specified file using the specified size mode in the PDF format.</para>
      </summary>
      <param name="filePath">The value defining the full path (including the file name and extension) where the PDF file will be created.</param>
      <param name="sizeMode">The value specifying which size mode the chart must use when the chart control is exported.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartControlBase.ExportToPdf(System.String,DevExpress.XtraPrinting.PdfExportOptions,DevExpress.Xpf.Charts.PrintSizeMode)">
      <summary>
        <para>Exports a chart to the specified file using the specified options and size mode in the PDF format.</para>
      </summary>
      <param name="filePath">The value defining the full path (including the file name and extension) where the PDF file will be created.</param>
      <param name="options">An object storing the PDF export options to be applied when a chart is exported.</param>
      <param name="sizeMode">The value specifying which size mode the chart must use when the chart control is exported.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartControlBase.ExportToPdf(System.String,DevExpress.XtraPrinting.PdfExportOptions)">
      <summary>
        <para>Exports a chart to the specified file using the specified options in the PDF format.</para>
      </summary>
      <param name="filePath">The value defining the full path (including the file name and extension) where the PDF file will be created.</param>
      <param name="options">An object storing the PDF export options to be applied when a chart is exported.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartControlBase.ExportToPdf(System.String)">
      <summary>
        <para>Exports a chart to the specified file in the PDF format.</para>
      </summary>
      <param name="filePath">The value defining the full path (including the file name and extension) where the PDF file will be created.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartControlBase.ExportToRtf(System.IO.Stream,DevExpress.Xpf.Charts.PrintSizeMode)">
      <summary>
        <para>Exports a chart to the specified stream using the specified size mode in the RTF format.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> descendant class object to which the created RTF file should be sent.</param>
      <param name="sizeMode">The value specifying which size mode the chart must use when the chart control is exported.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartControlBase.ExportToRtf(System.IO.Stream,DevExpress.XtraPrinting.RtfExportOptions,DevExpress.Xpf.Charts.PrintSizeMode)">
      <summary>
        <para>Exports a chart to the specified stream using the specified options and size mode in the RTF format.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> descendant class object to which the created RTF file should be sent.</param>
      <param name="options">An object storing the RTF export options to be applied when a chart is exported.</param>
      <param name="sizeMode">The value specifying which size mode the chart must use when the chart control is exported.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartControlBase.ExportToRtf(System.IO.Stream,DevExpress.XtraPrinting.RtfExportOptions)">
      <summary>
        <para>Exports a chart to the specified stream using the specified options in the RTF format.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> descendant class object to which the created RTF file should be sent.</param>
      <param name="options">An object storing the RTF export options to be applied when a chart is exported.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartControlBase.ExportToRtf(System.IO.Stream)">
      <summary>
        <para>Exports a chart to the specified stream in the RTF format.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> descendant class object to which the created RTF file should be sent.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartControlBase.ExportToRtf(System.String,DevExpress.Xpf.Charts.PrintSizeMode)">
      <summary>
        <para>Exports a chart to the specified file using the specified size mode in the RTF format.</para>
      </summary>
      <param name="filePath">The value defining the full path (including the file name and extension) where the RTF file will be created.</param>
      <param name="sizeMode">The value specifying which size mode the chart must use when the chart control is exported.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartControlBase.ExportToRtf(System.String,DevExpress.XtraPrinting.RtfExportOptions,DevExpress.Xpf.Charts.PrintSizeMode)">
      <summary>
        <para>Exports a chart to the specified file using the specified options and size mode in the RTF format.</para>
      </summary>
      <param name="filePath">The value defining the full path (including the file name and extension) where the RTF file will be created.</param>
      <param name="options">An object storing the RTF export options to be applied when a chart is exported.</param>
      <param name="sizeMode">The value specifying which size mode the chart must use when the chart control is exported.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartControlBase.ExportToRtf(System.String,DevExpress.XtraPrinting.RtfExportOptions)">
      <summary>
        <para>Exports a chart to the specified file using the specified options in the RTF format.</para>
      </summary>
      <param name="filePath">The value defining the full path (including the file name and extension) where the RTF file will be created.</param>
      <param name="options">An object storing the RTF export options to be applied when a chart is exported.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartControlBase.ExportToRtf(System.String)">
      <summary>
        <para>Exports a chart to the specified file in the RTF format.</para>
      </summary>
      <param name="filePath">The value defining the full path (including the file name and extension) where the RTF file will be created.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartControlBase.ExportToXls(System.IO.Stream,DevExpress.Xpf.Charts.PrintSizeMode)">
      <summary>
        <para>Exports a chart to the specified stream using the specified size mode in the XLS format.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> descendant class object to which the created XLS file should be sent.</param>
      <param name="sizeMode">The value specifying which size mode the chart must use when the chart control is exported.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartControlBase.ExportToXls(System.IO.Stream,DevExpress.XtraPrinting.XlsExportOptions,DevExpress.Xpf.Charts.PrintSizeMode)">
      <summary>
        <para>Exports a chart to the specified stream using the specified options and size mode in the XLS format.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> descendant class object to which the created XLS file should be sent.</param>
      <param name="options">An object storing the XLS export options to be applied when a chart is exported.</param>
      <param name="sizeMode">The value specifying which size mode the chart must use when the chart control is exported.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartControlBase.ExportToXls(System.IO.Stream,DevExpress.XtraPrinting.XlsExportOptions)">
      <summary>
        <para>Exports a chart to the specified stream using the specified options in the XLS format.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> descendant class object to which the created XLS file should be sent.</param>
      <param name="options">An object storing the XLS export options to be applied when a chart is exported.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartControlBase.ExportToXls(System.IO.Stream)">
      <summary>
        <para>Exports a chart to the specified stream in the XLS format.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> descendant class object to which the created XLS file should be sent.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartControlBase.ExportToXls(System.String,DevExpress.Xpf.Charts.PrintSizeMode)">
      <summary>
        <para>Exports a chart to the specified file using the specified size mode in the XLS format.</para>
      </summary>
      <param name="filePath">The value defining the full path (including the file name and extension) where the XLS file will be created.</param>
      <param name="sizeMode">The value specifying which size mode the chart must use when the chart control is exported.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartControlBase.ExportToXls(System.String,DevExpress.XtraPrinting.XlsExportOptions,DevExpress.Xpf.Charts.PrintSizeMode)">
      <summary>
        <para>Exports a chart to the specified file using the specified options and size mode in the XLS format.</para>
      </summary>
      <param name="filePath">The value defining the full path (including the file name and extension) where the XLS file will be created.</param>
      <param name="options">An object storing the XLS export options to be applied when a chart is exported.</param>
      <param name="sizeMode">The value specifying which size mode the chart must use when the chart control is exported.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartControlBase.ExportToXls(System.String,DevExpress.XtraPrinting.XlsExportOptions)">
      <summary>
        <para>Exports a chart to the specified file using the specified options in the XLS format.</para>
      </summary>
      <param name="filePath">The value defining the full path (including the file name and extension) where the XLS file will be created.</param>
      <param name="options">An object storing the XLS export options to be applied when a chart is exported.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartControlBase.ExportToXls(System.String)">
      <summary>
        <para>Exports a chart to the specified file in the XLS format.</para>
      </summary>
      <param name="filePath">The value defining the full path (including the file name and extension) where the XLS file will be created.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartControlBase.ExportToXlsx(System.IO.Stream,DevExpress.Xpf.Charts.PrintSizeMode)">
      <summary>
        <para>Exports a chart to the specified stream using the specified size mode in the XLSX format.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> descendant class object to which the created XLSX file should be sent.</param>
      <param name="sizeMode">The value specifying which size mode the chart must use when the chart control is exported.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartControlBase.ExportToXlsx(System.IO.Stream,DevExpress.XtraPrinting.XlsxExportOptions,DevExpress.Xpf.Charts.PrintSizeMode)">
      <summary>
        <para>Exports a chart to the specified stream using the specified options and size mode in the XLSX format.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> descendant class object to which the created XLSX file should be sent.</param>
      <param name="options">An object storing the XLSX export options to be applied when a chart is exported.</param>
      <param name="sizeMode">The value specifying which size mode the chart must use when the chart control is exported.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartControlBase.ExportToXlsx(System.IO.Stream,DevExpress.XtraPrinting.XlsxExportOptions)">
      <summary>
        <para>Exports a chart to the specified stream using the specified options in the XLSX format.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> descendant class object to which the created XLSX file should be sent.</param>
      <param name="options">An object storing the XLSX export options to be applied when a chart is exported.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartControlBase.ExportToXlsx(System.IO.Stream)">
      <summary>
        <para>Exports a chart to the specified stream in the XLSX format.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> descendant class object to which the created XLSX file should be sent.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartControlBase.ExportToXlsx(System.String,DevExpress.Xpf.Charts.PrintSizeMode)">
      <summary>
        <para>Exports a chart to the specified file using the specified size mode in the XLSX format.</para>
      </summary>
      <param name="filePath">The value defining the full path (including the file name and extension) where the XLSX file will be created.</param>
      <param name="sizeMode">The value specifying which size mode the chart must use when the chart control is exported.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartControlBase.ExportToXlsx(System.String,DevExpress.XtraPrinting.XlsxExportOptions,DevExpress.Xpf.Charts.PrintSizeMode)">
      <summary>
        <para>Exports a chart to the specified file using the specified options and size mode in the XLSX format.</para>
      </summary>
      <param name="filePath">The value defining the full path (including the file name and extension) where the XLSX file will be created.</param>
      <param name="options">An object storing the XLSX export options to be applied when a chart is exported.</param>
      <param name="sizeMode">The value specifying which size mode the chart must use when the chart control is exported.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartControlBase.ExportToXlsx(System.String,DevExpress.XtraPrinting.XlsxExportOptions)">
      <summary>
        <para>Exports a chart to the specified file using the specified options in the XLSX format.</para>
      </summary>
      <param name="filePath">The value defining the full path (including the file name and extension) where the XLSX file will be created.</param>
      <param name="options">An object storing the XLSX export options to be applied when a chart is exported.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartControlBase.ExportToXlsx(System.String)">
      <summary>
        <para>Exports a chart to the specified file in the XLSX format.</para>
      </summary>
      <param name="filePath">The value defining the full path (including the file name and extension) where the XLSX file will be created.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartControlBase.ExportToXps(System.IO.Stream,DevExpress.Xpf.Charts.PrintSizeMode)">
      <summary>
        <para>Exports a chart to the specified stream using the specified size mode in the XPS format.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> descendant class object to which the created XPS file should be sent.</param>
      <param name="sizeMode">The value specifying which size mode the chart must use when the chart control is exported.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartControlBase.ExportToXps(System.IO.Stream,DevExpress.XtraPrinting.XpsExportOptions,DevExpress.Xpf.Charts.PrintSizeMode)">
      <summary>
        <para>Exports a chart to the specified stream using the specified options and size mode in the XPS format.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> descendant class object to which the created XPS file should be sent.</param>
      <param name="options">An object storing the XPS export options to be applied when a chart is exported.</param>
      <param name="sizeMode">The value specifying which size mode the chart must use when the chart control is exported.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartControlBase.ExportToXps(System.IO.Stream,DevExpress.XtraPrinting.XpsExportOptions)">
      <summary>
        <para>Exports a chart to the specified stream using the specified options in the XPS format.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> descendant class object to which the created XPS file should be sent.</param>
      <param name="options">An object storing the XPS export options to be applied when a chart is exported.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartControlBase.ExportToXps(System.IO.Stream)">
      <summary>
        <para>Exports a chart to the specified stream in the XPS format.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> descendant class object to which the created XPS file should be sent.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartControlBase.ExportToXps(System.String,DevExpress.Xpf.Charts.PrintSizeMode)">
      <summary>
        <para>Exports a chart to the specified file using the specified size mode in the XPS format.</para>
      </summary>
      <param name="filePath">The value defining the full path (including the file name and extension) where the XPS file will be created.</param>
      <param name="sizeMode">The value specifying which size mode the chart must use when the chart control is exported.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartControlBase.ExportToXps(System.String,DevExpress.XtraPrinting.XpsExportOptions,DevExpress.Xpf.Charts.PrintSizeMode)">
      <summary>
        <para>Exports a chart to the specified file using the specified options and size mode in the XPS format.</para>
      </summary>
      <param name="filePath">The value defining the full path (including the file name and extension) where the XPS file will be created.</param>
      <param name="options">An object storing the XPS export options to be applied when a chart is exported.</param>
      <param name="sizeMode">The value specifying which size mode the chart must use when the chart control is exported.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartControlBase.ExportToXps(System.String,DevExpress.XtraPrinting.XpsExportOptions)">
      <summary>
        <para>Exports a chart to the specified file using the specified options in the XPS format.</para>
      </summary>
      <param name="filePath">The value defining the full path (including the file name and extension) where the XPS file will be created.</param>
      <param name="options">An object storing the XPS export options to be applied when a chart is exported.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartControlBase.ExportToXps(System.String)">
      <summary>
        <para>Exports a chart to the specified file in the XPS format.</para>
      </summary>
      <param name="filePath">The value defining the full path (including the file name and extension) where the XPS file will be created.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartControlBase.GetChart(System.Windows.DependencyObject)">
      <summary>
        <para>Gets the value of the <see cref="P:DevExpress.Xpf.Charts.ChartControlBase.Chart">ChartControlBase.Chart</see> attached property for the specified object.</para>
      </summary>
      <param name="obj">An object whose <see cref="P:DevExpress.Xpf.Charts.ChartControlBase.Chart">ChartControlBase.Chart</see> attached property’s value is to be returned.</param>
      <returns>A chart that is an owner of the Ribbon or Bar Manager component. This is an attached property.</returns>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ChartControlBase.IsAnimationCompleted">
      <summary>
        <para>Indicates whether <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see> is completed.</para>
      </summary>
      <value>true, if animation is completed; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ChartControlBase.LegendItemsSource">
      <summary>
        <para>Gets or sets the collection of objects used to generate legends.</para>
      </summary>
      <value>A collection that is used to generate legends. The default is null (Nothing in Visual Basic).</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ChartControlBase.LegendItemsSourceProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ChartControlBase.LegendItemsSource">ChartControlBase.LegendItemsSource</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ChartControlBase.LegendItemTemplate">
      <summary>
        <para>Gets or sets the <see cref="T:System.Windows.DataTemplate"/> that specifies how to convert a model object to a legend.</para>
      </summary>
      <value>A <see cref="T:System.Windows.DataTemplate"/> that specifies a generated legend’s parameters. The default is null (Nothing in Visual Basic).</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ChartControlBase.LegendItemTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ChartControlBase.LegendItemTemplate">ChartControlBase.LegendItemTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ChartControlBase.LegendItemTemplateSelector">
      <summary>
        <para>Gets or sets the custom logic for selecting a data template that converts a model object to a legend.</para>
      </summary>
      <value>The <see cref="T:System.Windows.Controls.DataTemplateSelector"/> descendant class object that provides logic and returns a <see cref="T:System.Windows.DataTemplate"/>. The default is null (Nothing in Visual Basic).</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ChartControlBase.LegendItemTemplateSelectorProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ChartControlBase.LegendItemTemplateSelector">ChartControlBase.LegendItemTemplateSelector</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ChartControlBase.Legends">
      <summary>
        <para>Returns the collection of chart legends.</para>
      </summary>
      <value>A collection of <see cref="T:DevExpress.Xpf.Charts.Legend"/> objects.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ChartControlBase.LegendsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ChartControlBase.Legends">ChartControlBase.Legends</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartControlBase.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.ChartControlBase.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"/> class descendant object that represents the palette with colors.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ChartControlBase.PaletteProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ChartControlBase.Palette">ChartControlBase.Palette</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartControlBase.Print">
      <summary>
        <para>Invokes the Print dialog and prints the current chart.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartControlBase.Print(DevExpress.Xpf.Charts.PrintSizeMode)">
      <summary>
        <para>Invokes the Print dialog and prints the current chart with the specified size mode.</para>
      </summary>
      <param name="sizeMode">The value specifying which size mode the chart must use when the chart control is printed.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartControlBase.PrintDirect">
      <summary>
        <para>Immediately prints the chart on the default printer.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartControlBase.PrintDirect(DevExpress.Xpf.Charts.PrintSizeMode)">
      <summary>
        <para>Immediately prints the chart using the default printer and the specified print size mode.</para>
      </summary>
      <param name="sizeMode">The value specifying which size mode the Chart Control must use when it is printed.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartControlBase.PrintDirect(System.Printing.PrintQueue,DevExpress.Xpf.Charts.PrintSizeMode)">
      <summary>
        <para>Immediately prints the chart using the printer specified by the print queue and the specified print size mode.</para>
      </summary>
      <param name="queue">The print queue specifying the required printer’s queue.</param>
      <param name="sizeMode">The value specifying which size mode the Chart Control must use when it is printed.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartControlBase.PrintDirect(System.Printing.PrintQueue)">
      <summary>
        <para>Immediately prints the chart using the printer specified by the print queue.</para>
      </summary>
      <param name="queue">The print queue specifying the required printer’s queue.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartControlBase.PrintDirect(System.String,DevExpress.Xpf.Charts.PrintSizeMode)">
      <summary>
        <para>Prints the chart on a printer with the specified name and size mode immediately.</para>
      </summary>
      <param name="printerName">The name of the printer that should print the chart immediately.</param>
      <param name="sizeMode">The value specifying which size mode the Chart Control must use when it is printed.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartControlBase.PrintDirect(System.String)">
      <summary>
        <para>Prints the chart on a printer with the specified name immediately.</para>
      </summary>
      <param name="printerName">The name of the printer that should print the chart immediately.</param>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ChartControlBase.PrintOptions">
      <summary>
        <para>Gets or sets chart control print options.</para>
      </summary>
      <value>The object storing parameters of the chart printing.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ChartControlBase.PrintOptionsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ChartControlBase.PrintOptions">ChartControlBase.PrintOptions</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartControlBase.SetChart(System.Windows.DependencyObject,DevExpress.Xpf.Charts.ChartControlBase)">
      <summary>
        <para>Sets the value of the <see cref="P:DevExpress.Xpf.Charts.ChartControlBase.Chart">ChartControlBase.Chart</see> attached property to a specified <see cref="T:System.Windows.DependencyObject"/>.</para>
      </summary>
      <param name="obj">The object to which the attached property is written.</param>
      <param name="value">A chart that is an owner of the Ribbon or Bar Manager component. This is an attached property.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartControlBase.ShowPrintPreview(System.Windows.FrameworkElement,DevExpress.Xpf.Charts.PrintSizeMode)">
      <summary>
        <para>Creates a print document from a chart with the specified print size mode and displays the document using the <see href="https://docs.devexpress.com/WPF/9697/controls-and-libraries/printing-exporting/concepts/document-preview">Print Preview</see> window with the specified owner and title.</para>
      </summary>
      <param name="owner">The Print Preview owner.</param>
      <param name="sizeMode">The size mode which must be used when the chart is previewed before printing.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartControlBase.ShowPrintPreview(System.Windows.FrameworkElement,System.String,DevExpress.Xpf.Charts.PrintSizeMode)">
      <summary>
        <para>Creates a print document with the specified name from a chart with the specified print size mode and displays the document using the <see href="https://docs.devexpress.com/WPF/9697/controls-and-libraries/printing-exporting/concepts/document-preview">Print Preview</see> window with the specified owner.</para>
      </summary>
      <param name="owner">The Print Preview owner.</param>
      <param name="documentName">The name which should be used for the document to be displayed in the Print Preview.</param>
      <param name="sizeMode">The size mode which the chart must use when the chart control is printed.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartControlBase.ShowPrintPreview(System.Windows.FrameworkElement,System.String,System.String,DevExpress.Xpf.Charts.PrintSizeMode)">
      <summary>
        <para>Creates a print document with the specified name from a chart with the specified print size mode and displays the document using the <see href="https://docs.devexpress.com/WPF/9697/controls-and-libraries/printing-exporting/concepts/document-preview">Print Preview</see> window with the specified owner and title.</para>
      </summary>
      <param name="owner">The Print Preview owner.</param>
      <param name="documentName">The name which should be used for the document to be displayed in the Print Preview.</param>
      <param name="title">The Print Preview title.</param>
      <param name="sizeMode">The size mode which must be used when the chart control is previewed before printing.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartControlBase.ShowPrintPreview(System.Windows.FrameworkElement,System.String,System.String)">
      <summary>
        <para>Creates a print document with the specified name from a chart and displays the document using the <see href="https://docs.devexpress.com/WPF/9697/controls-and-libraries/printing-exporting/concepts/document-preview">Print Preview</see> window with the specified owner and title.</para>
      </summary>
      <param name="owner">The Print Preview owner.</param>
      <param name="documentName">The name which should be used for the document to be displayed in the Print Preview.</param>
      <param name="title">The title of the Print Preview.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartControlBase.ShowPrintPreview(System.Windows.FrameworkElement,System.String)">
      <summary>
        <para>Creates a print document with the specified name from a chart and displays the document using the <see href="https://docs.devexpress.com/WPF/9697/controls-and-libraries/printing-exporting/concepts/document-preview">Print Preview</see> window with the specified owner.</para>
      </summary>
      <param name="owner">The Print Preview owner.</param>
      <param name="documentName">The name which should be used for the document to be displayed in the Print Preview.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartControlBase.ShowPrintPreview(System.Windows.FrameworkElement)">
      <summary>
        <para>Creates a print document from a chart and displays the document using the <see href="https://docs.devexpress.com/WPF/9697/controls-and-libraries/printing-exporting/concepts/document-preview">Print Preview</see> window with the specified owner.</para>
      </summary>
      <param name="owner">The Print Preview owner.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartControlBase.ShowPrintPreview(System.Windows.Window,DevExpress.Xpf.Charts.PrintSizeMode)">
      <summary>
        <para>Creates a print document from a chart with the specified print size mode and displays the document using the <see href="https://docs.devexpress.com/WPF/9697/controls-and-libraries/printing-exporting/concepts/document-preview">Print Preview</see> window with the specified owner.</para>
      </summary>
      <param name="owner">The Print Preview owner.</param>
      <param name="sizeMode">The size mode which the chart must use when the chart control is printed.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartControlBase.ShowPrintPreview(System.Windows.Window,System.String,DevExpress.Xpf.Charts.PrintSizeMode)">
      <summary>
        <para>Creates a print document with the specified name from a chart with the specified print size mode and displays the document using the <see href="https://docs.devexpress.com/WPF/9697/controls-and-libraries/printing-exporting/concepts/document-preview">Print Preview</see> window with the specified owner.</para>
      </summary>
      <param name="owner">The Print Preview owner.</param>
      <param name="documentName">The name which should be used for the document to be displayed in the Print Preview.</param>
      <param name="sizeMode">The size mode which the chart must use when the chart control is printed.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartControlBase.ShowPrintPreview(System.Windows.Window,System.String,System.String,DevExpress.Xpf.Charts.PrintSizeMode)">
      <summary>
        <para>Creates a print document with the specified name from a chart with the specified print size mode and displays the document using the <see href="https://docs.devexpress.com/WPF/9697/controls-and-libraries/printing-exporting/concepts/document-preview">Print Preview</see> window with the specified owner and title.</para>
      </summary>
      <param name="owner">The Print Preview owner.</param>
      <param name="documentName">The name which should be used for the document to be displayed in the Print Preview.</param>
      <param name="title">The Print Preview title.</param>
      <param name="sizeMode">The size mode which must be used when the chart control is previewed before printing.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartControlBase.ShowPrintPreview(System.Windows.Window,System.String,System.String)">
      <summary>
        <para>Creates a print document with the specified name from a chart and displays the document using the modal <see href="https://docs.devexpress.com/WPF/9697/controls-and-libraries/printing-exporting/concepts/document-preview">Print Preview</see> window with the specified owner and title.</para>
      </summary>
      <param name="owner">The Print Preview owner.</param>
      <param name="documentName">The name which should be used for the document to be displayed in the Print Preview.</param>
      <param name="title">The Print Preview title.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartControlBase.ShowPrintPreview(System.Windows.Window,System.String)">
      <summary>
        <para>Creates a print document with the specified name from a chart and displays the document using the <see href="https://docs.devexpress.com/WPF/9697/controls-and-libraries/printing-exporting/concepts/document-preview">Print Preview</see> window with the specified owner.</para>
      </summary>
      <param name="owner">The Print Preview owner.</param>
      <param name="documentName">The name which should be used for the document to be displayed in the Print Preview.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartControlBase.ShowPrintPreview(System.Windows.Window)">
      <summary>
        <para>Creates a print document from a chart and displays the document using the <see href="https://docs.devexpress.com/WPF/9697/controls-and-libraries/printing-exporting/concepts/document-preview">Print Preview</see> window with the specified owner.</para>
      </summary>
      <param name="owner">The print preview owner.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartControlBase.ShowPrintPreviewDialog(System.Windows.Window,DevExpress.Xpf.Charts.PrintSizeMode)">
      <summary>
        <para>Creates a print document from a chart with the specified print size mode and displays the document using the modal <see href="https://docs.devexpress.com/WPF/9697/controls-and-libraries/printing-exporting/concepts/document-preview">Print Preview</see> window with the specified owner.</para>
      </summary>
      <param name="owner">The print preview owner.</param>
      <param name="sizeMode">The size mode which the chart must use when the chart control is printed.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartControlBase.ShowPrintPreviewDialog(System.Windows.Window,System.String,DevExpress.Xpf.Charts.PrintSizeMode)">
      <summary>
        <para>Creates a print document with the specified name from a chart with the specified print size mode and displays the document using the modal <see href="https://docs.devexpress.com/WPF/9697/controls-and-libraries/printing-exporting/concepts/document-preview">Print Preview</see> window with the specified owner.</para>
      </summary>
      <param name="owner">The print preview owner.</param>
      <param name="documentName">The name which should be used for the document to be displayed in the Print Preview.</param>
      <param name="sizeMode">The size mode which the chart must use when the chart control is printed.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartControlBase.ShowPrintPreviewDialog(System.Windows.Window,System.String,System.String,DevExpress.Xpf.Charts.PrintSizeMode)">
      <summary>
        <para>Creates a print document with the specified name from a chart with the specified print size mode and displays the document using the modal <see href="https://docs.devexpress.com/WPF/9697/controls-and-libraries/printing-exporting/concepts/document-preview">Print Preview</see> window with the specified owner and title.</para>
      </summary>
      <param name="owner">The print preview owner.</param>
      <param name="documentName">A <see cref="T:System.String"/> value specifying what name should be used for the document to be displayed in the Print Preview.</param>
      <param name="title">The title of the Print Preview.</param>
      <param name="sizeMode">The size mode which the chart must use when the chart control is printed.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartControlBase.ShowPrintPreviewDialog(System.Windows.Window,System.String,System.String)">
      <summary>
        <para>Creates a print document with the specified name from a chart and displays the document using the modal <see href="https://docs.devexpress.com/WPF/9697/controls-and-libraries/printing-exporting/concepts/document-preview">Print Preview</see> window with the specified owner and title.</para>
      </summary>
      <param name="owner">The print preview owner.</param>
      <param name="documentName">The name which should be used for the document to be displayed in the Print Preview.</param>
      <param name="title">The title of the Print Preview.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartControlBase.ShowPrintPreviewDialog(System.Windows.Window,System.String)">
      <summary>
        <para>Creates a print document with the specified name from a chart and displays the document using the modal <see href="https://docs.devexpress.com/WPF/9697/controls-and-libraries/printing-exporting/concepts/document-preview">Print Preview</see> window with the specified owner.</para>
      </summary>
      <param name="owner">The print preview owner.</param>
      <param name="documentName">The name which should be used for the document to be displayed in the Print Preview.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartControlBase.ShowPrintPreviewDialog(System.Windows.Window)">
      <summary>
        <para>Creates a print document from a chart and displays the document using the modal <see href="https://docs.devexpress.com/WPF/9697/controls-and-libraries/printing-exporting/concepts/document-preview">Print Preview</see> window with the specified owner.</para>
      </summary>
      <param name="owner">The print preview owner.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartControlBase.ShowRibbonPrintPreview(System.Windows.FrameworkElement,DevExpress.Xpf.Charts.PrintSizeMode)">
      <summary>
        <para>Creates a print document from a chart with the specified print size mode and displays the document using the <see href="https://docs.devexpress.com/WPF/9697/controls-and-libraries/printing-exporting/concepts/document-preview">Print Preview</see> window with the Ribbon toolbar and the specified owner.</para>
      </summary>
      <param name="owner">The Print Preview owner.</param>
      <param name="sizeMode">The size mode which the chart must use when the chart control is printed.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartControlBase.ShowRibbonPrintPreview(System.Windows.FrameworkElement,System.String,DevExpress.Xpf.Charts.PrintSizeMode)">
      <summary>
        <para>Creates a print document with the specified name from a chart with the specified print size mode and displays the document using the <see href="https://docs.devexpress.com/WPF/9697/controls-and-libraries/printing-exporting/concepts/document-preview">Print Preview</see> window with the Ribbon toolbar and the specified owner.</para>
      </summary>
      <param name="owner">The Print Preview owner.</param>
      <param name="documentName">The name which should be used for the document to be displayed in the Print Preview.</param>
      <param name="sizeMode">The size mode which the chart must use when the chart control is printed.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartControlBase.ShowRibbonPrintPreview(System.Windows.FrameworkElement,System.String,System.String,DevExpress.Xpf.Charts.PrintSizeMode)">
      <summary>
        <para>Creates a print document with the specified name from a chart with the specified print size mode and displays the document using the <see href="https://docs.devexpress.com/WPF/9697/controls-and-libraries/printing-exporting/concepts/document-preview">Print Preview</see> window with the Ribbon toolbar and the specified owner and title.</para>
      </summary>
      <param name="owner">The Print Preview owner.</param>
      <param name="documentName">The name which should be used for the document to be displayed in the Print Preview.</param>
      <param name="title">The title of the Print Preview.</param>
      <param name="sizeMode">The size mode which the chart must use when the chart control is printed.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartControlBase.ShowRibbonPrintPreview(System.Windows.FrameworkElement,System.String,System.String)">
      <summary>
        <para>Creates a print document with the specified name from a chart and displays the document using the <see href="https://docs.devexpress.com/WPF/9697/controls-and-libraries/printing-exporting/concepts/document-preview">Print Preview</see> window with the Ribbon toolbar and the specified owner and title.</para>
      </summary>
      <param name="owner">The Print Preview owner.</param>
      <param name="documentName">The name which should be used for the document to be displayed in the Print Preview.</param>
      <param name="title">The title of the Print Preview.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartControlBase.ShowRibbonPrintPreview(System.Windows.FrameworkElement,System.String)">
      <summary>
        <para>Creates a print document with the specified name from a chart and displays the document using the <see href="https://docs.devexpress.com/WPF/9697/controls-and-libraries/printing-exporting/concepts/document-preview">Print Preview</see> window with the Ribbon toolbar and the specified owner.</para>
      </summary>
      <param name="owner">The Print Preview owner.</param>
      <param name="documentName">The name which should be used for the document to be displayed in the Print Preview.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartControlBase.ShowRibbonPrintPreview(System.Windows.FrameworkElement)">
      <summary>
        <para>Creates a print document from a chart and displays the document using the <see href="https://docs.devexpress.com/WPF/9697/controls-and-libraries/printing-exporting/concepts/document-preview">Print Preview</see> window with the Ribbon toolbar and the specified owner.</para>
      </summary>
      <param name="owner">The Print Preview owner.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartControlBase.ShowRibbonPrintPreview(System.Windows.Window,DevExpress.Xpf.Charts.PrintSizeMode)">
      <summary>
        <para>Creates a print document from a chart with the specified print size mode and displays the document using the <see href="https://docs.devexpress.com/WPF/9697/controls-and-libraries/printing-exporting/concepts/document-preview">Print Preview</see> window with the Ribbon toolbar and the specified owner.</para>
      </summary>
      <param name="owner">The Print Preview owner.</param>
      <param name="sizeMode">The size mode which the chart must use when the chart control is printed.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartControlBase.ShowRibbonPrintPreview(System.Windows.Window,System.String,DevExpress.Xpf.Charts.PrintSizeMode)">
      <summary>
        <para>Creates a print document with the specified name from a chart with the specified print size mode and displays the document using the <see href="https://docs.devexpress.com/WPF/9697/controls-and-libraries/printing-exporting/concepts/document-preview">Print Preview</see> window with the Ribbon toolbar and the specified owner.</para>
      </summary>
      <param name="owner">The Print Preview owner.</param>
      <param name="documentName">The name which should be used for the document to be displayed in the Print Preview.</param>
      <param name="sizeMode">The size mode which the chart must use when the chart control is printed.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartControlBase.ShowRibbonPrintPreview(System.Windows.Window,System.String,System.String,DevExpress.Xpf.Charts.PrintSizeMode)">
      <summary>
        <para>Creates a print document with the specified name from a chart with the specified print size mode and displays the document using the <see href="https://docs.devexpress.com/WPF/9697/controls-and-libraries/printing-exporting/concepts/document-preview">Print Preview</see> window with the Ribbon toolbar and the specified owner and title.</para>
      </summary>
      <param name="owner">The Print Preview owner.</param>
      <param name="documentName">The name which should be used for the document to be displayed in the Print Preview.</param>
      <param name="title">The title of the Print Preview.</param>
      <param name="sizeMode">The size mode which the chart must use when the chart control is printed.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartControlBase.ShowRibbonPrintPreview(System.Windows.Window,System.String,System.String)">
      <summary>
        <para>Creates a print document with the specified name from a chart and displays the document using the <see href="https://docs.devexpress.com/WPF/9697/controls-and-libraries/printing-exporting/concepts/document-preview">Print Preview</see> window with the Ribbon toolbar and the specified owner and title.</para>
      </summary>
      <param name="owner">The Print Preview owner.</param>
      <param name="documentName">The name which should be used for the document to be displayed in the Print Preview.</param>
      <param name="title">The title of the Print Preview.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartControlBase.ShowRibbonPrintPreview(System.Windows.Window,System.String)">
      <summary>
        <para>Creates a print document with the specified name from a chart and displays the document using the <see href="https://docs.devexpress.com/WPF/9697/controls-and-libraries/printing-exporting/concepts/document-preview">Print Preview</see> window with the Ribbon toolbar and the specified owner.</para>
      </summary>
      <param name="owner">The Print Preview owner.</param>
      <param name="documentName">The name which should be used for the document to be displayed in the Print Preview.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartControlBase.ShowRibbonPrintPreview(System.Windows.Window)">
      <summary>
        <para>Creates a print document from a chart and displays the document using the <see href="https://docs.devexpress.com/WPF/9697/controls-and-libraries/printing-exporting/concepts/document-preview">Print Preview</see> window with the Ribbon toolbar and the specified owner.</para>
      </summary>
      <param name="owner">The Print Preview owner.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartControlBase.ShowRibbonPrintPreviewDialog(System.Windows.Window,DevExpress.Xpf.Charts.PrintSizeMode)">
      <summary>
        <para>Creates a print document from a chart with the specified print size mode and displays the document using the modal <see href="https://docs.devexpress.com/WPF/9697/controls-and-libraries/printing-exporting/concepts/document-preview">Print Preview</see> window with the Ribbon toolbar and the specified owner.</para>
      </summary>
      <param name="owner">The Print Preview owner.</param>
      <param name="sizeMode">The size mode which the chart must use when the chart control is printed.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartControlBase.ShowRibbonPrintPreviewDialog(System.Windows.Window,System.String,DevExpress.Xpf.Charts.PrintSizeMode)">
      <summary>
        <para>Creates a print document with the specified name from a chart with the specified print size mode and displays the document using the modal <see href="https://docs.devexpress.com/WPF/9697/controls-and-libraries/printing-exporting/concepts/document-preview">Print Preview</see> window with the Ribbon toolbar and the specified owner.</para>
      </summary>
      <param name="owner">The Print Preview owner.</param>
      <param name="documentName">The name which should be used for the document to be displayed in the Print Preview.</param>
      <param name="sizeMode">The size mode which the chart must use when the chart control is printed.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartControlBase.ShowRibbonPrintPreviewDialog(System.Windows.Window,System.String,System.String,DevExpress.Xpf.Charts.PrintSizeMode)">
      <summary>
        <para>Creates a print document with the specified name from a chart with the specified print size mode and displays the document using the modal <see href="https://docs.devexpress.com/WPF/9697/controls-and-libraries/printing-exporting/concepts/document-preview">Print Preview</see> window with the Ribbon toolbar and the specified owner and title.</para>
      </summary>
      <param name="owner">The Print Preview owner.</param>
      <param name="documentName">The name which should be used for the document to be displayed in the Print Preview.</param>
      <param name="title">The title of the Print Preview.</param>
      <param name="sizeMode">The size mode which the chart must use when the chart control is printed.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartControlBase.ShowRibbonPrintPreviewDialog(System.Windows.Window,System.String,System.String)">
      <summary>
        <para>Creates a print document with the specified name from a chart and displays the document using the modal <see href="https://docs.devexpress.com/WPF/9697/controls-and-libraries/printing-exporting/concepts/document-preview">Print Preview</see> window with the Ribbon toolbar and the specified owner and title.</para>
      </summary>
      <param name="owner">The Print Preview owner.</param>
      <param name="documentName">The name which should be used for the document to be displayed in the Print Preview.</param>
      <param name="title">The title of the Print Preview.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartControlBase.ShowRibbonPrintPreviewDialog(System.Windows.Window,System.String)">
      <summary>
        <para>Creates a print document with the specified name from a chart and displays the document using the modal <see href="https://docs.devexpress.com/WPF/9697/controls-and-libraries/printing-exporting/concepts/document-preview">Print Preview</see> window with the Ribbon toolbar and the specified owner.</para>
      </summary>
      <param name="owner">The Print Preview owner.</param>
      <param name="documentName">The name which should be used for the document to be displayed in the Print Preview.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartControlBase.ShowRibbonPrintPreviewDialog(System.Windows.Window)">
      <summary>
        <para>Creates a print document from a chart and displays the document using the modal <see href="https://docs.devexpress.com/WPF/9697/controls-and-libraries/printing-exporting/concepts/document-preview">Print Preview</see> window with the Ribbon toolbar and the specified owner.</para>
      </summary>
      <param name="owner">The Print Preview owner.</param>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ChartControlBase.Titles">
      <summary>
        <para>Gets or sets the collection of <see href="https://docs.devexpress.com/WPF/7844/controls-and-libraries/charts-suite/chart-control/chart-titles">chart titles</see>.</para>
      </summary>
      <value>A collection of <see cref="T:DevExpress.Xpf.Charts.Title"/> objects.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ChartControlBase.TitlesProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ChartControlBase.Titles">ChartControlBase.Titles</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.ChartDependencyObject">
      <summary>
        <para>Enables Windows Presentation Foundation (WPF) 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 <see cref="T:DevExpress.Xpf.Charts.ChartDependencyObject"/> class properties has changed its value.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ChartDependencyObject.TypeNameSerializable">
      <summary>
        <para>Gets the string value used to support serialization of the chart dependency object.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.ChartDependencyObjectCollection`1">
      <summary>
        <para>Represents a collection of <see cref="T:DevExpress.Xpf.Charts.ChartDependencyObject"/> instances.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartDependencyObjectCollection`1.AddRange(System.Collections.Generic.IEnumerable{`0})">
      <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 <see cref="T:DevExpress.Xpf.Charts.ChartDependencyObjectCollection`1"/>‘s initialization. Initialization occurs at runtime.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartDependencyObjectCollection`1.EndInit">
      <summary>
        <para>Ends the <see cref="T:DevExpress.Xpf.Charts.ChartDependencyObjectCollection`1"/>‘s initialization.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.ChartElement">
      <summary>
        <para>Represents the base class for other chart elements and is intended to hide most properties of the <see cref="T:System.Windows.Controls.Control"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartElement.BeginInit">
      <summary>
        <para>Starts the <see cref="T:DevExpress.Xpf.Charts.ChartElement"/>‘s initialization. Initialization occurs at runtime.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartElement.EndInit">
      <summary>
        <para>Ends the <see cref="T:DevExpress.Xpf.Charts.ChartElement"/>‘s initialization.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ChartElement.TypeNameSerializable">
      <summary>
        <para>Gets the string value used to support serialization of the chart element.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value.</value>
    </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.ChartElementCollection`1">
      <summary>
        <para>Represents a collection of chart elements.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartElementCollection`1.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.ChartElementCollection`1"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.ChartHitInfo">
      <summary>
        <para>Contains information about a specific point within a chart.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ChartHitInfo.BreadcrumbItemPresentation">
      <summary>
        <para>Returns a breadcrumb item that is located under the test point.</para>
      </summary>
      <value>The breadcrumb item representation.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ChartHitInfo.ChartBreadcrumbControl">
      <summary>
        <para>Returns a chart breadcrumb navigation bar that is located under the test point.</para>
      </summary>
      <value>A breadcrumb navigation bar.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ChartHitInfo.ConstantLine">
      <summary>
        <para>Gets a <see href="https://docs.devexpress.com/WPF/7846/controls-and-libraries/charts-suite/chart-control/axes/constant-lines">constant line</see> 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.ConstantLineTitle">
      <summary>
        <para>Returns a <see href="https://docs.devexpress.com/WPF/7846/controls-and-libraries/charts-suite/chart-control/axes/constant-lines">constant line title</see> that is located under the test point.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Charts.ConstantLineTitle"/> object that is in the test point.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ChartHitInfo.CustomAxisLabel">
      <summary>
        <para>Gets a custom <see href="https://docs.devexpress.com/WPF/6336/controls-and-libraries/charts-suite/chart-control/axes/axis-labels">axis label</see> 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 <see href="https://docs.devexpress.com/WPF/6333/controls-and-libraries/charts-suite/chart-control/diagram/diagram">diagram</see> 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.InConstantLine">
      <summary>
        <para>Gets a value indicating whether the test point is within a <see href="https://docs.devexpress.com/WPF/7846/controls-and-libraries/charts-suite/chart-control/axes/constant-lines">constant line</see>.</para>
      </summary>
      <value>true if the test point is within a constant line; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ChartHitInfo.InConstantLineTitle">
      <summary>
        <para>Returns a value that indicates whether the test point is in a <see href="https://docs.devexpress.com/WPF/7846/controls-and-libraries/charts-suite/chart-control/axes/constant-lines">constant line title</see>.</para>
      </summary>
      <value>true, if the test point is in a constant line title; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ChartHitInfo.InDiagram">
      <summary>
        <para>Gets a value indicating whether the test point is within a <see href="https://docs.devexpress.com/WPF/6333/controls-and-libraries/charts-suite/chart-control/diagram/diagram">diagram</see>.</para>
      </summary>
      <value>true if the test point is within a diagram; otherwise, false.</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>true if the test point is within an indicator; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ChartHitInfo.InPane">
      <summary>
        <para>Gets a value indicating whether the test point is within a <see href="https://docs.devexpress.com/WPF/10631/controls-and-libraries/charts-suite/chart-control/panes/panes">pane</see>.</para>
      </summary>
      <value>true if the test point is within a pane; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ChartHitInfo.InPaneTitle">
      <summary>
        <para>Returns the value that indicates whether the test point is within a pane title.</para>
      </summary>
      <value>true, if the test point is within a pane title; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ChartHitInfo.InPieTotalLabel">
      <summary>
        <para>Gets a value indicating whether the test point is within a Pie series’ total label.</para>
      </summary>
      <value>true if the test point is within a Pie series’ total label; otherwise false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ChartHitInfo.InSeries">
      <summary>
        <para>Gets a value indicating whether the test point is within a <see href="https://docs.devexpress.com/WPF/6339/controls-and-libraries/charts-suite/chart-control/series/series">series</see>.</para>
      </summary>
      <value>true if the test point is within a series; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ChartHitInfo.InSeriesPoint">
      <summary>
        <para>Gets a value that indicates whether the test point is within a <see href="https://docs.devexpress.com/WPF/6340/controls-and-libraries/charts-suite/chart-control/series/series-points">series point</see>.</para>
      </summary>
      <value>true, if the test point is within a series point; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ChartHitInfo.InStackedBarTotalLabel">
      <summary>
        <para>Returns the value indicating whether the test point is within a total label.</para>
      </summary>
      <value>true if the test point is within a total label; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ChartHitInfo.InStrip">
      <summary>
        <para>Gets a value indicating whether the test point is within a <see href="https://docs.devexpress.com/WPF/7848/controls-and-libraries/charts-suite/chart-control/axes/strips">strip</see>.</para>
      </summary>
      <value>true if the test point is within a strip; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ChartHitInfo.Pane">
      <summary>
        <para>Gets a <see href="https://docs.devexpress.com/WPF/10631/controls-and-libraries/charts-suite/chart-control/panes/panes">pane</see> which is located under the test point.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Charts.Pane"/> object, which represents the pane located under the test point.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ChartHitInfo.PaneTitle">
      <summary>
        <para>Returns a pane title that is located under the test point.</para>
      </summary>
      <value>A pane title.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ChartHitInfo.PieTotalLabel">
      <summary>
        <para>Returns the Pie series’ total label that is under the test point.</para>
      </summary>
      <value>The Pie series’ total label that is under the test point.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ChartHitInfo.Series">
      <summary>
        <para>Gets the <see href="https://docs.devexpress.com/WPF/6339/controls-and-libraries/charts-suite/chart-control/series/series">series</see> 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.SeriesPoint">
      <summary>
        <para>Gets a <see href="https://docs.devexpress.com/WPF/6340/controls-and-libraries/charts-suite/chart-control/series/series-points">series point</see> 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.StackedBarTotalLabel">
      <summary>
        <para>Returns the topmost total label that is under the test point.</para>
      </summary>
      <value>The topmost total label that is under the test point.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ChartHitInfo.Strip">
      <summary>
        <para>Gets a <see href="https://docs.devexpress.com/WPF/7848/controls-and-libraries/charts-suite/chart-control/axes/strips">strip</see> 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="T:DevExpress.Xpf.Charts.ChartHitInfoBase">
      <summary>
        <para>The base class for all hit test information storages.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ChartHitInfoBase.Annotation">
      <summary>
        <para>Returns the annotation located under the test point.</para>
      </summary>
      <value>The annotation located under the test point.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ChartHitInfoBase.Axis">
      <summary>
        <para>Returns the <see href="https://docs.devexpress.com/WPF/6334/controls-and-libraries/charts-suite/chart-control/axes/axes">axis</see> located under the test point.</para>
      </summary>
      <value>The axis located under the test point.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ChartHitInfoBase.InAnnotation">
      <summary>
        <para>Returns the value indicating whether the test point is within an annotation.</para>
      </summary>
      <value>true if the test point is within an annotation; otherwise false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ChartHitInfoBase.InAxis">
      <summary>
        <para>Returns the value indicating whether the test point is within an <see href="https://docs.devexpress.com/WPF/6334/controls-and-libraries/charts-suite/chart-control/axes/axes">axis</see>.</para>
      </summary>
      <value>true if the test point is within an axis; otherwise false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ChartHitInfoBase.InLegend">
      <summary>
        <para>Returns the value indicating whether the test point is within a <see href="https://docs.devexpress.com/WPF/6343/controls-and-libraries/charts-suite/chart-control/legends">legend</see>.</para>
      </summary>
      <value>true if the test point is within a legend; otherwise false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ChartHitInfoBase.InSeriesLabel">
      <summary>
        <para>Returns the value indicating whether the test point is within a <see href="https://docs.devexpress.com/WPF/6341/controls-and-libraries/charts-suite/chart-control/series/series-point-labels">series point label</see>.</para>
      </summary>
      <value>true if the test point is within a series point label; otherwise false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ChartHitInfoBase.InTitle">
      <summary>
        <para>Returns the value indicating whether the test point is within a <see href="https://docs.devexpress.com/WPF/7844/controls-and-libraries/charts-suite/chart-control/chart-titles">chart title</see> or a <see href="https://docs.devexpress.com/WPF/7941/controls-and-libraries/charts-suite/chart-control/series/series-titles">series title</see>.</para>
      </summary>
      <value>true if the test point is within a title; otherwise false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ChartHitInfoBase.Legend">
      <summary>
        <para>Returns the <see href="https://docs.devexpress.com/WindowsForms/1980/controls-and-libraries/chart-control/visual-elements/legend">legend</see> located under the test point.</para>
      </summary>
      <value>The legend located under the test point.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ChartHitInfoBase.SeriesLabel">
      <summary>
        <para>Returns the <see href="https://docs.devexpress.com/WPF/6341/controls-and-libraries/charts-suite/chart-control/series/series-point-labels">series label</see> located under the test point.</para>
      </summary>
      <value>The series point label located under the test point.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ChartHitInfoBase.Title">
      <summary>
        <para>Returns the <see href="https://docs.devexpress.com/WPF/7941/controls-and-libraries/charts-suite/chart-control/series/series-titles">series title</see> or <see href="https://docs.devexpress.com/WPF/7844/controls-and-libraries/charts-suite/chart-control/chart-titles">chart title</see> located under the test point.</para>
      </summary>
      <value>The title located under the test point.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.ChartIntervalItem">
      <summary>
        <para>Specifies a date-time item used to define intervals for x-axis.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartIntervalItem.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.ChartIntervalItem"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ChartIntervalItem.Caption">
      <summary>
        <para>Gets or sets the interval item’s caption.</para>
      </summary>
      <value>A caption for the interval item.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ChartIntervalItem.MeasureUnit">
      <summary>
        <para>Gets or sets a measurement unit for an x-axis.</para>
      </summary>
      <value>A date-time value used to specify a measurement unit.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ChartIntervalItem.MeasureUnitMultiplier">
      <summary>
        <para>Gets or sets the factor on which the series multiplies the measurement unit to form a custom measurement unit.</para>
      </summary>
      <value>The factor on which the series multiplies the measurement unit to form a custom measurement unit.</value>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartIntervalItem.ShouldSerializeMeasureUnitMultiplier(System.Windows.Markup.XamlDesignerSerializationManager)">
      <summary>
        <para>This member supports the internal infrastructure and is not intended to be used directly from your code.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.ChartNonVisualElement">
      <summary>
        <para>The base for different classes representing non-visual chart elements.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ChartNonVisualElement.TypeNameSerializable">
      <summary>
        <para>Gets the string value used to support serialization of the ChartNonVisualElement type.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.ChartPaletteColorizerBase">
      <summary>
        <para>The base class for all colorizers with a predefined pallete.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ChartPaletteColorizerBase.Palette">
      <summary>
        <para>Gets or sets a palette used by this class’ descendants.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Charts.Palette"/> object.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ChartPaletteColorizerBase.PaletteProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ChartPaletteColorizerBase.Palette">ChartPaletteColorizerBase.Palette</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.ChartPrintOptions">
      <summary>
        <para>Provides print options for the chart control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartPrintOptions.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.ChartPrintOptions"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ChartPrintOptions.PrintCrosshair">
      <summary>
        <para>Gets or sets the value specifying whether to draw the crosshair when printing/exporting the chart.</para>
      </summary>
      <value>true, if the crosshair should be printed/exported; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ChartPrintOptions.PrintCrosshairProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ChartPrintOptions.PrintCrosshair">ChartPrintOptions.PrintCrosshair</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ChartPrintOptions.SizeMode">
      <summary>
        <para>Gets or sets a value which specifies the size mode used to print the chart.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Charts.PrintSizeMode"/> enumeration value which specifies the size mode used to print the chart.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ChartPrintOptions.SizeModeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ChartPrintOptions.SizeMode">ChartPrintOptions.SizeMode</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.ChartTextElement">
      <summary>
        <para>Represents 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>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.ChartTextElement"/> class with default settings.</para>
      </summary>
    </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 representing a custom template.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ChartTextElement.ElementTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ChartTextElement.ElementTemplate">ChartTextElement.ElementTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</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>true if the text element is visible; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ChartTextElement.VisibleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ChartTextElement.Visible">ChartTextElement.Visible</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.ChartTitleCollection">
      <summary>
        <para>Represents a collection of <see href="https://docs.devexpress.com/WPF/7844/controls-and-libraries/charts-suite/chart-control/chart-titles">chart titles</see> within a chart control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ChartTitleCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.ChartTitleCollection"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.ChartToolTipController">
      <summary>
        <para>Provides options that define the 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 <see cref="T:DevExpress.Xpf.Charts.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 <see cref="P:DevExpress.Xpf.Charts.ChartToolTipController.AutoPopDelay">ChartToolTipController.AutoPopDelay</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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>true if a tooltip is closed when a chart element is clicked; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ChartToolTipController.CloseOnClickProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ChartToolTipController.CloseOnClick">ChartToolTipController.CloseOnClick</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see cref="P:DevExpress.Xpf.Charts.ChartToolTipController.ContentMargin">ChartToolTipController.ContentMargin</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see cref="P:DevExpress.Xpf.Charts.ChartToolTipController.InitialDelay">ChartToolTipController.InitialDelay</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ChartToolTipController.OpenMode">
      <summary>
        <para>Specifies the way a tooltip appears on a chart, on either a hover or 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 <see cref="P:DevExpress.Xpf.Charts.ChartToolTipController.OpenMode">ChartToolTipController.OpenMode</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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>true if the tooltip beak is displayed on a chart; otherwise, false</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ChartToolTipController.ShowBeakProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ChartToolTipController.ShowBeak">ChartToolTipController.ShowBeak</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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>true if a shadow is displayed  on a chart tooltip; otherwise, false</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ChartToolTipController.ShowShadowProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ChartToolTipController.ShowShadow">ChartToolTipController.ShowShadow</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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.ChartToolTipEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.Charts.ChartToolTipController.ToolTipOpening">ChartToolTipController.ToolTipOpening</see> and <see cref="E:DevExpress.Xpf.Charts.ChartToolTipController.ToolTipClosing">ChartToolTipController.ToolTipClosing</see> events.</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 <see href="https://docs.devexpress.com/WPF/6340/controls-and-libraries/charts-suite/chart-control/series/series-points">series point</see> 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>true if the tooltip beak is displayed on a chart; otherwise, false</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ChartToolTipEventArgs.ShowHint">
      <summary>
        <para>Gets or sets whether to show series or a point hint in a tooltip.</para>
      </summary>
      <value>true, if a hint should be displayed in a tooltip; otherwise false.</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.CircleMarker2DModel">
      <summary>
        <para>The Circle 2D <see href="https://docs.devexpress.com/WPF/6340/controls-and-libraries/charts-suite/chart-control/series/series-points">point</see> marker <see href="https://docs.devexpress.com/WPF/4285/controls-and-libraries/charts-suite/chart-control/series/series-and-marker-models">model</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.CircleMarker2DModel.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.CircleMarker2DModel"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CircleMarker2DModel.ModelName">
      <summary>
        <para>Gets the name of the <see cref="T:DevExpress.Xpf.Charts.CircleMarker2DModel"/>.</para>
      </summary>
      <value>Always “Circle”.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.CirclePie3DModel">
      <summary>
        <para>The Circle <see href="https://docs.devexpress.com/WPF/4287/controls-and-libraries/charts-suite/chart-control/series/3d-series-types/pie-and-donut-series">3D Pie</see> <see href="https://docs.devexpress.com/WPF/4285/controls-and-libraries/charts-suite/chart-control/series/series-and-marker-models">model</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.CirclePie3DModel.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.CirclePie3DModel"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CirclePie3DModel.ModelName">
      <summary>
        <para>Gets the name of the <see cref="T:DevExpress.Xpf.Charts.CirclePie3DModel"/>.</para>
      </summary>
      <value>Always “Circle”.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.CircularAreaAnimationBase">
      <summary>
        <para>Represents the base class for all <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animations</see> available for the Circular Area (<see href="https://docs.devexpress.com/WPF/11817/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/polar-series/polar-area">Polar Area</see> and <see href="https://docs.devexpress.com/WPF/11820/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/radar-series/radar-area">Radar Area</see>) series view.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.CircularAreaAnimationBase.CreateAnimatedTransformation(System.Windows.Rect,System.Windows.Point,System.Double)">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.CircularAreaPredefinedAnimationBase">
      <summary>
        <para>The base class for all pre-defined <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animations</see> available for the Circular Area (<see href="https://docs.devexpress.com/WPF/11817/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/polar-series/polar-area">Polar Area</see> and <see href="https://docs.devexpress.com/WPF/11820/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/radar-series/radar-area">Radar Area</see>) series view.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.CircularAreaPredefinedAnimationBase.CreateAnimatedTransformation(System.Windows.Rect,System.Windows.Point,System.Double)">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.CircularAreaSeries2D">
      <summary>
        <para>The base class for series of the <see href="https://docs.devexpress.com/WPF/11820/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/radar-series/radar-area">Radar Area</see> and <see href="https://docs.devexpress.com/WPF/11817/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/polar-series/polar-area">Polar Area</see> types.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.CircularAreaSeries2D.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.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 <see cref="T:DevExpress.Xpf.Charts.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 <see cref="P:DevExpress.Xpf.Charts.CircularAreaSeries2D.ActualBorder">CircularAreaSeries2D.ActualBorder</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see cref="P:DevExpress.Xpf.Charts.CircularAreaSeries2D.Border">CircularAreaSeries2D.Border</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Charts.CircularAreaSeries2D.GetSeriesAnimation">
      <summary>
        <para>Gets the <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">series animation</see>, which is assigned to <see cref="T:DevExpress.Xpf.Charts.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>true to show markers; false to hide them.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.CircularAreaSeries2D.MarkerVisibleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.CircularAreaSeries2D.MarkerVisible">CircularAreaSeries2D.MarkerVisible</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CircularAreaSeries2D.SeriesAnimation">
      <summary>
        <para>Specifies the series <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see>.</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 <see cref="P:DevExpress.Xpf.Charts.CircularAreaSeries2D.SeriesAnimation">CircularAreaSeries2D.SeriesAnimation</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Charts.CircularAreaSeries2D.SetSeriesAnimation(DevExpress.Xpf.Charts.SeriesAnimationBase)">
      <summary>
        <para>Assigns the specified <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">series animation</see> to <see cref="T:DevExpress.Xpf.Charts.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 (0-1) to use for displaying the filled color areas.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value from 0 (opaque) to 1 (transparent).</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.CircularAreaSeries2D.TransparencyProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.CircularAreaSeries2D.Transparency">CircularAreaSeries2D.Transparency</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.CircularAreaSpinAnimation">
      <summary>
        <para>The Spin Circular Area  (<see href="https://docs.devexpress.com/WPF/11820/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/radar-series/radar-area">Radar Area</see> and <see href="https://docs.devexpress.com/WPF/11817/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/polar-series/polar-area">Polar Area</see>) series  <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.CircularAreaSpinAnimation.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.CircularAreaSpinAnimation"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.CircularAreaSpinZoomInAnimation">
      <summary>
        <para>The SpinZoomIn Circular Area  (<see href="https://docs.devexpress.com/WPF/11820/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/radar-series/radar-area">Radar Area</see> and <see href="https://docs.devexpress.com/WPF/11817/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/polar-series/polar-area">Polar Area</see>) series  <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.CircularAreaSpinZoomInAnimation.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.CircularAreaSpinZoomInAnimation"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.CircularAreaUnwindAnimation">
      <summary>
        <para>The Unwind Circular Area  (<see href="https://docs.devexpress.com/WPF/11820/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/radar-series/radar-area">Radar Area</see> and <see href="https://docs.devexpress.com/WPF/11817/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/polar-series/polar-area">Polar Area</see>) series  <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.CircularAreaUnwindAnimation.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.CircularAreaUnwindAnimation"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.CircularAreaUnwindAnimation.CreateAnimatedClipBounds(System.Windows.Rect,System.Double)">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CircularAreaUnwindAnimation.UnwindDirection">
      <summary>
        <para>Specifies the direction of <see cref="T:DevExpress.Xpf.Charts.CircularAreaUnwindAnimation"/>. 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.CircularAreaUnwindAnimation.UnwindDirectionProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.CircularAreaUnwindAnimation.UnwindDirection">CircularAreaUnwindAnimation.UnwindDirection</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.CircularAreaZoomInAnimation">
      <summary>
        <para>The ZoomIn Circular Area  (<see href="https://docs.devexpress.com/WPF/11820/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/radar-series/radar-area">Radar Area</see> and <see href="https://docs.devexpress.com/WPF/11817/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/polar-series/polar-area">Polar Area</see>) series  <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.CircularAreaZoomInAnimation.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.CircularAreaZoomInAnimation"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.CircularAxisX2D">
      <summary>
        <para>A base class for X-<see href="https://docs.devexpress.com/WPF/6334/controls-and-libraries/charts-suite/chart-control/axes/axes">axes</see>, the display <see href="https://docs.devexpress.com/WPF/11824/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/radar-series">Radar</see> and <see href="https://docs.devexpress.com/WPF/11825/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/polar-series">Polar</see> series.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CircularAxisX2D.NumericScaleOptions">
      <summary>
        <para>Provides access to the options that define the behavior of a numeric circular X-scale when its mode is manual, automatic or continuous.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Charts.NumericScaleOptionsBase"/> object.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.CircularAxisX2D.NumericScaleOptionsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.CircularAxisX2D.NumericScaleOptions">CircularAxisX2D.NumericScaleOptions</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.CircularAxisY2D">
      <summary>
        <para>A base class for Y-<see href="https://docs.devexpress.com/WPF/6334/controls-and-libraries/charts-suite/chart-control/axes/axes">axes</see>, the display <see href="https://docs.devexpress.com/WPF/11824/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/radar-series">Radar</see> and <see href="https://docs.devexpress.com/WPF/11825/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/polar-series">Polar</see> series.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.CircularAxisY2D.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.CircularAxisY2D"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.CircularAxisY2D.AlwaysShowZeroLevelProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.CircularAxisY2D.AlwaysShowZeroLevel">CircularAxisY2D.AlwaysShowZeroLevel</see> attached property.</para>
      </summary>
    </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 <see cref="P:DevExpress.Xpf.Charts.CircularAxisY2D.Brush">CircularAxisY2D.Brush</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see cref="P:DevExpress.Xpf.Charts.CircularAxisY2D.DateTimeGridAlignment">CircularAxisY2D.DateTimeGridAlignment</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see cref="P:DevExpress.Xpf.Charts.CircularAxisY2D.DateTimeMeasureUnit">CircularAxisY2D.DateTimeMeasureUnit</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see cref="P:DevExpress.Xpf.Charts.CircularAxisY2D.DateTimeOptions">CircularAxisY2D.DateTimeOptions</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CircularAxisY2D.DateTimeScaleOptions">
      <summary>
        <para>Provides access to the options that define the behavior of a date-time circular Y-scale when its mode is continuous.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Charts.ContinuousDateTimeScaleOptions"/> object.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.CircularAxisY2D.DateTimeScaleOptionsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.CircularAxisY2D.DateTimeScaleOptions">CircularAxisY2D.DateTimeScaleOptions</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Charts.CircularAxisY2D.GetAlwaysShowZeroLevel(DevExpress.Xpf.Charts.ChartNonVisualElement)">
      <summary>
        <para>Gets the always show zero level value of the <see cref="P:DevExpress.Xpf.Charts.CircularAxisY2D.AlwaysShowZeroLevel">CircularAxisY2D.AlwaysShowZeroLevel</see> attached property of the specified circular Y-Axis range.</para>
      </summary>
      <param name="range">The axis circular range from which the property value is read.</param>
      <returns>The <see cref="P:DevExpress.Xpf.Charts.CircularAxisY2D.AlwaysShowZeroLevel">CircularAxisY2D.AlwaysShowZeroLevel</see> property value of 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>true to display the logarithmic scale; otherwise, false.</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">CircularAxisY2D.Logarithmic</see> 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 <see cref="P:DevExpress.Xpf.Charts.CircularAxisY2D.LogarithmicBase">CircularAxisY2D.LogarithmicBase</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.CircularAxisY2D.LogarithmicProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.CircularAxisY2D.Logarithmic">CircularAxisY2D.Logarithmic</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CircularAxisY2D.NumericScaleOptions">
      <summary>
        <para>Provides access to the options that define the behavior of a numeric circular Y-scale when its mode is continuous.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Charts.ContinuousNumericScaleOptions"/> object.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.CircularAxisY2D.NumericScaleOptionsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.CircularAxisY2D.NumericScaleOptions">CircularAxisY2D.NumericScaleOptions</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see cref="P:DevExpress.Xpf.Charts.CircularAxisY2D.Range">CircularAxisY2D.Range</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Charts.CircularAxisY2D.SetAlwaysShowZeroLevel(DevExpress.Xpf.Charts.ChartNonVisualElement,System.Boolean)">
      <summary>
        <para>Sets the value of the <see cref="P:DevExpress.Xpf.Charts.CircularAxisY2D.AlwaysShowZeroLevel">CircularAxisY2D.AlwaysShowZeroLevel</see> attached property to the specified <see cref="T:DevExpress.Xpf.Charts.AxisRange"/>.</para>
      </summary>
      <param name="range">The 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 <see cref="P:DevExpress.Xpf.Charts.CircularAxisY2D.Thickness">CircularAxisY2D.Thickness</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CircularAxisY2D.TickmarksCrossAxis">
      <summary>
        <para>Specifies whether axis tickmarks cross the circular Y-axis.  This is a dependency property.</para>
      </summary>
      <value>true if tickmarks should cross the circular Y-axis; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.CircularAxisY2D.TickmarksCrossAxisProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.CircularAxisY2D.TickmarksCrossAxis">CircularAxisY2D.TickmarksCrossAxis</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see cref="P:DevExpress.Xpf.Charts.CircularAxisY2D.TickmarksLength">CircularAxisY2D.TickmarksLength</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see cref="P:DevExpress.Xpf.Charts.CircularAxisY2D.TickmarksMinorLength">CircularAxisY2D.TickmarksMinorLength</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see cref="P:DevExpress.Xpf.Charts.CircularAxisY2D.TickmarksMinorThickness">CircularAxisY2D.TickmarksMinorThickness</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CircularAxisY2D.TickmarksMinorVisible">
      <summary>
        <para>Specifies whether the circular Y-axis minor tickmarks are visible. This is a dependency property.</para>
      </summary>
      <value>true to show minor tickmarks; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.CircularAxisY2D.TickmarksMinorVisibleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.CircularAxisY2D.TickmarksMinorVisible">CircularAxisY2D.TickmarksMinorVisible</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see cref="P:DevExpress.Xpf.Charts.CircularAxisY2D.TickmarksThickness">CircularAxisY2D.TickmarksThickness</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CircularAxisY2D.TickmarksVisible">
      <summary>
        <para>Specifies whether the circular Y-axis tickmarks are visible. This is a dependency property.</para>
      </summary>
      <value>true to show major tickmarks; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.CircularAxisY2D.TickmarksVisibleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.CircularAxisY2D.TickmarksVisible">CircularAxisY2D.TickmarksVisible</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CircularAxisY2D.TimeSpanScaleOptions">
      <summary>
        <para>Gets or sets options of the time-span scale used by the value axis.</para>
      </summary>
      <value>The time-span scale options of the value axis.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.CircularAxisY2D.TimeSpanScaleOptionsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.CircularAxisY2D.TimeSpanScaleOptions">CircularAxisY2D.TimeSpanScaleOptions</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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>true if the circular Y-axis  is visible; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.CircularAxisY2D.VisibleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.CircularAxisY2D.Visible">CircularAxisY2D.Visible</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CircularAxisY2D.WholeRange">
      <summary>
        <para>Gets or sets the entire range of a circular Y-<see href="https://docs.devexpress.com/WPF/6334/controls-and-libraries/charts-suite/chart-control/axes/axes">axis</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Charts.Range"/> object representing the settings for the entire range of a circular Y-axis.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.CircularAxisY2D.WholeRangeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.CircularAxisY2D.WholeRange">CircularAxisY2D.WholeRange</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.CircularDiagram2D">
      <summary>
        <para>The base class for diagrams that plot <see href="https://docs.devexpress.com/WPF/11824/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/radar-series">Radar</see> and <see href="https://docs.devexpress.com/WPF/11825/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/polar-series">Polar</see> series.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.CircularDiagram2D.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.CircularDiagram2D"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CircularDiagram2D.AllowSeriesBitmapCaching">
      <summary>
        <para>Gets or sets the value that indicates whether the diagram should cache visible series in a bitmap image. This is a dependency property.</para>
      </summary>
      <value>true if the diagram should cache visible series; otherwise false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.CircularDiagram2D.AllowSeriesBitmapCachingProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.CircularDiagram2D.AllowSeriesBitmapCaching">CircularDiagram2D.AllowSeriesBitmapCaching</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see cref="P:DevExpress.Xpf.Charts.CircularDiagram2D.AxisItems">CircularDiagram2D.AxisItems</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see cref="P:DevExpress.Xpf.Charts.CircularDiagram2D.DomainBorderBrush">CircularDiagram2D.DomainBorderBrush</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CircularDiagram2D.DomainBorderGeometry">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.CircularDiagram2D.DomainBorderGeometryProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.CircularDiagram2D.DomainBorderGeometry">CircularDiagram2D.DomainBorderGeometry</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see cref="P:DevExpress.Xpf.Charts.CircularDiagram2D.DomainBrush">CircularDiagram2D.DomainBrush</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CircularDiagram2D.DomainClipGeometry">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.CircularDiagram2D.DomainClipGeometryProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.CircularDiagram2D.DomainClipGeometry">CircularDiagram2D.DomainClipGeometry</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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"/>&lt;<see cref="T:System.Object"/>,&gt; object which provides access to circular diagram elements.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.CircularDiagram2D.ElementsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.CircularDiagram2D.Elements">CircularDiagram2D.Elements</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see cref="P:DevExpress.Xpf.Charts.CircularDiagram2D.LabelsResolveOverlappingMinIndent">CircularDiagram2D.LabelsResolveOverlappingMinIndent</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see cref="P:DevExpress.Xpf.Charts.CircularDiagram2D.RotationDirection">CircularDiagram2D.RotationDirection</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CircularDiagram2D.SeriesItems">
      <summary>
        <para>For internal use. Provides access to the circular diagram’s collection of <see href="https://docs.devexpress.com/WPF/6339/controls-and-libraries/charts-suite/chart-control/series/series">Series</see> items.</para>
      </summary>
      <value>A <see cref="T:System.Collections.ObjectModel.ObservableCollection`1"/>&lt;<see cref="T:DevExpress.Xpf.Charts.SeriesItem"/>,&gt; object</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.CircularDiagram2D.SeriesItemsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.CircularDiagram2D.SeriesItems">CircularDiagram2D.SeriesItems</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see cref="P:DevExpress.Xpf.Charts.CircularDiagram2D.SeriesLabelItems">CircularDiagram2D.SeriesLabelItems</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see cref="P:DevExpress.Xpf.Charts.CircularDiagram2D.ShapeStyle">CircularDiagram2D.ShapeStyle</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Charts.CircularDiagram2D.ShouldSerializeAxisItems(System.Windows.Markup.XamlDesignerSerializationManager)">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.CircularDiagram2D.ShouldSerializeElements(System.Windows.Markup.XamlDesignerSerializationManager)">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.CircularDiagram2D.ShouldSerializeSeriesItems(System.Windows.Markup.XamlDesignerSerializationManager)">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.CircularDiagram2D.ShouldSerializeSeriesLabelItems(System.Windows.Markup.XamlDesignerSerializationManager)">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </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 <see cref="P:DevExpress.Xpf.Charts.CircularDiagram2D.StartAngle">CircularDiagram2D.StartAngle</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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>A diagram is rotated clockwise.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.CircularDiagramRotationDirection.Counterclockwise">
      <summary>
        <para>A diagram is rotated counterclockwise.</para>
        <para />
      </summary>
    </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>A circular diagram is drawn as a circle.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.CircularDiagramShapeStyle.Polygon">
      <summary>
        <para>A circular diagram is drawn as a polygon.</para>
        <para />
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.CircularLineAnimationBase">
      <summary>
        <para>Represents the base class for all <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animations</see> available for the Circular Line (<see href="https://docs.devexpress.com/WPF/11818/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/polar-series/polar-line">Polar Line</see> and <see href="https://docs.devexpress.com/WPF/11821/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/radar-series/radar-line">Radar Line</see>) series view.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.CircularLineAnimationBase.CreateAnimatedTransformation(System.Windows.Rect,System.Windows.Point,System.Double)">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.CircularLinePredefinedAnimationBase">
      <summary>
        <para>The base class for all pre-defined <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animations</see> available for the  Circular Line (<see href="https://docs.devexpress.com/WPF/11818/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/polar-series/polar-line">Polar Line</see> and <see href="https://docs.devexpress.com/WPF/11821/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/radar-series/radar-line">Radar Line</see>) series view.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.CircularLinePredefinedAnimationBase.CreateAnimatedTransformation(System.Windows.Rect,System.Windows.Point,System.Double)">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.CircularLineScatterSeries2D">
      <summary>
        <para>The base class for the scatter radar and polar lines.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.CircularLineSeries2D">
      <summary>
        <para>The base class for series of the <see href="https://docs.devexpress.com/WPF/11821/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/radar-series/radar-line">Radar Line</see> and <see href="https://docs.devexpress.com/WPF/11818/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/polar-series/polar-line">Polar Line</see> types.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.CircularLineSeries2D.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.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 <see cref="T:DevExpress.Xpf.Charts.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 <see cref="P:DevExpress.Xpf.Charts.CircularLineSeries2D.ActualLineStyle">CircularLineSeries2D.ActualLineStyle</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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>true to join the last point in a series with the first point to form a closed line; otherwise, false;</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.CircularLineSeries2D.ClosedProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.CircularLineSeries2D.Closed">CircularLineSeries2D.Closed</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Charts.CircularLineSeries2D.GetSeriesAnimation">
      <summary>
        <para>Gets the <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">series animation</see>, which is assigned to <see cref="T:DevExpress.Xpf.Charts.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 <see cref="P:DevExpress.Xpf.Charts.CircularLineSeries2D.LineStyle">CircularLineSeries2D.LineStyle</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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>true to show markers; false to hide them.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.CircularLineSeries2D.MarkerVisibleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.CircularLineSeries2D.MarkerVisible">CircularLineSeries2D.MarkerVisible</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CircularLineSeries2D.SeriesAnimation">
      <summary>
        <para>Specifies the series <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see>.</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 <see cref="P:DevExpress.Xpf.Charts.CircularLineSeries2D.SeriesAnimation">CircularLineSeries2D.SeriesAnimation</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Charts.CircularLineSeries2D.SetSeriesAnimation(DevExpress.Xpf.Charts.SeriesAnimationBase)">
      <summary>
        <para>Assigns the specified <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">series animation</see> to <see cref="T:DevExpress.Xpf.Charts.CircularLineSeries2D"/>.</para>
      </summary>
      <param name="value">A <see cref="T:DevExpress.Xpf.Charts.SeriesAnimationBase"/> class descendant.</param>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CircularLineSeries2D.ShowIsolatedPoints">
      <summary>
        <para>Gets or sets the value that defines whether to show series points between empty points (whose values are undefined).</para>
      </summary>
      <value>true, if the Chart Control shows isolated points; otherwise, false</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.CircularLineSeries2D.ShowIsolatedPointsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.CircularLineSeries2D.ShowIsolatedPoints">CircularLineSeries2D.ShowIsolatedPoints</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.CircularLineSpinAnimation">
      <summary>
        <para>The Spin Circular Line  (<see href="https://docs.devexpress.com/WPF/11821/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/radar-series/radar-line">Radar Line</see> and <see href="https://docs.devexpress.com/WPF/11818/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/polar-series/polar-line">Polar Line</see>)  series <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.CircularLineSpinAnimation.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.CircularLineSpinAnimation"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.CircularLineSpinZoomInAnimation">
      <summary>
        <para>The SpinZoomIn  Circular Line  (<see href="https://docs.devexpress.com/WPF/11821/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/radar-series/radar-line">Radar Line</see> and <see href="https://docs.devexpress.com/WPF/11818/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/polar-series/polar-line">Polar Line</see>)  series <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.CircularLineSpinZoomInAnimation.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.CircularLineSpinZoomInAnimation"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.CircularLineUnwindAnimation">
      <summary>
        <para>The Unwind Circular Line (<see href="https://docs.devexpress.com/WPF/11821/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/radar-series/radar-line">Radar Line</see> and <see href="https://docs.devexpress.com/WPF/11818/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/polar-series/polar-line">Polar Line</see> ) series <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.CircularLineUnwindAnimation.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.CircularLineUnwindAnimation"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.CircularLineUnwindAnimation.CreateAnimatedClipBounds(System.Windows.Rect,System.Double)">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CircularLineUnwindAnimation.UnwindDirection">
      <summary>
        <para>Specifies the direction of <see cref="T:DevExpress.Xpf.Charts.CircularLineUnwindAnimation"/>. 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.CircularLineUnwindAnimation.UnwindDirectionProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.CircularLineUnwindAnimation.UnwindDirection">CircularLineUnwindAnimation.UnwindDirection</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.CircularLineZoomInAnimation">
      <summary>
        <para>The ZoomIn Circular Line  (<see href="https://docs.devexpress.com/WPF/11821/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/radar-series/radar-line">Radar Line</see> and <see href="https://docs.devexpress.com/WPF/11818/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/polar-series/polar-line">Polar Line</see>)  series <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.CircularLineZoomInAnimation.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.CircularLineZoomInAnimation"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.CircularMarkerAnimationBase">
      <summary>
        <para>The base class for all <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animations</see> available for the Circular (<see href="https://docs.devexpress.com/WPF/11825/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/polar-series">Polar</see> and <see href="https://docs.devexpress.com/WPF/11824/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/radar-series">Radar</see>) series <see href="https://docs.devexpress.com/WPF/6340/controls-and-libraries/charts-suite/chart-control/series/series-points">point</see> marker.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.CircularMarkerAnimationBase.CreateAnimatedMarkerBounds(System.Windows.Rect,System.Windows.Rect,System.Double)">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.CircularMarkerFadeInAnimation">
      <summary>
        <para>The FadeIn Circular series (<see href="https://docs.devexpress.com/WPF/11825/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/polar-series">Polar series</see> and <see href="https://docs.devexpress.com/WPF/11824/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/radar-series">Radar series</see>) <see href="https://docs.devexpress.com/WPF/6340/controls-and-libraries/charts-suite/chart-control/series/series-points">point</see> marker <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.CircularMarkerFadeInAnimation.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.CircularMarkerFadeInAnimation"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CircularMarkerFadeInAnimation.Mode">
      <summary>
        <para>Specifies the FadeIn mode, in which the <see href="https://docs.devexpress.com/WPF/6340/controls-and-libraries/charts-suite/chart-control/series/series-points">series points</see> are <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animated</see>. 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.CircularMarkerFadeInAnimation.ModeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.CircularMarkerFadeInAnimation.Mode">CircularMarkerFadeInAnimation.Mode</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.CircularMarkerLinearSlideAnimationBase">
      <summary>
        <para>The base class for all Slide <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animations</see> available for the Circular (<see href="https://docs.devexpress.com/WPF/11825/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/polar-series">Polar</see> and <see href="https://docs.devexpress.com/WPF/11824/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/radar-series">Radar</see>) series <see href="https://docs.devexpress.com/WPF/6340/controls-and-libraries/charts-suite/chart-control/series/series-points">point</see> markers.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.CircularMarkerLinearSlideAnimationBase.CreateAnimatedMarkerBounds(System.Windows.Rect,System.Windows.Rect,System.Double)">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.CircularMarkerSlideFromBottomCenterAnimation">
      <summary>
        <para>The SlideFromBottomCenter Circular series (<see href="https://docs.devexpress.com/WPF/11825/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/polar-series">Polar series</see> and <see href="https://docs.devexpress.com/WPF/11824/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/radar-series">Radar series</see>) <see href="https://docs.devexpress.com/WPF/6340/controls-and-libraries/charts-suite/chart-control/series/series-points">point</see> marker <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.CircularMarkerSlideFromBottomCenterAnimation.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.CircularMarkerSlideFromBottomCenterAnimation"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.CircularMarkerSlideFromCenterAnimation">
      <summary>
        <para>The SlideFromCenter Circular series (<see href="https://docs.devexpress.com/WPF/11825/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/polar-series">Polar series</see> and <see href="https://docs.devexpress.com/WPF/11824/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/radar-series">Radar series</see>) <see href="https://docs.devexpress.com/WPF/6340/controls-and-libraries/charts-suite/chart-control/series/series-points">point marker</see> <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.CircularMarkerSlideFromCenterAnimation.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.CircularMarkerSlideFromCenterAnimation"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.CircularMarkerSlideFromLeftCenterAnimation">
      <summary>
        <para>The SlideFromLeftCenter Circular series (<see href="https://docs.devexpress.com/WPF/11825/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/polar-series">Polar series</see> and <see href="https://docs.devexpress.com/WPF/11824/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/radar-series">Radar series</see>) <see href="https://docs.devexpress.com/WPF/6340/controls-and-libraries/charts-suite/chart-control/series/series-points">point</see> marker <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.CircularMarkerSlideFromLeftCenterAnimation.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.CircularMarkerSlideFromLeftCenterAnimation"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.CircularMarkerSlideFromRightCenterAnimation">
      <summary>
        <para>The SlideFromRightCenter Circular series (<see href="https://docs.devexpress.com/WPF/11825/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/polar-series">Polar series</see> and <see href="https://docs.devexpress.com/WPF/11824/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/radar-series">Radar series</see>) <see href="https://docs.devexpress.com/WPF/6340/controls-and-libraries/charts-suite/chart-control/series/series-points">point</see> marker <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.CircularMarkerSlideFromRightCenterAnimation.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.CircularMarkerSlideFromRightCenterAnimation"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.CircularMarkerSlideFromTopCenterAnimation">
      <summary>
        <para>The SlideFromTopCenter Circular series (<see href="https://docs.devexpress.com/WPF/11825/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/polar-series">Polar series</see> and <see href="https://docs.devexpress.com/WPF/11824/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/radar-series">Radar series</see>) <see href="https://docs.devexpress.com/WPF/6340/controls-and-libraries/charts-suite/chart-control/series/series-points">point</see> marker <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.CircularMarkerSlideFromTopCenterAnimation.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.CircularMarkerSlideFromTopCenterAnimation"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.CircularMarkerSlideToCenterAnimation">
      <summary>
        <para>The SlideToCenter Circular series (<see href="https://docs.devexpress.com/WPF/11825/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/polar-series">Polar series</see> and <see href="https://docs.devexpress.com/WPF/11824/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/radar-series">Radar series</see>) <see href="https://docs.devexpress.com/WPF/6340/controls-and-libraries/charts-suite/chart-control/series/series-points">point</see> marker <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.CircularMarkerSlideToCenterAnimation.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.CircularMarkerSlideToCenterAnimation"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.CircularMarkerWidenAnimation">
      <summary>
        <para>The Widen Circular series (<see href="https://docs.devexpress.com/WPF/11825/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/polar-series">Polar series</see> and <see href="https://docs.devexpress.com/WPF/11824/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/radar-series">Radar series</see>) <see href="https://docs.devexpress.com/WPF/6340/controls-and-libraries/charts-suite/chart-control/series/series-points">point</see> marker <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.CircularMarkerWidenAnimation.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.CircularMarkerWidenAnimation"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.CircularMarkerWidenAnimation.CreateAnimatedMarkerBounds(System.Windows.Rect,System.Windows.Rect,System.Double)">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.CircularRangeAreaSeries2D">
      <summary>
        <para>The base class for <see href="https://docs.devexpress.com/WPF/11824/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/radar-series">radar</see> and <see href="https://docs.devexpress.com/WPF/11825/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/polar-series">polar</see> range series.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.CircularRangeAreaSeries2D.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.CircularRangeAreaSeries2D"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CircularRangeAreaSeries2D.ActualBorder1">
      <summary>
        <para>Gets an actual value of the first border that is the <see cref="T:DevExpress.Xpf.Charts.CircularRangeAreaSeries2D"/> object.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Charts.SeriesBorder"/> object.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.CircularRangeAreaSeries2D.ActualBorder1Property">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.CircularRangeAreaSeries2D.ActualBorder1">CircularRangeAreaSeries2D.ActualBorder1</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CircularRangeAreaSeries2D.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.CircularRangeAreaSeries2D.ActualBorder2Property">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.CircularRangeAreaSeries2D.ActualBorder2">CircularRangeAreaSeries2D.ActualBorder2</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CircularRangeAreaSeries2D.Border1">
      <summary>
        <para>Provides access to the first border 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.CircularRangeAreaSeries2D.Border1Property">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.CircularRangeAreaSeries2D.Border1">CircularRangeAreaSeries2D.Border1</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CircularRangeAreaSeries2D.Border2">
      <summary>
        <para>Provides access to the second border 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.CircularRangeAreaSeries2D.Border2Property">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.CircularRangeAreaSeries2D.Border2">CircularRangeAreaSeries2D.Border2</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Charts.CircularRangeAreaSeries2D.GetLabelKind(DevExpress.Xpf.Charts.SeriesLabel)">
      <summary>
        <para>Gets the value of the <see cref="P:DevExpress.Xpf.Charts.CircularRangeAreaSeries2D.LabelKind">CircularRangeAreaSeries2D.LabelKind</see> 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"/> enumeration value that is the property value for the series label.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.CircularRangeAreaSeries2D.GetMaxValueAngle(DevExpress.Xpf.Charts.SeriesLabel)">
      <summary>
        <para>Gets the maximum angle value of the <see cref="P:DevExpress.Xpf.Charts.CircularRangeAreaSeries2D.MaxValueAngle">CircularRangeAreaSeries2D.MaxValueAngle</see> 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.CircularRangeAreaSeries2D.GetMinValueAngle(DevExpress.Xpf.Charts.SeriesLabel)">
      <summary>
        <para>Gets the minimum angle value of the <see cref="P:DevExpress.Xpf.Charts.CircularRangeAreaSeries2D.MinValueAngle">CircularRangeAreaSeries2D.MinValueAngle</see> 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 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.CircularRangeAreaSeries2D.GetSeriesAnimation">
      <summary>
        <para>Gets the <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">series animation</see> assigned to the <see cref="T:DevExpress.Xpf.Charts.CircularRangeAreaSeries2D"/>.</para>
      </summary>
      <returns>A <see cref="T:DevExpress.Xpf.Charts.SeriesAnimationBase"/> class descendant.</returns>
    </member>
    <member name="F:DevExpress.Xpf.Charts.CircularRangeAreaSeries2D.LabelKindProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.CircularRangeAreaSeries2D.LabelKind">CircularRangeAreaSeries2D.LabelKind</see> dependency property.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CircularRangeAreaSeries2D.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.CircularRangeAreaSeries2D"/> series.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that is the label separator</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.CircularRangeAreaSeries2D.LabelValueSeparatorProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.CircularRangeAreaSeries2D.LabelValueSeparator">CircularRangeAreaSeries2D.LabelValueSeparator</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CircularRangeAreaSeries2D.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.CircularRangeAreaSeries2D"/> series.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that is the legend separator.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.CircularRangeAreaSeries2D.LegendValueSeparatorProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.CircularRangeAreaSeries2D.LegendValueSeparator">CircularRangeAreaSeries2D.LegendValueSeparator</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CircularRangeAreaSeries2D.Marker1Model">
      <summary>
        <para>Gets or sets the model used to draw the initial <see href="https://docs.devexpress.com/WPF/6340/controls-and-libraries/charts-suite/chart-control/series/series-points">point</see> markers for the first value of data points of a <see href="https://docs.devexpress.com/WPF/115963/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/radar-series/range-radar-area">Range Radar Area</see> or <see href="https://docs.devexpress.com/WPF/115962/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/polar-series/range-polar-area">Range Polar Area</see> series.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Charts.Marker2DModel"/> class descendant.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.CircularRangeAreaSeries2D.Marker1ModelProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.CircularRangeAreaSeries2D.Marker1Model">CircularRangeAreaSeries2D.Marker1Model</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CircularRangeAreaSeries2D.Marker1Size">
      <summary>
        <para>Gets or sets the size of the first marker of a <see href="https://docs.devexpress.com/WPF/6340/controls-and-libraries/charts-suite/chart-control/series/series-points">series point</see>.</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.CircularRangeAreaSeries2D.Marker1SizeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.CircularRangeAreaSeries2D.Marker1Size">CircularRangeAreaSeries2D.Marker1Size</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CircularRangeAreaSeries2D.Marker1Visible">
      <summary>
        <para>Gets or sets a value indicating whether to show markers which indicate the first values.</para>
      </summary>
      <value>true to show first value markers; false to hide them.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.CircularRangeAreaSeries2D.Marker1VisibleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.CircularRangeAreaSeries2D.Marker1Visible">CircularRangeAreaSeries2D.Marker1Visible</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CircularRangeAreaSeries2D.Marker2Model">
      <summary>
        <para>Gets or sets the model used to draw the initial <see href="https://docs.devexpress.com/WPF/6340/controls-and-libraries/charts-suite/chart-control/series/series-points">point</see> markers for the second value of data points of a <see href="https://docs.devexpress.com/WPF/115963/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/radar-series/range-radar-area">Range Radar Area</see> or <see href="https://docs.devexpress.com/WPF/115962/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/polar-series/range-polar-area">Range Polar Area</see> series.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Charts.Marker2DModel"/> class descendant.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.CircularRangeAreaSeries2D.Marker2ModelProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.CircularRangeAreaSeries2D.Marker2Model">CircularRangeAreaSeries2D.Marker2Model</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CircularRangeAreaSeries2D.Marker2Size">
      <summary>
        <para>Gets or sets the size of the second marker of a <see href="https://docs.devexpress.com/WPF/6340/controls-and-libraries/charts-suite/chart-control/series/series-points">series point</see>.</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.CircularRangeAreaSeries2D.Marker2SizeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.CircularRangeAreaSeries2D.Marker2Size">CircularRangeAreaSeries2D.Marker2Size</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CircularRangeAreaSeries2D.Marker2Visible">
      <summary>
        <para>Gets or sets a value indicating whether to show markers that indicate the second values.</para>
      </summary>
      <value>true to show second value markers; false to hide them.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.CircularRangeAreaSeries2D.Marker2VisibleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.CircularRangeAreaSeries2D.Marker2Visible">CircularRangeAreaSeries2D.Marker2Visible</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.CircularRangeAreaSeries2D.MaxValueAngleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.CircularRangeAreaSeries2D.MaxValueAngle">CircularRangeAreaSeries2D.MaxValueAngle</see> dependency property.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.CircularRangeAreaSeries2D.MinValueAngleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.CircularRangeAreaSeries2D.MinValueAngle">CircularRangeAreaSeries2D.MinValueAngle</see> dependency property.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CircularRangeAreaSeries2D.SeriesAnimation">
      <summary>
        <para>Specifies the series <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see>.</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.CircularRangeAreaSeries2D.SeriesAnimationProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.CircularRangeAreaSeries2D.SeriesAnimation">CircularRangeAreaSeries2D.SeriesAnimation</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Charts.CircularRangeAreaSeries2D.SetLabelKind(DevExpress.Xpf.Charts.SeriesLabel,DevExpress.Xpf.Charts.RangeAreaLabelKind)">
      <summary>
        <para>Sets the value of the <see cref="P:DevExpress.Xpf.Charts.CircularRangeAreaSeries2D.LabelKind">CircularRangeAreaSeries2D.LabelKind</see> 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"/> enumeration value.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.CircularRangeAreaSeries2D.SetMaxValueAngle(DevExpress.Xpf.Charts.SeriesLabel,System.Double)">
      <summary>
        <para>Sets the maximum angle value of the <see cref="P:DevExpress.Xpf.Charts.CircularRangeAreaSeries2D.MaxValueAngle">CircularRangeAreaSeries2D.MaxValueAngle</see> attached property for 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.CircularRangeAreaSeries2D.SetMinValueAngle(DevExpress.Xpf.Charts.SeriesLabel,System.Double)">
      <summary>
        <para>Sets the minimum angle value of the <see cref="P:DevExpress.Xpf.Charts.CircularRangeAreaSeries2D.MinValueAngle">CircularRangeAreaSeries2D.MinValueAngle</see> attached property for 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.CircularRangeAreaSeries2D.SetSeriesAnimation(DevExpress.Xpf.Charts.SeriesAnimationBase)">
      <summary>
        <para>Assigns the specified <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">series animation</see> to the <see cref="T:DevExpress.Xpf.Charts.CircularRangeAreaSeries2D"/>.</para>
      </summary>
      <param name="value">A <see cref="T:DevExpress.Xpf.Charts.SeriesAnimationBase"/> class descendant.</param>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CircularRangeAreaSeries2D.Transparency">
      <summary>
        <para>Specifies the transparency (0-1) to use for displaying the filled color circular range areas.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value from 0 (opaque) to 1 (transparent).</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.CircularRangeAreaSeries2D.TransparencyProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.CircularRangeAreaSeries2D.Transparency">CircularRangeAreaSeries2D.Transparency</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CircularRangeAreaSeries2D.Value2DataMember">
      <summary>
        <para>Gets or sets the name of the data field that contains the second values of the circular range area series points.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the name of the second data field.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.CircularRangeAreaSeries2D.Value2DataMemberProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.CircularRangeAreaSeries2D.Value2DataMember">CircularRangeAreaSeries2D.Value2DataMember</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.CircularSeries2D">
      <summary>
        <para>The base class for series of the <see href="https://docs.devexpress.com/WPF/11824/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/radar-series">Radar</see> and <see href="https://docs.devexpress.com/WPF/11825/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/polar-series">Polar</see> types with a single value.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.CircularSeries2D.AddPoint(System.DateTime,System.Double)">
      <summary>
        <para>Adds a new series point with the specified argument and value to the series.</para>
      </summary>
      <param name="argument">The date-time argument of the new point.</param>
      <param name="value">The value of the new point.</param>
      <returns>The newly added series point.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.CircularSeries2D.AddPoint(System.Double,System.Double)">
      <summary>
        <para>Adds a new series point with the specified argument and value to the series.</para>
      </summary>
      <param name="argument">The numeric argument of the new point.</param>
      <param name="value">The value of the new point.</param>
      <returns>The newly added series point.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.CircularSeries2D.AddPoint(System.String,System.Double)">
      <summary>
        <para>Adds a new series point with the specified argument and value to the series.</para>
      </summary>
      <param name="argument">The qualitative argument of the new point.</param>
      <param name="value">The value of the new point.</param>
      <returns>The newly added series point.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.CircularSeries2D.AddPoint(System.TimeSpan,System.Double)">
      <summary>
        <para>Adds a new series point with the specified argument and value to the series.</para>
      </summary>
      <param name="argument">The new point’s argument.</param>
      <param name="value">The new point’s value.</param>
      <returns>The newly added series point.</returns>
    </member>
    <member name="F:DevExpress.Xpf.Charts.CircularSeries2D.AngleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.CircularSeries2D.Angle">CircularSeries2D.Angle</see> attached property.</para>
      </summary>
    </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">CircularSeries2D.Angle</see> 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">CircularSeries2D.Angle</see> property value for the series label.</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 <see cref="P:DevExpress.Xpf.Charts.CircularSeries2D.MarkerModel">CircularSeries2D.MarkerModel</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CircularSeries2D.MarkerSize">
      <summary>
        <para>Gets or sets the size of circular series point markers.</para>
      </summary>
      <value>The marker height and width in pixels. The default value is 10.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.CircularSeries2D.MarkerSizeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.CircularSeries2D.MarkerSize">CircularSeries2D.MarkerSize</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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">CircularSeries2D.Angle</see> 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.CircularSeriesBase2D">
      <summary>
        <para>The base class for all circular series.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.CircularSeriesBase2D.GetPointAnimation">
      <summary>
        <para>Gets the <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">point animation</see>, which is assigned to <see cref="T:DevExpress.Xpf.Charts.CircularSeriesBase2D"/>.</para>
      </summary>
      <returns>A <see cref="T:DevExpress.Xpf.Charts.SeriesPointAnimationBase"/> class descendant.</returns>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CircularSeriesBase2D.PointAnimation">
      <summary>
        <para>Specifies the <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see> for the series <see href="https://docs.devexpress.com/WPF/6340/controls-and-libraries/charts-suite/chart-control/series/series-points">point</see> 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.CircularSeriesBase2D.PointAnimationProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.CircularSeriesBase2D.PointAnimation">CircularSeriesBase2D.PointAnimation</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Charts.CircularSeriesBase2D.SetPointAnimation(DevExpress.Xpf.Charts.SeriesPointAnimationBase)">
      <summary>
        <para>Sets the <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">point animation</see> which is assigned to <see cref="T:DevExpress.Xpf.Charts.CircularSeriesBase2D"/>.</para>
      </summary>
      <param name="value">A <see cref="T:DevExpress.Xpf.Charts.SeriesPointAnimationBase"/> class descendant.</param>
    </member>
    <member name="T:DevExpress.Xpf.Charts.ColorCollection">
      <summary>
        <para>Represents 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 <see cref="T:DevExpress.Xpf.Charts.ColorCollection"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ColorCollection.ToString(System.String,System.IFormatProvider)">
      <summary>
        <para>Returns the text representation of the <see cref="T:DevExpress.Xpf.Charts.ColorCollection"/> object.</para>
      </summary>
      <param name="format">A <see cref="T:System.String"/> value that is the string format.</param>
      <param name="formatProvider">An object implementing the <see cref="T:System.IFormatProvider"/> interface.</param>
      <returns>A <see cref="T:System.String"/> value which is the textual representation of <see cref="T:DevExpress.Xpf.Charts.ColorCollection"/>.</returns>
    </member>
    <member name="T:DevExpress.Xpf.Charts.ColorDistributionDirection">
      <summary>
        <para>Lists values that define the direction used by point markers to distribute a color among segments.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ColorDistributionDirection.Backward">
      <summary>
        <para>The point marker provides a color for the line/area segment that precedes the marker.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ColorDistributionDirection.Forward">
      <summary>
        <para>The point marker provides a color for the line/area segment that follows the marker.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.ColorEachColorizer3D">
      <summary>
        <para>Colorizer that colors all points in different colors.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ColorEachColorizer3D.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.ColorEachColorizer3D"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ColorEachColorizer3D.GetPointColor(System.Object,System.Object,System.Double[],System.Object,System.Int32,DevExpress.Xpf.Charts.Palette)">
      <summary>
        <para>Returns the point color depending on the specified values.</para>
      </summary>
      <param name="argumentX">The X argument value.</param>
      <param name="argumentY">The Z argument value.</param>
      <param name="values">All point values (including attached).</param>
      <param name="colorKey">The color key of the point.</param>
      <param name="pointIndex">The point index in the point collection.</param>
      <param name="palette">The palette whose values will be used to color points if it is required.</param>
      <returns>The color calculated by the specified values.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ColorEachColorizer3D.ToString">
      <summary>
        <para>Returns the text representation of the <see cref="T:DevExpress.Xpf.Charts.ColorEachColorizer3D"/> object.</para>
      </summary>
      <returns>The textual representation of the <see cref="T:DevExpress.Xpf.Charts.ColorEachColorizer3D"/>.</returns>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Colorizer3DBase">
      <summary>
        <para>The base colorizer that colors series point markers.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Colorizer3DBase.GetAggregatedPointColor(System.Object,System.Object,System.Double[],System.Collections.Generic.List{System.Object},System.Int32,DevExpress.Xpf.Charts.Palette)">
      <summary>
        <para>Returns the color of the aggregate point depending on the specified values.</para>
      </summary>
      <param name="argumentX">The X argument value.</param>
      <param name="argumentY">The Z argument value.</param>
      <param name="values">All point values (including attached).</param>
      <param name="colorKeys">The color keys of the aggregated point.</param>
      <param name="pointIndex">The aggregate point index in the collection.</param>
      <param name="palette">The palette whose values will be used to color points if it is required.</param>
      <returns>The color calculated by the specified values.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Colorizer3DBase.GetPointColor(System.Object,System.Object,System.Double[],System.Object,System.Int32,DevExpress.Xpf.Charts.Palette)">
      <summary>
        <para>Returns the point color depending on the specified values.</para>
      </summary>
      <param name="argumentX">The X argument value.</param>
      <param name="argumentY">The Z argument value.</param>
      <param name="values">All point values (including attached).</param>
      <param name="colorKey">The color key of the point.</param>
      <param name="pointIndex">The point index in the point collection.</param>
      <param name="palette">The palette whose values will be used to color points if it is required.</param>
      <returns>The color calculated by the specified values.</returns>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Colorizer3DBase.Legend">
      <summary>
        <para>Gets or sets the legend in which the legend item of the colorizer should be shown.</para>
      </summary>
      <value>The legend.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Colorizer3DBase.LegendProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Colorizer3DBase.Legend">Colorizer3DBase.Legend</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Colorizer3DBase.LegendTextPattern">
      <summary>
        <para>Gets or sets the text pattern specifying the text of the legend item of the colorizer.</para>
      </summary>
      <value>The legend item text pattern.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Colorizer3DBase.LegendTextPatternProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Colorizer3DBase.LegendTextPattern">Colorizer3DBase.LegendTextPattern</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Colorizer3DBase.ShowInLegend">
      <summary>
        <para>Gets or sets whether the legend should display the item that the colorizer provides.</para>
      </summary>
      <value>The value that defines whether to show the colorizer-related item in a legend.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Colorizer3DBase.ShowInLegendProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Colorizer3DBase.ShowInLegend">Colorizer3DBase.ShowInLegend</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.ColorizerKeysCollection">
      <summary>
        <para>Collection that stores colorizer keys.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ColorizerKeysCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.ColorizerKeysCollection"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.ColorObjectColorizer">
      <summary>
        <para>A Colorizer that allows providing <see cref="T:System.Windows.Media.Color"/> objects stored in <see cref="P:DevExpress.Xpf.Charts.Series.ColorDataMember">Series.ColorDataMember</see> to series points.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ColorObjectColorizer.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.ColorObjectColorizer"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ColorObjectColorizer.GetPointColor(System.Object,System.Object[],System.Object,DevExpress.Xpf.Charts.Palette)">
      <summary>
        <para>Returns the color for a series point with the specified parameters.</para>
      </summary>
      <param name="argument">An <see cref="T:System.Object"/> specifying the argument value of a series point.</param>
      <param name="values">An array of <see cref="T:System.Object"/> objects specifying values of the series point.</param>
      <param name="colorKey">An <see cref="T:System.Object"/> specifying the key used to obtain a series point color.</param>
      <param name="palette">A <see cref="T:DevExpress.Xpf.Charts.Palette"/> object.</param>
      <returns>A nullable <see cref="T:System.Windows.Media.Color"/> object.</returns>
    </member>
    <member name="T:DevExpress.Xpf.Charts.ColorObjectColorizer3D">
      <summary>
        <para>Colorizer that colors points using the color specified by the color data member.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ColorObjectColorizer3D.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.ColorObjectColorizer3D"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ColorObjectColorizer3D.GetPointColor(System.Object,System.Object,System.Double[],System.Object,System.Int32,DevExpress.Xpf.Charts.Palette)">
      <summary>
        <para>Returns the point color depending on the specified values.</para>
      </summary>
      <param name="argumentX">The X argument value.</param>
      <param name="argumentY">The Z argument value.</param>
      <param name="values">All point values (including attached).</param>
      <param name="colorKey">The color key of the point.</param>
      <param name="pointIndex">The point index in the point collection.</param>
      <param name="palette">The palette whose values will be used to color points if it is required.</param>
      <returns>The color calculated by the specified values.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ColorObjectColorizer3D.ToString">
      <summary>
        <para>Returns the text representation of the <see cref="T:DevExpress.Xpf.Charts.ColorObjectColorizer3D"/> object.</para>
      </summary>
      <returns>The textual representation of the <see cref="T:DevExpress.Xpf.Charts.ColorObjectColorizer3D"/>.</returns>
    </member>
    <member name="T:DevExpress.Xpf.Charts.ColorObjectKeyProvider3D">
      <summary>
        <para>Provides values of the Color data member as keys for the <see cref="T:DevExpress.Xpf.Charts.KeyColorColorizer3D"/>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ColorObjectKeyProvider3D.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.ColorObjectKeyProvider3D"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.ColorObjectValueProvider3D">
      <summary>
        <para>Provides values of the Color data member as values for the <see cref="T:DevExpress.Xpf.Charts.RangeColorizer3D"/>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ColorObjectValueProvider3D.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.ColorObjectValueProvider3D"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.ColorStop">
      <summary>
        <para>Describes the location and color of a transition point in a gradient.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ColorStop.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.ColorStop"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ColorStop.#ctor(DevExpress.Xpf.Charts.Unit)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.ColorStop"/> class with the specified offset.</para>
      </summary>
      <param name="value">The color stop offset, in units.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ColorStop.#ctor(System.Double)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.ColorStop"/> class with the specified offset.</para>
      </summary>
      <param name="value">The color stop offset, as an absolute value.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ColorStop.#ctor(System.Windows.Media.Color,DevExpress.Xpf.Charts.Unit)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.ColorStop"/> class with the specified color and offset.</para>
      </summary>
      <param name="color">The color of the color stop.</param>
      <param name="value">The position of the color stop, in units.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ColorStop.#ctor(System.Windows.Media.Color,System.Double)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.ColorStop"/> class with the specified color and offset.</para>
      </summary>
      <param name="color">The color of the color stop.</param>
      <param name="value">The position of the color stop, as an absolute value.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ColorStop.#ctor(System.Windows.Media.Color)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.ColorStop"/> class with the specified color.</para>
      </summary>
      <param name="color">The color of the color stop.</param>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ColorStop.Color">
      <summary>
        <para>Gets or sets the color stop color.</para>
      </summary>
      <value>The color of the color stop.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ColorStop.ColorProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ColorStop.Color">ColorStop.Color</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ColorStop.Offset">
      <summary>
        <para>Gets or sets the color stop offset.</para>
      </summary>
      <value>The color stop offset, in units.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ColorStop.OffsetProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ColorStop.Offset">ColorStop.Offset</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.ColorStopCollection">
      <summary>
        <para>The collection of <see cref="T:DevExpress.Xpf.Charts.ColorStop"/> objects.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ColorStopCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.ColorStopCollection"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.CommodityChannelIndex">
      <summary>
        <para>A Commodity Channel Index indicator.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.CommodityChannelIndex.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.CommodityChannelIndex"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CommodityChannelIndex.PointsCount">
      <summary>
        <para>Gets or sets the number of <see href="https://docs.devexpress.com/WPF/6340/controls-and-libraries/charts-suite/chart-control/series/series-points">data points</see> used to calculate the indicator.</para>
      </summary>
      <value>An integer value, specifying the number of points.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.CommodityChannelIndex.PointsCountProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.CommodityChannelIndex.PointsCount">CommodityChannelIndex.PointsCount</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.ConeBar3DModel">
      <summary>
        <para>The Cone 3D Bar <see href="https://docs.devexpress.com/WPF/4285/controls-and-libraries/charts-suite/chart-control/series/series-and-marker-models">model</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ConeBar3DModel.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.ConeBar3DModel"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ConeBar3DModel.ModelName">
      <summary>
        <para>Gets the name of the <see cref="T:DevExpress.Xpf.Charts.ConeBar3DModel"/>.</para>
      </summary>
      <value>Always “Cone”.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.ConeMarker3DModel">
      <summary>
        <para>The Cone 3D marker <see href="https://docs.devexpress.com/WPF/4285/controls-and-libraries/charts-suite/chart-control/series/series-and-marker-models">model</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ConeMarker3DModel.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.ConeMarker3DModel"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ConeMarker3DModel.ModelName">
      <summary>
        <para>Gets the name of the <see cref="T:DevExpress.Xpf.Charts.ConeMarker3DModel"/>.</para>
      </summary>
      <value>Always “Cone”.</value>
    </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.ConstantLine">
      <summary>
        <para>Represents a <see href="https://docs.devexpress.com/WPF/7846/controls-and-libraries/charts-suite/chart-control/axes/constant-lines">constant line</see> of an <see href="https://docs.devexpress.com/WPF/6334/controls-and-libraries/charts-suite/chart-control/axes/axes">axis</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ConstantLine.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.ConstantLine"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ConstantLine.#ctor(System.DateTime,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.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">ConstantLine.Value</see> 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">ConstantLine.Title</see> property.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ConstantLine.#ctor(System.Double,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.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">ConstantLine.Value</see> 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">ConstantLine.Title</see> property.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ConstantLine.#ctor(System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.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">ConstantLine.Value</see> 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">ConstantLine.Title</see> property.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ConstantLine.#ctor(System.TimeSpan,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.ConstantLine"/> class with the specified time-span value and title.</para>
      </summary>
      <param name="value">A time-span axis value at which the constant line is shown. This value is assigned to the <see cref="P:DevExpress.Xpf.Charts.ConstantLine.Value">ConstantLine.Value</see> property.</param>
      <param name="title">A string that specifies the constant line title text. This value is assigned to the <see cref="P:DevExpress.Xpf.Charts.ConstantLine.Title">ConstantLine.Title</see> property.</param>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ConstantLine.ActualLineStyle">
      <summary>
        <para>Gets the actual line style of the <see href="https://docs.devexpress.com/WPF/7846/controls-and-libraries/charts-suite/chart-control/axes/constant-lines">constant line</see>. 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 <see cref="P:DevExpress.Xpf.Charts.ConstantLine.ActualLineStyle">ConstantLine.ActualLineStyle</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ConstantLine.Brush">
      <summary>
        <para>Gets or sets the color of the <see href="https://docs.devexpress.com/WPF/7846/controls-and-libraries/charts-suite/chart-control/axes/constant-lines">constant line</see>.</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 <see cref="P:DevExpress.Xpf.Charts.ConstantLine.Brush">ConstantLine.Brush</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ConstantLine.CheckableInLegend">
      <summary>
        <para>Specifies a value which determines whether to show a legend check box instead of a legend marker for a constant line.</para>
      </summary>
      <value>true, if  a check box is shown instead of a marker on a legend for a constant line; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ConstantLine.CheckableInLegendProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ConstantLine.CheckableInLegend">ConstantLine.CheckableInLegend</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ConstantLine.CheckedInLegend">
      <summary>
        <para>Gets or sets a value that determines whether a legend check box is checked for a constant line.</para>
      </summary>
      <value>true, if a legend check box is checked for the constant line; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ConstantLine.CheckedInLegendProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ConstantLine.CheckedInLegend">ConstantLine.CheckedInLegend</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</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 <see cref="P:DevExpress.Xpf.Charts.ConstantLine.ElementTemplate">ConstantLine.ElementTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ConstantLine.Legend">
      <summary>
        <para>Specifies a legend (or its View Model) that contains the constant line’s legend item.</para>
      </summary>
      <value>An object of a legend’s View Model class or the <see cref="T:DevExpress.Xpf.Charts.Legend"/> object.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ConstantLine.LegendIndex">
      <summary>
        <para>For internal use only.</para>
      </summary>
      <value>An integer value.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ConstantLine.LegendMarkerTemplate">
      <summary>
        <para>Gets or sets the template that defines the <see href="https://docs.devexpress.com/WPF/6343/controls-and-libraries/charts-suite/chart-control/legends">legend</see> marker presentation for this <see href="https://docs.devexpress.com/WPF/7846/controls-and-libraries/charts-suite/chart-control/axes/constant-lines">constant line</see>.</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 <see cref="P:DevExpress.Xpf.Charts.ConstantLine.LegendMarkerTemplate">ConstantLine.LegendMarkerTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ConstantLine.LegendProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ConstantLine.Legend">ConstantLine.Legend</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ConstantLine.LegendText">
      <summary>
        <para>Gets or sets the <see href="https://docs.devexpress.com/WPF/6343/controls-and-libraries/charts-suite/chart-control/legends">legend’s</see> text for the <see href="https://docs.devexpress.com/WPF/7846/controls-and-libraries/charts-suite/chart-control/axes/constant-lines">constant line</see>.</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 <see cref="P:DevExpress.Xpf.Charts.ConstantLine.LegendText">ConstantLine.LegendText</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ConstantLine.LineStyle">
      <summary>
        <para>Specifies the <see href="https://docs.devexpress.com/WPF/7846/controls-and-libraries/charts-suite/chart-control/axes/constant-lines">constant line</see>‘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 <see cref="P:DevExpress.Xpf.Charts.ConstantLine.LineStyle">ConstantLine.LineStyle</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ConstantLine.RuntimeDeletion">
      <summary>
        <para>Specifies whether a user can delete the constant line.</para>
      </summary>
      <value>true, if a user can delete the constant line; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ConstantLine.RuntimeDeletionProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ConstantLine.RuntimeDeletion"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ConstantLine.RuntimeMoving">
      <summary>
        <para>Gets or sets a value that specifies whether a user can move the constant line.</para>
      </summary>
      <value>true, if the constant line can be moved; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ConstantLine.RuntimeMovingProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ConstantLine.RuntimeMoving">ConstantLine.RuntimeMoving</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ConstantLine.Title">
      <summary>
        <para>Gets or sets the <see href="https://docs.devexpress.com/WPF/7846/controls-and-libraries/charts-suite/chart-control/axes/constant-lines">constant line</see> 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 <see cref="P:DevExpress.Xpf.Charts.ConstantLine.Title">ConstantLine.Title</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ConstantLine.Value">
      <summary>
        <para>Gets or sets the <see href="https://docs.devexpress.com/WPF/7846/controls-and-libraries/charts-suite/chart-control/axes/constant-lines">constant line</see>‘s position along an <see href="https://docs.devexpress.com/WPF/6334/controls-and-libraries/charts-suite/chart-control/axes/axes">axis</see>.</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 <see cref="P:DevExpress.Xpf.Charts.ConstantLine.Value">ConstantLine.Value</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ConstantLine.Visible">
      <summary>
        <para>Gets or sets whether the <see href="https://docs.devexpress.com/WPF/7846/controls-and-libraries/charts-suite/chart-control/axes/constant-lines">constant line</see> is visible.</para>
      </summary>
      <value>true if the constant line is visible; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ConstantLine.VisibleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ConstantLine.Visible">ConstantLine.Visible</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.ConstantLineCollection">
      <summary>
        <para>A collection that stores the <see href="https://docs.devexpress.com/WPF/7846/controls-and-libraries/charts-suite/chart-control/axes/constant-lines">constant lines</see> of a particular <see href="https://docs.devexpress.com/WPF/6334/controls-and-libraries/charts-suite/chart-control/axes/axes">axis</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ConstantLineCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.ConstantLineCollection"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.ConstantLineTitle">
      <summary>
        <para>Defines settings for a <see href="https://docs.devexpress.com/WPF/7846/controls-and-libraries/charts-suite/chart-control/axes/constant-lines">constant line</see> title.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ConstantLineTitle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.ConstantLineTitle"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ConstantLineTitle.Alignment">
      <summary>
        <para>Gets or sets the alignment of the <see href="https://docs.devexpress.com/WPF/7846/controls-and-libraries/charts-suite/chart-control/axes/constant-lines">constant line title</see>.</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">ConstantLineTitle.Alignment</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ConstantLineTitle.ShowBelowLine">
      <summary>
        <para>Gets or sets a value that specifies whether a <see href="https://docs.devexpress.com/WPF/7846/controls-and-libraries/charts-suite/chart-control/axes/constant-lines">constant line</see> title is displayed below or above the line.</para>
      </summary>
      <value>true if the title is displayed below the constant line; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ConstantLineTitle.ShowBelowLineProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ConstantLineTitle.ShowBelowLine">ConstantLineTitle.ShowBelowLine</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.ConstantLineTitleAlignment">
      <summary>
        <para>Lists the values used to specify the alignment of a <see href="https://docs.devexpress.com/WPF/7846/controls-and-libraries/charts-suite/chart-control/axes/constant-lines">constant line</see> title.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ConstantLineTitleAlignment.Far">
      <summary>
        <para>A constant line title is aligned far from the axis which it belongs to.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ConstantLineTitleAlignment.Near">
      <summary>
        <para>A constant line title is aligned close to the axis to which it belongs.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.ContinuousDateTimeScaleOptions">
      <summary>
        <para>Contains settings for a date-time axis data when its scale mode is continuous.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ContinuousDateTimeScaleOptions.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.ContinuousDateTimeScaleOptions"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ContinuousDateTimeScaleOptions.AutoGrid">
      <summary>
        <para>Gets or sets a value that specifies whether the spacing of <see href="https://docs.devexpress.com/WPF/6337/controls-and-libraries/charts-suite/chart-control/axes/tickmarks-grid-lines-and-interlacing">grid lines</see> is calculated automatically based upon the major <see href="https://docs.devexpress.com/WPF/6337/controls-and-libraries/charts-suite/chart-control/axes/tickmarks-grid-lines-and-interlacing">tickmarks</see> of the axis.</para>
      </summary>
      <value>true, if grid spacing is performed automatically; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ContinuousDateTimeScaleOptions.AutoGridProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ContinuousDateTimeScaleOptions.AutoGrid">ContinuousDateTimeScaleOptions.AutoGrid</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ContinuousDateTimeScaleOptions.GridAlignment">
      <summary>
        <para>Gets or sets the date-time measure unit to which the beginning of the <see href="https://docs.devexpress.com/WPF/6337/controls-and-libraries/charts-suite/chart-control/axes/tickmarks-grid-lines-and-interlacing">grid lines</see> and <see href="https://docs.devexpress.com/WPF/6336/controls-and-libraries/charts-suite/chart-control/axes/axis-labels">axis labels</see> of an axis should be aligned.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Charts.DateTimeGridAlignment"/> enumeration value that represents the measurement unit to which the beginning of the gridlines and labels of an axis should be aligned.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ContinuousDateTimeScaleOptions.GridAlignmentProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ContinuousDateTimeScaleOptions.GridAlignment">ContinuousDateTimeScaleOptions.GridAlignment</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ContinuousDateTimeScaleOptions.GridOffset">
      <summary>
        <para>Gets or sets the offset of <see href="https://docs.devexpress.com/WPF/6337/controls-and-libraries/charts-suite/chart-control/axes/tickmarks-grid-lines-and-interlacing">grid lines</see>.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value which specifies the grid offset.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ContinuousDateTimeScaleOptions.GridOffsetProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ContinuousDateTimeScaleOptions.GridOffset">ContinuousDateTimeScaleOptions.GridOffset</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ContinuousDateTimeScaleOptions.GridSpacing">
      <summary>
        <para>Gets or sets the date-time grid step in grid alignment units.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value which specifies the date-time grid step.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ContinuousDateTimeScaleOptions.GridSpacingProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ContinuousDateTimeScaleOptions.GridSpacing">ContinuousDateTimeScaleOptions.GridSpacing</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.ContinuousNumericScaleOptions">
      <summary>
        <para>Contains settings for numeric axis data when its scale mode is continuous.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ContinuousNumericScaleOptions.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.ContinuousNumericScaleOptions"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ContinuousNumericScaleOptions.AutoGrid">
      <summary>
        <para>Gets or sets a value that specifies whether the spacing of <see href="https://docs.devexpress.com/WPF/6337/controls-and-libraries/charts-suite/chart-control/axes/tickmarks-grid-lines-and-interlacing">grid lines</see> is calculated automatically based upon the major <see href="https://docs.devexpress.com/WPF/6337/controls-and-libraries/charts-suite/chart-control/axes/tickmarks-grid-lines-and-interlacing">tickmarks</see> of the axis.</para>
      </summary>
      <value>true, if grid spacing is performed automatically; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ContinuousNumericScaleOptions.AutoGridProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ContinuousNumericScaleOptions.AutoGrid">ContinuousNumericScaleOptions.AutoGrid</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ContinuousNumericScaleOptions.GridAlignment">
      <summary>
        <para>Gets or sets the numeric value to which the beginning of the <see href="https://docs.devexpress.com/WPF/6337/controls-and-libraries/charts-suite/chart-control/axes/tickmarks-grid-lines-and-interlacing">grid lines</see> and <see href="https://docs.devexpress.com/WPF/6336/controls-and-libraries/charts-suite/chart-control/axes/axis-labels">axis labels</see> of an axis should be aligned.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value to which the beginning of the gridlines and labels of an axis should be aligned.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ContinuousNumericScaleOptions.GridAlignmentProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ContinuousNumericScaleOptions.GridAlignment">ContinuousNumericScaleOptions.GridAlignment</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ContinuousNumericScaleOptions.GridAlignmentStartPoint">
      <summary>
        <para>Specifies the start point for aligning the scale along the x-axis.</para>
      </summary>
      <value>The start point for aligning the scale along the x-axis.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ContinuousNumericScaleOptions.GridAlignmentStartPointProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ContinuousNumericScaleOptions.GridAlignmentStartPoint"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ContinuousNumericScaleOptions.GridOffset">
      <summary>
        <para>Gets or sets the offset of <see href="https://docs.devexpress.com/WPF/6337/controls-and-libraries/charts-suite/chart-control/axes/tickmarks-grid-lines-and-interlacing">grid lines</see>.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value which specifies the grid offset.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ContinuousNumericScaleOptions.GridOffsetProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ContinuousNumericScaleOptions.GridOffset">ContinuousNumericScaleOptions.GridOffset</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ContinuousNumericScaleOptions.GridSpacing">
      <summary>
        <para>Gets or sets the numeric grid step in grid alignment units.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value which specifies the numeric grid step.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ContinuousNumericScaleOptions.GridSpacingProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ContinuousNumericScaleOptions.GridSpacing">ContinuousNumericScaleOptions.GridSpacing</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.ContinuousTimeSpanScaleOptions">
      <summary>
        <para>Contains settings for an axis with a continuous time-span scale.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ContinuousTimeSpanScaleOptions.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.ContinuousTimeSpanScaleOptions"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ContinuousTimeSpanScaleOptions.AutoGrid">
      <summary>
        <para>Gets or sets a value that specifies whether the <see cref="P:DevExpress.Xpf.Charts.ContinuousTimeSpanScaleOptions.GridSpacing">GridSpacing</see> and <see cref="P:DevExpress.Xpf.Charts.ContinuousTimeSpanScaleOptions.GridAlignment">GridAlignment</see> property values are automatically calculated.</para>
      </summary>
      <value>true if the Chart automatically determines optimal values for the grid spacing and grid alignment; otherwise false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ContinuousTimeSpanScaleOptions.AutoGridProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ContinuousTimeSpanScaleOptions.AutoGrid">ContinuousTimeSpanScaleOptions.AutoGrid</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ContinuousTimeSpanScaleOptions.GridAlignment">
      <summary>
        <para>Gets or sets the time-span measurement unit that defines the alignment of <see href="https://docs.devexpress.com/WPF/6337/controls-and-libraries/charts-suite/chart-control/axes/tickmarks-grid-lines-and-interlacing">grid lines</see> and <see href="https://docs.devexpress.com/WPF/6336/controls-and-libraries/charts-suite/chart-control/axes/axis-labels">axis labels</see>.</para>
      </summary>
      <value>A measurement unit that defines how to align the axis major grid lines and labels.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ContinuousTimeSpanScaleOptions.GridAlignmentProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ContinuousTimeSpanScaleOptions.GridAlignment">ContinuousTimeSpanScaleOptions.GridAlignment</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ContinuousTimeSpanScaleOptions.GridOffset">
      <summary>
        <para>Gets or sets the offset of <see href="https://docs.devexpress.com/WPF/6337/controls-and-libraries/charts-suite/chart-control/axes/tickmarks-grid-lines-and-interlacing">grid lines</see> and <see href="https://docs.devexpress.com/WPF/6336/controls-and-libraries/charts-suite/chart-control/axes/axis-labels">axis labels</see>.</para>
      </summary>
      <value>The value that specifies a grid offset in milliseconds.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ContinuousTimeSpanScaleOptions.GridOffsetProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ContinuousTimeSpanScaleOptions.GridOffset">ContinuousTimeSpanScaleOptions.GridOffset</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ContinuousTimeSpanScaleOptions.GridSpacing">
      <summary>
        <para>Gets or sets a value that specifies the distance between major tickmarks and grid lines.</para>
      </summary>
      <value>A value that specifies the grid spacing in grid alignment units.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ContinuousTimeSpanScaleOptions.GridSpacingProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ContinuousTimeSpanScaleOptions.GridSpacing">ContinuousTimeSpanScaleOptions.GridSpacing</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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="P:DevExpress.Xpf.Charts.ControlCoordinates.AxisX">
      <summary>
        <para>Gets the <see href="https://docs.devexpress.com/WPF/6334/controls-and-libraries/charts-suite/chart-control/axes/axes">X-axis</see> 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 <see href="https://docs.devexpress.com/WPF/6334/controls-and-libraries/charts-suite/chart-control/axes/axes">Y-axis</see> 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 <see href="https://docs.devexpress.com/WPF/10631/controls-and-libraries/charts-suite/chart-control/panes/panes">pane</see> 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.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.CountIntervalNumericScaleOptions">
      <summary>
        <para>The options that provide means to configure a specified number of axis intervals.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.CountIntervalNumericScaleOptions.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.CountIntervalNumericScaleOptions"/> class with the specified name.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CountIntervalNumericScaleOptions.Count">
      <summary>
        <para>Gets or sets the number of intervals.</para>
      </summary>
      <value>The integer that specifies the number of intervals.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.CountIntervalNumericScaleOptions.CountProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.CountIntervalNumericScaleOptions.Count">CountIntervalNumericScaleOptions.Count</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.CountSummaryFunction">
      <summary>
        <para>The summary function that calculates the number of points.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.CountSummaryFunction.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.CountSummaryFunction"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CountSummaryFunction.Name">
      <summary>
        <para>Returns the summary function’s name.</para>
      </summary>
      <value>Always “COUNT”.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.CountTopNOptions">
      <summary>
        <para>The “<see href="https://docs.devexpress.com/WPF/120130/controls-and-libraries/charts-suite/chart-control/provide-data/top-n-and-others">Top N and Others</see>“ feature options that selects first N largest points.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.CountTopNOptions.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.CountTopNOptions"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CountTopNOptions.Count">
      <summary>
        <para>Gets or sets the number of points with the largest values that the series should show.</para>
      </summary>
      <value>The number of items with the largest values that the series should show.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.CountTopNOptions.CountProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.CountTopNOptions.Count">CountTopNOptions.Count</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Crosshair3DOptions">
      <summary>
        <para>Contains settings that define how to draw a crosshair cursor within a 3D chart.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Crosshair3DOptions.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Crosshair3DOptions"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Crosshair3DOptions.MarkerModel">
      <summary>
        <para>Gets or sets the model of a marker displaying the Crosshair cursor position.</para>
      </summary>
      <value>The System.Windows.Media.Media3D.Model3D object specifying the marker model.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Crosshair3DOptions.MarkerModelProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Crosshair3DOptions.MarkerModel">Crosshair3DOptions.MarkerModel</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Crosshair3DOptions.ShowMarker">
      <summary>
        <para>Gets or sets the value specifying whether the Crosshair marker should be shown.</para>
      </summary>
      <value>true if the marker should be shown; otherwise false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Crosshair3DOptions.ShowMarkerProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Crosshair3DOptions.ShowMarker">Crosshair3DOptions.ShowMarker</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Crosshair3DOptions.ShowValueLabel">
      <summary>
        <para>Gets or sets the value specifying whether the axis value label should be displayed.</para>
      </summary>
      <value>true if the label should be shown; otherwise false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Crosshair3DOptions.ShowValueLabelProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Crosshair3DOptions.ShowValueLabel">Crosshair3DOptions.ShowValueLabel</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Crosshair3DOptions.ShowXArgumentLabel">
      <summary>
        <para>Gets or sets the value specifying whether the X-argument label should be shown.</para>
      </summary>
      <value>true if the label should be shown; otherwise false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Crosshair3DOptions.ShowXArgumentLabelProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Crosshair3DOptions.ShowXArgumentLabel">Crosshair3DOptions.ShowXArgumentLabel</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Crosshair3DOptions.ShowXArgumentLine">
      <summary>
        <para>Gets or sets the value specifying whether the X-argument line should be shown.</para>
      </summary>
      <value>true if the line should be shown; otherwise false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Crosshair3DOptions.ShowXArgumentLineProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Crosshair3DOptions.ShowXArgumentLine">Crosshair3DOptions.ShowXArgumentLine</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Crosshair3DOptions.ShowYArgumentLabel">
      <summary>
        <para>Gets or sets the value indicating whether the Y-argument line should be shown.</para>
      </summary>
      <value>true, if the Y-argument line should be shown; otherwise false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Crosshair3DOptions.ShowYArgumentLabelProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Crosshair3DOptions.ShowYArgumentLabel">Crosshair3DOptions.ShowYArgumentLabel</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Crosshair3DOptions.ShowYArgumentLine">
      <summary>
        <para>Gets or sets the value indicating whether the Y-argument line should be shown.</para>
      </summary>
      <value>true, if the Y-argument line should be shown; otherwise false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Crosshair3DOptions.ShowYArgumentLineProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Crosshair3DOptions.ShowYArgumentLine">Crosshair3DOptions.ShowYArgumentLine</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Crosshair3DOptions.XArgumentLineBrush">
      <summary>
        <para>Gets or sets the color of the Crosshair X-argument line.</para>
      </summary>
      <value>The brush specifying the color of the crosshair X-argument line.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Crosshair3DOptions.XArgumentLineBrushProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Crosshair3DOptions.XArgumentLineBrush">Crosshair3DOptions.XArgumentLineBrush</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Crosshair3DOptions.XArgumentLineStyle">
      <summary>
        <para>Gets or sets the line style of the Crosshair X-argument line.</para>
      </summary>
      <value>The line style of the X-argument line.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Crosshair3DOptions.XArgumentLineStyleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Crosshair3DOptions.XArgumentLineStyle">Crosshair3DOptions.XArgumentLineStyle</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Crosshair3DOptions.YArgumentLineBrush">
      <summary>
        <para>Gets or sets the line style of the Crosshair Y-argument brush.</para>
      </summary>
      <value>The brush specifying the color of the crosshair Y-argument line.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Crosshair3DOptions.YArgumentLineBrushProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Crosshair3DOptions.YArgumentLineBrush">Crosshair3DOptions.YArgumentLineBrush</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Crosshair3DOptions.YArgumentLineStyle">
      <summary>
        <para>Gets or sets the line style of the Crosshair Y-argument line.</para>
      </summary>
      <value>The line style of the Y-argument line.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Crosshair3DOptions.YArgumentLineStyleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Crosshair3DOptions.YArgumentLineStyle">Crosshair3DOptions.YArgumentLineStyle</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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">ChartControl.CustomDrawCrosshair</see> event.</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.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 <see cref="T:DevExpress.Xpf.Charts.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 <see cref="P:DevExpress.Xpf.Charts.CrosshairAxisLabelOptions.Background">CrosshairAxisLabelOptions.Background</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see cref="P:DevExpress.Xpf.Charts.CrosshairAxisLabelOptions.FontFamily">CrosshairAxisLabelOptions.FontFamily</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see cref="P:DevExpress.Xpf.Charts.CrosshairAxisLabelOptions.FontSize">CrosshairAxisLabelOptions.FontSize</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see cref="P:DevExpress.Xpf.Charts.CrosshairAxisLabelOptions.FontStretch">CrosshairAxisLabelOptions.FontStretch</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see cref="P:DevExpress.Xpf.Charts.CrosshairAxisLabelOptions.FontStyle">CrosshairAxisLabelOptions.FontStyle</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see cref="P:DevExpress.Xpf.Charts.CrosshairAxisLabelOptions.FontWeight">CrosshairAxisLabelOptions.FontWeight</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CrosshairAxisLabelOptions.Foreground">
      <summary>
        <para>Gets or sets the brush used to paint the foreground of crosshair axis labels.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Media.Brush"/> object used to paint the foreground of crosshair axis labels.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.CrosshairAxisLabelOptions.ForegroundProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.CrosshairAxisLabelOptions.Foreground">CrosshairAxisLabelOptions.Foreground</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see cref="P:DevExpress.Xpf.Charts.CrosshairAxisLabelOptions.Pattern">CrosshairAxisLabelOptions.Pattern</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CrosshairAxisLabelOptions.Visibility">
      <summary>
        <para>Specifies whether to show crosshair axis labels for a diagram.</para>
      </summary>
      <value>Null - the Visibility property value is obtained from the parent’s <see cref="P:DevExpress.Xpf.Charts.CrosshairOptions.ShowArgumentLabels">CrosshairOptions.ShowArgumentLabels</see> and/ or <see cref="P:DevExpress.Xpf.Charts.CrosshairOptions.ShowValueLabels">CrosshairOptions.ShowValueLabels</see> properties depending on an axis;  True - crosshair axis labels are visible on a diagram; False - crosshair axis labels are hidden.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.CrosshairAxisLabelOptions.VisibilityProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.CrosshairAxisLabelOptions.Visibility">CrosshairAxisLabelOptions.Visibility</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.CrosshairAxisLabelPresentationData">
      <summary>
        <para>The Crosshair Cursor’s axis label model.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.CrosshairAxisLabelPresentationData.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.CrosshairAxisLabelPresentationData"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CrosshairAxisLabelPresentationData.Axis">
      <summary>
        <para>Gets or sets the axis on which the Crosshair Cursor displays the label.</para>
      </summary>
      <value>The axis on which the Crosshair Cursor displays the label.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CrosshairAxisLabelPresentationData.Background">
      <summary>
        <para>Gets or sets the label’s background brush.</para>
      </summary>
      <value>The label’s background brush.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CrosshairAxisLabelPresentationData.CrosshairAxisLabelTemplate">
      <summary>
        <para>Gets or sets the template defining the presentation of the Crosshair Cursor’s axis labels.</para>
      </summary>
      <value>The template defining the presentation of the Crosshair Cursor’s axis labels.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.CrosshairContentShowMode">
      <summary>
        <para>Lists all the chart elements that can display the Crosshair’s content.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.CrosshairContentShowMode.Default">
      <summary>
        <para>The default mode.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.CrosshairContentShowMode.Label">
      <summary>
        <para>The Crosshair’s label displays information about the series point that the <see href="https://docs.devexpress.com/WPF/14682/controls-and-libraries/charts-suite/chart-control/tooltip-and-crosshair-cursor/crosshair-cursor">Crosshair Cursor</see> highlights.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.CrosshairContentShowMode.Legend">
      <summary>
        <para>A legend displays information about the series point that the <see href="https://docs.devexpress.com/WPF/14682/controls-and-libraries/charts-suite/chart-control/tooltip-and-crosshair-cursor/crosshair-cursor">Crosshair Cursor</see> highlights.</para>
        <para />
      </summary>
    </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="P:DevExpress.Xpf.Charts.CrosshairElement.SeriesPoint">
      <summary>
        <para>Gets a <see href="https://docs.devexpress.com/WPF/6340/controls-and-libraries/charts-suite/chart-control/series/series-points">series point</see> 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="T:DevExpress.Xpf.Charts.CrosshairElementBase">
      <summary>
        <para>The base class for the <see href="https://docs.devexpress.com/WPF/14682/controls-and-libraries/charts-suite/chart-control/tooltip-and-crosshair-cursor/crosshair-cursor">Crosshair Cursor</see> elements</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CrosshairElementBase.AxisLabelElement">
      <summary>
        <para>Returns the <see href="https://docs.devexpress.com/WPF/14682/controls-and-libraries/charts-suite/chart-control/tooltip-and-crosshair-cursor/crosshair-cursor">Crosshair Cursor</see>‘s axis label element to change its settings when using the <see cref="E:DevExpress.Xpf.Charts.ChartControl.CustomDrawCrosshair">ChartControl.CustomDrawCrosshair</see> event to modify the Crosshair’s appearance.</para>
      </summary>
      <value>The crosshair axis label element.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CrosshairElementBase.LabelElement">
      <summary>
        <para>Returns the <see href="https://docs.devexpress.com/WPF/14682/controls-and-libraries/charts-suite/chart-control/tooltip-and-crosshair-cursor/crosshair-cursor">Crosshair Cursor</see>‘s label element to change its settings when using the <see cref="E:DevExpress.Xpf.Charts.ChartControl.CustomDrawCrosshair">ChartControl.CustomDrawCrosshair</see> event to modify the Crosshair’s appearance.</para>
      </summary>
      <value>The crosshair label element.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CrosshairElementBase.LineElement">
      <summary>
        <para>Returns the <see href="https://docs.devexpress.com/WPF/14682/controls-and-libraries/charts-suite/chart-control/tooltip-and-crosshair-cursor/crosshair-cursor">Crosshair Cursor</see>‘s line element to change its settings when using the <see cref="E:DevExpress.Xpf.Charts.ChartControl.CustomDrawCrosshair">ChartControl.CustomDrawCrosshair</see> event to modify the Crosshair’s appearance.</para>
      </summary>
      <value>The crosshair line element.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CrosshairElementBase.Series">
      <summary>
        <para>Gets a <see href="https://docs.devexpress.com/WPF/6339/controls-and-libraries/charts-suite/chart-control/series/series">series</see> that a crosshair element hovers over when implementing a <see cref="E:DevExpress.Xpf.Charts.ChartControl.CustomDrawCrosshair">custom draw</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Charts.Series">Series</see> object which represents the series currently being painted.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CrosshairElementBase.Visible">
      <summary>
        <para>Gets or sets whether the crosshair element is visible when you handle the <see cref="E:DevExpress.Xpf.Charts.ChartControl.CustomDrawCrosshair">ChartControl.CustomDrawCrosshair</see> event.</para>
      </summary>
      <value>true, if the crosshair element is visible; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.CrosshairElementGroup">
      <summary>
        <para>Defines the crosshair elements (crosshair value lines, crosshair value labels, crosshair labels) and crosshair header element that can be used to custom draw a crosshair cursor.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CrosshairElementGroup.CrosshairElements">
      <summary>
        <para>Gets the settings of crosshair elements (crosshair value lines, crosshair value labels, crosshair labels) to customize their appearance.</para>
      </summary>
      <value>An object implementing the <see cref="T:System.Collections.IEnumerable"/> interface that represents the collection of  <see cref="T:DevExpress.Xpf.Charts.CrosshairElement"/>s.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CrosshairElementGroup.HeaderElement">
      <summary>
        <para>Gets the settings of crosshair group header elements to customize their appearance.</para>
      </summary>
      <value>An object implementing the System.Collections.IEnumerable interface that represents the <see cref="T:DevExpress.Xpf.Charts.CrosshairGroupHeaderElement"/> collection.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CrosshairElementGroup.IndicatorElements">
      <summary>
        <para>Returns all indicator elements that the Crosshair Cursor displays.</para>
      </summary>
      <value>The collection of <see cref="T:DevExpress.Xpf.Charts.CrosshairIndicatorElement"/> objects. These objects represent indicator elements that the Crosshair Cursor displays.</value>
    </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 <see cref="T:DevExpress.Xpf.Charts.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 <see cref="P:DevExpress.Xpf.Charts.CrosshairFreePosition.DockCorner">CrosshairFreePosition.DockCorner</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see cref="P:DevExpress.Xpf.Charts.CrosshairFreePosition.DockTarget">CrosshairFreePosition.DockTarget</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.CrosshairGroupHeaderElement">
      <summary>
        <para>Defines the appearance of the crosshair group header element when custom drawing a crosshair cursor using the <see cref="E:DevExpress.Xpf.Charts.ChartControl.CustomDrawCrosshair">ChartControl.CustomDrawCrosshair</see> event.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CrosshairGroupHeaderElement.SeriesPoints">
      <summary>
        <para>Gets <see href="https://docs.devexpress.com/WPF/6340/controls-and-libraries/charts-suite/chart-control/series/series-points">series points</see> that the crosshair cursor hovers over when implementing a group header element’s custom draw.</para>
      </summary>
      <value>A collection of the <see cref="T:DevExpress.Xpf.Charts.SeriesPoint"/> objects.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.CrosshairIndicatorElement">
      <summary>
        <para>The <see href="https://docs.devexpress.com/WPF/14682/controls-and-libraries/charts-suite/chart-control/tooltip-and-crosshair-cursor/crosshair-cursor">Crosshair Cursor</see>‘s element that shows information about the indicator in the Crosshair Label.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CrosshairIndicatorElement.IndicatorPoint">
      <summary>
        <para>Returns information about an indicator point under a crosshair.</para>
      </summary>
      <value>The indicator point an end user highlights using the Crosshair Cursor.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.CrosshairIndicatorLegendElement">
      <summary>
        <para>The <see href="https://docs.devexpress.com/WPF/14682/controls-and-libraries/charts-suite/chart-control/tooltip-and-crosshair-cursor/crosshair-cursor">Crosshair Cursor</see>‘s element that shows information about the indicator in a legend.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CrosshairIndicatorLegendElement.IndicatorPoint">
      <summary>
        <para>Returns information about an indicator point under a crosshair.</para>
      </summary>
      <value>The indicator point an end user highlights using the Crosshair Cursor.</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">ChartControl.CustomDrawCrosshair</see> event.</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.MarkerFill">
      <summary>
        <para>Gets or sets the brush that is used to draw the legend item’s marker.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Media.Brush"/> object.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CrosshairLabelElement.MarkerStroke">
      <summary>
        <para>Gets or sets the brush that is used to draw the legend item’s marker outline.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Media.Brush"/> object.</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>true, if the marker is visible; otherwise, false.</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>true, to display the crosshair label item’s text; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.CrosshairLabelElementBase">
      <summary>
        <para>The base class for classes that provide functionality for crosshair label elements.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CrosshairLabelElementBase.FontFamily">
      <summary>
        <para>Gets or sets the font family name of the crosshair label element.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Media.FontFamily"/> object representing the font family.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CrosshairLabelElementBase.FontSize">
      <summary>
        <para>Gets or sets the size of the crosshair label element font.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value representing the font size.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CrosshairLabelElementBase.FontStretch">
      <summary>
        <para>Gets or sets the stretch of the crosshair label element font.</para>
      </summary>
      <value>A <see cref="T:System.Windows.FontStretch"/> value.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CrosshairLabelElementBase.FontStyle">
      <summary>
        <para>Gets or sets the style of the crosshair label element font.</para>
      </summary>
      <value>A <see cref="T:System.Windows.FontStyle"/> value, representing the font style.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CrosshairLabelElementBase.FontWeight">
      <summary>
        <para>Gets or sets the weight of the crosshair label element font.</para>
      </summary>
      <value>A <see cref="T:System.Windows.FontWeight"/> value, representing the font weight.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CrosshairLabelElementBase.Foreground">
      <summary>
        <para>Gets or sets the brush used to paint the foreground of the crosshair label element when implementing crosshair cursor custom drawing.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Media.Brush"/> object used to paint the foreground of the crosshair label element.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CrosshairLabelElementBase.Text">
      <summary>
        <para>Gets or sets the crosshair label’s text.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value which represents the crosshair label’s text.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CrosshairLabelElementBase.Visible">
      <summary>
        <para>Specifies whether the crosshair label element is visible when custom drawing a crosshair cursor.</para>
      </summary>
      <value>true, if the crosshair label element is visible; otherwise, false.</value>
    </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>A crosshair label is shown common to all series.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.CrosshairLabelMode.ShowForEachSeries">
      <summary>
        <para>A crosshair label is shown for each series.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.CrosshairLabelMode.ShowForNearestSeries">
      <summary>
        <para>A crosshair label is shown for the nearest series.</para>
        <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 <see cref="P:DevExpress.Xpf.Charts.CrosshairLabelPosition.Offset">CrosshairLabelPosition.Offset</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.CrosshairLabelPresentationData">
      <summary>
        <para>The base class for all Crosshair Cursor’s label models.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CrosshairLabelPresentationData.FontFamily">
      <summary>
        <para>Gets or sets the font family name for the Crosshair Cursor label.</para>
      </summary>
      <value>The font family.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CrosshairLabelPresentationData.FontSize">
      <summary>
        <para>Gets or sets the size of the text font for the Crosshair Cursor label.</para>
      </summary>
      <value>The font size.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CrosshairLabelPresentationData.FontStretch">
      <summary>
        <para>Gets or sets the degree to which a font is condensed or expanded on the screen.</para>
      </summary>
      <value>The degree to which a font is condensed or expanded on the screen.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CrosshairLabelPresentationData.FontStyle">
      <summary>
        <para>Gets or sets the style of the specified font.</para>
      </summary>
      <value>The style of the specified font.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CrosshairLabelPresentationData.FontWeight">
      <summary>
        <para>Gets or sets the weight or thickness of the specified font.</para>
      </summary>
      <value>The font weight or thickness of the specified font.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CrosshairLabelPresentationData.FooterText">
      <summary>
        <para>Gets or sets the Crosshair Cursor label’s footer text.</para>
      </summary>
      <value>The Crosshair Cursor label’s footer text.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CrosshairLabelPresentationData.FooterTextVisibility">
      <summary>
        <para>Gets or sets the value indicating whether the label’s footer text is visible.</para>
      </summary>
      <value>true if the footer text is visible; otherwise false;</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CrosshairLabelPresentationData.Foreground">
      <summary>
        <para>Gets or sets the Crosshair Cursor label’s foreground brush.</para>
      </summary>
      <value>The Crosshair Cursor label’s foreground brush.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CrosshairLabelPresentationData.HeaderText">
      <summary>
        <para>Gets or sets the Crosshair Cursor label’s header text.</para>
      </summary>
      <value>The Crosshair Cursor label’s header text.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CrosshairLabelPresentationData.HeaderTextVisibility">
      <summary>
        <para>Gets or sets the value indicating whether the label’s header text is visible.</para>
      </summary>
      <value>true if the header text is visible; otherwise false;</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CrosshairLabelPresentationData.Text">
      <summary>
        <para>Gets or sets the Crosshair Cursor label’s text.</para>
      </summary>
      <value>The Crosshair Cursor label’s text.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.CrosshairLegendElement">
      <summary>
        <para>Defines the crosshair legend element’s appearance when custom drawing a crosshair cursor using the <see cref="E:DevExpress.Xpf.Charts.ChartControl.CustomDrawCrosshair">ChartControl.CustomDrawCrosshair</see> event.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CrosshairLegendElement.SeriesPoint">
      <summary>
        <para>Returns the series point which the <see href="https://docs.devexpress.com/WPF/14682/controls-and-libraries/charts-suite/chart-control/tooltip-and-crosshair-cursor/crosshair-cursor">Crosshair Cursor</see> highlights.</para>
      </summary>
      <value>The series point.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.CrosshairLegendElementBase">
      <summary>
        <para>The base class for all Label Rows that the Crosshair Cursor displays in a legend.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CrosshairLegendElementBase.AxisLabelElement">
      <summary>
        <para>Returns the axis label element that belongs to the Crosshair Cursor Label Row displayed in a legend.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CrosshairLegendElementBase.LineElement">
      <summary>
        <para>Returns the axis line element that belongs to the Crosshair Cursor Label Row displayed in a legend.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CrosshairLegendElementBase.Series">
      <summary>
        <para>Returns the series for which the Crosshair Cursor displays a Label Row in a legend.</para>
      </summary>
      <value>The series for which the Crosshair Cursor displays a Label Row in a legend.</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">ChartControl.CustomDrawCrosshair</see> event.</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>true, if the crosshair line element is visible; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.CrosshairLinesMode">
      <summary>
        <para>Lists values specifying how the Crosshair Cursor’s lines behave.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.CrosshairLinesMode.Auto">
      <summary>
        <para>The Crosshair Cursor lines positions are specified by point arguments or values (This depends on the <see cref="P:DevExpress.Xpf.Charts.CrosshairOptions.SnapMode">CrosshairOptions.SnapMode</see> property value).</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.CrosshairLinesMode.Free">
      <summary>
        <para>The Crosshair Cursor’s lines do not snap to points that the Crosshair highlights.</para>
        <para />
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.CrosshairMarkerItem">
      <summary>
        <para>The model of the series marker within the Crosshair Cursor’s series label model.</para>
      </summary>
    </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 <see cref="T:DevExpress.Xpf.Charts.CrosshairMousePosition"/> 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 <see cref="T:DevExpress.Xpf.Charts.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>The brush specifying the color of the crosshair argument line.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.CrosshairOptions.ArgumentLineBrushProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.CrosshairOptions.ArgumentLineBrush">CrosshairOptions.ArgumentLineBrush</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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>The line style settings.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.CrosshairOptions.ArgumentLineStyleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.CrosshairOptions.ArgumentLineStyle">CrosshairOptions.ArgumentLineStyle</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CrosshairOptions.ContentShowMode">
      <summary>
        <para>Gets or sets the element that displays the Crosshair’s content.</para>
      </summary>
      <value>The value that specifies the chart element displaying the Crosshair’s content.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.CrosshairOptions.ContentShowModeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.CrosshairOptions.ContentShowMode">CrosshairOptions.ContentShowMode</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see cref="P:DevExpress.Xpf.Charts.CrosshairOptions.CrosshairLabelMode">CrosshairOptions.CrosshairLabelMode</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CrosshairOptions.GroupHeaderPattern">
      <summary>
        <para>Gets or sets a string which represents the pattern specifying the group header text to be displayed within the crosshair label.</para>
      </summary>
      <value>A <see cref="T:System.String"/>, which represents the group header’s pattern.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.CrosshairOptions.GroupHeaderPatternProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.CrosshairOptions.GroupHeaderPattern">CrosshairOptions.GroupHeaderPattern</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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>true, if the series points are highlighted when the crosshair cursor hovers over them; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.CrosshairOptions.HighlightPointsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.CrosshairOptions.HighlightPoints">CrosshairOptions.HighlightPoints</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CrosshairOptions.LinesMode">
      <summary>
        <para>Gets or sets the value specifying how the Crosshair Cursor’s lines snap to points when hovering on them.</para>
      </summary>
      <value>The enumeration value that specifies how lines snap.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.CrosshairOptions.LinesModeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.CrosshairOptions.LinesMode">CrosshairOptions.LinesMode</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CrosshairOptions.ShowArgumentLabels">
      <summary>
        <para>Gets or sets the value specifying whether an argument label should be shown by a crosshair cursor on a diagram.</para>
      </summary>
      <value>true if an argument labels should be shown by the crosshair cursor; otherwise false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.CrosshairOptions.ShowArgumentLabelsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.CrosshairOptions.ShowArgumentLabels">CrosshairOptions.ShowArgumentLabels</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CrosshairOptions.ShowArgumentLine">
      <summary>
        <para>Gets or sets the value specifying whether an argument line should be shown by a crosshair cursor on a diagram.</para>
      </summary>
      <value>true if an argument line should be shown by the crosshair cursor; otherwise false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.CrosshairOptions.ShowArgumentLineProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.CrosshairOptions.ShowArgumentLine">CrosshairOptions.ShowArgumentLine</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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>true, to show a group header in crosshair cursor labels; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.CrosshairOptions.ShowGroupHeadersProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.CrosshairOptions.ShowGroupHeaders">CrosshairOptions.ShowGroupHeaders</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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>true to display a crosshair cursor in focused pane; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.CrosshairOptions.ShowOnlyInFocusedPaneProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.CrosshairOptions.ShowOnlyInFocusedPane">CrosshairOptions.ShowOnlyInFocusedPane</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CrosshairOptions.ShowOutOfRangePoints">
      <summary>
        <para>Gets or sets the value indicating whether the values located out of visual range should be shown in the Crosshair label.</para>
      </summary>
      <value>true if the Crosshair label for out of range values should be displayed; otherwise false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.CrosshairOptions.ShowOutOfRangePointsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.CrosshairOptions.ShowOutOfRangePoints">CrosshairOptions.ShowOutOfRangePoints</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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>true if value labels should be shown by the crosshair cursor; otherwise false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.CrosshairOptions.ShowValueLabelsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.CrosshairOptions.ShowValueLabels">CrosshairOptions.ShowValueLabels</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see cref="P:DevExpress.Xpf.Charts.CrosshairOptions.SnapMode">CrosshairOptions.SnapMode</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CrosshairOptions.ValueSelectionMode">
      <summary>
        <para>Gets or sets the identifier specifying the behavior of the selection of points shown in the crosshair label.</para>
      </summary>
      <value>The selection behavior identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.CrosshairOptions.ValueSelectionModeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.CrosshairOptions.ValueSelectionMode">CrosshairOptions.ValueSelectionMode</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.CrosshairOptionsBase">
      <summary>
        <para>The base class for all crosshair options.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CrosshairOptionsBase.CommonLabelPosition">
      <summary>
        <para>Gets or sets the position of a crosshair label when a common crosshair label is shown for all series on a diagram.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Charts.CrosshairLabelPosition"/> class descendant object specifying the crosshair label position on a diagram.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.CrosshairOptionsBase.CommonLabelPositionProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.CrosshairOptionsBase.CommonLabelPosition">CrosshairOptionsBase.CommonLabelPosition</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CrosshairOptionsBase.PopupTemplate">
      <summary>
        <para>Gets or sets the template of the Crosshair label’s popup panel.</para>
      </summary>
      <value>The label popup template.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.CrosshairOptionsBase.PopupTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.CrosshairOptionsBase.PopupTemplate">CrosshairOptionsBase.PopupTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CrosshairOptionsBase.ShowCrosshairLabels">
      <summary>
        <para>Gets or sets whether to show a crosshair label of a series point indicated by a crosshair cursor on a diagram.</para>
      </summary>
      <value>true to display a crosshair label indicated by a crosshair cursor on a diagram;  otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.CrosshairOptionsBase.ShowCrosshairLabelsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.CrosshairOptionsBase.ShowCrosshairLabels">CrosshairOptionsBase.ShowCrosshairLabels</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CrosshairOptionsBase.ShowValueLine">
      <summary>
        <para>Gets or sets whether to show a value line of a series point indicated by a crosshair cursor on a diagram.</para>
      </summary>
      <value>true to display a value line indicated by a crosshair cursor on a diagram; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.CrosshairOptionsBase.ShowValueLineProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.CrosshairOptionsBase.ShowValueLine">CrosshairOptionsBase.ShowValueLine</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CrosshairOptionsBase.ValueLineBrush">
      <summary>
        <para>Gets or sets the brush of a crosshair value line.</para>
      </summary>
      <value>The brush of the crosshair value line.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.CrosshairOptionsBase.ValueLineBrushProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.CrosshairOptionsBase.ValueLineBrush">CrosshairOptionsBase.ValueLineBrush</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CrosshairOptionsBase.ValueLineStyle">
      <summary>
        <para>Gets or sets the value line style settings of the crosshair cursor.</para>
      </summary>
      <value>The line style of a crosshair value line.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.CrosshairOptionsBase.ValueLineStyleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.CrosshairOptionsBase.ValueLineStyle">CrosshairOptionsBase.ValueLineStyle</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.CrosshairSeriesLabelItem">
      <summary>
        <para>The Crosshair Cursor Label’s model.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.CrosshairSeriesLabelItem.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.CrosshairSeriesLabelItem"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CrosshairSeriesLabelItem.Background">
      <summary>
        <para>Gets or sets the brush that the Crosshair Cursor’s Label uses to draw its background.</para>
      </summary>
      <value>The brush that the Crosshair Cursor’s Label Item uses to draw its background.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CrosshairSeriesLabelItem.BorderBrush">
      <summary>
        <para>Gets or sets the brush that the Crosshair Cursor’s Label uses to draw its border.</para>
      </summary>
      <value>The brush that the Crosshair Cursor’s Label Item uses to draw its border.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CrosshairSeriesLabelItem.Bounds">
      <summary>
        <para>Gets or sets bounds of the Crosshair Cursor’s label.</para>
      </summary>
      <value>The Crosshair Cursor’s Label Item bounds.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CrosshairSeriesLabelItem.LabelTemplate">
      <summary>
        <para>Gets or sets the template that the item uses to display its content.</para>
      </summary>
      <value>The template that the item uses to display its content.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CrosshairSeriesLabelItem.PresentationData">
      <summary>
        <para>Gets or sets a collection of data items that contains presentation data of Label Rows.</para>
      </summary>
      <value>The collection of data items that contains presentation data of Label Rows.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CrosshairSeriesLabelItem.Size">
      <summary>
        <para>Gets or sets the size of the Crosshair Cursor’s Label.</para>
      </summary>
      <value>The Crosshair Cursor’s Label size.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.CrosshairSeriesLabelPresentationData">
      <summary>
        <para>The Crosshair Cursor’s Label Row model.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.CrosshairSeriesLabelPresentationData.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.CrosshairSeriesLabelPresentationData"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CrosshairSeriesLabelPresentationData.CrosshairSeriesLabelTemplate">
      <summary>
        <para>Gets or sets the template that the Crosshair Cursor uses to display the Label Row.</para>
      </summary>
      <value>The template that the Crosshair Cursor uses to display the Label Row.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CrosshairSeriesLabelPresentationData.ElementAlignment">
      <summary>
        <para>Gets or sets the Crosshair Cursor Label Row’s alignment.</para>
      </summary>
      <value>The Crosshair Cursor Label Row’s alignment.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CrosshairSeriesLabelPresentationData.MarkerItem">
      <summary>
        <para>Gets or sets the Label Row’s marker item.</para>
      </summary>
      <value>The Label Row’s marker item.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CrosshairSeriesLabelPresentationData.MarkerVisibility">
      <summary>
        <para>Gets or sets the value indicating whether the series label’s marker is visible.</para>
      </summary>
      <value>true if the header series label’s marker is visible; otherwise false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CrosshairSeriesLabelPresentationData.Series">
      <summary>
        <para>Gets or sets a series for which the Crosshair Cursor displays the Label Row.</para>
      </summary>
      <value>The series for which the Crosshair Cursor displays the Label Row.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CrosshairSeriesLabelPresentationData.SeriesPoint">
      <summary>
        <para>Gets or sets a series point for which the Crosshair Cursor displays the Label Row.</para>
      </summary>
      <value>The series point for which the Crosshair Cursor displays the Label Row.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CrosshairSeriesLabelPresentationData.TextVisibility">
      <summary>
        <para>Gets or sets the value indicating whether the series label’s text is visible.</para>
      </summary>
      <value>true if the header series label’s text is visible; otherwise false.</value>
    </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 which to snap.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.CrosshairSnapMode.NearestArgument">
      <summary>
        <para>A crosshair cursor is shown for the nearest point argument.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.CrosshairSnapMode.NearestValue">
      <summary>
        <para>A crosshair cursor is shown for the nearest point value.</para>
        <para />
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.CrosshairValueSelectionMode">
      <summary>
        <para>Lists behaviors of selection of values for display in the Crosshair Label.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.CrosshairValueSelectionMode.Default">
      <summary>
        <para>The selection behavior is specified based on the axis scale type. If scale type is Numeric, the mode is ValueRange; otherwise the scale type is Value.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.CrosshairValueSelectionMode.Value">
      <summary>
        <para>Points for the crosshair are selected by the exact value specified by the Crosshair Cursor.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.CrosshairValueSelectionMode.ValueRange">
      <summary>
        <para>Points for the crosshair are selected from a range around the value specified by the Crosshair Cursor.</para>
        <para />
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.CrossMarker2DModel">
      <summary>
        <para>The Cross marker <see href="https://docs.devexpress.com/WPF/4285/controls-and-libraries/charts-suite/chart-control/series/series-and-marker-models">model</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.CrossMarker2DModel.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.CrossMarker2DModel"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CrossMarker2DModel.ModelName">
      <summary>
        <para>Gets the name of the <see cref="T:DevExpress.Xpf.Charts.CrossMarker2DModel"/>.</para>
      </summary>
      <value>Always “Cross”.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.CubeMarker3DModel">
      <summary>
        <para>The Cube 3D marker <see href="https://docs.devexpress.com/WPF/4285/controls-and-libraries/charts-suite/chart-control/series/series-and-marker-models">model</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.CubeMarker3DModel.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.CubeMarker3DModel"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CubeMarker3DModel.ModelName">
      <summary>
        <para>Gets the name of the <see cref="T:DevExpress.Xpf.Charts.CubeMarker3DModel"/>.</para>
      </summary>
      <value>Always “Cube”.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.CupidPie2DModel">
      <summary>
        <para>The Cupid 2D Pie <see href="https://docs.devexpress.com/WPF/4285/controls-and-libraries/charts-suite/chart-control/series/series-and-marker-models">model</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.CupidPie2DModel.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.CupidPie2DModel"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CupidPie2DModel.ModelName">
      <summary>
        <para>Gets the name of the <see cref="T:DevExpress.Xpf.Charts.CupidPie2DModel"/>.</para>
      </summary>
      <value>Returns “Cupid”.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.CustomAggregateFunction">
      <summary>
        <para>The base class for a custom aggregate function callback.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.CustomAggregateFunction.Calculate(DevExpress.Xpf.Charts.GroupInfo)">
      <summary>
        <para>Calculates the aggregated values of the specified series point value group.</para>
      </summary>
      <param name="groupInfo">Information about values that should be aggregated.</param>
      <returns>The array of data point values.</returns>
    </member>
    <member name="T:DevExpress.Xpf.Charts.CustomAxisLabel">
      <summary>
        <para>Represents an individual custom <see href="https://docs.devexpress.com/WPF/6336/controls-and-libraries/charts-suite/chart-control/axes/axis-labels">label</see> of an <see href="https://docs.devexpress.com/WPF/6334/controls-and-libraries/charts-suite/chart-control/axes/axes">axis</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.CustomAxisLabel.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.CustomAxisLabel"/> class with the 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 <see cref="T:DevExpress.Xpf.Charts.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">CustomAxisLabel.Value</see> property.</param>
      <param name="text">A <see cref="T:System.String"/> value that specifies the text of the custom axis label. This value is assigned to the <see cref="P:DevExpress.Xpf.Charts.CustomAxisLabel.Content">CustomAxisLabel.Content</see> property.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.CustomAxisLabel.#ctor(System.Double,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.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">CustomAxisLabel.Value</see> property.</param>
      <param name="text">A <see cref="T:System.String"/> value that specifies the text of the custom axis label. This value is assigned to the <see cref="P:DevExpress.Xpf.Charts.CustomAxisLabel.Content">CustomAxisLabel.Content</see> property.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.CustomAxisLabel.#ctor(System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.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">CustomAxisLabel.Value</see> property.</param>
      <param name="text">A <see cref="T:System.String"/> value that specifies the text of the custom axis label. This value is assigned to the <see cref="P:DevExpress.Xpf.Charts.CustomAxisLabel.Content">CustomAxisLabel.Content</see> property.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.CustomAxisLabel.#ctor(System.TimeSpan,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.CustomAxisLabel"/> class with the specified time-span value and text.</para>
      </summary>
      <param name="value">A time-span axis value at which the custom axis label is shown. This value is assigned to the <see cref="P:DevExpress.Xpf.Charts.CustomAxisLabel.Value">CustomAxisLabel.Value</see> property.</param>
      <param name="text">A string that specifies the custom axis label content. This value is assigned to the <see cref="P:DevExpress.Xpf.Charts.CustomAxisLabel.Content">CustomAxisLabel.Content</see> property.</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 <see cref="P:DevExpress.Xpf.Charts.CustomAxisLabel.Content">CustomAxisLabel.Content</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CustomAxisLabel.GridLineVisible">
      <summary>
        <para>Gets or sets the value that specifies whether to show a grid line for the custom axis label.</para>
      </summary>
      <value>true, if a grid line should be visible; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.CustomAxisLabel.GridLineVisibleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.CustomAxisLabel.GridLineVisible">CustomAxisLabel.GridLineVisible</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CustomAxisLabel.Label">
      <summary>
        <para>Gets the <see href="https://docs.devexpress.com/WPF/6336/controls-and-libraries/charts-suite/chart-control/axes/axis-labels">axis label</see>, to which the <see cref="T:DevExpress.Xpf.Charts.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 <see href="https://docs.devexpress.com/WPF/6336/controls-and-libraries/charts-suite/chart-control/axes/axis-labels">label</see>‘s position along an <see href="https://docs.devexpress.com/WPF/6334/controls-and-libraries/charts-suite/chart-control/axes/axes">axis</see>.</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">CustomAxisLabel.Value</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CustomAxisLabel.Visible">
      <summary>
        <para>Gets or sets whether the custom <see href="https://docs.devexpress.com/WPF/6336/controls-and-libraries/charts-suite/chart-control/axes/axis-labels">axis label</see> is visible.</para>
      </summary>
      <value>true if the custom axis label is visible; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.CustomAxisLabel.VisibleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.CustomAxisLabel.Visible">CustomAxisLabel.Visible</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.CustomAxisLabelCollection">
      <summary>
        <para>Represents a collection that stores the custom <see href="https://docs.devexpress.com/WPF/6336/controls-and-libraries/charts-suite/chart-control/axes/axis-labels">axis labels</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.CustomAxisLabelCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.CustomAxisLabelCollection"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.CustomBar2DModel">
      <summary>
        <para>The custom <see href="https://docs.devexpress.com/WPF/5864/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/bar-series/side-by-side-bar">2D Bar</see> <see href="https://docs.devexpress.com/WPF/4285/controls-and-libraries/charts-suite/chart-control/series/series-and-marker-models">model</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.CustomBar2DModel.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.CustomBar2DModel"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CustomBar2DModel.FlipNegativeBars">
      <summary>
        <para>Specifies whether <see href="https://docs.devexpress.com/WPF/8349/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/bar-series">bars</see> corresponding to negative values should be flipped (mirrored). This is a dependency property.</para>
      </summary>
      <value>true to flip negative bars; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.CustomBar2DModel.FlipNegativeBarsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.CustomBar2DModel.FlipNegativeBars">CustomBar2DModel.FlipNegativeBars</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CustomBar2DModel.InFrontOfAxes">
      <summary>
        <para>Specifies whether <see href="https://docs.devexpress.com/WPF/5864/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/bar-series/side-by-side-bar">Bars</see> are drawn in front, or behind the <see href="https://docs.devexpress.com/WPF/6334/controls-and-libraries/charts-suite/chart-control/axes/axes">X-axis</see>. This is a dependency property.</para>
      </summary>
      <value>true to draw Bars in front of the X-axis; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.CustomBar2DModel.InFrontOfAxesProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.CustomBar2DModel.InFrontOfAxes">CustomBar2DModel.InFrontOfAxes</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CustomBar2DModel.ModelName">
      <summary>
        <para>Gets the name of the <see cref="T:DevExpress.Xpf.Charts.CustomBar2DModel"/>.</para>
      </summary>
      <value>Always “Custom”.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CustomBar2DModel.OverlapBars">
      <summary>
        <para>Specifies whether <see href="https://docs.devexpress.com/WPF/8349/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/bar-series">Bars</see> should overlap when the custom model is defined for them.</para>
      </summary>
      <value>true to overlap Bars; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.CustomBar2DModel.OverlapBarsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.CustomBar2DModel.OverlapBars">CustomBar2DModel.OverlapBars</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CustomBar2DModel.PointTemplate">
      <summary>
        <para>Specifies the point template for the <see href="https://docs.devexpress.com/WPF/8349/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/bar-series">Bar</see> 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.CustomBar2DModel.PointTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.CustomBar2DModel.PointTemplate">CustomBar2DModel.PointTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.CustomBar3DModel">
      <summary>
        <para>The custom <see href="https://docs.devexpress.com/WPF/5867/controls-and-libraries/charts-suite/chart-control/series/3d-series-types/bar-series/side-by-side-bar">3D Bar</see> <see href="https://docs.devexpress.com/WPF/4285/controls-and-libraries/charts-suite/chart-control/series/series-and-marker-models">model</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.CustomBar3DModel.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.CustomBar3DModel"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CustomBar3DModel.LoadFromResources">
      <summary>
        <para>Specifies whether the custom model should be loaded from resources. This is a dependency property.</para>
      </summary>
      <value>true to load the model from resources; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.CustomBar3DModel.LoadFromResourcesProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.CustomBar3DModel.LoadFromResources">CustomBar3DModel.LoadFromResources</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CustomBar3DModel.ModelName">
      <summary>
        <para>Gets the name of the <see cref="T:DevExpress.Xpf.Charts.CustomBar3DModel"/>.</para>
      </summary>
      <value>Always “Custom”.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CustomBar3DModel.Sections">
      <summary>
        <para>Provides access to the collection of custom <see href="https://docs.devexpress.com/WPF/5867/controls-and-libraries/charts-suite/chart-control/series/3d-series-types/bar-series/side-by-side-bar">3D Bar</see> model sections. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Charts.CustomBar3DSectionCollection"/> object.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.CustomBar3DModel.SectionsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.CustomBar3DModel.Sections">CustomBar3DModel.Sections</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.CustomBar3DSectionCollection">
      <summary>
        <para>Represents the collection of custom <see href="https://docs.devexpress.com/WPF/5867/controls-and-libraries/charts-suite/chart-control/series/3d-series-types/bar-series/side-by-side-bar">3D Bar</see> model sections.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.CustomBar3DSectionCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.CustomBar3DSectionCollection"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.CustomCandleStick2DModel">
      <summary>
        <para>The custom <see href="https://docs.devexpress.com/WPF/6850/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/financial-series/candle-stick">Candle Stick</see> <see href="https://docs.devexpress.com/WPF/4285/controls-and-libraries/charts-suite/chart-control/series/series-and-marker-models">model</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.CustomCandleStick2DModel.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.CustomCandleStick2DModel"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CustomCandleStick2DModel.BottomStickTemplate">
      <summary>
        <para>Specifies the Bottom Stick template for the <see href="https://docs.devexpress.com/WPF/6850/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/financial-series/candle-stick">Candle Stick</see> series’ custom model 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 <see cref="P:DevExpress.Xpf.Charts.CustomCandleStick2DModel.BottomStickTemplate">CustomCandleStick2DModel.BottomStickTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CustomCandleStick2DModel.CandleTemplate">
      <summary>
        <para>Specifies the Candle template for the <see href="https://docs.devexpress.com/WPF/6850/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/financial-series/candle-stick">Candle Stick</see> series’ custom model. 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 <see cref="P:DevExpress.Xpf.Charts.CustomCandleStick2DModel.CandleTemplate">CustomCandleStick2DModel.CandleTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CustomCandleStick2DModel.InvertedCandleTemplate">
      <summary>
        <para>Specifies the Inverted Candle template for the <see href="https://docs.devexpress.com/WPF/6850/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/financial-series/candle-stick">Candle Stick</see> series’ custom model. 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 <see cref="P:DevExpress.Xpf.Charts.CustomCandleStick2DModel.InvertedCandleTemplate">CustomCandleStick2DModel.InvertedCandleTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CustomCandleStick2DModel.ModelName">
      <summary>
        <para>Gets the name of the <see cref="T:DevExpress.Xpf.Charts.CustomCandleStick2DModel"/>.</para>
      </summary>
      <value>Always “Custom”.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CustomCandleStick2DModel.PointTemplate">
      <summary>
        <para>Specifies the point template for the <see href="https://docs.devexpress.com/WPF/6850/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/financial-series/candle-stick">Candle Stick</see> 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.CustomCandleStick2DModel.PointTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.CustomCandleStick2DModel.PointTemplate">CustomCandleStick2DModel.PointTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CustomCandleStick2DModel.TopStickTemplate">
      <summary>
        <para>Specifies the Inverted Candle template for the <see href="https://docs.devexpress.com/WPF/6850/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/financial-series/candle-stick">Candle Stick</see> series’ custom model. 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 <see cref="P:DevExpress.Xpf.Charts.CustomCandleStick2DModel.TopStickTemplate">CustomCandleStick2DModel.TopStickTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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">ChartControl.CustomDrawCrosshair</see> event.</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.CrosshairElementGroups">
      <summary>
        <para>Provides access to the settings of crosshair elements and crosshair group header elements to customize their appearance.</para>
      </summary>
      <value>An object implementing the System.Collections.IList interface that represents the <see cref="T:DevExpress.Xpf.Charts.CrosshairElementGroup"/> collection.</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.CrosshairGroupHeaderElements">
      <summary>
        <para>Gets the settings of crosshair group header elements to customize their appearance.</para>
      </summary>
      <value>A collection of the <see cref="T:DevExpress.Xpf.Charts.CrosshairGroupHeaderElement"/> objects.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CustomDrawCrosshairEventArgs.CrosshairLegendElements">
      <summary>
        <para>Returns crosshair legend elements to customize their appearance.</para>
      </summary>
      <value>A collection of <see cref="T:DevExpress.Xpf.Charts.CrosshairLegendElement"/> 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="P:DevExpress.Xpf.Charts.CustomDrawCrosshairEventArgs.IndicatorLegendElements">
      <summary>
        <para>Returns all indicator elements that the Crosshair Cursor shows in a legend.</para>
      </summary>
      <value>A collection of <see cref="T:DevExpress.Xpf.Charts.CrosshairIndicatorLegendElement"/> objects. These objects represent indicator elements that the Crosshair Cursor shows in a legend.</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">ChartControl.CustomDrawCrosshair</see> 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.CustomDrawSeriesEventArgs">
      <summary>
        <para>Provides data for a chart control’s <see cref="E:DevExpress.Xpf.Charts.ChartControl.CustomDrawSeries">ChartControl.CustomDrawSeries</see> event.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CustomDrawSeriesEventArgs.DrawOptions">
      <summary>
        <para>Gets the settings for custom drawing series of different view types.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Charts.DrawOptions"/> object descendant which 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 <see href="https://docs.devexpress.com/WPF/6343/controls-and-libraries/charts-suite/chart-control/legends">Legend’s</see> 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 <see href="https://docs.devexpress.com/WPF/6339/controls-and-libraries/charts-suite/chart-control/series/series">series</see> 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.CustomDrawSeriesEventHandler">
      <summary>
        <para>Represents a method that will handle the <see cref="E:DevExpress.Xpf.Charts.ChartControl.CustomDrawSeries">ChartControl.CustomDrawSeries</see> 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.CustomDrawSeriesPointEventArgs">
      <summary>
        <para>Provides data for a chart control’s <see cref="E:DevExpress.Xpf.Charts.ChartControl.CustomDrawSeriesPoint">ChartControl.CustomDrawSeriesPoint</see> event.</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.PercentValue">
      <summary>
        <para>Returns the portion of the series point’s value within the total value of a series group to which the series point belongs.</para>
      </summary>
      <value>The portion of the series point’s value within the total value of a series group to which the series point belongs.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CustomDrawSeriesPointEventArgs.SeriesPoint">
      <summary>
        <para>Gets the <see href="https://docs.devexpress.com/WPF/6340/controls-and-libraries/charts-suite/chart-control/series/series-points">series point</see> 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="P:DevExpress.Xpf.Charts.CustomDrawSeriesPointEventArgs.TotalValue">
      <summary>
        <para>Returns the total value of a series group to which the series point belongs.</para>
      </summary>
      <value>The total value of a series group to which the series point belongs.</value>
    </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">ChartControl.CustomDrawSeriesPoint</see> 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.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 <see cref="T:DevExpress.Xpf.Charts.CustomIndicatorsPalette"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CustomIndicatorsPalette.ColorItemsSource">
      <summary>
        <para>Gets or sets the collection that provides the Palette’s colors</para>
      </summary>
      <value>The source collection of the Palette’s colors.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.CustomIndicatorsPalette.ColorItemsSourceProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.CustomIndicatorsPalette.ColorItemsSource"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see cref="T:DevExpress.Xpf.Charts.CustomIndicatorsPalette"/>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value specifying the palette’s name.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.CustomizeSeriesEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.Charts.Series3DDataSourceAdapter.CustomizeSeries">Series3DDataSourceAdapter.CustomizeSeries</see> event.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CustomizeSeriesEventArgs.Series">
      <summary>
        <para>Returns the series whose parameters should be fine-tuned.</para>
      </summary>
      <value>The series.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.CustomizeSeriesEventHandler">
      <summary>
        <para>Represents a method that will handle the <see cref="E:DevExpress.Xpf.Charts.Series3DDataSourceAdapter.CustomizeSeries">Series3DDataSourceAdapter.CustomizeSeries</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">The event data.</param>
    </member>
    <member name="T:DevExpress.Xpf.Charts.CustomizeTotalLabelEventArgs">
      <summary>
        <para>Provides data for a Stacked Bar Total labels settings’ <see cref="E:DevExpress.Xpf.Charts.StackedBarTotalLabel.Customize">StackedBarTotalLabel.Customize</see> event.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CustomizeTotalLabelEventArgs.StackedPoints">
      <summary>
        <para>Returns the collection of series points that form a series group whose total label is being customized.</para>
      </summary>
      <value>The collection of series points that form a series group whose total label is being customized.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CustomizeTotalLabelEventArgs.Text">
      <summary>
        <para>Gets or sets the total label text that is customized.</para>
      </summary>
      <value>The total label text that is customized.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CustomizeTotalLabelEventArgs.TotalValue">
      <summary>
        <para>Returns the total value of a series group whose total label is customized.</para>
      </summary>
      <value>The total value of a series group whose total label is customized.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.CustomizeTotalLabelEventHandler">
      <summary>
        <para>Represents a method that will handle the <see cref="E:DevExpress.Xpf.Charts.StackedBarTotalLabel.Customize">StackedBarTotalLabel.Customize</see> event.</para>
      </summary>
      <param name="sender">The event source. This parameter identifies the <see cref="T:DevExpress.Xpf.Charts.StackedBarTotalLabel"/> which raised the event.</param>
      <param name="e">Data related to the event.</param>
    </member>
    <member name="T:DevExpress.Xpf.Charts.CustomLegendItem">
      <summary>
        <para>An individual custom legend item.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.CustomLegendItem.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.CustomLegendItem"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CustomLegendItem.MarkerBrush">
      <summary>
        <para>Gets or sets the brush used to draw the custom <see href="https://docs.devexpress.com/WPF/6343/controls-and-libraries/charts-suite/chart-control/legends">$legend</see> item marker.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Media.Brush"/> object.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.CustomLegendItem.MarkerBrushProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.CustomLegendItem.MarkerBrush">CustomLegendItem.MarkerBrush</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CustomLegendItem.MarkerTemplate">
      <summary>
        <para>Gets or sets the template used to visualize the custom legend item marker.</para>
      </summary>
      <value>A <see cref="T:System.Windows.DataTemplate"/> object.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.CustomLegendItem.MarkerTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.CustomLegendItem.MarkerTemplate">CustomLegendItem.MarkerTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CustomLegendItem.Text">
      <summary>
        <para>Gets or sets the text displayed by the custom legend item.</para>
      </summary>
      <value>A <see cref="T:System.String"/> that specifies the legend item text.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.CustomLegendItem.TextProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.CustomLegendItem.Text">CustomLegendItem.Text</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.CustomLegendItemCollection">
      <summary>
        <para>A collection of <see cref="T:DevExpress.Xpf.Charts.CustomLegendItem"/>s.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.CustomLegendItemCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.CustomLegendItemCollection"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.CustomMarker2DModel">
      <summary>
        <para>The custom 2D <see href="https://docs.devexpress.com/WPF/6340/controls-and-libraries/charts-suite/chart-control/series/series-points">point</see> marker <see href="https://docs.devexpress.com/WPF/4285/controls-and-libraries/charts-suite/chart-control/series/series-and-marker-models">model</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.CustomMarker2DModel.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.CustomMarker2DModel"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CustomMarker2DModel.ModelName">
      <summary>
        <para>Gets the name of the <see cref="T:DevExpress.Xpf.Charts.CustomMarker2DModel"/>.</para>
      </summary>
      <value>Always “Custom”.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CustomMarker2DModel.PointTemplate">
      <summary>
        <para>Specifies the point template for the <see href="https://docs.devexpress.com/WPF/6340/controls-and-libraries/charts-suite/chart-control/series/series-points">point</see> marker’s <see href="https://docs.devexpress.com/WPF/4285/controls-and-libraries/charts-suite/chart-control/series/series-and-marker-models#custom-model-for-2d-series-markers">custom model</see>. 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.CustomMarker2DModel.PointTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.CustomMarker2DModel.PointTemplate">CustomMarker2DModel.PointTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.CustomMarker3DModel">
      <summary>
        <para>Represents the custom 3D <see href="https://docs.devexpress.com/WPF/6340/controls-and-libraries/charts-suite/chart-control/series/series-points">point</see> marker <see href="https://docs.devexpress.com/WPF/4285/controls-and-libraries/charts-suite/chart-control/series/series-and-marker-models">model</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.CustomMarker3DModel.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.CustomMarker3DModel"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CustomMarker3DModel.LoadFromResources">
      <summary>
        <para>Specifies whether the custom model should be loaded from resources. This is a dependency property.</para>
      </summary>
      <value>true to load the model from resources; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.CustomMarker3DModel.LoadFromResourcesProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.CustomMarker3DModel.LoadFromResources">CustomMarker3DModel.LoadFromResources</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CustomMarker3DModel.ModelName">
      <summary>
        <para>Gets the name of the <see cref="T:DevExpress.Xpf.Charts.CustomMarker3DModel"/>.</para>
      </summary>
      <value>Always “Custom”.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CustomMarker3DModel.Source">
      <summary>
        <para>Gets or sets the source of the <see cref="T:DevExpress.Xpf.Charts.CustomMarker3DModel"/>. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value representing the model’s XAML source.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.CustomMarker3DModel.SourceProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.CustomMarker3DModel.Source">CustomMarker3DModel.Source</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.CustomPalette">
      <summary>
        <para>Represents a custom palette (collection 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 <see cref="T:DevExpress.Xpf.Charts.CustomPalette"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.CustomPalette.#ctor(System.Windows.Media.Color[])">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.CustomPalette"/> class with specified settings.</para>
      </summary>
      <param name="paletteColors">An array of colors.</param>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CustomPalette.ColorItemsSource">
      <summary>
        <para>Gets or sets the source collection of the Palette’s colors.</para>
      </summary>
      <value>The source collection of the Palette’s colors.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.CustomPalette.ColorItemsSourceProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.CustomPalette.ColorItemsSource"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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.ColorsSerializable">
      <summary>
        <para>Gets or sets the collection of a CustomPalette’s colors to support serialization of the custom palette type.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Charts.ColorCollection"/> object.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CustomPalette.PaletteName">
      <summary>
        <para>Gets the name of the <see cref="T:DevExpress.Xpf.Charts.CustomPalette"/>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value specifying the palette’s name</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.CustomPie2DModel">
      <summary>
        <para>The custom <see href="https://docs.devexpress.com/WPF/5874/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/pie-and-donut-series/pie-and-donut">2D Pie</see> <see href="https://docs.devexpress.com/WPF/4285/controls-and-libraries/charts-suite/chart-control/series/series-and-marker-models">model</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.CustomPie2DModel.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.CustomPie2DModel"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CustomPie2DModel.ModelName">
      <summary>
        <para>Gets the name of the <see cref="T:DevExpress.Xpf.Charts.CustomPie2DModel"/>.</para>
      </summary>
      <value>Always “Custom”.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CustomPie2DModel.PointTemplate">
      <summary>
        <para>Specifies the point template for the <see href="https://docs.devexpress.com/WPF/5874/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/pie-and-donut-series/pie-and-donut">Pie</see> 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.CustomPie2DModel.PointTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.CustomPie2DModel.PointTemplate">CustomPie2DModel.PointTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.CustomPie3DModel">
      <summary>
        <para>The custom <see href="https://docs.devexpress.com/WPF/4287/controls-and-libraries/charts-suite/chart-control/series/3d-series-types/pie-and-donut-series">3D Pie</see> <see href="https://docs.devexpress.com/WPF/4285/controls-and-libraries/charts-suite/chart-control/series/series-and-marker-models">model</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.CustomPie3DModel.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.CustomPie3DModel"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CustomPie3DModel.LoadFromResources">
      <summary>
        <para>Specifies whether the custom model should be loaded from resources. This is a dependency property.</para>
      </summary>
      <value>true to load the model from resources; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.CustomPie3DModel.LoadFromResourcesProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.CustomPie3DModel.LoadFromResources">CustomPie3DModel.LoadFromResources</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CustomPie3DModel.ModelName">
      <summary>
        <para>Gets the name of the <see cref="T:DevExpress.Xpf.Charts.CustomPie3DModel"/>.</para>
      </summary>
      <value>Always “Custom”.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CustomPie3DModel.Source">
      <summary>
        <para>Gets or sets the source of the <see cref="T:DevExpress.Xpf.Charts.CustomPie3DModel"/>. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value representing the model’s XAML source.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.CustomPie3DModel.SourceProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.CustomPie3DModel.Source">CustomPie3DModel.Source</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.CustomRangeBar2DModel">
      <summary>
        <para>The custom <see href="https://docs.devexpress.com/WPF/10632/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/bar-series/side-by-side-range-bar">Range Bar</see> <see href="https://docs.devexpress.com/WPF/4285/controls-and-libraries/charts-suite/chart-control/series/series-and-marker-models">model</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.CustomRangeBar2DModel.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.CustomRangeBar2DModel"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CustomRangeBar2DModel.ModelName">
      <summary>
        <para>Gets the name of the <see cref="T:DevExpress.Xpf.Charts.CustomRangeBar2DModel"/>.</para>
      </summary>
      <value>Always “Custom”.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CustomRangeBar2DModel.PointTemplate">
      <summary>
        <para>Specifies the point template for the <see href="https://docs.devexpress.com/WPF/10632/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/bar-series/side-by-side-range-bar">Range Bar</see> 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 <see cref="P:DevExpress.Xpf.Charts.CustomRangeBar2DModel.PointTemplate">CustomRangeBar2DModel.PointTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.CustomStock2DModel">
      <summary>
        <para>The custom <see href="https://docs.devexpress.com/WPF/6849/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/financial-series/stock">Stock</see> <see href="https://docs.devexpress.com/WPF/4285/controls-and-libraries/charts-suite/chart-control/series/series-and-marker-models">model</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.CustomStock2DModel.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.CustomStock2DModel"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CustomStock2DModel.CenterLineTemplate">
      <summary>
        <para>Specifies the Center Line template for the <see href="https://docs.devexpress.com/WPF/6849/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/financial-series/stock">Stock</see> series’ custom model. This is a dependency property.</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 <see cref="P:DevExpress.Xpf.Charts.CustomStock2DModel.CenterLineTemplate">CustomStock2DModel.CenterLineTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CustomStock2DModel.CloseLineTemplate">
      <summary>
        <para>Specifies the Close Line template for the <see href="https://docs.devexpress.com/WPF/6849/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/financial-series/stock">Stock</see> series’ custom model. This is a dependency property.</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 <see cref="P:DevExpress.Xpf.Charts.CustomStock2DModel.CloseLineTemplate">CustomStock2DModel.CloseLineTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CustomStock2DModel.ModelName">
      <summary>
        <para>Gets the name of the <see cref="T:DevExpress.Xpf.Charts.CustomStock2DModel"/>.</para>
      </summary>
      <value>Always “Custom”.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CustomStock2DModel.OpenLineTemplate">
      <summary>
        <para>Specifies the Open Line template for the <see href="https://docs.devexpress.com/WPF/6849/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/financial-series/stock">Stock</see> series’ custom model. This is a dependency property.</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 <see cref="P:DevExpress.Xpf.Charts.CustomStock2DModel.OpenLineTemplate">CustomStock2DModel.OpenLineTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CustomStock2DModel.PointTemplate">
      <summary>
        <para>Specifies the point template for the <see href="https://docs.devexpress.com/WPF/6849/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/financial-series/stock">Stock</see> 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.CustomStock2DModel.PointTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.CustomStock2DModel.PointTemplate">CustomStock2DModel.PointTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.CylinderBar3DModel">
      <summary>
        <para>The Cylinder 3D Bar <see href="https://docs.devexpress.com/WPF/4285/controls-and-libraries/charts-suite/chart-control/series/series-and-marker-models">model</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.CylinderBar3DModel.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.CylinderBar3DModel"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CylinderBar3DModel.ModelName">
      <summary>
        <para>Gets the name of the <see cref="T:DevExpress.Xpf.Charts.CylinderBar3DModel"/>.</para>
      </summary>
      <value>Always “Cylinder”.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.CylinderMarker3DModel">
      <summary>
        <para>The Cylinder 3D marker <see href="https://docs.devexpress.com/WPF/4285/controls-and-libraries/charts-suite/chart-control/series/series-and-marker-models">model</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.CylinderMarker3DModel.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.CylinderMarker3DModel"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.CylinderMarker3DModel.ModelName">
      <summary>
        <para>Gets the name of the <see cref="T:DevExpress.Xpf.Charts.CylinderMarker3DModel"/>.</para>
      </summary>
      <value>Always “Cylinder”.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.DataFilter">
      <summary>
        <para>Defines specific filter conditions of a particular <see href="https://docs.devexpress.com/WPF/6339/controls-and-libraries/charts-suite/chart-control/series/series">series</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.DataFilter.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.DataFilter"/> class with default settings.</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 <see cref="T:DevExpress.Xpf.Charts.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">DataFilter.ColumnName</see> property.</param>
      <param name="dataTypeName">A <see cref="T:System.String"/> which specifies the type name of the data stored in the columnName data column. This value is assigned to the <see cref="P:DevExpress.Xpf.Charts.DataFilter.DataType">DataFilter.DataType</see> 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">DataFilter.Condition</see> 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 dataTypeName parameter. This value is assigned to the <see cref="P:DevExpress.Xpf.Charts.DataFilter.Value">DataFilter.Value</see> property.</param>
    </member>
    <member name="P:DevExpress.Xpf.Charts.DataFilter.ColumnName">
      <summary>
        <para>Gets or sets the name of the data field which the filter condition is applied to.</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">AreaSeries2D.MarkerModel</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.DataFilter.Condition">
      <summary>
        <para>Gets or sets 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">AreaSeries2D.MarkerModel</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.DataFilter.DataType">
      <summary>
        <para>Gets or sets 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">AreaSeries2D.MarkerModel</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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">AreaSeries2D.MarkerModel</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.DataFilterCollection">
      <summary>
        <para>Represents a collection that stores specific filter conditions of a particular <see href="https://docs.devexpress.com/WPF/6339/controls-and-libraries/charts-suite/chart-control/series/series">series</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.DataFilterCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.DataFilterCollection"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.DataFilterCondition">
      <summary>
        <para>Lists the values that specify comparison operators used to filter <see href="https://docs.devexpress.com/WPF/6340/controls-and-libraries/charts-suite/chart-control/series/series-points">data points</see> within a <see href="https://docs.devexpress.com/WPF/6339/controls-and-libraries/charts-suite/chart-control/series/series">series</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.DataFilterCondition.Equal">
      <summary>
        <para>Specifies the “equal to” comparison operator.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.DataFilterCondition.GreaterThan">
      <summary>
        <para>Specifies the “greater than” comparison operator.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.DataFilterCondition.GreaterThanOrEqual">
      <summary>
        <para>Specifies the “greater than or equal to” comparison operator.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.DataFilterCondition.LessThan">
      <summary>
        <para>Specifies the “less than” comparison operator.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.DataFilterCondition.LessThanOrEqual">
      <summary>
        <para>Specifies the “less than or equal to” comparison operator.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.DataFilterCondition.NotEqual">
      <summary>
        <para>Specifies the “not equal to” comparison operator.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.DataMemberSummaryFunction">
      <summary>
        <para>The base class for summary functions that aggregate values that the specified data source member provides.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.DataMemberSummaryFunction.ValueDataMember">
      <summary>
        <para>Gets or sets the data source field that provides data to be aggregated.</para>
      </summary>
      <value>The string that is the data field name.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.DataSourceBasedErrorBars">
      <summary>
        <para>The Error Bars indicator whose error values are loaded from a data source.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.DataSourceBasedErrorBars.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.DataSourceBasedErrorBars"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.DataSourceBasedErrorBars.NegativeErrorDataMember">
      <summary>
        <para>Gets or sets the name of the data field which contains negative error values of an indicator for generated series points.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the data field name.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.DataSourceBasedErrorBars.NegativeErrorDataMemberProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.DataSourceBasedErrorBars.NegativeErrorDataMember">DataSourceBasedErrorBars.NegativeErrorDataMember</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.DataSourceBasedErrorBars.PositiveErrorDataMember">
      <summary>
        <para>Gets or sets the name of the data field which contains positive error values of an indicator for generated series points.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the data field name.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.DataSourceBasedErrorBars.PositiveErrorDataMemberProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.DataSourceBasedErrorBars.PositiveErrorDataMember">DataSourceBasedErrorBars.PositiveErrorDataMember</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.DateTimeAggregationScaleOptionsBase">
      <summary>
        <para>The base scale options for <see href="https://docs.devexpress.com/WPF/115179/controls-and-libraries/charts-suite/chart-control/axes/axis-scale-types#handle-an-axis-with-a-date-time-scale">date-time</see> axes that support <see href="https://docs.devexpress.com/WPF/16846/controls-and-libraries/charts-suite/chart-control/data-aggregation">aggregation</see>.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.DateTimeAggregationScaleOptionsBase.ProcessMissingPoints">
      <summary>
        <para>Gets or sets a mode which specifies the action the chart control should perform with the missing points.</para>
      </summary>
      <value>The value that defines how the Chart processes missing points.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.DateTimeAggregationScaleOptionsBase.ProcessMissingPointsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.DateTimeAggregationScaleOptionsBase.ProcessMissingPoints">DateTimeAggregationScaleOptionsBase.ProcessMissingPoints</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.DateTimeAggregationScaleOptionsBase.SkipRangesWithoutPoints">
      <summary>
        <para>Specifies whether to skip axis ranges that do not have data points.</para>
      </summary>
      <value>true, to skip ranges; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.DateTimeAggregationScaleOptionsBase.SkipRangesWithoutPointsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.DateTimeAggregationScaleOptionsBase.SkipRangesWithoutPoints">DateTimeAggregationScaleOptionsBase.SkipRangesWithoutPoints</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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>The format string specified by the <see cref="P:DevExpress.Xpf.Charts.DateTimeOptions.FormatString">DateTimeOptions.FormatString</see> property will be applied.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.DateTimeFormat.General">
      <summary>
        <para>Displays a date and time, using the general date-time settings determined by your computer’s regional settings.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.DateTimeFormat.LongDate">
      <summary>
        <para>Displays a date using the long-date format specified in your computer’s regional settings.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.DateTimeFormat.LongTime">
      <summary>
        <para>Displays a time using the long-time format specified in your computer’s regional settings.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.DateTimeFormat.MonthAndDay">
      <summary>
        <para>Displays a date as a month name and day number, using your computer’s regional settings (e.g., February 11).</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.DateTimeFormat.MonthAndYear">
      <summary>
        <para>Displays a date as a month name and year number, using your computer’s regional settings (e.g., February, 2006).</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.DateTimeFormat.QuarterAndYear">
      <summary>
        <para>Displays a date as a quarter value and year number using your computer’s regional settings (e.g., Q2 2006).</para>
        <para>Note that you can apply formatting to the quarter’s value. To do this, set the <see cref="P:DevExpress.Xpf.Charts.DateTimeOptions.Format">DateTimeOptions.Format</see> property to Custom, and define one of the following values for the <see cref="P:DevExpress.Xpf.Charts.DateTimeOptions.FormatString">DateTimeOptions.FormatString</see> property:</para>
        <para>q - Changes format to Roman numerals (e.g., IV);</para>
        <para>qq - Changes format to Roman numerals with the Q prefix (e.g., QIV);</para>
        <para>Q - Changes format to Arabic numerals (e.g., 4);</para>
        <para>QQ - Changes format to Arabic numerals with the Q prefix (e.g., Q4).</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.DateTimeFormat.ShortDate">
      <summary>
        <para>Displays a date using the short-date format specified in your computer’s regional settings.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.DateTimeFormat.ShortTime">
      <summary>
        <para>Displays a time using the short-time format specified in your computer’s regional settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.DateTimeGridAlignment">
      <summary>
        <para>Lists the values that specify the date-time measurement unit to which the beginning of a diagram’s gridlines and labels should be aligned.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.DateTimeGridAlignment.Day">
      <summary>
        <para>Specifies day as the date-time unit to which axis grid lines should be aligned.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.DateTimeGridAlignment.Hour">
      <summary>
        <para>Specifies hour as the date-time unit to which axis grid lines should be aligned.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.DateTimeGridAlignment.Millisecond">
      <summary>
        <para>Specifies millisecond as the date-time unit to which axis grid lines should be aligned.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.DateTimeGridAlignment.Minute">
      <summary>
        <para>Specifies minute as the date-time unit to which axis grid lines should be aligned.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.DateTimeGridAlignment.Month">
      <summary>
        <para>Specifies month as the date-time unit to which axis grid lines should be aligned.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.DateTimeGridAlignment.Quarter">
      <summary>
        <para>Specifies a quarter of a year as the date-time unit to which axis grid lines should be aligned.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.DateTimeGridAlignment.Second">
      <summary>
        <para>Specifies second as the date-time unit to which axis grid lines should be aligned.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.DateTimeGridAlignment.Week">
      <summary>
        <para>Specifies week as the date-time unit to which axis grid lines should be aligned.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.DateTimeGridAlignment.Year">
      <summary>
        <para>Specifies year as the date-time unit to which axis grid lines should be aligned.</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 within a chart control.</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.DateTimeMeasureUnit">
      <summary>
        <para>Lists the values that specify the detail level for date-time values.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.DateTimeMeasureUnit.Day">
      <summary>
        <para>Specifies day as the measurement unit for date-time values.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.DateTimeMeasureUnit.Hour">
      <summary>
        <para>Specifies hour as the measurement unit for date-time values.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.DateTimeMeasureUnit.Millisecond">
      <summary>
        <para>Specifies millisecond as the measurement unit for date-time values.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.DateTimeMeasureUnit.Minute">
      <summary>
        <para>Specifies minute as the measurement unit for date-time values.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.DateTimeMeasureUnit.Month">
      <summary>
        <para>Specifies month as the measurement unit for date-time values.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.DateTimeMeasureUnit.Quarter">
      <summary>
        <para>Specifies quarter as the measurement unit for date-time values.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.DateTimeMeasureUnit.Second">
      <summary>
        <para>Specifies second as the measurement unit for date-time values.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.DateTimeMeasureUnit.Week">
      <summary>
        <para>Specifies week as the measurement unit for date-time values.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.DateTimeMeasureUnit.Year">
      <summary>
        <para>Specifies year as the measurement unit for date-time values.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.DateTimeOptions">
      <summary>
        <para>Contains specific settings which define the representation of date-time values for display purposes within a chart control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.DateTimeOptions.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.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">DateTimeOptions.Format</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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">DateTimeOptions.FormatString</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.DateTimeScaleChangedEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.Charts.ChartControl.AxisScaleChanged">ChartControl.AxisScaleChanged</see> event, if the changed axis has the date-time scale type.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.DateTimeScaleChangedEventArgs.GridAlignmentChange">
      <summary>
        <para>Returns information about grid alignment changes.</para>
      </summary>
      <value>The grid alignment mode change info.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.DateTimeScaleChangedEventArgs.MeasureUnitChange">
      <summary>
        <para>Returns information about measure unit changes.</para>
      </summary>
      <value>The grid measure unit change info.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.DateTimeScaleChangedEventArgs.MeasureUnitMultiplierChange">
      <summary>
        <para>Returns the information about the measurement unit multiplier changes.</para>
      </summary>
      <value>The <see cref="T:DevExpress.XtraCharts.ValueChangeInfo`1"/> of <see cref="T:System.Int32"/> that contains the measurement unit multiplier change info.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.DateTimeScaleChangedEventArgs.OverflowValueChange">
      <summary>
        <para>Returns information about the overflow interval value changes.</para>
      </summary>
      <value>The overflow value change info.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.DateTimeScaleChangedEventArgs.UnderflowValueChange">
      <summary>
        <para>Returns information about the underflow interval value changes.</para>
      </summary>
      <value>The underflow value change info.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.DateTimeScaleOptionsBase">
      <summary>
        <para>Contains settings for an axis scale when its data type is date-time.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.DateTimeScaleOptionsBase.GridLayoutMode">
      <summary>
        <para>Gets or sets the value that specifies the alignment of <see href="https://docs.devexpress.com/WPF/6337/controls-and-libraries/charts-suite/chart-control/axes/tickmarks-grid-lines-and-interlacing">grid lines</see>, major <see href="https://docs.devexpress.com/WPF/6337/controls-and-libraries/charts-suite/chart-control/axes/tickmarks-grid-lines-and-interlacing">tickmarks</see> and <see href="https://docs.devexpress.com/WPF/6336/controls-and-libraries/charts-suite/chart-control/axes/axis-labels">axis labels</see>.</para>
      </summary>
      <value>The value that specifies alignment.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.DateTimeScaleOptionsBase.GridLayoutModeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.DateTimeScaleOptionsBase.GridLayoutMode">DateTimeScaleOptionsBase.GridLayoutMode</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.DateTimeScaleOptionsBase.WorkdaysOnly">
      <summary>
        <para>Specifies whether holidays and non-working days should be excluded from the axis scale.</para>
      </summary>
      <value>true, to exclude non-working days from the axis scale; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.DateTimeScaleOptionsBase.WorkdaysOnlyProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.DateTimeScaleOptionsBase.WorkdaysOnly">DateTimeScaleOptionsBase.WorkdaysOnly</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.DateTimeScaleOptionsBase.WorkdaysOptions">
      <summary>
        <para>Provides access to the information about non-working days to adjust the date-time axis scale.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Charts.WorkdaysOptions"/> object that contains the information about non-working days.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.DateTimeScaleOptionsBase.WorkdaysOptionsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.DateTimeScaleOptionsBase.WorkdaysOptions">DateTimeScaleOptionsBase.WorkdaysOptions</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.DateTimeScaleOptionsBase.WorkTimeOnly">
      <summary>
        <para>Gets or sets a value indicating whether to show only the working time on a date-time axis.</para>
      </summary>
      <value>true if work time only should be shown on the date-time axis; otherwise false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.DateTimeScaleOptionsBase.WorkTimeOnlyProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.DateTimeScaleOptionsBase.WorkTimeOnly">DateTimeScaleOptionsBase.WorkTimeOnly</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.DateTimeScaleOptionsBase.WorkTimeRules">
      <summary>
        <para>Returns a collection of work time rules which should be applied to the date-time axis scale.</para>
      </summary>
      <value>A collection of <see cref="T:DevExpress.Xpf.Charts.WorkTimeRule"/> objects.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.DateTimeScaleOptionsBase.WorkTimeRulesProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.DateTimeScaleOptionsBase.WorkTimeRules">DateTimeScaleOptionsBase.WorkTimeRules</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.DateTimeSummaryOptions">
      <summary>
        <para>Date-time summarization options storage.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.DateTimeSummaryOptions.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.DateTimeSummaryOptions"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.DateTimeSummaryOptions.MeasureUnit">
      <summary>
        <para>Gets or sets the measurement unit that specifies the precision level of series points’ argument values.</para>
      </summary>
      <value>The measurement unit that specifies the precision level of series points’ argument values.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.DateTimeSummaryOptions.MeasureUnitMultiplier">
      <summary>
        <para>Gets or sets the factor on which the series multiplies the measurement unit to form a custom measurement unit.</para>
      </summary>
      <value>The factor on which the series multiplies the measurement unit to form a custom measurement unit.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.DateTimeSummaryOptions.TypeNameSerializable">
      <summary>
        <para>Gets the string value used to support serialization of the DateTimeSummaryOptions type.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value.</value>
    </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 <see cref="T:DevExpress.Xpf.Charts.DefaultIndicatorsPalette"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.DefaultIndicatorsPalette.PaletteName">
      <summary>
        <para>Gets the name of the <see cref="T:DevExpress.Xpf.Charts.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.DetalizationLevel">
      <summary>
        <para>Lists the shape detalization levels.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.DetalizationLevel.High">
      <summary>
        <para>Spheres have high detalization.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.DetalizationLevel.Low">
      <summary>
        <para>Spheres have low detalization.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.DetalizationLevel.Normal">
      <summary>
        <para>Spheres have normal detalization.</para>
        <para />
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.DetrendedPriceOscillator">
      <summary>
        <para>A Detrended Price Oscillator indicator.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.DetrendedPriceOscillator.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.DetrendedPriceOscillator"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.DetrendedPriceOscillator.PointsCount">
      <summary>
        <para>Gets or sets the number of <see href="https://docs.devexpress.com/WPF/6340/controls-and-libraries/charts-suite/chart-control/series/series-points">data points</see> used to calculate the indicator.</para>
      </summary>
      <value>An integer value, specifying the number of points.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.DetrendedPriceOscillator.PointsCountProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.DetrendedPriceOscillator.PointsCount">DetrendedPriceOscillator.PointsCount</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.DetrendedPriceOscillator.ValueLevel">
      <summary>
        <para>Gets or sets the value specifying which series point value should be used to calculate the indicator.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraCharts.ValueLevel"/> enumeration value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.DetrendedPriceOscillator.ValueLevelProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.DetrendedPriceOscillator.ValueLevel">DetrendedPriceOscillator.ValueLevel</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Diagram">
      <summary>
        <para>Represents the base class for classes that provide <see href="https://docs.devexpress.com/WPF/6333/controls-and-libraries/charts-suite/chart-control/diagram/diagram">diagrams</see> functionality for a chart control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Diagram.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Diagram"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Diagram.Annotations">
      <summary>
        <para>Returns the collection of annotations within a diagram.</para>
      </summary>
      <value>An observable collections of annotations.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Diagram.AnnotationsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Diagram.Annotations">Diagram.Annotations</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Diagram.BreadcrumbItems">
      <summary>
        <para>Returns the diagram’s breadcrumbs.</para>
      </summary>
      <value>A collection of <see cref="T:DevExpress.Xpf.Charts.BreadcrumbItem"/> objects.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Diagram.BreadcrumbItemsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Diagram.BreadcrumbItems">Diagram.BreadcrumbItems</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see cref="P:DevExpress.Xpf.Charts.Diagram.CrosshairAxisLabelItems">Diagram.CrosshairAxisLabelItems</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see cref="P:DevExpress.Xpf.Charts.Diagram.CrosshairSeriesLabelItems">Diagram.CrosshairSeriesLabelItems</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Diagram.DrillDown(System.Object,System.String)">
      <summary>
        <para>Drills down to the specified data item.</para>
      </summary>
      <param name="dataItem">A data item used to specify the diagram drill-down level.</param>
      <param name="breadcrumbText">A string value that specifies text for the current detail level’s breadcrumb.</param>
      <returns>true if the Chart Control drills down to the data item; otherwise false.</returns>
    </member>
    <member name="E:DevExpress.Xpf.Charts.Diagram.DrillDownStateChanged">
      <summary>
        <para>Occurs when end users navigate by detail levels when the Chart is is the <see href="https://docs.devexpress.com/WPF/400717/controls-and-libraries/charts-suite/chart-control/provide-data/drill-down">Drill Mode</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Diagram.DrillDownStateChangedEvent">
      <summary>
        <para>Identifies the <see cref="E:DevExpress.Xpf.Charts.Diagram.DrillDownStateChanged"/> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Diagram.DrillUp">
      <summary>
        <para>Returns the diagram to a previous drill-down level.</para>
      </summary>
      <returns>true if the Chart Control drills up to the previous drill-down level; otherwise false.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Diagram.EndInit">
      <summary>
        <para>Ends the <see cref="T:DevExpress.Xpf.Charts.Diagram"/>‘s initialization.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Diagram.ResetDrillDown">
      <summary>
        <para>Resets the diagram to the topmost detail level.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Diagram.Series">
      <summary>
        <para>Provides access to the diagram’s collection of <see href="https://docs.devexpress.com/WPF/6339/controls-and-libraries/charts-suite/chart-control/series/series">series</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Charts.SeriesCollection"/> object that represents the 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 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">Diagram.SeriesDataMember</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Diagram.SeriesItemsSource">
      <summary>
        <para>Gets or sets the collection of objects used to generate series.</para>
      </summary>
      <value>A collection that is used to generate the series of the Chart. The default is null (Nothing in Visual Basic).</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Diagram.SeriesItemsSourceProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Diagram.SeriesItemsSource">Diagram.SeriesItemsSource</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Diagram.SeriesItemTemplate">
      <summary>
        <para>Gets or sets the <see cref="T:System.Windows.DataTemplate"/> that specifies how to convert a model object to a series.</para>
      </summary>
      <value>A <see cref="T:System.Windows.DataTemplate"/> that specifies the visualization of the series data objects. The default is null (Nothing in Visual Basic).</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Diagram.SeriesItemTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Diagram.SeriesItemTemplate">Diagram.SeriesItemTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Diagram.SeriesItemTemplateSelector">
      <summary>
        <para>Gets or sets the custom logic for selecting a data template that converts a model object to a series.</para>
      </summary>
      <value>The <see cref="T:System.Windows.Controls.DataTemplateSelector"/> descendant class object that provides logic and returns a <see cref="T:System.Windows.DataTemplate"/>. The default is null (Nothing in Visual Basic).</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Diagram.SeriesItemTemplateSelectorProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Diagram.SeriesItemTemplateSelector">Diagram.SeriesItemTemplateSelector</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Diagram.SeriesProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Diagram.Series">Diagram.Series</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Diagram.SeriesTemplate">
      <summary>
        <para>Specifies the series template 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">Diagram.SeriesTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Diagram.ShouldSerializeAnnotations(System.Windows.Markup.XamlDesignerSerializationManager)">
      <summary>
        <para>Indicates whether the effective value of the <see cref="P:DevExpress.Xpf.Charts.Diagram.Annotations">Diagram.Annotations</see> property should be serialized during serialization of a <see cref="T:DevExpress.Xpf.Charts.Diagram"/> object.</para>
      </summary>
      <param name="manager">A <see cref="T:System.Windows.Markup.XamlDesignerSerializationManager"/> object, which is the serialization service manager object for the <see cref="T:DevExpress.Xpf.Charts.Diagram"/>.</param>
      <returns>This property returns false to avoid serialization of the <see cref="P:DevExpress.Xpf.Charts.Diagram.Annotations">Diagram.Annotations</see> property using <see cref="T:System.Windows.Markup.XamlWriter"/>.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Diagram.ShouldSerializeCrosshairAxisLabelItems(System.Windows.Markup.XamlDesignerSerializationManager)">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Diagram.ShouldSerializeCrosshairSeriesLabelItems(System.Windows.Markup.XamlDesignerSerializationManager)">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Diagram2D">
      <summary>
        <para>Represents the base class for <see href="https://docs.devexpress.com/WPF/6333/controls-and-libraries/charts-suite/chart-control/diagram/diagram">diagrams</see> that display <see href="https://docs.devexpress.com/WPF/114223/controls-and-libraries/charts-suite/chart-control/series/2d-series-types">2D series</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Diagram2D.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Diagram2D"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Diagram3D">
      <summary>
        <para>Represents the base class for <see href="https://docs.devexpress.com/WPF/6333/controls-and-libraries/charts-suite/chart-control/diagram/diagram">diagrams</see>, that display <see href="https://docs.devexpress.com/WPF/114250/controls-and-libraries/charts-suite/chart-control/series/3d-series-types">3D series</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Diagram3D.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Diagram3D"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Diagram3D.ActualContentTransform">
      <summary>
        <para>Gets the actual object with information on how to transform the <see href="https://docs.devexpress.com/WPF/6333/controls-and-libraries/charts-suite/chart-control/diagram/diagram">3D Diagram</see>‘s contents.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Media.Media3D.Transform3D"/> object representing the transformation of a diagram.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Diagram3D.ContentTransform">
      <summary>
        <para>Gets or sets an object with information on how to transform the <see href="https://docs.devexpress.com/WPF/6333/controls-and-libraries/charts-suite/chart-control/diagram/diagram">3D Diagram</see>‘s contents.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Media.Media3D.Transform3D"/> object representing the transformation of a diagram.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Diagram3D.ContentTransformProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Diagram3D.ContentTransform">Diagram3D.ContentTransform</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Diagram3D.HorizontalScrollPercent">
      <summary>
        <para>Gets or sets the amount by which to scroll a diagram horizontally.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> that represents a scroll percentage. It should be within the range -100;100.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Diagram3D.HorizontalScrollPercentProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Diagram3D.HorizontalScrollPercent">Diagram3D.HorizontalScrollPercent</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Diagram3D.Lighting">
      <summary>
        <para>Gets or sets the lighting used in the current 3D diagram.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Charts.DiagramLightingCollection"/> object.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Diagram3D.LightingProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Diagram3D.Lighting">Diagram3D.Lighting</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Diagram3D.NavigationOptions">
      <summary>
        <para>Provides access to the options specifying the ways in which zooming, scrolling and rotating can be performed for this <see cref="T:DevExpress.Xpf.Charts.Diagram3D"/>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Charts.NavigationOptions3D"/> object containing zooming, scrolling and rotating options.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Diagram3D.NavigationOptionsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Diagram3D.NavigationOptions">Diagram3D.NavigationOptions</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Diagram3D.PerspectiveAngle">
      <summary>
        <para>Gets or sets the perspective angle for a 3D diagram in a perspective projection.</para>
      </summary>
      <value>An integer value, 0 or more, but less than 180.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Diagram3D.PerspectiveAngleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Diagram3D.PerspectiveAngle">Diagram3D.PerspectiveAngle</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Diagram3D.RuntimeRotation">
      <summary>
        <para>Gets or sets a value indicating if the 3D diagram can be rotated by end-users at runtime via the mouse pointer.</para>
      </summary>
      <value>true if a chart can be rotated at runtime; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Diagram3D.RuntimeRotationProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Diagram3D.RuntimeRotation">Diagram3D.RuntimeRotation</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Diagram3D.RuntimeScrolling">
      <summary>
        <para>Gets or sets a value indicating if the 3D diagram can be scrolled by end-users at runtime.</para>
      </summary>
      <value>true if scrolling is enabled; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Diagram3D.RuntimeScrollingProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Diagram3D.RuntimeScrolling">Diagram3D.RuntimeScrolling</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Diagram3D.RuntimeZooming">
      <summary>
        <para>Gets or sets a value indicating if the 3D diagram can be zoomed in and out at runtime.</para>
      </summary>
      <value>true if zooming is enabled; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Diagram3D.RuntimeZoomingProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Diagram3D.RuntimeZooming">Diagram3D.RuntimeZooming</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Diagram3D.VerticalScrollPercent">
      <summary>
        <para>Gets or sets the amount by which to scroll vertically.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value that represents a scroll percentage. This should be within the range - 100;100.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Diagram3D.VerticalScrollPercentProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Diagram3D.VerticalScrollPercent">Diagram3D.VerticalScrollPercent</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Diagram3D.ZoomPercent">
      <summary>
        <para>Gets or sets the magnification amount applied to the chart, as a percentage.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value that specifies the zooming percentage. Should be within the range 1;500.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Diagram3D.ZoomPercentProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Diagram3D.ZoomPercent">Diagram3D.ZoomPercent</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Diagram3DAnimation">
      <summary>
        <para>Provides options that allow you to animate a <see cref="T:DevExpress.Xpf.Charts.Diagram3D"/>‘s rotation, zooming and scrolling</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Diagram3DAnimation.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Diagram3DAnimation"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Diagram3DAnimation.Actions">
      <summary>
        <para>Specifies which parameters of the <see cref="T:DevExpress.Xpf.Charts.Diagram3D"/> object should be animated. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Charts.Diagram3DAnimationActionCollection"/> object,</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Diagram3DAnimation.ActionsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Diagram3DAnimation.Actions">Diagram3DAnimation.Actions</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Diagram3DAnimation.InitialHorizontalScrollPercent">
      <summary>
        <para>Specifies the initial horizontal scroll percent for <see cref="T:DevExpress.Xpf.Charts.Diagram3DAnimation"/>. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Diagram3DAnimation.InitialHorizontalScrollPercentProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Diagram3DAnimation.InitialHorizontalScrollPercent">Diagram3DAnimation.InitialHorizontalScrollPercent</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Diagram3DAnimation.InitialPerspectiveAngle">
      <summary>
        <para>Specifies the initial perspective angle for <see cref="T:DevExpress.Xpf.Charts.Diagram3DAnimation"/>. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Diagram3DAnimation.InitialPerspectiveAngleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Diagram3DAnimation.InitialPerspectiveAngle">Diagram3DAnimation.InitialPerspectiveAngle</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Diagram3DAnimation.InitialRotation">
      <summary>
        <para>Provides access to the initial rotation settings of the series point animation.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Xpf.Charts.AnimationRotation"/> structure.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Diagram3DAnimation.InitialRotationProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Diagram3DAnimation.InitialRotation">Diagram3DAnimation.InitialRotation</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Diagram3DAnimation.InitialVerticalScrollPercent">
      <summary>
        <para>Specifies the initial vertical scroll percent for <see cref="T:DevExpress.Xpf.Charts.Diagram3DAnimation"/>. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Diagram3DAnimation.InitialVerticalScrollPercentProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Diagram3DAnimation.InitialVerticalScrollPercent">Diagram3DAnimation.InitialVerticalScrollPercent</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Diagram3DAnimation.InitialZoomPercent">
      <summary>
        <para>Specifies the initial zoom percent for <see cref="T:DevExpress.Xpf.Charts.Diagram3DAnimation"/>. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Diagram3DAnimation.InitialZoomPercentProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Diagram3DAnimation.InitialZoomPercent">Diagram3DAnimation.InitialZoomPercent</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Diagram3DAnimationAction">
      <summary>
        <para>The base class for all animation actions for <see cref="T:DevExpress.Xpf.Charts.Diagram3D"/>.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Diagram3DAnimationActionCollection">
      <summary>
        <para>Stores individual animation actions for <see cref="T:DevExpress.Xpf.Charts.Diagram3D"/>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Diagram3DAnimationActionCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Diagram3DAnimationActionCollection"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Diagram3DHorizontalScrollPercentAction">
      <summary>
        <para>Animates the <see cref="P:DevExpress.Xpf.Charts.Diagram3D.HorizontalScrollPercent">Diagram3D.HorizontalScrollPercent</see> property.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Diagram3DHorizontalScrollPercentAction.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Diagram3DHorizontalScrollPercentAction"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Diagram3DHorizontalScrollPercentAction.FinalHorizontalScrollPercent">
      <summary>
        <para>Specifies the final horizontal scroll percentage for the <see cref="T:DevExpress.Xpf.Charts.Diagram3D"/> animation action. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Diagram3DHorizontalScrollPercentAction.FinalHorizontalScrollPercentProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Diagram3DHorizontalScrollPercentAction.FinalHorizontalScrollPercent">Diagram3DHorizontalScrollPercentAction.FinalHorizontalScrollPercent</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Diagram3DPerspectiveAction">
      <summary>
        <para>Animates the <see cref="P:DevExpress.Xpf.Charts.Diagram3D.PerspectiveAngle">Diagram3D.PerspectiveAngle</see> property.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Diagram3DPerspectiveAction.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Diagram3DPerspectiveAction"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Diagram3DPerspectiveAction.FinalPerspectiveAngle">
      <summary>
        <para>Specifies the final perspective angle for the <see cref="T:DevExpress.Xpf.Charts.Diagram3D"/> animation action. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Diagram3DPerspectiveAction.FinalPerspectiveAngleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Diagram3DPerspectiveAction.FinalPerspectiveAngle">Diagram3DPerspectiveAction.FinalPerspectiveAngle</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Diagram3DRotationAction">
      <summary>
        <para>Animates the rotation angle of the <see cref="T:DevExpress.Xpf.Charts.Diagram3D"/>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Diagram3DRotationAction.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Diagram3DRotationAction"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Diagram3DRotationAction.Rotation">
      <summary>
        <para>Provides access to the rotation settings of the <see cref="T:DevExpress.Xpf.Charts.AnimationRotation"/> object  to specify the final rotation angle for the <see cref="T:DevExpress.Xpf.Charts.Diagram3D"/> animation action.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Xpf.Charts.AnimationRotation"/> structure.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Diagram3DRotationAction.RotationProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Diagram3DRotationAction.Rotation">Diagram3DRotationAction.Rotation</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Diagram3DVerticalScrollPercentAction">
      <summary>
        <para>Animates the <see cref="P:DevExpress.Xpf.Charts.Diagram3D.VerticalScrollPercent">Diagram3D.VerticalScrollPercent</see> property.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Diagram3DVerticalScrollPercentAction.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Diagram3DVerticalScrollPercentAction"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Diagram3DVerticalScrollPercentAction.FinalVerticalScrollPercent">
      <summary>
        <para>Specifies the final vertical scroll percentage for the <see cref="T:DevExpress.Xpf.Charts.Diagram3D"/> animation action. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Diagram3DVerticalScrollPercentAction.FinalVerticalScrollPercentProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Diagram3DVerticalScrollPercentAction.FinalVerticalScrollPercent">Diagram3DVerticalScrollPercentAction.FinalVerticalScrollPercent</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Diagram3DZoomAction">
      <summary>
        <para>Animates the <see cref="P:DevExpress.Xpf.Charts.Diagram3D.ZoomPercent">Diagram3D.ZoomPercent</see> property.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Diagram3DZoomAction.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Diagram3DZoomAction"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Diagram3DZoomAction.FinalZoomPercent">
      <summary>
        <para>Specifies the final zoom percentage for the <see cref="T:DevExpress.Xpf.Charts.Diagram3D"/> animation action. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Diagram3DZoomAction.FinalZoomPercentProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Diagram3DZoomAction.FinalZoomPercent">Diagram3DZoomAction.FinalZoomPercent</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.DiagramCoordinates">
      <summary>
        <para>An object that contains descriptive information about a geometrical point within the <see href="https://docs.devexpress.com/WPF/6333/controls-and-libraries/charts-suite/chart-control/diagram/diagram">diagram</see>.</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 <see href="https://docs.devexpress.com/WPF/6334/controls-and-libraries/charts-suite/chart-control/axes/axes">X-axis</see> of the diagram coordinate.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Xpf.Charts.AxisX2D"/> object which is the coordinate’s X-axis.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.DiagramCoordinates.AxisY">
      <summary>
        <para>Gets the <see href="https://docs.devexpress.com/WPF/6334/controls-and-libraries/charts-suite/chart-control/axes/axes">Y-axis</see> of the diagram coordinate.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Xpf.Charts.AxisY2D"/> object which is the coordinate’s Y-axis.</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 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>true if the diagram coordinates correspond to a point outside the diagram area; otherwise, false.</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 coordinate’s value.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.DiagramCoordinates.Pane">
      <summary>
        <para>Gets the <see href="https://docs.devexpress.com/WPF/10631/controls-and-libraries/charts-suite/chart-control/panes/panes">pane</see> 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"/>, that is a diagram point’s qualitative argument.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.DiagramCoordinates.TimeSpanArgument">
      <summary>
        <para>Returns the diagram point’s time-span argument.</para>
      </summary>
      <value>A time-span value that specifies the diagram point’s argument.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.DiagramCoordinates.TimeSpanValue">
      <summary>
        <para>Returns the diagram point’s time-span value.</para>
      </summary>
      <value>A time-span value that specifies the diagram point’s 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.DiagramLightingCollection">
      <summary>
        <para>Represents a collection of <see cref="T:System.Windows.Media.Media3D.Light"/> objects.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.DiagramLightingCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.DiagramLightingCollection"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.DiamondMarker2DModel">
      <summary>
        <para>The Diamond marker <see href="https://docs.devexpress.com/WPF/4285/controls-and-libraries/charts-suite/chart-control/series/series-and-marker-models">model</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.DiamondMarker2DModel.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.DiamondMarker2DModel"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.DiamondMarker2DModel.ModelName">
      <summary>
        <para>Returns the “Diamond” string.</para>
      </summary>
      <value>The “Diamond” string.</value>
    </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>A crosshair label is positioned on the bottom left of a container object (specified via the <see cref="P:DevExpress.Xpf.Charts.CrosshairFreePosition.DockTarget">CrosshairFreePosition.DockTarget</see> property). For example, the image below demonstrates a crosshair label docked to the bottom left of a chart.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.DockCorner.BottomRight">
      <summary>
        <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">CrosshairFreePosition.DockTarget</see> property). For example, the image below demonstrates a crosshair label docked to the bottom right of a chart.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.DockCorner.TopLeft">
      <summary>
        <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">CrosshairFreePosition.DockTarget</see> property). For example, the image below demonstrates a crosshair label docked to the top left of a chart.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.DockCorner.TopRight">
      <summary>
        <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">CrosshairFreePosition.DockTarget</see> property). For example, the image below demonstrates a crosshair label docked to the top right of a chart.</para>
        <para />
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.DollarMarker2DModel">
      <summary>
        <para>The Dollar marker <see href="https://docs.devexpress.com/WPF/4285/controls-and-libraries/charts-suite/chart-control/series/series-and-marker-models">model</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.DollarMarker2DModel.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.DollarMarker2DModel"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.DollarMarker2DModel.ModelName">
      <summary>
        <para>Gets the name of the <see cref="T:DevExpress.Xpf.Charts.DollarMarker2DModel"/>.</para>
      </summary>
      <value>Always “Dollar”.</value>
    </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.Clone">
      <summary>
        <para>Creates a copy of the current <see cref="T:DevExpress.Xpf.Charts.DrawOptions"/> object.</para>
      </summary>
      <returns>A <see cref="T:DevExpress.Xpf.Charts.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 <see href="https://docs.devexpress.com/WPF/6339/controls-and-libraries/charts-suite/chart-control/series/series">series</see> or <see href="https://docs.devexpress.com/WPF/6340/controls-and-libraries/charts-suite/chart-control/series/series-points">series point</see> 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 <see cref="T:DevExpress.Xpf.Charts.DrawOptions"/> instance.</para>
      </summary>
      <param name="obj">The object to compare with the current object.</param>
      <returns>true if the specified object is equal to the current <see cref="T:DevExpress.Xpf.Charts.DrawOptions"/> instance; otherwise false.</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 <see cref="T:DevExpress.Xpf.Charts.DrawOptions"/> object.</para>
      </summary>
      <returns>An integer value representing the hash code for the current object.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.DrawOptions.op_Equality(DevExpress.Xpf.Charts.DrawOptions,DevExpress.Xpf.Charts.DrawOptions)">
      <summary>
        <para>Compares two <see cref="T:DevExpress.Xpf.Charts.DrawOptions"/> objects. The result specifies whether these objects are equal.</para>
      </summary>
      <param name="a">The first object to check equality.</param>
      <param name="b">The second object to check equality.</param>
      <returns>true if passed objects are equal; otherwise false.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.DrawOptions.op_Inequality(DevExpress.Xpf.Charts.DrawOptions,DevExpress.Xpf.Charts.DrawOptions)">
      <summary>
        <para>Returns whether two <see cref="T:DevExpress.Xpf.Charts.DrawOptions"/> objects are not equal.</para>
      </summary>
      <param name="a">The first object to check equality.</param>
      <param name="b">The first object to check equality.</param>
      <returns>true if passed objects are not equal; otherwise false.</returns>
    </member>
    <member name="T:DevExpress.Xpf.Charts.DrillDownStateChangedEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.Charts.Diagram.DrillDownStateChanged"/> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.DrillDownStateChangedEventArgs.#ctor(DevExpress.Xpf.Charts.BreadcrumbItemCollection)">
      <summary>
        <para>Initializes a new <see cref="T:DevExpress.Xpf.Charts.DrillDownStateChangedEventArgs"/> instance with the specified breadcrumb item collections.</para>
      </summary>
      <param name="breadcrumbs">The collection of current breadcrumb items.</param>
    </member>
    <member name="P:DevExpress.Xpf.Charts.DrillDownStateChangedEventArgs.BreadcrumbItems">
      <summary>
        <para>Returns the collection of model objects through which an end user navigates to the current drill down level.</para>
      </summary>
      <value>The collection of model objects through which an end user navigates to the current drill down level.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.DrillDownStateChangedEventHandler">
      <summary>
        <para>A method that handles the <see cref="E:DevExpress.Xpf.Charts.Diagram.DrillDownStateChanged"/> event.</para>
      </summary>
      <param name="sender">The event sender.</param>
      <param name="e">The event arguments.</param>
    </member>
    <member name="T:DevExpress.Xpf.Charts.DropsStock2DModel">
      <summary>
        <para>The Drops <see href="https://docs.devexpress.com/WPF/6849/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/financial-series/stock">2D Stock</see> <see href="https://docs.devexpress.com/WPF/4285/controls-and-libraries/charts-suite/chart-control/series/series-and-marker-models">model</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.DropsStock2DModel.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.DropsStock2DModel"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.DropsStock2DModel.ModelName">
      <summary>
        <para>Gets the name of the <see cref="T:DevExpress.Xpf.Charts.DropsStock2DModel"/>.</para>
      </summary>
      <value>Always “Drops”.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.DXChartsPalette">
      <summary>
        <para>Represents the DXCharts palette.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.DXChartsPalette.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.DXChartsPalette"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.DXChartsPalette.PaletteName">
      <summary>
        <para>Gets the name of the <see cref="T:DevExpress.Xpf.Charts.DXChartsPalette"/>.</para>
      </summary>
      <value>Always DXCharts.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.EditableImageContent">
      <summary>
        <para>Defines image content for editable <see href="https://docs.devexpress.com/WPF/115898/controls-and-libraries/charts-suite/chart-control/annotations">annotations</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.EditableImageContent.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.EditableImageContent"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.EditableImageContent.ImageSource">
      <summary>
        <para>Gets or sets an image displayed in an editable annotation.</para>
      </summary>
      <value>An annotation image.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.EditableImageContent.ImageSourceProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.EditableImageContent.ImageSource"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.EditableTextContent">
      <summary>
        <para>Defines text content for editable <see href="https://docs.devexpress.com/WPF/115898/controls-and-libraries/charts-suite/chart-control/annotations">annotations</see> and <see href="https://docs.devexpress.com/WPF/7846/controls-and-libraries/charts-suite/chart-control/axes/constant-lines">constant lines</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.EditableTextContent.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.EditableTextContent"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.EditableTextContent.EditModeEnabled">
      <summary>
        <para>Specifies that the annotation text can be edited.</para>
      </summary>
      <value>true, if a user can edit the annotation text; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.EditableTextContent.EditModeEnabledProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.EditableTextContent.EditModeEnabled"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.EditableTextContent.Multiline">
      <summary>
        <para>Gets or sets whether carriage return (CRLF) characters split the label’s text into multiple lines.</para>
      </summary>
      <value>true, if carriage return (CRLF) characters split the label’s text into multiple lines ; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.EditableTextContent.MultilineProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.EditableTextContent.Multiline"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.EditableTextContent.Text">
      <summary>
        <para>Gets or sets text used in editable annotations and constant lines.</para>
      </summary>
      <value>A text annotation’s content.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.EditableTextContent.TextProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.EditableTextContent.Text"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.EditableTextContent.TypeNameSerializable">
      <summary>
        <para>Returns the string value used to support serialization of the EditableTextContent type.</para>
      </summary>
      <value>A string value.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.ElementSelectionMode">
      <summary>
        <para>Lists the values used to specify the selection mode of a chart element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ElementSelectionMode.Extended">
      <summary>
        <para>Selects multiple consecutive chart elements (the SHIFT key or Ctrl key is held down) or deselects chart elements (the Ctrl key is held down).</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ElementSelectionMode.Multiple">
      <summary>
        <para>Selects multiple chart elements.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ElementSelectionMode.None">
      <summary>
        <para>The selection of a chart element is disabled.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ElementSelectionMode.Single">
      <summary>
        <para>Selects the only chart element.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.EmptyPointOptions">
      <summary>
        <para>Contains options related to empty points.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.EmptyPointOptions.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.EmptyPointOptions"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.EmptyPointOptions.Brush">
      <summary>
        <para>Gets or sets the brush that is used to paint empty points.</para>
      </summary>
      <value>The brush that is applied to empty points, empty point markers (for line and area series), and empty areas (for area series).</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.EmptyPointOptions.BrushProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.EmptyPointOptions.Brush"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.EmptyPointOptions.ProcessPoints">
      <summary>
        <para>Specifies how the chart control handles empty series points.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Charts.ProcessEmptyPointsMode"/> value that defines how to handle empty points.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.EmptyPointOptions.ProcessPointsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.EmptyPointOptions.ProcessPoints"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.ErrorBarDirection">
      <summary>
        <para>Lists the directions of errors displayed by Error Bars.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ErrorBarDirection.Both">
      <summary>
        <para>Both the positive and negative error bars will be plotted.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ErrorBarDirection.Minus">
      <summary>
        <para>Only the negative error bar will be plotted.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ErrorBarDirection.Plus">
      <summary>
        <para>Only the positive error bar will be plotted.</para>
        <para />
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.ErrorBarEndStyle">
      <summary>
        <para>Lists the Error Bars end styles.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ErrorBarEndStyle.Cap">
      <summary>
        <para>The end of an error bar will be marked by a cap.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ErrorBarEndStyle.NoCap">
      <summary>
        <para>The end of an error bar will not be marked by a cap.</para>
        <para />
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.ErrorBars">
      <summary>
        <para>The base class for all Error Bar indicators.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ErrorBars.Direction">
      <summary>
        <para>Gets or sets the error bar direction.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Xpf.Charts.ErrorBarDirection"/> enumeration value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ErrorBars.DirectionProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ErrorBars.Direction">ErrorBars.Direction</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ErrorBars.EndStyle">
      <summary>
        <para>Gets or sets the style of the error bar end.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Xpf.Charts.ErrorBarEndStyle"/> enumeration value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ErrorBars.EndStyleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ErrorBars.EndStyle">ErrorBars.EndStyle</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ErrorBars.GetFilteredMinMaxY(DevExpress.Charts.Native.IMinMaxValues)">
      <summary>
        <para>Calculates the maximum and minimum Y-axis values required to plot the error bars.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.ExponentialMovingAverage">
      <summary>
        <para>Represents an Exponential Moving Average indicator.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ExponentialMovingAverage.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.ExponentialMovingAverage"/> class with default settings.</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 <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.FadeInMode.Auto">
      <summary>
        <para>The fade-in mode is defined automatically.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.FadeInMode.Labels">
      <summary>
        <para>Only <see href="https://docs.devexpress.com/WPF/6341/controls-and-libraries/charts-suite/chart-control/series/series-point-labels">series labels</see> fade in.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.FadeInMode.Points">
      <summary>
        <para>Only <see href="https://docs.devexpress.com/WPF/6340/controls-and-libraries/charts-suite/chart-control/series/series-points">series point</see> markers fade in.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.FadeInMode.PointsAndLabels">
      <summary>
        <para>Both the <see href="https://docs.devexpress.com/WPF/6340/controls-and-libraries/charts-suite/chart-control/series/series-points">series point</see> markers and <see href="https://docs.devexpress.com/WPF/6341/controls-and-libraries/charts-suite/chart-control/series/series-point-labels">series labels</see> fade in.</para>
      </summary>
    </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 <see cref="T:DevExpress.Xpf.Charts.FibonacciArcs"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.FibonacciArcs.ShowLevel100">
      <summary>
        <para>Gets or sets the value which determines whether to display the 100% level for the Arcs type of Fibonacci Indicators.</para>
      </summary>
      <value>true, if the 100% level should be displayed; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.FibonacciArcs.ShowLevel100Property">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.FibonacciArcs.ShowLevel100">FibonacciArcs.ShowLevel100</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see cref="T:DevExpress.Xpf.Charts.FibonacciFans"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.FibonacciFans.ShowLevel0">
      <summary>
        <para>Gets or sets the value which determines whether to display the 0% level for the Fans type of Fibonacci Indicators.</para>
      </summary>
      <value>true, if the 0% level should be displayed; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.FibonacciFans.ShowLevel0Property">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.FibonacciFans.ShowLevel0">FibonacciFans.ShowLevel0</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.FibonacciIndicator">
      <summary>
        <para>Represents the base class for Fibonacci Indicators.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.FibonacciIndicator.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.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 <see cref="P:DevExpress.Xpf.Charts.FibonacciIndicator.Label">FibonacciIndicator.Label</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.FibonacciIndicator.ShowLevel23_6">
      <summary>
        <para>Gets or sets the value which determines whether to display the 23.6% level for the Fibonacci Indicator of the required kind.</para>
      </summary>
      <value>true, if the level of 23.6% should be displayed; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.FibonacciIndicator.ShowLevel23_6Property">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.FibonacciIndicator.ShowLevel23_6">FibonacciIndicator.ShowLevel23_6</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.FibonacciIndicator.ShowLevel76_4">
      <summary>
        <para>Gets or sets the value which determines whether to display the 76.4% level for the Fibonacci Indicator of the required kind.</para>
      </summary>
      <value>true, if the level of 76.4% should be displayed; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.FibonacciIndicator.ShowLevel76_4Property">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.FibonacciIndicator.ShowLevel76_4">FibonacciIndicator.ShowLevel76_4</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see cref="T:DevExpress.Xpf.Charts.FibonacciRetracement"/> class with default settings.</para>
      </summary>
    </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>true, if the additional levels should be displayed; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.FibonacciRetracement.ShowAdditionalLevelsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.FibonacciRetracement.ShowAdditionalLevels">FibonacciRetracement.ShowAdditionalLevels</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.FillStyleBase">
      <summary>
        <para>The base fill style used to color a surface.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.FillStyleBase.Legend">
      <summary>
        <para>Gets or sets the legend in which the legend item of the fill style should be shown.</para>
      </summary>
      <value>The legend.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.FillStyleBase.LegendProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.FillStyleBase.Legend">FillStyleBase.Legend</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.FillStyleBase.LegendTextPattern">
      <summary>
        <para>Gets or sets the text pattern specifying the text of the legend item of the fill style.</para>
      </summary>
      <value>The legend item text pattern.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.FillStyleBase.LegendTextPatternProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.FillStyleBase.LegendTextPattern">FillStyleBase.LegendTextPattern</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.FillStyleBase.ShowInLegend">
      <summary>
        <para>Gets or sets whether the legend should display the item that the fill style provides.</para>
      </summary>
      <value>The value that defines whether to show the fill style-related item in a legend.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.FillStyleBase.ShowInLegendProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.FillStyleBase.ShowInLegend">FillStyleBase.ShowInLegend</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.FinancialIndicator">
      <summary>
        <para>Represents the base class for Fibonacci Indicators and Trend Lines.</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 <see cref="P:DevExpress.Xpf.Charts.FinancialIndicator.Argument1">FinancialIndicator.Argument1</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see cref="P:DevExpress.Xpf.Charts.FinancialIndicator.Argument2">FinancialIndicator.Argument2</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see cref="P:DevExpress.Xpf.Charts.FinancialIndicator.ValueLevel1">FinancialIndicator.ValueLevel1</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see cref="P:DevExpress.Xpf.Charts.FinancialIndicator.ValueLevel2">FinancialIndicator.ValueLevel2</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.FinancialSeries2D">
      <summary>
        <para>Represents the base class for <see href="https://docs.devexpress.com/WPF/6850/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/financial-series/candle-stick">2D Candle Stick</see> and <see href="https://docs.devexpress.com/WPF/6849/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/financial-series/stock">2D Stock</see> series.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.FinancialSeries2D.AddPoint(System.DateTime,System.Double,System.Double,System.Double,System.Double)">
      <summary>
        <para>Adds a new series point with the specified argument and values to the series.</para>
      </summary>
      <param name="argument">The date-time argument of the new point.</param>
      <param name="low">The low value of the new point.</param>
      <param name="high">The high value of the new point.</param>
      <param name="open">The open value of the new point.</param>
      <param name="close">The close value of the new point.</param>
      <returns>The newly added series point.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.FinancialSeries2D.AddPoint(System.Double,System.Double,System.Double,System.Double,System.Double)">
      <summary>
        <para>Adds a new series point with the specified argument and values to the series.</para>
      </summary>
      <param name="argument">The numeric argument of the new point.</param>
      <param name="low">The low value of the new point.</param>
      <param name="high">The high value of the new point.</param>
      <param name="open">The open value of the new point.</param>
      <param name="close">The close value of the new point.</param>
      <returns>The newly added series point.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.FinancialSeries2D.AddPoint(System.String,System.Double,System.Double,System.Double,System.Double)">
      <summary>
        <para>Adds a new series point with the specified argument and values to the series.</para>
      </summary>
      <param name="argument">The qualitative argument of the new point.</param>
      <param name="low">The low value of the new point.</param>
      <param name="high">The high value of the new point.</param>
      <param name="open">The open value of the new point.</param>
      <param name="close">The close value of the new point.</param>
      <returns>The newly added series point.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.FinancialSeries2D.AddPoint(System.TimeSpan,System.Double,System.Double,System.Double,System.Double)">
      <summary>
        <para>Adds a new series point with the specified argument and values to the series.</para>
      </summary>
      <param name="argument">The new point’s argument.</param>
      <param name="low">The new point’s low value.</param>
      <param name="high">The new point’s high value.</param>
      <param name="open">The new point’s open value.</param>
      <param name="close">The new point’s close value.</param>
      <returns>The newly added series point.</returns>
    </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 <see href="https://docs.devexpress.com/WPF/6850/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/financial-series/candle-stick">2D Candle Stick</see> and <see href="https://docs.devexpress.com/WPF/6849/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/financial-series/stock">2D Stock</see> 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">FinancialSeries2D.CloseValueDataMember</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.FinancialSeries2D.CloseValueProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.FinancialSeries2D.CloseValue">FinancialSeries2D.CloseValue</see> dependency property.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.FinancialSeries2D.ColorEach">
      <summary>
        <para>Overrides the <see cref="P:DevExpress.Xpf.Charts.XYSeries.ColorEach">XYSeries.ColorEach</see> property to hide it.</para>
      </summary>
      <value>Always false.</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">FinancialSeries2D.CloseValue</see> 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">FinancialSeries2D.CloseValue</see> 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">FinancialSeries2D.HighValue</see> 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">FinancialSeries2D.HighValue</see> 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">FinancialSeries2D.LowValue</see> 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">FinancialSeries2D.LowValue</see> 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">FinancialSeries2D.OpenValue</see> 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">FinancialSeries2D.OpenValue</see> property value for the series point.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.FinancialSeries2D.GetPointAnimation">
      <summary>
        <para>Gets the <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">point animation</see>, which is assigned to <see cref="T:DevExpress.Xpf.Charts.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">FinancialSeries2D.ValueToDisplay</see> attached property for specified <see cref="T:DevExpress.Xpf.Charts.PointOptions"/>.</para>
      </summary>
      <param name="options">The point options from which the property value is read.</param>
      <returns>The <see cref="P:DevExpress.Xpf.Charts.FinancialSeries2D.ValueToDisplay">FinancialSeries2D.ValueToDisplay</see> property value for the point options.</returns>
    </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 <see href="https://docs.devexpress.com/WPF/6850/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/financial-series/candle-stick">2D Candle Stick</see> and <see href="https://docs.devexpress.com/WPF/6849/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/financial-series/stock">2D Stock</see> 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">FinancialSeries2D.HighValueDataMember</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.FinancialSeries2D.HighValueProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.FinancialSeries2D.HighValue">FinancialSeries2D.HighValue</see> dependency property.</para>
      </summary>
    </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 <see href="https://docs.devexpress.com/WPF/6850/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/financial-series/candle-stick">2D Candle Stick</see> and <see href="https://docs.devexpress.com/WPF/6849/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/financial-series/stock">2D Stock</see> 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">FinancialSeries2D.LowValueDataMember</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.FinancialSeries2D.LowValueProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.FinancialSeries2D.LowValue">FinancialSeries2D.LowValue</see> dependency property.</para>
      </summary>
    </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 <see href="https://docs.devexpress.com/WPF/6850/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/financial-series/candle-stick">2D Candle Stick</see> and <see href="https://docs.devexpress.com/WPF/6849/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/financial-series/stock">2D Stock</see> 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">FinancialSeries2D.OpenValueDataMember</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.FinancialSeries2D.OpenValueProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.FinancialSeries2D.OpenValue">FinancialSeries2D.OpenValue</see> dependency property.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.FinancialSeries2D.PointAnimation">
      <summary>
        <para>Specifies the <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see> for the series’ <see href="https://docs.devexpress.com/WPF/6340/controls-and-libraries/charts-suite/chart-control/series/series-points">point</see> 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 <see cref="P:DevExpress.Xpf.Charts.FinancialSeries2D.PointAnimation">FinancialSeries2D.PointAnimation</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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. <see href="https://docs.devexpress.com/WPF/6850/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/financial-series/candle-stick">2D Candle Stick</see> or <see href="https://docs.devexpress.com/WPF/6849/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/financial-series/stock">2D Stock</see>).</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">FinancialSeries2D.ReductionOptions</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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">FinancialSeries2D.CloseValue</see> 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">FinancialSeries2D.HighValue</see> 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">FinancialSeries2D.LowValue</see> 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">FinancialSeries2D.OpenValue</see> 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 <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">point animation</see> to <see cref="T:DevExpress.Xpf.Charts.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">FinancialSeries2D.ValueToDisplay</see> attached property to a specified <see cref="T:DevExpress.Xpf.Charts.PointOptions"/>.</para>
      </summary>
      <param name="options">The point options 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="F:DevExpress.Xpf.Charts.FinancialSeries2D.ValueToDisplayProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.FinancialSeries2D.ValueToDisplay">FinancialSeries2D.ValueToDisplay</see> attached property.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.FixedValueErrorBars">
      <summary>
        <para>The Error Bars indicator whose error values are specified by constant values.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.FixedValueErrorBars.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.FixedValueErrorBars"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.FixedValueErrorBars.NegativeError">
      <summary>
        <para>Gets or sets the fixed negative error value.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value specifying the negative error value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.FixedValueErrorBars.NegativeErrorProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.FixedValueErrorBars.NegativeError">FixedValueErrorBars.NegativeError</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.FixedValueErrorBars.PositiveError">
      <summary>
        <para>Gets or sets the fixed positive error value.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value specifying the positive error value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.FixedValueErrorBars.PositiveErrorProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.FixedValueErrorBars.PositiveError">FixedValueErrorBars.PositiveError</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.FlatBar2DModel">
      <summary>
        <para>The flat <see href="https://docs.devexpress.com/WPF/8349/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/bar-series">Bar</see> <see href="https://docs.devexpress.com/WPF/4285/controls-and-libraries/charts-suite/chart-control/series/series-and-marker-models">model</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.FlatBar2DModel.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.FlatBar2DModel"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.FlatBar2DModel.ModelName">
      <summary>
        <para>Gets the name of the <see cref="T:DevExpress.Xpf.Charts.FlatBar2DModel"/>.</para>
      </summary>
      <value>Always “Flat Bar”.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.FlatCandleStick2DModel">
      <summary>
        <para>The Flat <see href="https://docs.devexpress.com/WPF/6850/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/financial-series/candle-stick">Candle Stick</see> <see href="https://docs.devexpress.com/WPF/4285/controls-and-libraries/charts-suite/chart-control/series/series-and-marker-models">model</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.FlatCandleStick2DModel.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.FlatCandleStick2DModel"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.FlatCandleStick2DModel.ModelName">
      <summary>
        <para>Gets the name of the <see cref="T:DevExpress.Xpf.Charts.FlatCandleStick2DModel"/>.</para>
      </summary>
      <value>Always “Flat”.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.FlatGlassBar2DModel">
      <summary>
        <para>The flat glass <see href="https://docs.devexpress.com/WPF/8349/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/bar-series">Bar</see> <see href="https://docs.devexpress.com/WPF/4285/controls-and-libraries/charts-suite/chart-control/series/series-and-marker-models">model</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.FlatGlassBar2DModel.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.FlatGlassBar2DModel"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.FlatGlassBar2DModel.ModelName">
      <summary>
        <para>Gets the name of the <see cref="T:DevExpress.Xpf.Charts.FlatGlassBar2DModel"/>.</para>
      </summary>
      <value>Always “Flat Glass Bar”.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.FlatPie2DModel">
      <summary>
        <para>The Flat 2D Pie <see href="https://docs.devexpress.com/WPF/4285/controls-and-libraries/charts-suite/chart-control/series/series-and-marker-models">model</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.FlatPie2DModel.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.FlatPie2DModel"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.FlatPie2DModel.ModelName">
      <summary>
        <para>Gets the name of the <see cref="T:DevExpress.Xpf.Charts.FlatPie2DModel"/>.</para>
      </summary>
      <value>Always “Flat”.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.FlatStock2DModel">
      <summary>
        <para>The Flat <see href="https://docs.devexpress.com/WPF/6849/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/financial-series/stock">2D Stock</see> <see href="https://docs.devexpress.com/WPF/4285/controls-and-libraries/charts-suite/chart-control/series/series-and-marker-models">model</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.FlatStock2DModel.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.FlatStock2DModel"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.FlatStock2DModel.ModelName">
      <summary>
        <para>Gets the name of the <see cref="T:DevExpress.Xpf.Charts.FlatStock2DModel"/>.</para>
      </summary>
      <value>Always “Flat”.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.FreePosition">
      <summary>
        <para>The settings for the annotation free position.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.FreePosition.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.FreePosition"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.FreePosition.DockTarget">
      <summary>
        <para>Specifies the element (chart or pane) to which the annotation shape is docked.</para>
      </summary>
      <value>An object of the class implementing the <see cref="T:DevExpress.Xpf.Charts.IDockTarget"/> interface.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.FreePosition.DockTargetProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.FreePosition.DockTarget">FreePosition.DockTarget</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.FreePosition.HorizontalAlignment">
      <summary>
        <para>Gets or sets how the annotation will be located horizontally.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Charts.AnnotationVerticalAlignment"/> object specifying horizontal alignment.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.FreePosition.HorizontalAlignmentProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.FreePosition.HorizontalAlignment">FreePosition.HorizontalAlignment</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.FreePosition.VerticalAlignment">
      <summary>
        <para>Gets or sets how the annotation will be located vertically.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Charts.AnnotationVerticalAlignment"/> object specifying vertical alignment.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.FreePosition.VerticalAlignmentProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.FreePosition.VerticalAlignment">FreePosition.VerticalAlignment</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Funnel2DFadeInAnimation">
      <summary>
        <para>The FadeIn <see href="https://docs.devexpress.com/WPF/17091/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/funnel-series">2D Funnel</see> series <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Funnel2DFadeInAnimation.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Funnel2DFadeInAnimation"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Funnel2DFadeInAnimation.Mode">
      <summary>
        <para>Specifies the fade-in mode, in which the <see href="https://docs.devexpress.com/WPF/6340/controls-and-libraries/charts-suite/chart-control/series/series-points">series points</see> are <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animated</see>. 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.Funnel2DFadeInAnimation.ModeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Funnel2DFadeInAnimation.Mode">Funnel2DFadeInAnimation.Mode</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Funnel2DFlyInAnimation">
      <summary>
        <para>The FlyIn <see href="https://docs.devexpress.com/WPF/17091/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/funnel-series">2D Funnel</see> series <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Funnel2DFlyInAnimation.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Funnel2DFlyInAnimation"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Funnel2DFlyInAnimation.CalculateAnimatedBounds(System.Windows.Rect,System.Windows.Rect,System.Double)">
      <summary>
        <para>Calculates the point bounds  of  a <see href="https://docs.devexpress.com/WPF/17091/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/funnel-series">Funnel Series</see> series after its FlyIn <see href="https://docs.devexpress.com/WPF/14636/controls-and-libraries/charts-suite/chart-control/animation/animate-series-points">animation</see> has finished.</para>
      </summary>
      <param name="pointBounds">A <see cref="T:System.Windows.Rect"/> structure, specifying the initial position of <see href="https://docs.devexpress.com/WPF/17091/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/funnel-series">Funnel Series</see> series point bounds.</param>
      <param name="viewport">A <see cref="T:System.Windows.Rect"/> structure, specifying the drawing area of the Funnel.</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.Windows.Rect"/> structure, specifying the final position of <see href="https://docs.devexpress.com/WPF/17091/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/funnel-series">Funnel Series</see> series point bounds.</returns>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Funnel2DGrowUpAnimation">
      <summary>
        <para>The GrowUp <see href="https://docs.devexpress.com/WPF/17091/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/funnel-series">2D Funnel</see> series <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Funnel2DGrowUpAnimation.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Funnel2DGrowUpAnimation"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Funnel2DGrowUpAnimation.CalculateAnimatedBounds(System.Windows.Rect,System.Windows.Rect,System.Double)">
      <summary>
        <para>Calculates the point bounds  of a <see href="https://docs.devexpress.com/WPF/17091/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/funnel-series">Funnel Series</see> series after its GrowUp <see href="https://docs.devexpress.com/WPF/14636/controls-and-libraries/charts-suite/chart-control/animation/animate-series-points">animation</see> has finished.</para>
      </summary>
      <param name="pointBounds">A <see cref="T:System.Windows.Rect"/> structure, specifying the initial position of <see href="https://docs.devexpress.com/WPF/17091/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/funnel-series">Funnel Series</see> series point bounds.</param>
      <param name="viewport">A <see cref="T:System.Windows.Rect"/>  structure, specifying the drawing area of the Funnel.</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.Windows.Rect"/> structure, specifying the final position of <see href="https://docs.devexpress.com/WPF/17091/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/funnel-series">Funnel Series</see> series point bounds.</returns>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Funnel2DLabelPosition">
      <summary>
        <para>Lists the values used to specify the position of funnel labels.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Funnel2DLabelPosition.Center">
      <summary>
        <para>The labels are displayed in the center of the funnel series points.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Funnel2DLabelPosition.Left">
      <summary>
        <para>The labels are displayed to the left of the funnel series points.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Funnel2DLabelPosition.LeftColumn">
      <summary>
        <para>The labels are organized into a straight column to the left of the funnel series points.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Funnel2DLabelPosition.Right">
      <summary>
        <para>The labels are displayed to the right of the funnel series points.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Funnel2DLabelPosition.RightColumn">
      <summary>
        <para>The labels are organized into a straight column to the right of the funnel series points.</para>
        <para />
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Funnel2DModel">
      <summary>
        <para>Represents a <see href="https://docs.devexpress.com/WPF/17091/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/funnel-series">Funnel Series</see> model.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Funnel2DModel.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Funnel2DModel"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Funnel2DModel.ModelName">
      <summary>
        <para>Gets the name of the <see cref="T:DevExpress.Xpf.Charts.Funnel2DModel"/>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> that is the model name.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Funnel2DSeriesPointAnimationBase">
      <summary>
        <para>Represents the base class for all series point <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animations</see> available for the <see href="https://docs.devexpress.com/WPF/17091/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/funnel-series">2D Funnel</see> series view.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Funnel2DSeriesPointAnimationBase.CalculateAnimatedBounds(System.Windows.Rect,System.Windows.Rect,System.Double)">
      <summary>
        <para>Calculates the point bounds  of  a <see href="https://docs.devexpress.com/WPF/17091/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/funnel-series">Funnel Series</see> series after its <see href="https://docs.devexpress.com/WPF/14636/controls-and-libraries/charts-suite/chart-control/animation/animate-series-points">animation</see> has finished.</para>
      </summary>
      <param name="pointBounds">A <see cref="T:System.Windows.Rect"/> structure, specifying the initial position of <see href="https://docs.devexpress.com/WPF/17091/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/funnel-series">Funnel Series</see> series point bounds.</param>
      <param name="viewport">A <see cref="T:System.Windows.Rect"/> structure, specifying the drawing area of the Funnel.</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.Windows.Rect"/> structure, specifying the final position of <see href="https://docs.devexpress.com/WPF/17091/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/funnel-series">Funnel Series</see> series point bounds.</returns>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Funnel2DSlideFromBottomAnimation">
      <summary>
        <para>The SlideFromBottom <see href="https://docs.devexpress.com/WPF/17091/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/funnel-series">2D Funnel</see> series <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Funnel2DSlideFromBottomAnimation.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Funnel2DSlideFromBottomAnimation"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Funnel2DSlideFromBottomAnimation.CalculateAnimatedBounds(System.Windows.Rect,System.Windows.Rect,System.Double)">
      <summary>
        <para>Calculates the point bounds  of  a <see href="https://docs.devexpress.com/WPF/17091/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/funnel-series">Funnel Series</see> series after its SlideFromBottom <see href="https://docs.devexpress.com/WPF/14636/controls-and-libraries/charts-suite/chart-control/animation/animate-series-points">animation</see> has finished.</para>
      </summary>
      <param name="pointBounds">A <see cref="T:System.Windows.Rect"/> structure, specifying the initial position of <see href="https://docs.devexpress.com/WPF/17091/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/funnel-series">Funnel Series</see> series point bounds.</param>
      <param name="viewport">A <see cref="T:System.Windows.Rect"/> structure, specifying the drawing area of the Funnel.</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.Windows.Rect"/> structure, specifying the final position of <see href="https://docs.devexpress.com/WPF/17091/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/funnel-series">Funnel Series</see> series point bounds.</returns>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Funnel2DSlideFromLeftAnimation">
      <summary>
        <para>The SlideFromLeft <see href="https://docs.devexpress.com/WPF/17091/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/funnel-series">2D Funnel</see> series <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Funnel2DSlideFromLeftAnimation.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Funnel2DSlideFromLeftAnimation"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Funnel2DSlideFromLeftAnimation.CalculateAnimatedBounds(System.Windows.Rect,System.Windows.Rect,System.Double)">
      <summary>
        <para>Calculates the point bounds  of  a <see href="https://docs.devexpress.com/WPF/17091/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/funnel-series">Funnel Series</see> series after its SlideFromLeft <see href="https://docs.devexpress.com/WPF/14636/controls-and-libraries/charts-suite/chart-control/animation/animate-series-points">animation</see> has finished.</para>
      </summary>
      <param name="pointBounds">A <see cref="T:System.Windows.Rect"/> structure, specifying the initial position of <see href="https://docs.devexpress.com/WPF/17091/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/funnel-series">Funnel Series</see> series point bounds.</param>
      <param name="viewport">A <see cref="T:System.Windows.Rect"/> structure, specifying the drawing area of the Funnel.</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.Windows.Rect"/> structure, specifying the final position of <see href="https://docs.devexpress.com/WPF/17091/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/funnel-series">Funnel Series</see> series point bounds.</returns>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Funnel2DSlideFromRightAnimation">
      <summary>
        <para>The SlideFromRight <see href="https://docs.devexpress.com/WPF/17091/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/funnel-series">2D Funnel</see> series <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Funnel2DSlideFromRightAnimation.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Funnel2DSlideFromRightAnimation"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Funnel2DSlideFromRightAnimation.CalculateAnimatedBounds(System.Windows.Rect,System.Windows.Rect,System.Double)">
      <summary>
        <para>Calculates the point bounds  of  a <see href="https://docs.devexpress.com/WPF/17091/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/funnel-series">Funnel Series</see> series after its SlideFromRight <see href="https://docs.devexpress.com/WPF/14636/controls-and-libraries/charts-suite/chart-control/animation/animate-series-points">animation</see> has finished.</para>
      </summary>
      <param name="pointBounds">A <see cref="T:System.Windows.Rect"/> structure, specifying the initial position of <see href="https://docs.devexpress.com/WPF/17091/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/funnel-series">Funnel Series</see> series point bounds.</param>
      <param name="viewport">A <see cref="T:System.Windows.Rect"/> structure, specifying the drawing area of the Funnel.</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.Windows.Rect"/> structure, specifying the final position of <see href="https://docs.devexpress.com/WPF/17091/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/funnel-series">Funnel Series</see> series point bounds.</returns>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Funnel2DSlideFromTopAnimation">
      <summary>
        <para>The SlideFromTop <see href="https://docs.devexpress.com/WPF/17091/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/funnel-series">2D Funnel</see> series <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Funnel2DSlideFromTopAnimation.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Funnel2DSlideFromTopAnimation"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Funnel2DSlideFromTopAnimation.CalculateAnimatedBounds(System.Windows.Rect,System.Windows.Rect,System.Double)">
      <summary>
        <para>Calculates the point bounds  of  a <see href="https://docs.devexpress.com/WPF/17091/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/funnel-series">Funnel Series</see> series after its SlideFromTop <see href="https://docs.devexpress.com/WPF/14636/controls-and-libraries/charts-suite/chart-control/animation/animate-series-points">animation</see> has finished.</para>
      </summary>
      <param name="pointBounds">A <see cref="T:System.Windows.Rect"/> structure, specifying the initial position of <see href="https://docs.devexpress.com/WPF/17091/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/funnel-series">Funnel Series</see> series point bounds.</param>
      <param name="viewport">A <see cref="T:System.Windows.Rect"/> structure, specifying the drawing area of the Funnel.</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.Windows.Rect"/> structure, specifying the final position of <see href="https://docs.devexpress.com/WPF/17091/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/funnel-series">Funnel Series</see> series point bounds.</returns>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Funnel2DWidenAnimation">
      <summary>
        <para>The Widen <see href="https://docs.devexpress.com/WPF/17091/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/funnel-series">2D Funnel</see> series <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Funnel2DWidenAnimation.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Funnel2DWidenAnimation"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Funnel2DWidenAnimation.CalculateAnimatedBounds(System.Windows.Rect,System.Windows.Rect,System.Double)">
      <summary>
        <para>Calculates the point bounds  of  a <see href="https://docs.devexpress.com/WPF/17091/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/funnel-series">Funnel Series</see> series after its Widen <see href="https://docs.devexpress.com/WPF/14636/controls-and-libraries/charts-suite/chart-control/animation/animate-series-points">animation</see> has finished.</para>
      </summary>
      <param name="pointBounds">A <see cref="T:System.Windows.Rect"/> structure, specifying the initial position of <see href="https://docs.devexpress.com/WPF/17091/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/funnel-series">Funnel Series</see> series point bounds.</param>
      <param name="viewport">A <see cref="T:System.Windows.Rect"/> structure, specifying the drawing area of the Funnel.</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.Windows.Rect"/> structure, specifying the final position of <see href="https://docs.devexpress.com/WPF/17091/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/funnel-series">Funnel Series</see> series point bounds.</returns>
    </member>
    <member name="T:DevExpress.Xpf.Charts.FunnelPointShape">
      <summary>
        <para>Lists shapes that are used to display funnel series points.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.FunnelPointShape.Rectangle">
      <summary>
        <para>Rectangles are used to display funnel series points.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.FunnelPointShape.Trapezoid">
      <summary>
        <para>Trapezoids are used to display funnel series points.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.FunnelSeries2D">
      <summary>
        <para>Represents a series view of the <see href="https://docs.devexpress.com/WindowsForms/6222/controls-and-libraries/chart-control/series-views/2d-series-views/funnel-series-view">Funnel</see> type.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.FunnelSeries2D.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.FunnelSeries2D"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.FunnelSeries2D.ActualBorder">
      <summary>
        <para>Gets an actual border value of the <see cref="T:DevExpress.Xpf.Charts.FunnelSeries2D"/> object.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Charts.SeriesBorder"/> object.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.FunnelSeries2D.ActualBorderProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.FunnelSeries2D.ActualBorder">FunnelSeries2D.ActualBorder</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Charts.FunnelSeries2D.AddPoint(System.DateTime,System.Double)">
      <summary>
        <para>Adds a new series point with the specified argument and value to the series.</para>
      </summary>
      <param name="argument">The date-time argument of the new point.</param>
      <param name="value">The value of the new point.</param>
      <returns>The newly added series point.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.FunnelSeries2D.AddPoint(System.Double,System.Double)">
      <summary>
        <para>Adds a new series point with the specified argument and value to the series.</para>
      </summary>
      <param name="argument">The numeric argument of the new point.</param>
      <param name="value">The value of the new point.</param>
      <returns>The newly added series point.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.FunnelSeries2D.AddPoint(System.String,System.Double)">
      <summary>
        <para>Adds a new series point with the specified argument and value to the series.</para>
      </summary>
      <param name="argument">The qualitative argument of the new point.</param>
      <param name="value">The value of the new point.</param>
      <returns>The newly added series point.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.FunnelSeries2D.AddPoint(System.TimeSpan,System.Double)">
      <summary>
        <para>Adds a new series point with the specified argument and value to the series.</para>
      </summary>
      <param name="argument">The new point’s argument.</param>
      <param name="value">The new point’s value.</param>
      <returns>The newly added series point.</returns>
    </member>
    <member name="P:DevExpress.Xpf.Charts.FunnelSeries2D.AlignToCenter">
      <summary>
        <para>Gets or sets a value indicating whether a <see href="https://docs.devexpress.com/WPF/17091/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/funnel-series">Funnel</see> series should be center-aligned within a <see href="https://docs.devexpress.com/WPF/6333/controls-and-libraries/charts-suite/chart-control/diagram/diagram">diagram</see>.</para>
      </summary>
      <value>true if a the funnel series should be center-aligned; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.FunnelSeries2D.AlignToCenterProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.FunnelSeries2D.AlignToCenter">FunnelSeries2D.AlignToCenter</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.FunnelSeries2D.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.FunnelSeries2D.BorderProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.FunnelSeries2D.Border">FunnelSeries2D.Border</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.FunnelSeries2D.Brush">
      <summary>
        <para>Gets or sets the <see cref="T:System.Windows.Media.SolidColorBrush"/> object used to draw funnel series points.</para>
      </summary>
      <value>The <see cref="T:System.Windows.Media.SolidColorBrush"/> object used to draw funnel series points.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.FunnelSeries2D.BrushProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.FunnelSeries2D.Brush"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.FunnelSeries2D.ColorEach">
      <summary>
        <para>Indicates whether a different color is applied to each funnel point.</para>
      </summary>
      <value>true to paint each funnel point with a different color; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.FunnelSeries2D.ColorEachProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.FunnelSeries2D.ColorEach"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Charts.FunnelSeries2D.GetLabelPosition(DevExpress.Xpf.Charts.SeriesLabel)">
      <summary>
        <para>Gets the value of the <see cref="P:DevExpress.Xpf.Charts.FunnelSeries2D.LabelPosition">FunnelSeries2D.LabelPosition</see> 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.Funnel2DLabelPosition"/> property value for the series label.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.FunnelSeries2D.GetPointAnimation">
      <summary>
        <para>Gets the <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">point animation</see> assigned to the <see cref="T:DevExpress.Xpf.Charts.FunnelSeries2D"/>.</para>
      </summary>
      <returns>A <see cref="T:DevExpress.Xpf.Charts.SeriesPointAnimationBase"/> class descendant.</returns>
    </member>
    <member name="P:DevExpress.Xpf.Charts.FunnelSeries2D.HeightToWidthRatio">
      <summary>
        <para>Gets or sets a value that specifies the height-to-width ratio of a <see href="https://docs.devexpress.com/WPF/17091/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/funnel-series">Funnel Series</see> series.</para>
      </summary>
      <value>A double value that specifies the height-to-width ratio of a funnel.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.FunnelSeries2D.HeightToWidthRatioAuto">
      <summary>
        <para>Gets or sets a value which indicates whether the height-to-width ratio of a <see href="https://docs.devexpress.com/WPF/17091/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/funnel-series">Funnel Series</see> series should be auto-calculated.</para>
      </summary>
      <value>true, if the height-to-width ratio should be auto-calculated; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.FunnelSeries2D.HeightToWidthRatioAutoProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.FunnelSeries2D.HeightToWidthRatioAuto">FunnelSeries2D.HeightToWidthRatioAuto</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.FunnelSeries2D.HeightToWidthRatioProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.FunnelSeries2D.HeightToWidthRatio">FunnelSeries2D.HeightToWidthRatio</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.FunnelSeries2D.LabelPositionProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.FunnelSeries2D.LabelPosition">FunnelSeries2D.LabelPosition</see> attached property.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.FunnelSeries2D.Model">
      <summary>
        <para>Gets or sets the model used to draw elements of a 2D <see href="https://docs.devexpress.com/WPF/17091/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/funnel-series">Funnel Series</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Charts.Funnel2DModel"/> value, which is the series model.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.FunnelSeries2D.ModelProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.FunnelSeries2D.Model">FunnelSeries2D.Model</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.FunnelSeries2D.PointAnimation">
      <summary>
        <para>Specifies the <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see> for the <see href="https://docs.devexpress.com/WPF/6340/controls-and-libraries/charts-suite/chart-control/series/series-points">series points</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Charts.Funnel2DSeriesPointAnimationBase"/> class descendant, specifying the marker animation type.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.FunnelSeries2D.PointAnimationProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.FunnelSeries2D.PointAnimation">FunnelSeries2D.PointAnimation</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.FunnelSeries2D.PointDistance">
      <summary>
        <para>Gets or sets the distance between points of a <see href="https://docs.devexpress.com/WPF/17091/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/funnel-series">Funnel</see> series.</para>
      </summary>
      <value>An integer, representing the distance between points of a Funnel series, in pixels.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.FunnelSeries2D.PointDistanceProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.FunnelSeries2D.PointDistance">FunnelSeries2D.PointDistance</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.FunnelSeries2D.PointShape">
      <summary>
        <para>Specifies the shape that is used to display funnel series points.</para>
      </summary>
      <value>A shape that is used to display funnel series points.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.FunnelSeries2D.PointShapeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.FunnelSeries2D.PointShape"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Charts.FunnelSeries2D.SetLabelPosition(DevExpress.Xpf.Charts.SeriesLabel,DevExpress.Xpf.Charts.Funnel2DLabelPosition)">
      <summary>
        <para>Sets the value of the <see cref="P:DevExpress.Xpf.Charts.FunnelSeries2D.LabelPosition">FunnelSeries2D.LabelPosition</see> 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.Funnel2DLabelPosition"/> value.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.FunnelSeries2D.SetPointAnimation(DevExpress.Xpf.Charts.SeriesPointAnimationBase)">
      <summary>
        <para>Assigns the specified <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">point animation</see> to <see cref="T:DevExpress.Xpf.Charts.FunnelSeries2D"/>.</para>
      </summary>
      <param name="value">A <see cref="T:DevExpress.Xpf.Charts.SeriesPointAnimationBase"/> class descendant.</param>
    </member>
    <member name="P:DevExpress.Xpf.Charts.FunnelSeries2D.Titles">
      <summary>
        <para>Provides access to the collection of <see href="https://docs.devexpress.com/WPF/17091/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/funnel-series">Funnel</see> 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.FunnelSeries2D.TitlesProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.FunnelSeries2D.Titles">FunnelSeries2D.Titles</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Charts.GeometryMarker2DModel.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.GeometryMarker2DModel"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.GlarePie2DModel">
      <summary>
        <para>The Glare 2D Pie <see href="https://docs.devexpress.com/WPF/4285/controls-and-libraries/charts-suite/chart-control/series/series-and-marker-models">model</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.GlarePie2DModel.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.GlarePie2DModel"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.GlarePie2DModel.ModelName">
      <summary>
        <para>Gets the name of the <see cref="T:DevExpress.Xpf.Charts.GlarePie2DModel"/>.</para>
      </summary>
      <value>Returns “Glare”.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.GlassCandleStick2DModel">
      <summary>
        <para>The Glass <see href="https://docs.devexpress.com/WPF/6850/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/financial-series/candle-stick">Candle Stick</see> <see href="https://docs.devexpress.com/WPF/4285/controls-and-libraries/charts-suite/chart-control/series/series-and-marker-models">model</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.GlassCandleStick2DModel.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.GlassCandleStick2DModel"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.GlassCandleStick2DModel.ModelName">
      <summary>
        <para>Gets the name of the <see cref="T:DevExpress.Xpf.Charts.GlassCandleStick2DModel"/>.</para>
      </summary>
      <value>Always “Glass”.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.GlassCylinderBar2DModel">
      <summary>
        <para>The glass cylinder <see href="https://docs.devexpress.com/WPF/8349/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/bar-series">Bar</see> <see href="https://docs.devexpress.com/WPF/4285/controls-and-libraries/charts-suite/chart-control/series/series-and-marker-models">model</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.GlassCylinderBar2DModel.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.GlassCylinderBar2DModel"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.GlassCylinderBar2DModel.ModelName">
      <summary>
        <para>Gets the name of the <see cref="T:DevExpress.Xpf.Charts.GlassCylinderBar2DModel"/>.</para>
      </summary>
      <value>Always “Glass Cylinder”.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.GlassPie2DModel">
      <summary>
        <para>The Glass 2D Pie <see href="https://docs.devexpress.com/WPF/4285/controls-and-libraries/charts-suite/chart-control/series/series-and-marker-models">model</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.GlassPie2DModel.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.GlassPie2DModel"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.GlassPie2DModel.ModelName">
      <summary>
        <para>Gets the name of the <see cref="T:DevExpress.Xpf.Charts.GlassPie2DModel"/>.</para>
      </summary>
      <value>Always “Glass”.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.GlossyPie2DModel">
      <summary>
        <para>The Glossy 2D Pie <see href="https://docs.devexpress.com/WPF/4285/controls-and-libraries/charts-suite/chart-control/series/series-and-marker-models">model</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.GlossyPie2DModel.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.GlossyPie2DModel"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.GlossyPie2DModel.ModelName">
      <summary>
        <para>Gets the name of the <see cref="T:DevExpress.Xpf.Charts.GlossyPie2DModel"/>.</para>
      </summary>
      <value>Always “Glossy”.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.GradientBar2DModel">
      <summary>
        <para>The gradient <see href="https://docs.devexpress.com/WPF/8349/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/bar-series">Bar</see> <see href="https://docs.devexpress.com/WPF/4285/controls-and-libraries/charts-suite/chart-control/series/series-and-marker-models">model</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.GradientBar2DModel.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.GradientBar2DModel"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.GradientBar2DModel.ModelName">
      <summary>
        <para>Gets the name of the <see cref="T:DevExpress.Xpf.Charts.GradientBar2DModel"/>.</para>
      </summary>
      <value>Always “Gradient Bar”.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.GradientFillStyle">
      <summary>
        <para>The fill style that used the gradient to color a surface.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.GradientFillStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.GradientFillStyle"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.GradientFillStyle.ColorStops">
      <summary>
        <para>Gets or sets the color stop collection of the fill style.</para>
      </summary>
      <value>The collection of the <see cref="T:DevExpress.Xpf.Charts.ColorStop"/> objects.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.GradientFillStyle.ColorStopsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.GradientFillStyle.ColorStops">GradientFillStyle.ColorStops</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.GradientFillStyle.UseEqualLegendIntervals">
      <summary>
        <para>Gets or sets whether to use equal intervals in a gradient legend.</para>
      </summary>
      <value>true if numeric marks are positioned at equal intervals; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.GradientFillStyle.UseEqualLegendIntervalsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.GradientFillStyle.UseEqualLegendIntervals"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.GradientWaterfall2DModel">
      <summary>
        <para>The gradient waterfall bar <see href="https://docs.devexpress.com/WPF/4285/controls-and-libraries/charts-suite/chart-control/series/series-and-marker-models">model</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.GradientWaterfall2DModel.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.GradientWaterfall2DModel"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.GradientWaterfall2DModel.ModelName">
      <summary>
        <para>Returns the GradientWaterfall2DModel name.</para>
      </summary>
      <value>Always Gradient Waterfall.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.GreenPalette">
      <summary>
        <para>Represents the Green palette.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.GreenPalette.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.GreenPalette"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.GreenPalette.PaletteName">
      <summary>
        <para>Gets the name of the <see cref="T:DevExpress.Xpf.Charts.GreenPalette"/>.</para>
      </summary>
      <value>Always Green.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.GreenYellowPalette">
      <summary>
        <para>Represents the GreenYellow palette.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.GreenYellowPalette.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.GreenYellowPalette"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.GreenYellowPalette.PaletteName">
      <summary>
        <para>Gets the name of the <see cref="T:DevExpress.Xpf.Charts.GreenYellowPalette"/>.</para>
      </summary>
      <value>Always GreenYellow.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.GridLayout">
      <summary>
        <para>The settings that configure the chart panes’ grid layout.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.GridLayout.#ctor">
      <summary>
        <para>Initializes a new instance of the class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.GridLayout.ColumnDefinitions">
      <summary>
        <para>Returns the grid pane layout’s columns.</para>
      </summary>
      <value>The collection of grid layout columns.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.GridLayout.ColumnDefinitionsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.GridLayout.ColumnDefinitions"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.GridLayout.ColumnProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.GridLayout.Column"/> dependency property.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.GridLayout.ColumnSpanProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.GridLayout.ColumnSpan"/> dependency property.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.GridLayout.GetColumn(DevExpress.Xpf.Charts.Pane)">
      <summary>
        <para>Returns the <see cref="P:DevExpress.Xpf.Charts.GridLayout.Column"/> property value for a specified pane.</para>
      </summary>
      <param name="pane">A pane whose <see cref="P:DevExpress.Xpf.Charts.GridLayout.Column"/> property value should be returned.</param>
      <returns>The index of the column the pane occupies.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.GridLayout.GetColumnSpan(DevExpress.Xpf.Charts.Pane)">
      <summary>
        <para>Returns the <see cref="P:DevExpress.Xpf.Charts.GridLayout.ColumnSpan"/> property value for a specified pane.</para>
      </summary>
      <param name="pane">A pane whose <see cref="P:DevExpress.Xpf.Charts.GridLayout.ColumnSpan"/> property value should be returned.</param>
      <returns>The integer value that defines the number of columns that the pane occupies.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.GridLayout.GetRow(DevExpress.Xpf.Charts.Pane)">
      <summary>
        <para>Returns the <see cref="P:DevExpress.Xpf.Charts.GridLayout.Row"/> property value for a specified pane.</para>
      </summary>
      <param name="pane">A pane whose <see cref="P:DevExpress.Xpf.Charts.GridLayout.Row"/> property value should be returned.</param>
      <returns>The index of the row the pane occupies.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.GridLayout.GetRowSpan(DevExpress.Xpf.Charts.Pane)">
      <summary>
        <para>Returns the <see cref="P:DevExpress.Xpf.Charts.GridLayout.RowSpan"/> property value for a specified pane.</para>
      </summary>
      <param name="pane">A pane whose <see cref="P:DevExpress.Xpf.Charts.GridLayout.RowSpan"/> property value should be returned.</param>
      <returns>The integer value that defines the number of columns that the pane occupies.</returns>
    </member>
    <member name="P:DevExpress.Xpf.Charts.GridLayout.RowDefinitions">
      <summary>
        <para>Returns the grid pane layout’s rows.</para>
      </summary>
      <value>The collection of grid layout rows.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.GridLayout.RowDefinitionsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.GridLayout.RowDefinitions"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.GridLayout.RowProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.GridLayout.Row"/> dependency property.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.GridLayout.RowSpanProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.GridLayout.RowSpan"/> dependency property.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.GridLayout.SetColumn(DevExpress.Xpf.Charts.Pane,System.Int32)">
      <summary>
        <para>Specifies the <see cref="P:DevExpress.Xpf.Charts.GridLayout.Column"/> property value for a specified pane.</para>
      </summary>
      <param name="pane">A pane whose <see cref="P:DevExpress.Xpf.Charts.GridLayout.Column"/> property value should be specified.</param>
      <param name="column">The index of the column the pane occupies.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.GridLayout.SetColumnSpan(DevExpress.Xpf.Charts.Pane,System.Int32)">
      <summary>
        <para>Specifies the <see cref="P:DevExpress.Xpf.Charts.GridLayout.ColumnSpan"/> property value for a specified pane.</para>
      </summary>
      <param name="pane">A pane whose <see cref="P:DevExpress.Xpf.Charts.GridLayout.ColumnSpan"/> property value should be specified.</param>
      <param name="columnSpan">The integer value that defines the number of columns that the pane occupies.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.GridLayout.SetRow(DevExpress.Xpf.Charts.Pane,System.Int32)">
      <summary>
        <para>Specifies the <see cref="P:DevExpress.Xpf.Charts.GridLayout.Row"/> property value for a specified pane.</para>
      </summary>
      <param name="pane">A pane whose <see cref="P:DevExpress.Xpf.Charts.GridLayout.Row"/> property value should be specified.</param>
      <param name="row">The index of the row the pane occupies.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.GridLayout.SetRowSpan(DevExpress.Xpf.Charts.Pane,System.Int32)">
      <summary>
        <para>Specifies the <see cref="P:DevExpress.Xpf.Charts.GridLayout.RowSpan"/> property value for a specified pane.</para>
      </summary>
      <param name="pane">A pane whose <see cref="P:DevExpress.Xpf.Charts.GridLayout.RowSpan"/> property value should be specified.</param>
      <param name="rowSpan">The integer value that defines the number of rows that the pane occupies.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.GridLayout.SetValues(DevExpress.Xpf.Charts.Pane,System.Int32,System.Int32,System.Int32,System.Int32)">
      <summary>
        <para>Sets values that define the pane position within the layout grid.</para>
      </summary>
      <param name="pane">The pane whose position should be specified.</param>
      <param name="row">The integer index of the row the pane occupies. This value should be greater than or equal to 0.</param>
      <param name="column">The integer index of the column the pane occupies. This value should be greater than or equal to 0.</param>
      <param name="rowSpan">The number of rows the pane can simultaneously occupy, starting with its initial row index. This value should be greater than or equal to 1. This is an optional parameter.</param>
      <param name="columnSpan">The number of columns the pane can simultaneously occupy, starting with its initial column index. This value should be greater than or equal to 1. This is an optional parameter.</param>
    </member>
    <member name="T:DevExpress.Xpf.Charts.GridLayoutMode">
      <summary>
        <para>Lists values that specify the alignment of <see href="https://docs.devexpress.com/WPF/6337/controls-and-libraries/charts-suite/chart-control/axes/tickmarks-grid-lines-and-interlacing">grid lines</see>, <see href="https://docs.devexpress.com/WPF/6337/controls-and-libraries/charts-suite/chart-control/axes/tickmarks-grid-lines-and-interlacing">major tickmarks</see> and <see href="https://docs.devexpress.com/WPF/6336/controls-and-libraries/charts-suite/chart-control/axes/axis-labels">axis labels</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.GridLayoutMode.GridAndLabelCentered">
      <summary>
        <para>A grid line, major tickmark, axis label are in an interval center.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.GridLayoutMode.GridAndLabelShifted">
      <summary>
        <para>A grid line, major tickmark, axis label are shifted to an interval start value.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.GridLayoutMode.GridShiftedLabelCentered">
      <summary>
        <para>A grid line and major tickmark are shifted to an interval start value. An axis label is in the interval center.</para>
        <para />
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.GroupInfo">
      <summary>
        <para>Storage of information about the values that should be aggregated into a series point.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.GroupInfo.Argument">
      <summary>
        <para>Returns the aggregated point’s argument.</para>
      </summary>
      <value>The aggregated point’s argument.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.GroupInfo.Values1">
      <summary>
        <para>Returns a collection of values that series points provide as their first value.</para>
      </summary>
      <value>The collection of values that series points provide as their first value.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.GroupInfo.Values2">
      <summary>
        <para>Returns a collection of values that series points provide as their second value.</para>
      </summary>
      <value>The collection of values that series points provide as their second value.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.GroupInfo.Values3">
      <summary>
        <para>Returns a collection of values that series points provide as their third value.</para>
      </summary>
      <value>The collection of values that series points provide as their third value.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.GroupInfo.Values4">
      <summary>
        <para>Returns a collection of values that series points provide as their fourth value.</para>
      </summary>
      <value>The collection of values that series points provide as their fourth value.</value>
    </member>
    <member name="N:DevExpress.Xpf.Charts.Heatmap">
      <summary>
        <para>Contains API members that implement the <see cref="T:DevExpress.Xpf.Charts.Heatmap.HeatmapControl">Heatmap Control</see> functionality.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Heatmap.ElementSelectionMode">
      <summary>
        <para>Lists heatmap selection modes.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Heatmap.ElementSelectionMode.Extended">
      <summary>
        <para>A user can select a single heatmap cell. A user can hold down the Ctrl key to select multiple cells.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Heatmap.ElementSelectionMode.Multiple">
      <summary>
        <para>A user can select multiple heatmap cells.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Heatmap.ElementSelectionMode.None">
      <summary>
        <para>A user cannot select heatmap cells.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Heatmap.ElementSelectionMode.Single">
      <summary>
        <para>A user can select a single heatmap cell.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Heatmap.HeatmapAxis">
      <summary>
        <para>Contains settings for heatmap axes.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Heatmap.HeatmapAxis.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Heatmap.HeatmapAxis"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Heatmap.HeatmapAxis.Alignment">
      <summary>
        <para>Gets or sets the heatmap axis alignment.</para>
      </summary>
      <value>The value that specifies the axis alignment.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Heatmap.HeatmapAxis.AlignmentProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Heatmap.HeatmapAxis.Alignment"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Heatmap.HeatmapAxis.AutoGrid">
      <summary>
        <para>Specifies whether the axis grid spacing is automatically calculated.</para>
      </summary>
      <value>true if the grid step is automatically calculated; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Heatmap.HeatmapAxis.AutoGridProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Heatmap.HeatmapAxis.AutoGrid"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Heatmap.HeatmapAxis.Brush">
      <summary>
        <para>Gets or sets the brush used to paint the axis line and tickmarks.</para>
      </summary>
      <value>The brush that is used to paint the axis and its tickmarks.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Heatmap.HeatmapAxis.BrushProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Heatmap.HeatmapAxis.Brush"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Heatmap.HeatmapAxis.CustomLabelItemsSource">
      <summary>
        <para>Gets or sets the collection of View Model objects that is used to create custom labels.</para>
      </summary>
      <value>A collection that is used to generate custom labels.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Heatmap.HeatmapAxis.CustomLabelItemsSourceProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Heatmap.HeatmapAxis.CustomLabelItemsSource"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Heatmap.HeatmapAxis.CustomLabelItemTemplate">
      <summary>
        <para>Gets or sets a data template that specifies how to display axis custom labels.</para>
      </summary>
      <value>Specifies how to display axis custom labels.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Heatmap.HeatmapAxis.CustomLabelItemTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Heatmap.HeatmapAxis.CustomLabelItemTemplate"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Heatmap.HeatmapAxis.CustomLabelItemTemplateSelector">
      <summary>
        <para>Gets or sets an object that chooses a template for custom axis labels based on custom logic.</para>
      </summary>
      <value>Chooses a template based on custom logic.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Heatmap.HeatmapAxis.CustomLabelItemTemplateSelectorProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Heatmap.HeatmapAxis.CustomLabelItemTemplateSelector"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Heatmap.HeatmapAxis.CustomLabels">
      <summary>
        <para>Returns the collection of custom axis labels.</para>
      </summary>
      <value>A collection of custom axis labels.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Heatmap.HeatmapAxis.CustomLabelsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Heatmap.HeatmapAxis.CustomLabels"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Heatmap.HeatmapAxis.GridSpacing">
      <summary>
        <para>Specifies how frequently the Heatmap Control should plot axis tickmarks and labels.</para>
      </summary>
      <value>The frequency of tickmarks and labels.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Heatmap.HeatmapAxis.GridSpacingProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Heatmap.HeatmapAxis.GridSpacing"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Heatmap.HeatmapAxis.Label">
      <summary>
        <para>Gets or sets heatmap axis label options.</para>
      </summary>
      <value>Contains settings for axis labels.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Heatmap.HeatmapAxis.LabelProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Heatmap.HeatmapAxis.Label"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Heatmap.HeatmapAxis.LabelVisibilityMode">
      <summary>
        <para>Specifies how to display custom axis labels with default axis labels in a heatmap.</para>
      </summary>
      <value>A value that defines the visibility mode for heatmap axis labels.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Heatmap.HeatmapAxis.LabelVisibilityModeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Heatmap.HeatmapAxis.LabelVisibilityMode"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Heatmap.HeatmapAxis.Reverse">
      <summary>
        <para>Specifies whether the axis is reversed.</para>
      </summary>
      <value>true if the axis is reversed; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Heatmap.HeatmapAxis.ReverseProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Heatmap.HeatmapAxis.Reverse"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Heatmap.HeatmapAxis.Thickness">
      <summary>
        <para>Gets or sets the axis line thickness in pixels.</para>
      </summary>
      <value>The axis thickness in pixels.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Heatmap.HeatmapAxis.ThicknessProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Heatmap.HeatmapAxis.Thickness"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Heatmap.HeatmapAxis.TickmarksCrossAxis">
      <summary>
        <para>Specifies whether tickmarks are shown across the axis.</para>
      </summary>
      <value>true if tickmarks cross the axis; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Heatmap.HeatmapAxis.TickmarksCrossAxisProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Heatmap.HeatmapAxis.TickmarksCrossAxis"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Heatmap.HeatmapAxis.TickmarksLength">
      <summary>
        <para>Gets or sets the tickmark length in pixels.</para>
      </summary>
      <value>An integer that defines the tickmark length in pixels.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Heatmap.HeatmapAxis.TickmarksLengthProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Heatmap.HeatmapAxis.TickmarksLength"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Heatmap.HeatmapAxis.TickmarksThickness">
      <summary>
        <para>Gets or sets the thickness of tickmarks in pixels.</para>
      </summary>
      <value>An integer that defines the tickmark thickness in pixels.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Heatmap.HeatmapAxis.TickmarksThicknessProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Heatmap.HeatmapAxis.TickmarksThickness"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Heatmap.HeatmapAxis.TickmarksVisible">
      <summary>
        <para>Specifies whether tickmarks are visible.</para>
      </summary>
      <value>true to show tickmarks; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Heatmap.HeatmapAxis.TickmarksVisibleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Heatmap.HeatmapAxis.TickmarksVisible"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Heatmap.HeatmapAxis.Title">
      <summary>
        <para>Gets or sets the axis title.</para>
      </summary>
      <value>Contains axis title settings.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Heatmap.HeatmapAxis.TitleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Heatmap.HeatmapAxis.Title"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Heatmap.HeatmapAxis.Visible">
      <summary>
        <para>Specifies whether the axis is visible.</para>
      </summary>
      <value>true if the axis is visible; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Heatmap.HeatmapAxis.VisibleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Heatmap.HeatmapAxis.Visible"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Heatmap.HeatmapAxisLabelAlignment">
      <summary>
        <para>Lists values that specify the axis position regarding the heatmap chart.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Heatmap.HeatmapAxisLabelAlignment.Far">
      <summary>
        <para>The x-axis is positioned at the top of the chart, the y-axis – at the right.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Heatmap.HeatmapAxisLabelAlignment.Near">
      <summary>
        <para>The x-axis is positioned at the bottom of the chart, the y-axis – at the left.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Heatmap.HeatmapColorProviderBase">
      <summary>
        <para>The base class for heatmap <see cref="T:DevExpress.Xpf.Charts.Heatmap.HeatmapControl">color providers</see>.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Heatmap.HeatmapControl">
      <summary>
        <para>Displays a customizable and interactive heatmap chart.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Heatmap.HeatmapControl.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Heatmap.HeatmapControl"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Heatmap.HeatmapControl.AxisX">
      <summary>
        <para>Gets or sets the Heatmap Control’s x-axis.</para>
      </summary>
      <value>Contains axis settings.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Heatmap.HeatmapControl.AxisXProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Heatmap.HeatmapControl.AxisX"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Heatmap.HeatmapControl.AxisY">
      <summary>
        <para>Gets or sets the Heatmap Control’s y-axis.</para>
      </summary>
      <value>Contains axis settings.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Heatmap.HeatmapControl.AxisYProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Heatmap.HeatmapControl.AxisY"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Heatmap.HeatmapControl.CalcHitInfo(System.Windows.Point)">
      <summary>
        <para>Returns information about the visual element under the specified hit point.</para>
      </summary>
      <param name="point">Specifies the hit point relative to the control’s upper-left corner.</param>
      <returns>Contains information about the visual element under the specified hit point.</returns>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Heatmap.HeatmapControl.ColorProvider">
      <summary>
        <para>Gets or sets the coloring algorithm that is used to paint heatmap cells.</para>
      </summary>
      <value>A color provider that is used to paint the heatmap.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Heatmap.HeatmapControl.ColorProviderProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Heatmap.HeatmapControl.ColorProvider"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Heatmap.HeatmapControl.DataAdapter">
      <summary>
        <para>Gets or sets an adapter that is used to load data to the heatmap.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Charts.Heatmap.HeatmapDataAdapterBase"/> descendant.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Heatmap.HeatmapControl.DataAdapterProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Heatmap.HeatmapControl.DataAdapter"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Heatmap.HeatmapControl.Diagram">
      <summary>
        <para>Gets or sets the Heatmap Control’s diagram.</para>
      </summary>
      <value>Contains diagram options.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Heatmap.HeatmapControl.DiagramProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Heatmap.HeatmapControl.Diagram"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Heatmap.HeatmapControl.EnableAxisXNavigation">
      <summary>
        <para>Specifies whether a user can scroll and zoom the heatmap along the x-axis.</para>
      </summary>
      <value>true if the heatmap can be scrolled and zoomed horizontally (along an x-axis); otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Heatmap.HeatmapControl.EnableAxisXNavigationProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Heatmap.HeatmapControl.EnableAxisXNavigation"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Heatmap.HeatmapControl.EnableAxisYNavigation">
      <summary>
        <para>Specifies whether a user can scroll and zoom the heatmap along the y-axis.</para>
      </summary>
      <value>true if the heatmap can be scrolled and zoomed vertically (along an y-axis); otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Heatmap.HeatmapControl.EnableAxisYNavigationProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Heatmap.HeatmapControl.EnableAxisYNavigation"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Heatmap.HeatmapControl.EndInit">
      <summary>
        <para>For internal use. Ends the Heatmap Control’s runtime initialization.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Heatmap.HeatmapControl.ExportToDocx(System.IO.Stream,DevExpress.XtraPrinting.DocxExportOptions)">
      <summary>
        <para>Exports the Heatmap Control to a stream in DOCX format with the specified export settings.</para>
      </summary>
      <param name="stream">The stream for output data.</param>
      <param name="options">Export settings.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Heatmap.HeatmapControl.ExportToDocx(System.IO.Stream)">
      <summary>
        <para>Exports the Heatmap Control in DOCX format to the specified stream.</para>
      </summary>
      <param name="stream">The stream for output data.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Heatmap.HeatmapControl.ExportToDocx(System.String,DevExpress.XtraPrinting.DocxExportOptions)">
      <summary>
        <para>Exports the Heatmap Control to a file in DOCX format with the specified export settings.</para>
      </summary>
      <param name="filePath">The file path that includes the file name and extension.</param>
      <param name="options">Export settings.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Heatmap.HeatmapControl.ExportToDocx(System.String)">
      <summary>
        <para>Exports the Heatmap Control in DOCX format to the specified file.</para>
      </summary>
      <param name="filePath">The file path that includes the file name and extension.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Heatmap.HeatmapControl.ExportToHtml(System.IO.Stream,DevExpress.XtraPrinting.HtmlExportOptions)">
      <summary>
        <para>Exports the Heatmap Control to a stream in HTML format with the specified export settings.</para>
      </summary>
      <param name="stream">The stream for output data.</param>
      <param name="options">Export settings.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Heatmap.HeatmapControl.ExportToHtml(System.IO.Stream)">
      <summary>
        <para>Exports the Heatmap Control in HTML format to the specified stream.</para>
      </summary>
      <param name="stream">The stream for output data.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Heatmap.HeatmapControl.ExportToHtml(System.String,DevExpress.XtraPrinting.HtmlExportOptions)">
      <summary>
        <para>Exports the Heatmap Control to a file in HTML format with the specified export settings.</para>
      </summary>
      <param name="filePath">The file path that includes the file name and extension.</param>
      <param name="options">Export settings.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Heatmap.HeatmapControl.ExportToHtml(System.String)">
      <summary>
        <para>Exports the Heatmap Control in HTML format to the specified file.</para>
      </summary>
      <param name="filePath">The file path that includes the file name and extension.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Heatmap.HeatmapControl.ExportToImage(System.IO.Stream,DevExpress.XtraPrinting.ImageExportOptions)">
      <summary>
        <para>Exports the Heatmap Control as an image to a stream. The export settings passed as a parameter are used.</para>
      </summary>
      <param name="stream">The stream for output data.</param>
      <param name="options">Export settings.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Heatmap.HeatmapControl.ExportToImage(System.IO.Stream)">
      <summary>
        <para>Exports the Heatmap Control as an image to the specified stream.</para>
      </summary>
      <param name="stream">The stream for output data.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Heatmap.HeatmapControl.ExportToImage(System.String,DevExpress.XtraPrinting.ImageExportOptions)">
      <summary>
        <para>Exports the Heatmap Control as an image to a file. The export settings passed as a parameter are used.</para>
      </summary>
      <param name="filePath">The file path that includes the file name and extension.</param>
      <param name="options">Export settings.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Heatmap.HeatmapControl.ExportToImage(System.String)">
      <summary>
        <para>Exports the Heatmap Control as an image to the specified file.</para>
      </summary>
      <param name="filePath">The file path that includes the file name and extension.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Heatmap.HeatmapControl.ExportToMht(System.IO.Stream,DevExpress.XtraPrinting.MhtExportOptions)">
      <summary>
        <para>Exports the Heatmap Control to a stream in MHT format with the specified export settings.</para>
      </summary>
      <param name="stream">The stream for output data.</param>
      <param name="options">Export settings.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Heatmap.HeatmapControl.ExportToMht(System.IO.Stream)">
      <summary>
        <para>Exports the Heatmap Control in MHT format to the specified stream.</para>
      </summary>
      <param name="stream">The stream for output data.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Heatmap.HeatmapControl.ExportToMht(System.String,DevExpress.XtraPrinting.MhtExportOptions)">
      <summary>
        <para>Exports the Heatmap Control to a file in MHT format with the specified export settings.</para>
      </summary>
      <param name="filePath">The file path that includes the file name and extension.</param>
      <param name="options">Export settings.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Heatmap.HeatmapControl.ExportToMht(System.String)">
      <summary>
        <para>Exports the Heatmap Control in MHT format to the specified file.</para>
      </summary>
      <param name="filePath">The file path that includes the file name and extension.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Heatmap.HeatmapControl.ExportToPdf(System.IO.Stream,DevExpress.XtraPrinting.PdfExportOptions)">
      <summary>
        <para>Exports the Heatmap Control to a stream in PDF format with the specified export settings.</para>
      </summary>
      <param name="stream">The stream for output data.</param>
      <param name="options">Export settings.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Heatmap.HeatmapControl.ExportToPdf(System.IO.Stream)">
      <summary>
        <para>Exports the Heatmap Control in PDF format to the specified stream.</para>
      </summary>
      <param name="stream">The stream for output data.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Heatmap.HeatmapControl.ExportToPdf(System.String,DevExpress.XtraPrinting.PdfExportOptions)">
      <summary>
        <para>Exports the Heatmap Control to a file in PDF format with the specified export settings.</para>
      </summary>
      <param name="filePath">The file path that includes the file name and extension.</param>
      <param name="options">Export settings.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Heatmap.HeatmapControl.ExportToPdf(System.String)">
      <summary>
        <para>Exports the Heatmap Control in PDF format to the specified file.</para>
      </summary>
      <param name="filePath">The file path that includes the file name and extension.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Heatmap.HeatmapControl.ExportToRtf(System.IO.Stream,DevExpress.XtraPrinting.RtfExportOptions)">
      <summary>
        <para>Exports the Heatmap Control to a stream in RTF format with the specified export settings.</para>
      </summary>
      <param name="stream">The stream for output data.</param>
      <param name="options">Export settings.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Heatmap.HeatmapControl.ExportToRtf(System.IO.Stream)">
      <summary>
        <para>Exports the Heatmap Control in RTF format to the specified stream.</para>
      </summary>
      <param name="stream">The stream for output data.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Heatmap.HeatmapControl.ExportToRtf(System.String,DevExpress.XtraPrinting.RtfExportOptions)">
      <summary>
        <para>Exports the Heatmap Control to a file in RTF format with the specified export settings.</para>
      </summary>
      <param name="filePath">The file path that includes the file name and extension.</param>
      <param name="options">Export settings.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Heatmap.HeatmapControl.ExportToRtf(System.String)">
      <summary>
        <para>Exports the Heatmap Control in RTF format to the specified file.</para>
      </summary>
      <param name="filePath">The file path that includes the file name and extension.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Heatmap.HeatmapControl.ExportToXls(System.IO.Stream,DevExpress.XtraPrinting.XlsExportOptions)">
      <summary>
        <para>Exports the Heatmap Control to a stream in XLS format with the specified export settings.</para>
      </summary>
      <param name="stream">The stream for output data.</param>
      <param name="options">Export settings.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Heatmap.HeatmapControl.ExportToXls(System.IO.Stream)">
      <summary>
        <para>Exports the Heatmap Control in XLS format to the specified stream.</para>
      </summary>
      <param name="stream">The stream for output data.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Heatmap.HeatmapControl.ExportToXls(System.String,DevExpress.XtraPrinting.XlsExportOptions)">
      <summary>
        <para>Exports the Heatmap Control to a file in XLS format with the specified export settings.</para>
      </summary>
      <param name="filePath">The file path that includes the file name and extension.</param>
      <param name="options">Export settings.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Heatmap.HeatmapControl.ExportToXls(System.String)">
      <summary>
        <para>Exports the Heatmap Control in XLS format to the specified file.</para>
      </summary>
      <param name="filePath">The file path that includes the file name and extension.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Heatmap.HeatmapControl.ExportToXlsx(System.IO.Stream,DevExpress.XtraPrinting.XlsxExportOptions)">
      <summary>
        <para>Exports the Heatmap Control to a stream in XLSX format with the specified export settings.</para>
      </summary>
      <param name="stream">The stream for output data.</param>
      <param name="options">Export settings.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Heatmap.HeatmapControl.ExportToXlsx(System.IO.Stream)">
      <summary>
        <para>Exports the Heatmap Control in XLSX format to the specified stream.</para>
      </summary>
      <param name="stream">The stream for output data.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Heatmap.HeatmapControl.ExportToXlsx(System.String,DevExpress.XtraPrinting.XlsxExportOptions)">
      <summary>
        <para>Exports the Heatmap Control to a file in XLSX format with the specified export settings.</para>
      </summary>
      <param name="filePath">The file path that includes the file name and extension.</param>
      <param name="options">Export settings.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Heatmap.HeatmapControl.ExportToXlsx(System.String)">
      <summary>
        <para>Exports the Heatmap Control in XLSX format to the specified file.</para>
      </summary>
      <param name="filePath">The file path that includes the file name and extension.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Heatmap.HeatmapControl.ExportToXps(System.IO.Stream,DevExpress.XtraPrinting.XpsExportOptions)">
      <summary>
        <para>Exports the Heatmap Control to a stream in XPS format with the specified export settings.</para>
      </summary>
      <param name="stream">The stream for output data.</param>
      <param name="options">Export settings.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Heatmap.HeatmapControl.ExportToXps(System.IO.Stream)">
      <summary>
        <para>Exports the Heatmap Control in XPS format to the specified stream.</para>
      </summary>
      <param name="stream">The stream for output data.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Heatmap.HeatmapControl.ExportToXps(System.String,DevExpress.XtraPrinting.XpsExportOptions)">
      <summary>
        <para>Exports the Heatmap Control to a file in XPS format with the specified export settings.</para>
      </summary>
      <param name="filePath">The file path that includes the file name and extension.</param>
      <param name="options">Export settings.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Heatmap.HeatmapControl.ExportToXps(System.String)">
      <summary>
        <para>Exports the Heatmap Control in XPS format to the specified file.</para>
      </summary>
      <param name="filePath">The file path that includes the file name and extension.</param>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Heatmap.HeatmapControl.HighlightMode">
      <summary>
        <para>Specifies how the Heatmap Control highlight cells when a user hovers over a cell with the mouse cursor.</para>
      </summary>
      <value>The highlight mode.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Heatmap.HeatmapControl.HighlightModeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Heatmap.HeatmapControl.HighlightMode"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Heatmap.HeatmapControl.Label">
      <summary>
        <para>Gets or sets the Heatmap Control’s cell label settings.</para>
      </summary>
      <value>Contains heatmap label settings.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Heatmap.HeatmapControl.LabelProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Heatmap.HeatmapControl.Label"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Heatmap.HeatmapControl.Legend">
      <summary>
        <para>Gets or sets the heatmap legend.</para>
      </summary>
      <value>Contains settings for the heatmap legend.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Heatmap.HeatmapControl.LegendProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Heatmap.HeatmapControl.Legend"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Heatmap.HeatmapControl.OnApplyTemplate">
      <summary>
        <para>Called after the template is generated and attached to the visual tree.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Heatmap.HeatmapControl.Print">
      <summary>
        <para>Invokes the Print dialog and prints the current Heatmap Control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Heatmap.HeatmapControl.PrintDirect">
      <summary>
        <para>Prints the Heatmap Control on the default printer.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Heatmap.HeatmapControl.PrintDirect(System.String)">
      <summary>
        <para>Prints the Heatmap Control on a printer with the specified name.</para>
      </summary>
      <param name="printerName">The printer name.</param>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Heatmap.HeatmapControl.PrintOptions">
      <summary>
        <para>Gets or sets the Heatmap Control’s print options.</para>
      </summary>
      <value>Contains options that are applied to the heatmap when it is printed or exported.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Heatmap.HeatmapControl.PrintOptionsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Heatmap.HeatmapControl.PrintOptions"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.Charts.Heatmap.HeatmapControl.QueryChartCursor">
      <summary>
        <para>Occurs when there is a request to display the cursor on the heatmap chart.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Heatmap.HeatmapControl.QueryChartCursorEvent">
      <summary>
        <para>Identifies the <see cref="E:DevExpress.Xpf.Charts.Heatmap.HeatmapControl.QueryChartCursor"/> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Heatmap.HeatmapControl.SelectedItem">
      <summary>
        <para>Gets or sets a <see cref="T:DevExpress.Charts.Heatmap.HeatmapCell">heatmap cell</see> or a source object that is used to create the selected cell.</para>
      </summary>
      <value>An object that stores cell data.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Heatmap.HeatmapControl.SelectedItemProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Heatmap.HeatmapControl.SelectedItem"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Heatmap.HeatmapControl.SelectedItems">
      <summary>
        <para>Gets or sets <see cref="T:DevExpress.Charts.Heatmap.HeatmapCell">heatmap cells</see> or source objects that are used to create the selected cells.</para>
      </summary>
      <value>A list of objects that store cell data.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Heatmap.HeatmapControl.SelectedItemsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Heatmap.HeatmapControl.SelectedItems"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Heatmap.HeatmapControl.SelectionMode">
      <summary>
        <para>Gets or sets the selection mode for heatmap cells.</para>
      </summary>
      <value>A value that identifies the selection mode.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Heatmap.HeatmapControl.SelectionModeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Heatmap.HeatmapControl.SelectionMode"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Heatmap.HeatmapControl.ShowPrintPreview(System.Windows.Window,System.String,System.String)">
      <summary>
        <para>Creates a document that contains the Heatmap Control and displays it in the <see href="https://docs.devexpress.com/WPF/9697/controls-and-libraries/printing-exporting/concepts/document-preview">Print Preview</see> window. The document name, the Print Preview owner, and title are passed as parameters.</para>
      </summary>
      <param name="owner">The Print Preview’s owner.</param>
      <param name="documentName">The name of the document.</param>
      <param name="title">The Print Preview title.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Heatmap.HeatmapControl.ShowPrintPreview(System.Windows.Window,System.String)">
      <summary>
        <para>Creates a document that contains the Heatmap Control and displays it in the <see href="https://docs.devexpress.com/WPF/9697/controls-and-libraries/printing-exporting/concepts/document-preview">Print Preview</see> window. The document name, the Print Preview owner are passed as parameters.</para>
      </summary>
      <param name="owner">The Print Preview’s owner.</param>
      <param name="documentName">The name of the document.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Heatmap.HeatmapControl.ShowPrintPreview(System.Windows.Window)">
      <summary>
        <para>Creates a document that contains the Heatmap Control and displays it in the <see href="https://docs.devexpress.com/WPF/9697/controls-and-libraries/printing-exporting/concepts/document-preview">Print Preview</see> window. The Print Preview owner is passed as a parameter.</para>
      </summary>
      <param name="owner">The Print Preview’s owner.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Heatmap.HeatmapControl.ShowPrintPreviewDialog(System.Windows.Window,System.String,System.String)">
      <summary>
        <para>Creates a document that contains the Heatmap Control and displays the <see href="https://docs.devexpress.com/WPF/9697/controls-and-libraries/printing-exporting/concepts/document-preview">Print Preview</see> as a modal window. The document name, the Print Preview owner, and title are passed as parameters.</para>
      </summary>
      <param name="owner">The Print Preview’s owner.</param>
      <param name="documentName">The name of the document.</param>
      <param name="title">The Print Preview title.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Heatmap.HeatmapControl.ShowPrintPreviewDialog(System.Windows.Window,System.String)">
      <summary>
        <para>Creates a document that contains the Heatmap Control and displays the <see href="https://docs.devexpress.com/WPF/9697/controls-and-libraries/printing-exporting/concepts/document-preview">Print Preview</see> as a modal window. The document name, the Print Preview owner are passed as parameters.</para>
      </summary>
      <param name="owner">The Print Preview’s owner.</param>
      <param name="documentName">The name of the document.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Heatmap.HeatmapControl.ShowPrintPreviewDialog(System.Windows.Window)">
      <summary>
        <para>Creates a document that contains the Heatmap Control and displays the <see href="https://docs.devexpress.com/WPF/9697/controls-and-libraries/printing-exporting/concepts/document-preview">Print Preview</see> as a modal window. The Print Preview owner is passed as a parameter.</para>
      </summary>
      <param name="owner">The Print Preview’s owner.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Heatmap.HeatmapControl.ShowRibbonPrintPreview(System.Windows.Window,System.String,System.String)">
      <summary>
        <para>Creates a document that contains the Heatmap Control and displays the <see href="https://docs.devexpress.com/WPF/9697/controls-and-libraries/printing-exporting/concepts/document-preview">Print Preview</see> of the document with a Ribbon toolbar. The document name, the Print Preview owner, and title are passed as parameters.</para>
      </summary>
      <param name="owner">The Print Preview’s owner.</param>
      <param name="documentName">The name of the document.</param>
      <param name="title">The Print Preview title.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Heatmap.HeatmapControl.ShowRibbonPrintPreview(System.Windows.Window,System.String)">
      <summary>
        <para>Creates a document that contains the Heatmap Control and displays the <see href="https://docs.devexpress.com/WPF/9697/controls-and-libraries/printing-exporting/concepts/document-preview">Print Preview</see> of the document with a Ribbon toolbar. The document name, the Print Preview owner are passed as parameters.</para>
      </summary>
      <param name="owner">The Print Preview’s owner.</param>
      <param name="documentName">The name of the document.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Heatmap.HeatmapControl.ShowRibbonPrintPreview(System.Windows.Window)">
      <summary>
        <para>Creates a document that contains the Heatmap Control and displays the <see href="https://docs.devexpress.com/WPF/9697/controls-and-libraries/printing-exporting/concepts/document-preview">Print Preview</see> of the document with a Ribbon toolbar. The Print Preview owner is passed as a parameter.</para>
      </summary>
      <param name="owner">The Print Preview’s owner.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Heatmap.HeatmapControl.ShowRibbonPrintPreviewDialog(System.Windows.Window,System.String,System.String)">
      <summary>
        <para>Creates a document that contains the Sankey Diagram Control and displays the <see href="https://docs.devexpress.com/WPF/9697/controls-and-libraries/printing-exporting/concepts/document-preview">Print Preview</see> of the document with a Ribbon toolbar as a modal window. The document name, the Print Preview owner, and title are passed as parameters.</para>
      </summary>
      <param name="owner">The Print Preview’s owner.</param>
      <param name="documentName">The name of the document.</param>
      <param name="title">The Print Preview title.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Heatmap.HeatmapControl.ShowRibbonPrintPreviewDialog(System.Windows.Window,System.String)">
      <summary>
        <para>Creates a document that contains the Heatmap Control and displays the <see href="https://docs.devexpress.com/WPF/9697/controls-and-libraries/printing-exporting/concepts/document-preview">Print Preview</see> of the document with a Ribbon toolbar as a modal window. The document name, the Print Preview owner are passed as parameters.</para>
      </summary>
      <param name="owner">The Print Preview’s owner.</param>
      <param name="documentName">The name of the document.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Heatmap.HeatmapControl.ShowRibbonPrintPreviewDialog(System.Windows.Window)">
      <summary>
        <para>Creates a document that contains the Heatmap Control and displays the <see href="https://docs.devexpress.com/WPF/9697/controls-and-libraries/printing-exporting/concepts/document-preview">Print Preview</see> of the document with a Ribbon toolbar as a modal window. The Print Preview owner is passed as a parameter.</para>
      </summary>
      <param name="owner">The Print Preview’s owner.</param>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Heatmap.HeatmapControl.Titles">
      <summary>
        <para>Returns the collection of heatmap titles.</para>
      </summary>
      <value>The collection of heatmap titles.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Heatmap.HeatmapControl.TitlesProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Heatmap.HeatmapControl.Titles"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Heatmap.HeatmapControl.ToolTipEnabled">
      <summary>
        <para>Specifies whether tooltips are displayed for heatmap cells.</para>
      </summary>
      <value>true if tooltips are enabled; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Heatmap.HeatmapControl.ToolTipEnabledProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Heatmap.HeatmapControl.ToolTipEnabled"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Heatmap.HeatmapControl.ToolTipOptions">
      <summary>
        <para>Gets or sets tooltip settings for heatmap cells.</para>
      </summary>
      <value>Contains options for heatmap cell tooltips.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Heatmap.HeatmapControl.ToolTipOptionsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Heatmap.HeatmapControl.ToolTipOptions"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Heatmap.HeatmapControl.ToolTipTemplate">
      <summary>
        <para>Gets or sets a data template that defines how the tooltip looks.</para>
      </summary>
      <value>A data template.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Heatmap.HeatmapControl.ToolTipTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Heatmap.HeatmapControl.ToolTipTemplate"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Heatmap.HeatmapDataAdapterBase">
      <summary>
        <para>The base class for adapters that load data from sources.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Heatmap.HeatmapDataSourceAdapter">
      <summary>
        <para>Loads heatmap data from a data source.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Heatmap.HeatmapDataSourceAdapter.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Heatmap.HeatmapDataSourceAdapter"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Heatmap.HeatmapDataSourceAdapter.ColorDataMember">
      <summary>
        <para>Gets or sets the name of a data source member that stores colors, or values used to determine cell colors.</para>
      </summary>
      <value>The data source member name.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Heatmap.HeatmapDataSourceAdapter.ColorDataMemberProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Heatmap.HeatmapDataSourceAdapter.ColorDataMember"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Heatmap.HeatmapDataSourceAdapter.DataSource">
      <summary>
        <para>Gets or sets the data source from which the adapter loads data.</para>
      </summary>
      <value>An object that is a data source.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Heatmap.HeatmapDataSourceAdapter.DataSourceProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Heatmap.HeatmapDataSourceAdapter.DataSource"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Heatmap.HeatmapDataSourceAdapter.ToString">
      <summary>
        <para>Returns a string that represents the current object.</para>
      </summary>
      <returns>A string that represents the current HeatmapDataSourceAdapter object.</returns>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Heatmap.HeatmapDataSourceAdapter.XArgumentComparer">
      <summary>
        <para>Gets or sets a comparer that is used to specify custom sort order for x-arguments.</para>
      </summary>
      <value>An object that implements the <see cref="T:System.Collections.IComparer"/> interface.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Heatmap.HeatmapDataSourceAdapter.XArgumentComparerProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Heatmap.HeatmapDataSourceAdapter.XArgumentComparer"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Heatmap.HeatmapDataSourceAdapter.XArgumentDataMember">
      <summary>
        <para>Gets or sets the name of a data source member that stores x-axis arguments.</para>
      </summary>
      <value>The data source member name.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Heatmap.HeatmapDataSourceAdapter.XArgumentDataMemberProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Heatmap.HeatmapDataSourceAdapter.XArgumentDataMember"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Heatmap.HeatmapDataSourceAdapter.YArgumentComparer">
      <summary>
        <para>Gets or sets a comparer that is used to specify custom sort order for y-arguments.</para>
      </summary>
      <value>An object that implements the <see cref="T:System.Collections.IComparer"/> interface.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Heatmap.HeatmapDataSourceAdapter.YArgumentComparerProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Heatmap.HeatmapDataSourceAdapter.YArgumentComparer"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Heatmap.HeatmapDataSourceAdapter.YArgumentDataMember">
      <summary>
        <para>Gets or sets the name of a data source member that stores y-axis arguments.</para>
      </summary>
      <value>The data source member name.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Heatmap.HeatmapDataSourceAdapter.YArgumentDataMemberProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Heatmap.HeatmapDataSourceAdapter.YArgumentDataMember"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Heatmap.HeatmapDiagram">
      <summary>
        <para>A heatmap diagram.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Heatmap.HeatmapDiagram.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Heatmap.HeatmapDiagram"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Heatmap.HeatmapDiagram.BackgroundBrush">
      <summary>
        <para>Gets or sets the brush used to fill the heatmap diagram.</para>
      </summary>
      <value>The brush that is used to paint the heatmap diagram background.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Heatmap.HeatmapDiagram.BackgroundBrushProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Heatmap.HeatmapDiagram.BackgroundBrush"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Heatmap.HeatmapDiagram.BorderBrush">
      <summary>
        <para>Gets or sets the brush used to paint the heatmap diagram border.</para>
      </summary>
      <value>The brush that is used to paint the heatmap diagram border.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Heatmap.HeatmapDiagram.BorderBrushProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Heatmap.HeatmapDiagram.BorderBrush"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Heatmap.HeatmapHighlightMode">
      <summary>
        <para>Lists values that specify how the heatmap highlights cells if a user hovers over a heatmap cell.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Heatmap.HeatmapHighlightMode.Cell">
      <summary>
        <para>The cell that a user hovers over with the mouse cursor is highlighted only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Heatmap.HeatmapHighlightMode.Column">
      <summary>
        <para>The column that contains the cell that a user hovers over with the mouse cursor is highlighted.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Heatmap.HeatmapHighlightMode.None">
      <summary>
        <para>No cells are highlighted when a user hovers over a cell.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Heatmap.HeatmapHighlightMode.Row">
      <summary>
        <para>The row that contains the cell that a user hovers over with the mouse cursor is highlighted.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Heatmap.HeatmapHighlightMode.RowAndColumn">
      <summary>
        <para>The column and row that contain the cell that a user hovers over with the mouse cursor are highlighted.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Heatmap.HeatmapHitInfo">
      <summary>
        <para>Contains information about a specific point within a heatmap.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Heatmap.HeatmapHitInfo.Axis">
      <summary>
        <para>Returns the axis located under the test point.</para>
      </summary>
      <value>A heatmap axis.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Heatmap.HeatmapHitInfo.CustomAxisLabel">
      <summary>
        <para>Returns the custom axis label located under the test point.</para>
      </summary>
      <value>A custom axis label.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Heatmap.HeatmapHitInfo.HeatmapCell">
      <summary>
        <para>Returns the heatmap cell located under the test point.</para>
      </summary>
      <value>A heatmap cell.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Heatmap.HeatmapHitInfo.InAxis">
      <summary>
        <para>Returns the value that indicates whether the test point is within an <see href="https://docs.devexpress.com/WPF/6334/controls-and-libraries/charts-suite/chart-control/axes/axes">axis</see>.</para>
      </summary>
      <value>true if the test point is within an axis; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Heatmap.HeatmapHitInfo.InHeatmapCell">
      <summary>
        <para>Indicates whether the test point is in a heatmap cell.</para>
      </summary>
      <value>true if the test point is within a heatmap cell; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Heatmap.HeatmapHitInfo.InLegend">
      <summary>
        <para>Indicates whether the test point is within the heatmap <see cref="P:DevExpress.Xpf.Charts.Heatmap.HeatmapControl.Legend">legend</see>.</para>
      </summary>
      <value>true if the test point is within the legend; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Heatmap.HeatmapHitInfo.Legend">
      <summary>
        <para>Returns the legend that is positioned in the test point.</para>
      </summary>
      <value>Contains heatmap legend options.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Heatmap.HeatmapKeyColorProvider">
      <summary>
        <para>Paints heatmap cells based on their values that are used as keys. If the cells have equal keys, they have the same color.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Heatmap.HeatmapKeyColorProvider.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Heatmap.HeatmapKeyColorProvider"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Heatmap.HeatmapKeyColorProvider.KeyProvider">
      <summary>
        <para>Gets or sets a key provider that is used to obtain keys based on a custom logic.</para>
      </summary>
      <value>An object that implements the <see cref="T:DevExpress.XtraCharts.IColorizerKeyProvider"/> interface.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Heatmap.HeatmapKeyColorProvider.KeyProviderProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Heatmap.HeatmapKeyColorProvider.KeyProvider"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Heatmap.HeatmapKeyColorProvider.Keys">
      <summary>
        <para>Returns the collection of keys that the HeatmapKeyColorProvider uses to paint heatmap cells.</para>
      </summary>
      <value>Contains keys for the HeatmapKeyColorProvider.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Heatmap.HeatmapKeyColorProvider.KeysProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Heatmap.HeatmapKeyColorProvider.Keys"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Heatmap.HeatmapKeyColorProvider.ToString">
      <summary>
        <para>Returns a string that represents the current object.</para>
      </summary>
      <returns>A string that represents the current object.</returns>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Heatmap.HeatmapLabel">
      <summary>
        <para>Contains options for heatmap labels.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Heatmap.HeatmapLabel.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Heatmap.HeatmapLabel"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Heatmap.HeatmapLabel.TextOrientation">
      <summary>
        <para>Gets or sets the text orientation for heatmap labels.</para>
      </summary>
      <value>Specifies text orientation.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Heatmap.HeatmapLabel.TextOrientationProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Heatmap.HeatmapLabel.TextOrientation"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Heatmap.HeatmapLabel.TextPattern">
      <summary>
        <para>Gets or sets a string pattern that formats heatmap label text.</para>
      </summary>
      <value>A format string.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Heatmap.HeatmapLabel.TextPatternProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Heatmap.HeatmapLabel.TextPattern"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Heatmap.HeatmapLegend">
      <summary>
        <para>A heatmap legend.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Heatmap.HeatmapLegend.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Heatmap.HeatmapLegend"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Heatmap.HeatmapLegend.Items">
      <summary>
        <para>For internal use. Gets or sets the collection of legend items.</para>
      </summary>
      <value>A collection of legend items.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Heatmap.HeatmapLegend.ItemsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Heatmap.HeatmapLegend.Items"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Heatmap.HeatmapLegendItem">
      <summary>
        <para>A heatmap legend item.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Heatmap.HeatmapLegendItem.Legend">
      <summary>
        <para>Returns the legend to which the item belongs.</para>
      </summary>
      <value>A heatmap legend.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Heatmap.HeatmapMatrixAdapter">
      <summary>
        <para>Loads heatmap data from arrays.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Heatmap.HeatmapMatrixAdapter.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Heatmap.HeatmapMatrixAdapter"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Heatmap.HeatmapMatrixAdapter.ToString">
      <summary>
        <para>Returns a string that represents the current object.</para>
      </summary>
      <returns>A string that represents the current HeatmapMatrixAdapter object.</returns>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Heatmap.HeatmapMatrixAdapter.Values">
      <summary>
        <para>Gets or sets a numeric matrix that stores heatmap cell values.</para>
      </summary>
      <value>A two-dimensional array of heatmap cell values.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Heatmap.HeatmapMatrixAdapter.ValuesProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Heatmap.HeatmapMatrixAdapter.Values"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Heatmap.HeatmapMatrixAdapter.XArguments">
      <summary>
        <para>Gets or sets arguments for the heatmap x-axis.</para>
      </summary>
      <value>A collection that stores x-arguments for a heatmap.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Heatmap.HeatmapMatrixAdapter.XArgumentsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Heatmap.HeatmapMatrixAdapter.XArguments"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Heatmap.HeatmapMatrixAdapter.YArguments">
      <summary>
        <para>Gets or sets arguments for the heatmap y-axis.</para>
      </summary>
      <value>A collection that stores y-arguments for a heatmap.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Heatmap.HeatmapMatrixAdapter.YArgumentsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Heatmap.HeatmapMatrixAdapter.YArguments"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Heatmap.HeatmapObjectColorProvider">
      <summary>
        <para>Converts colors from cell values and applies these colors to cells. This is the default color provider.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Heatmap.HeatmapObjectColorProvider.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Heatmap.HeatmapObjectColorProvider"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Heatmap.HeatmapObjectColorProvider.ToString">
      <summary>
        <para>Returns a string that represents the current object.</para>
      </summary>
      <returns>A string that represents the current object.</returns>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Heatmap.HeatmapPaletteColorProvider">
      <summary>
        <para>The base class for color providers that apply colors from a palette to heatmap cells.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Heatmap.HeatmapPaletteColorProvider.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Heatmap.HeatmapPaletteColorProvider"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Heatmap.HeatmapPaletteColorProvider.LegendItemPattern">
      <summary>
        <para>Gets or sets the format string that configures legend item text.</para>
      </summary>
      <value>A format string.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Heatmap.HeatmapPaletteColorProvider.LegendItemPatternProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Heatmap.HeatmapPaletteColorProvider.LegendItemPattern"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Heatmap.HeatmapPaletteColorProvider.Palette">
      <summary>
        <para>Gets or sets the color provider palette.</para>
      </summary>
      <value>Specifies the color provider palette.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Heatmap.HeatmapPaletteColorProvider.PaletteProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Heatmap.HeatmapPaletteColorProvider.Palette"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Heatmap.HeatmapPrintOptions">
      <summary>
        <para>Contains print options for the Heatmap control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Heatmap.HeatmapPrintOptions.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Heatmap.HeatmapPrintOptions"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Heatmap.HeatmapPrintOptions.SizeMode">
      <summary>
        <para>Specifies the <see cref="T:DevExpress.Xpf.Charts.PrintSizeMode">size mode</see> used to print the heatmap.</para>
      </summary>
      <value>The size mode.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Heatmap.HeatmapPrintOptions.SizeModeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Heatmap.HeatmapPrintOptions.SizeMode"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Heatmap.HeatmapRangeColorProvider">
      <summary>
        <para>Paints heatmap cells according to value ranges.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Heatmap.HeatmapRangeColorProvider.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Heatmap.HeatmapRangeColorProvider"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Heatmap.HeatmapRangeColorProvider.ApproximateColors">
      <summary>
        <para>Specifies whether to approximate colors.</para>
      </summary>
      <value>true if an approximation algorithm is applied to colors; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Heatmap.HeatmapRangeColorProvider.ApproximateColorsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Heatmap.HeatmapRangeColorProvider.ApproximateColors"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Heatmap.HeatmapRangeColorProvider.RangeStops">
      <summary>
        <para>Returns the collection of color ranges for the heatmap range color provider.</para>
      </summary>
      <value>A collection of color range boundaries.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Heatmap.HeatmapRangeColorProvider.RangeStopsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Heatmap.HeatmapRangeColorProvider.RangeStops"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Heatmap.HeatmapRangeColorProvider.ToString">
      <summary>
        <para>Returns a string that represents the current object.</para>
      </summary>
      <returns>A string that represents the current object.</returns>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Heatmap.HeatmapRangeStop">
      <summary>
        <para>A color range boundary.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Heatmap.HeatmapRangeStop.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Heatmap.HeatmapRangeStop"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Heatmap.HeatmapRangeStop.#ctor(System.Double,DevExpress.Xpf.Charts.Heatmap.HeatmapRangeStopType)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Heatmap.HeatmapRangeStop"/> class with specified settings.</para>
      </summary>
      <param name="value">The range stop value.</param>
      <param name="unitType">The range stop type.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Heatmap.HeatmapRangeStop.#ctor(System.Double)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Heatmap.HeatmapRangeStop"/> class with specified settings.</para>
      </summary>
      <param name="value">The range stop value.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Heatmap.HeatmapRangeStop.ToString">
      <summary>
        <para>Returns a string that represents the current object.</para>
      </summary>
      <returns>A string that represents the current HeatmapRangeStop object.</returns>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Heatmap.HeatmapRangeStop.Type">
      <summary>
        <para>Gets or sets the type of the color range stop <see cref="P:DevExpress.Xpf.Charts.Heatmap.HeatmapRangeStop.Value">value</see>.</para>
      </summary>
      <value>The range stop type.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Heatmap.HeatmapRangeStop.Value">
      <summary>
        <para>Gets or sets the color range boundary value.</para>
      </summary>
      <value>A numeric value that specifies the range stop value.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Heatmap.HeatmapRangeStopCollection">
      <summary>
        <para>A collection of color range boundaries.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Heatmap.HeatmapRangeStopCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Heatmap.HeatmapRangeStopCollection"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Heatmap.HeatmapRangeStopType">
      <summary>
        <para>Lists range stop value types.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Heatmap.HeatmapRangeStopType.Absolute">
      <summary>
        <para>The range stop value is measured in absolute units.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Heatmap.HeatmapRangeStopType.Percentage">
      <summary>
        <para>The range stop value is specified as a percentage. Values should be defined in the [0, 1] range.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Heatmap.HeatmapSelectionController.#ctor(DevExpress.Xpf.Charts.Heatmap.HeatmapControl)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Heatmap.HeatmapSelectionController"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Heatmap.HeatmapToolTipOptions">
      <summary>
        <para>Contains options for heatmap cell tooltips.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Heatmap.HeatmapToolTipOptions.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Heatmap.HeatmapToolTipOptions"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Heatmap.HeatmapToolTipOptions.AutoPopDelay">
      <summary>
        <para>Gets or sets the time interval during which the tooltip is displayed.</para>
      </summary>
      <value>The time interval during which the tooltip is displayed.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Heatmap.HeatmapToolTipOptions.AutoPopDelayProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Heatmap.HeatmapToolTipOptions.AutoPopDelay"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Heatmap.HeatmapToolTipOptions.CloseOnClick">
      <summary>
        <para>Specifies whether a tooltip is closed when its corresponding visual element is clicked.</para>
      </summary>
      <value>true if a tooltip is closed when its corresponding visual element is clicked; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Heatmap.HeatmapToolTipOptions.CloseOnClickProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Heatmap.HeatmapToolTipOptions.CloseOnClick"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Heatmap.HeatmapToolTipOptions.ContentMargin">
      <summary>
        <para>Gets or sets content margins.</para>
      </summary>
      <value>An object that defines margins.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Heatmap.HeatmapToolTipOptions.ContentMarginProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Heatmap.HeatmapToolTipOptions.ContentMargin"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Heatmap.HeatmapToolTipOptions.InitialDelay">
      <summary>
        <para>Gets or sets the delay before the tooltip is displayed.</para>
      </summary>
      <value>The delay before the tooltip is displayed.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Heatmap.HeatmapToolTipOptions.InitialDelayProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Heatmap.HeatmapToolTipOptions.InitialDelay"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Heatmap.HeatmapToolTipOptions.OpenMode">
      <summary>
        <para>Specifies when heatmap tooltips are displayed.</para>
      </summary>
      <value>Specifies an action that a user performs to invoke a cell tooltip.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Heatmap.HeatmapToolTipOptions.OpenModeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Heatmap.HeatmapToolTipOptions.OpenMode"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Heatmap.HeatmapToolTipOptions.Pattern">
      <summary>
        <para>Gets or sets a format string that is applied to tooltip text.</para>
      </summary>
      <value>A string that formats tooltip text. Default value: “X-Argument: {X}\nY-Argument: {Y}\nValue: {V}”</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Heatmap.HeatmapToolTipOptions.PatternProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Heatmap.HeatmapToolTipOptions.Pattern"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.HexagonBar3DModel">
      <summary>
        <para>The Hexagon 3D Bar <see href="https://docs.devexpress.com/WPF/4285/controls-and-libraries/charts-suite/chart-control/series/series-and-marker-models">model</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.HexagonBar3DModel.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.HexagonBar3DModel"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.HexagonBar3DModel.ModelName">
      <summary>
        <para>Gets the name of the <see cref="T:DevExpress.Xpf.Charts.HexagonBar3DModel"/>.</para>
      </summary>
      <value>Always “Hexagon”.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.HexagonMarker3DModel">
      <summary>
        <para>The Hexagon 3D marker <see href="https://docs.devexpress.com/WPF/4285/controls-and-libraries/charts-suite/chart-control/series/series-and-marker-models">model</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.HexagonMarker3DModel.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.HexagonMarker3DModel"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.HexagonMarker3DModel.ModelName">
      <summary>
        <para>Gets the name of the <see cref="T:DevExpress.Xpf.Charts.HexagonMarker3DModel"/>.</para>
      </summary>
      <value>Always “Hexagon”.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.HexagonPie3DModel">
      <summary>
        <para>The Hexagon <see href="https://docs.devexpress.com/WPF/4287/controls-and-libraries/charts-suite/chart-control/series/3d-series-types/pie-and-donut-series">3D Pie</see> <see href="https://docs.devexpress.com/WPF/4285/controls-and-libraries/charts-suite/chart-control/series/series-and-marker-models">model</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.HexagonPie3DModel.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.HexagonPie3DModel"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.HexagonPie3DModel.ModelName">
      <summary>
        <para>Gets the name of the <see cref="T:DevExpress.Xpf.Charts.HexagonPie3DModel"/>.</para>
      </summary>
      <value>Always “Hexagon”.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.HierarchicalDataAdapter">
      <summary>
        <para>The data adapter that uses data objects with aggregation and composition relationships as data sources for different detail levels when the Chart control is in the <see href="https://docs.devexpress.com/WPF/400717/controls-and-libraries/charts-suite/chart-control/provide-data/drill-down">Drill Mode</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.HierarchicalDataAdapter.#ctor">
      <summary>
        <para>Initializes a new <see cref="T:DevExpress.Xpf.Charts.HierarchicalDataAdapter"/> instance with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.HierarchicalDataAdapter.ChildrenSelector">
      <summary>
        <para>Gets or sets an object that returns a child object collection from a data object on whose representation the end user clicked.</para>
      </summary>
      <value>An object that returns a child object collection from a data object on whose representation the end user clicked.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.HierarchicalDataAdapter.ChildrenSelectorProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.HierarchicalDataAdapter.ChildrenSelector"/> dependency property.</para>
      </summary>
      <value>The dependency property representation.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.HierarchicalDataAdapterBase">
      <summary>
        <para>The base class for all data adapters the can provide hierarchical data for the Chart in the <see href="https://docs.devexpress.com/WPF/400717/controls-and-libraries/charts-suite/chart-control/provide-data/drill-down">Drill Mode</see>.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.HierarchicalDataAdapterBase.BreadcrumbTextProvider">
      <summary>
        <para>Gets or sets the object that provides text for breadcrumb items when the Chart is in the <see href="https://docs.devexpress.com/WPF/400717/controls-and-libraries/charts-suite/chart-control/provide-data/drill-down">Drill Mode</see>.</para>
      </summary>
      <value>The object that provides text for breadcrumb items when the Chart is in the Drill Mode.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.HierarchicalDataAdapterBase.BreadcrumbTextProviderProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.HierarchicalDataAdapterBase.BreadcrumbTextProvider"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.HierarchicalDataAdapterBase.DataSource">
      <summary>
        <para>Gets or set the collection of data source objects for the Chart in the <see href="https://docs.devexpress.com/WPF/400717/controls-and-libraries/charts-suite/chart-control/provide-data/drill-down">Drill Mode</see>.</para>
      </summary>
      <value>The collection of objects that are the less detailed data level in the Chart in the Drill Mode.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.HierarchicalDataAdapterBase.DataSourceProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.HierarchicalDataAdapterBase.DataSource"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.HitInfoBase.AxisLabel">
      <summary>
        <para>Returns the <see href="https://docs.devexpress.com/WPF/6336/controls-and-libraries/charts-suite/chart-control/axes/axis-labels">axis label</see> located under the test point.</para>
      </summary>
      <value>The axis label located under the test point.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.HitInfoBase.AxisTitle">
      <summary>
        <para>Returns the <see href="https://docs.devexpress.com/WPF/7096/controls-and-libraries/charts-suite/chart-control/axes/axis-titles">axis title</see> located under the test point.</para>
      </summary>
      <value>The axis title located under the test point.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.HitInfoBase.CustomLegendItem">
      <summary>
        <para>Returns the custom legend item located under the test point.</para>
      </summary>
      <value>The custom legend item located under the test point.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.HitInfoBase.InAxis">
      <summary>
        <para>Returns the value indicating whether the test point is within an <see href="https://docs.devexpress.com/WPF/6334/controls-and-libraries/charts-suite/chart-control/axes/axes">axis</see>.</para>
      </summary>
      <value>true if the test point is within an axis; otherwise false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.HitInfoBase.InAxisLabel">
      <summary>
        <para>Returns the value indicating whether the test point is within an <see href="https://docs.devexpress.com/WPF/6336/controls-and-libraries/charts-suite/chart-control/axes/axis-labels">axis label</see>.</para>
      </summary>
      <value>true if the test point is within an axis label; otherwise false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.HitInfoBase.InAxisTitle">
      <summary>
        <para>Returns the value indicating whether the test point is within an <see href="https://docs.devexpress.com/WPF/7096/controls-and-libraries/charts-suite/chart-control/axes/axis-titles">axis title</see>.</para>
      </summary>
      <value>true if the test point is within an axis title; otherwise false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.HitInfoBase.InCustomLegendItem">
      <summary>
        <para>Returns the value indicating whether the test point is within a custom legend item.</para>
      </summary>
      <value>true if the test point is within a custom legend item; otherwise false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.HitInfoBase.InLegend">
      <summary>
        <para>Returns the value indicating whether the test point is within a <see href="https://docs.devexpress.com/WPF/6343/controls-and-libraries/charts-suite/chart-control/legends">legend</see>.</para>
      </summary>
      <value>true if the test point is within a legend; otherwise false.</value>
    </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>Centers a legend horizontally within the <see href="https://docs.devexpress.com/WPF/6333/controls-and-libraries/charts-suite/chart-control/diagram/diagram">Diagram</see>.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.HorizontalPosition.Left">
      <summary>
        <para>The legend is positioned on the left side of the <see href="https://docs.devexpress.com/WPF/6333/controls-and-libraries/charts-suite/chart-control/diagram/diagram">Diagram</see>.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.HorizontalPosition.LeftOutside">
      <summary>
        <para>The <see href="https://docs.devexpress.com/WPF/6343/controls-and-libraries/charts-suite/chart-control/legends">legend</see> is positioned to the left of the diagram.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.HorizontalPosition.Right">
      <summary>
        <para>The legend is positioned on the right side of the <see href="https://docs.devexpress.com/WPF/6333/controls-and-libraries/charts-suite/chart-control/diagram/diagram">Diagram</see>.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.HorizontalPosition.RightOutside">
      <summary>
        <para>The <see href="https://docs.devexpress.com/WPF/6343/controls-and-libraries/charts-suite/chart-control/legends">legend</see> is positioned to the right of the diagram.</para>
        <para />
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.IAutomaticScaleBreaksCalculator">
      <summary>
        <para>If implemented by a class, provides a method required for a chart control to calculate scale break positions.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.IAutomaticScaleBreaksCalculator.Calculate(System.Collections.Generic.List{System.Double},System.Int32)">
      <summary>
        <para>Calculates scale break positions.</para>
      </summary>
      <param name="axisValues">The list of axis values that are used to calculate scale breaks.</param>
      <param name="maxScaleBreaksCount">The maximum possible number of scale breaks.</param>
      <returns>The list of automatic scale breaks.</returns>
    </member>
    <member name="T:DevExpress.Xpf.Charts.IAxisLabelFormatter">
      <summary>
        <para>If implemented by a class, provides a method required for a chart control to format axis labels.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.IBreadcrumbTextProvider">
      <summary>
        <para>An interface of a text provider for the <see cref="T:DevExpress.Xpf.Charts.HierarchicalDataAdapter"/>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.IBreadcrumbTextProvider.GetText(System.Object,System.Object)">
      <summary>
        <para>Returns text that describes drill down level that detalization of the specified point source object that belongs to the series source object provides.</para>
      </summary>
      <param name="seriesSourceObj">The model object that describes a series.</param>
      <param name="pointSourceObj">The model object that defines a series point. This value can be null (Nothing in Visual Basic) if an end user clicks a series.</param>
      <returns>The description of the detail level.</returns>
    </member>
    <member name="T:DevExpress.Xpf.Charts.IChildrenSelector">
      <summary>
        <para>An interface of a children selector for the <see cref="T:DevExpress.Xpf.Charts.HierarchicalDataAdapter"/>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.IChildrenSelector.SelectChildren(System.Object)">
      <summary>
        <para>Returns a child object collection from the specified object.</para>
      </summary>
      <param name="item">An object whose child collection is required.</param>
      <returns>The child object collection. If the specified item does not have children the return value is null (or Nothing in Visual Basic).</returns>
    </member>
    <member name="T:DevExpress.Xpf.Charts.IColorizer3DKeyProvider">
      <summary>
        <para>An interface that should be implemented by any class that can be used as a key provider for the <see cref="T:DevExpress.Xpf.Charts.KeyColorColorizer3D"/>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.IColorizer3DKeyProvider.GetKey(System.Object,System.Object,System.Double[],System.Object)">
      <summary>
        <para>Returns the point color depending on the specified values.</para>
      </summary>
      <param name="argumentX">The X argument value.</param>
      <param name="argumentY">The Z argument value.</param>
      <param name="values">All point values (including attached).</param>
      <param name="color">The color data member value.</param>
      <returns>The key by which the point should be colored.</returns>
    </member>
    <member name="T:DevExpress.Xpf.Charts.IColorizer3DValueProvider">
      <summary>
        <para>An interface that should be implemented by any class that can be used as a value provider for the <see cref="T:DevExpress.Xpf.Charts.RangeColorizer3D"/>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.IColorizer3DValueProvider.GetValue(System.Object,System.Object,System.Double[],System.Object)">
      <summary>
        <para>Returns the point color depending on the specified values.</para>
      </summary>
      <param name="argumentX">The X argument value.</param>
      <param name="argumentY">The Z argument value.</param>
      <param name="values">All point values (including attached).</param>
      <param name="color">The color data member value.</param>
      <returns>The value by which the point should be colored.</returns>
    </member>
    <member name="T:DevExpress.Xpf.Charts.IColorizerKeyProvider">
      <summary>
        <para>Interface that should be implemented by any class that can be used as a key provider for <see cref="T:DevExpress.Xpf.Charts.KeyColorColorizer"/>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.IColorizerKeyProvider.GetKey(System.Object)">
      <summary>
        <para>Returns a key based on the specified object.</para>
      </summary>
      <param name="item">A <see cref="T:System.Object"/> on which the key is based.</param>
      <returns>A <see cref="T:System.Object"/> specifying the key.</returns>
    </member>
    <member name="T:DevExpress.Xpf.Charts.IColorizerValueProvider">
      <summary>
        <para>Interface that should be implemented by any class that can be used as a value provider for <see cref="T:DevExpress.Xpf.Charts.RangeColorizer"/>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.IColorizerValueProvider.GetValue(System.Object)">
      <summary>
        <para>Returns a numeric value for the <see cref="T:DevExpress.Xpf.Charts.RangeColorizer"/>, based on the specified object.</para>
      </summary>
      <param name="obj">A <see cref="T:System.Object"/>, which is provided as a numeric value.</param>
      <returns>A <see cref="T:System.Double"/> value.</returns>
    </member>
    <member name="T:DevExpress.Xpf.Charts.IDateTimeMeasureUnitsCalculator">
      <summary>
        <para>Interface that should be implemented by any class that can be used as a date-time measure unit calculator.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.IDateTimeMeasureUnitsCalculator.CalculateMeasureUnit(System.Collections.Generic.IEnumerable{DevExpress.Xpf.Charts.Series},System.Double,System.Int32,System.Double,System.Double,System.Double,System.Double)">
      <summary>
        <para>Calculates the date-time measurement unit that an <see href="https://docs.devexpress.com/WPF/6334/controls-and-libraries/charts-suite/chart-control/axes/axes">axis</see> should use for display.</para>
      </summary>
      <param name="series">All <see cref="T:DevExpress.Xpf.Charts.Series"/> associated with the <see href="https://docs.devexpress.com/WPF/6334/controls-and-libraries/charts-suite/chart-control/axes/axes">axis</see>.</param>
      <param name="axisLength">The length of the <see href="https://docs.devexpress.com/WPF/6334/controls-and-libraries/charts-suite/chart-control/axes/axes">axis’s</see> <see href="https://docs.devexpress.com/WPF/115158/controls-and-libraries/charts-suite/chart-control/axes/whole-and-visual-ranges">visual range</see> in pixels.</param>
      <param name="pixelsPerUnit">The minimum count of pixels that series require to draw their points correctly.</param>
      <param name="visualMin">The <see href="https://docs.devexpress.com/WPF/115158/controls-and-libraries/charts-suite/chart-control/axes/whole-and-visual-ranges">visual range’s</see> minimum value in milliseconds.</param>
      <param name="visualMax">The <see href="https://docs.devexpress.com/WPF/115158/controls-and-libraries/charts-suite/chart-control/axes/whole-and-visual-ranges">visual range’s</see> maximum value in milliseconds.</param>
      <param name="wholeMin">The <see href="https://docs.devexpress.com/WPF/115158/controls-and-libraries/charts-suite/chart-control/axes/whole-and-visual-ranges">whole range’s</see> minimum value in milliseconds.</param>
      <param name="wholeMax">The <see href="https://docs.devexpress.com/WPF/115158/controls-and-libraries/charts-suite/chart-control/axes/whole-and-visual-ranges">whole range’s</see> maximum value in milliseconds.</param>
      <returns>The calculated measurement unit.</returns>
    </member>
    <member name="T:DevExpress.Xpf.Charts.IDockTarget">
      <summary>
        <para>An interface that should be implemented by any object which can serve as a dock target.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.IDockTarget.GetBounds">
      <summary>
        <para>Obtains the bounds of the element to which the annotation is docked.</para>
      </summary>
      <returns>A <see cref="T:System.Windows.Rect"/> object to which the annotation is docked.</returns>
    </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 <see href="https://docs.devexpress.com/WPF/6343/controls-and-libraries/charts-suite/chart-control/legends">chart legend</see>.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ILegendVisible.CheckableInLegend">
      <summary>
        <para>Gets a value that indicates whether to show a legend check box instead of a legend marker in the chart legend.</para>
      </summary>
      <value>true, if  a check box is shown instead of a marker on a legend; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ILegendVisible.CheckedInLegend">
      <summary>
        <para>Gets a value that determines whether a check box is checked in a chart legend.</para>
      </summary>
      <value>true, if a legend check box is checked in the chart legend; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ILegendVisible.LegendMarkerTemplate">
      <summary>
        <para>If implemented by a class, gets the template that defines the presentation of the <see href="https://docs.devexpress.com/WPF/6343/controls-and-libraries/charts-suite/chart-control/legends">legend</see> marker.</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.ImageFillStyle">
      <summary>
        <para>The fill style that paints a surface using an image.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ImageFillStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.ImageFillStyle"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ImageFillStyle.ImageSource">
      <summary>
        <para>Gets or sets the image used to fill the surface.</para>
      </summary>
      <value>The source of the drawn image.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ImageFillStyle.ImageSourceProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ImageFillStyle.ImageSource">ImageFillStyle.ImageSource</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.InAFogPalette">
      <summary>
        <para>Represents the In A Fog palette.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.InAFogPalette.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.InAFogPalette"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.InAFogPalette.PaletteName">
      <summary>
        <para>Gets the name of the <see cref="T:DevExpress.Xpf.Charts.InAFogPalette"/>.</para>
      </summary>
      <value>Always In A Fog.</value>
    </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.Animate">
      <summary>
        <para>Runs the <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see> for an indicator.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Indicator.Animation">
      <summary>
        <para>Gets or sets an animation of the indicator.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Xpf.Charts.IndicatorAnimationBase"/> class descendant object that specifies an indicator animation.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Indicator.AnimationAutoStartMode">
      <summary>
        <para>Specifies the behavior of an indicator when a chart control automatically starts <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see>. This is a dependency property.</para>
      </summary>
      <value>The value that specifies the behavior of an indicator.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Indicator.AnimationAutoStartModeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Indicator.AnimationAutoStartMode">Indicator.AnimationAutoStartMode</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Indicator.AnimationProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Indicator.Animation">Indicator.Animation</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</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 <see cref="P:DevExpress.Xpf.Charts.Indicator.Brush">Indicator.Brush</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Indicator.CheckableInLegend">
      <summary>
        <para>Specifies a value which determines whether to show a legend check box instead of a legend marker for a financial indicator.</para>
      </summary>
      <value>true, if a check box is shown instead of a marker on a legend for a financial indicator; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Indicator.CheckableInLegendProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Indicator.CheckableInLegend">Indicator.CheckableInLegend</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Indicator.CheckedInLegend">
      <summary>
        <para>Gets or sets a value that determines whether a legend check box is checked for a financial indicator.</para>
      </summary>
      <value>true, if a legend check box is checked for the financial indicator; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Indicator.CheckedInLegendProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Indicator.CheckedInLegend">Indicator.CheckedInLegend</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Indicator.CrosshairContentShowMode">
      <summary>
        <para>Gets or sets the element that displays the indicator’s Crosshair content.</para>
      </summary>
      <value>The value that defines the chart element that contains indicator’s Crosshair data.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Indicator.CrosshairContentShowModeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Indicator.CrosshairContentShowMode">Indicator.CrosshairContentShowMode</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Indicator.CrosshairEmptyValueLegendText">
      <summary>
        <para>Gets or sets the text that is displayed by the Crosshair when it has no data to be displayed.</para>
      </summary>
      <value>The string value specifying text that the Crosshair shows when it has no indicator data to display.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Indicator.CrosshairEmptyValueLegendTextProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Indicator.CrosshairEmptyValueLegendText">Indicator.CrosshairEmptyValueLegendText</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Indicator.CrosshairEnabled">
      <summary>
        <para>Gets or sets the value that specifies whether to show the <see href="https://docs.devexpress.com/WPF/14682/controls-and-libraries/charts-suite/chart-control/tooltip-and-crosshair-cursor/crosshair-cursor">crosshair cursor</see> for the indicator.</para>
      </summary>
      <value>null (Nothing in Visual Basic), if the crosshair cursor’s state (enabled/disabled) is automatically determined based on the chart <see href="https://docs.devexpress.com/WPF/6333/controls-and-libraries/charts-suite/chart-control/diagram/diagram">diagram</see> type; true, if the crosshair cursor is enabled for the indicator; false, if the crosshair cursor is disabled.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Indicator.CrosshairEnabledProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Indicator.CrosshairEnabled">Indicator.CrosshairEnabled</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Indicator.CrosshairLabelPattern">
      <summary>
        <para>Gets or sets the format string that specifies the text to be displayed in a Crosshair label for the current indicator.</para>
      </summary>
      <value>A <see cref="T:System.String"/> that defines a crosshair label pattern. The default value is <see cref="F:System.String.Empty"/>.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Indicator.CrosshairLabelPatternProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Indicator.CrosshairLabelPattern">Indicator.CrosshairLabelPattern</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Indicator.DisplayName">
      <summary>
        <para>Gets or sets the indicator’s display name.</para>
      </summary>
      <value>The string that is the indicator’s display name.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Indicator.DisplayNameProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Indicator.DisplayName"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</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 DevExpress.Xpf.Charts.IndicatorItem object.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Indicator.Legend">
      <summary>
        <para>Specifies a legend (or its View Model) that contains the indicator’s legend item.</para>
      </summary>
      <value>An object of a legend’s View Model class or the <see cref="T:DevExpress.Xpf.Charts.Legend"/> object.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Indicator.LegendIndex">
      <summary>
        <para>For internal use only.</para>
      </summary>
      <value>An integer value.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Indicator.LegendMarkerTemplate">
      <summary>
        <para>Gets or sets the template that defines the presentation of the <see href="https://docs.devexpress.com/WPF/6343/controls-and-libraries/charts-suite/chart-control/legends">legend</see> 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 <see cref="P:DevExpress.Xpf.Charts.Indicator.LegendMarkerTemplate">Indicator.LegendMarkerTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Indicator.LegendProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Indicator.Legend">Indicator.Legend</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Indicator.LegendText">
      <summary>
        <para>Gets or sets the text that identifies the indicator within the <see href="https://docs.devexpress.com/WPF/6343/controls-and-libraries/charts-suite/chart-control/legends">legend</see> 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 <see cref="P:DevExpress.Xpf.Charts.Indicator.LegendText">Indicator.LegendText</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see cref="P:DevExpress.Xpf.Charts.Indicator.LineStyle">Indicator.LineStyle</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Indicator.ShowInLegend">
      <summary>
        <para>Specifies whether the indicator (<see href="https://docs.devexpress.com/WPF/14330/controls-and-libraries/charts-suite/chart-control/series/indicators/fibonacci-indicators">Fibonacci Indicators</see>, <see href="https://docs.devexpress.com/WPF/14328/controls-and-libraries/charts-suite/chart-control/series/indicators/simple-indicators/regression-lines">Regression Lines</see>, <see href="https://docs.devexpress.com/WPF/14329/controls-and-libraries/charts-suite/chart-control/series/indicators/moving-average-and-envelope">Moving Average and Envelope</see> or  <see href="https://docs.devexpress.com/WPF/14327/controls-and-libraries/charts-suite/chart-control/series/indicators/simple-indicators/trend-lines">Trend Lines</see>) is represented in the chart’s <see href="https://docs.devexpress.com/WPF/6343/controls-and-libraries/charts-suite/chart-control/legends">legend</see>.</para>
      </summary>
      <value>true if the indicator is shown in the legend; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Indicator.ShowInLegendProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Indicator.ShowInLegend">Indicator.ShowInLegend</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Indicator.Visible">
      <summary>
        <para>Specifies whether the indicator is visible.</para>
      </summary>
      <value>true, if the indicator is visible; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Indicator.VisibleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Indicator.Visible">Indicator.Visible</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.IndicatorAnimationBase">
      <summary>
        <para>The base class for all indicator animations.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.IndicatorAnimationBase.CreateAnimatedTransformation(System.Windows.Rect,System.Windows.Point,System.Boolean,System.Boolean,System.Boolean,System.Double)">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.IndicatorBlowUpAnimation">
      <summary>
        <para>The Blow Up indicator animation.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.IndicatorBlowUpAnimation.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.IndicatorBlowUpAnimation"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.IndicatorCollection">
      <summary>
        <para>Stores all indicators that belong to an individual <see href="https://docs.devexpress.com/WPF/6339/controls-and-libraries/charts-suite/chart-control/series/series">series</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.IndicatorCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.IndicatorCollection"/> class with default settings.</para>
      </summary>
    </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 <see cref="T:DevExpress.Xpf.Charts.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 <see cref="T:DevExpress.Xpf.Charts.IndicatorLabel"/> class with the specified foreground.</para>
      </summary>
      <param name="foreground">A <see cref="T:System.Drawing.Brush"/>  value.</param>
    </member>
    <member name="P:DevExpress.Xpf.Charts.IndicatorLabel.Indicator">
      <summary>
        <para>Provides access to the <see href="https://docs.devexpress.com/WPF/14330/controls-and-libraries/charts-suite/chart-control/series/indicators/fibonacci-indicators">Fibonacci Indicators</see> 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.IndicatorPoint">
      <summary>
        <para>The indicator point.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.IndicatorPoint.Argument">
      <summary>
        <para>Returns the indicator point’s argument.</para>
      </summary>
      <value>The indicator point’s argument.</value>
    </member>
    <member name="M:DevExpress.Xpf.Charts.IndicatorPoint.GetNumericValue(DevExpress.Xpf.Charts.IndicatorValueLevel)">
      <summary>
        <para>Returns the indicator point’s value for the specified indicator value level.</para>
      </summary>
      <param name="valueLevel">The indicator level.</param>
      <returns>The value for the specified indicator line.</returns>
    </member>
    <member name="P:DevExpress.Xpf.Charts.IndicatorPoint.Indicator">
      <summary>
        <para>Returns the indicator that contains the point.</para>
      </summary>
      <value>The <see cref="T:DevExpress.Xpf.Charts.Indicator"/> descendant to which the point belongs.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.IndicatorPoint.Values">
      <summary>
        <para>Returns the indicator’s point values that the Crosshair Cursor highlights.</para>
      </summary>
      <value>The indicator point’s values.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.IndicatorPredefinedAnimationBase">
      <summary>
        <para>The base class for all predefined indicator animations.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.IndicatorPredefinedAnimationBase.CreateAnimatedTransformation(System.Windows.Rect,System.Windows.Point,System.Boolean,System.Boolean,System.Boolean,System.Double)">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.IndicatorSlideFromBottomAnimation">
      <summary>
        <para>The Slide from Bottom indicator animation.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.IndicatorSlideFromBottomAnimation.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.IndicatorSlideFromBottomAnimation"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.IndicatorSlideFromLeftAnimation">
      <summary>
        <para>The Slide from Left indicator animation.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.IndicatorSlideFromLeftAnimation.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.IndicatorSlideFromLeftAnimation"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.IndicatorSlideFromRightAnimation">
      <summary>
        <para>The Slide from Right indicator animation.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.IndicatorSlideFromRightAnimation.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.IndicatorSlideFromRightAnimation"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.IndicatorSlideFromTopAnimation">
      <summary>
        <para>The Slide from Top indicator animation.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.IndicatorSlideFromTopAnimation.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.IndicatorSlideFromTopAnimation"/> class with default settings.</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 <see href="https://docs.devexpress.com/WPF/4292/controls-and-libraries/charts-suite/chart-control/chart-themes-and-palettes">palettes</see> 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.IndicatorStretchFromFarAnimation">
      <summary>
        <para>The Stretch from Far indicator animation.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.IndicatorStretchFromFarAnimation.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.IndicatorStretchFromFarAnimation"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.IndicatorStretchFromNearAnimation">
      <summary>
        <para>The Stretch from Near indicator animation.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.IndicatorStretchFromNearAnimation.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.IndicatorStretchFromNearAnimation"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.IndicatorUnwindAnimation">
      <summary>
        <para>The Unwind indicator animation.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.IndicatorUnwindAnimation.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.IndicatorUnwindAnimation"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.IndicatorUnwindAnimation.CreateAnimatedClipBounds(System.Windows.Rect,System.Double)">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.IndicatorUnwindAnimation.UnwindDirection">
      <summary>
        <para>Specifies the direction of <see cref="T:DevExpress.Xpf.Charts.IndicatorUnwindAnimation"/>. This is a dependency property.</para>
      </summary>
      <value>The value that specifies the unwind direction.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.IndicatorUnwindAnimation.UnwindDirectionProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ChartControl.Legend">ChartControl.Legend</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.IndicatorUnwrapHorizontallyAnimation">
      <summary>
        <para>The Unwrap Horizontally indicator animation.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.IndicatorUnwrapHorizontallyAnimation.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.IndicatorUnwrapHorizontallyAnimation"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.IndicatorUnwrapVerticallyAnimation">
      <summary>
        <para>The Unwrap Vertically indicator animation.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.IndicatorUnwrapVerticallyAnimation.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.IndicatorUnwrapVerticallyAnimation"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.IndicatorValueLevel">
      <summary>
        <para>Lists an indicator point value levels.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.IndicatorValueLevel.Average">
      <summary>
        <para>Indicates the <see href="https://docs.devexpress.com/WPF/14329/controls-and-libraries/charts-suite/chart-control/series/indicators/moving-average-and-envelope">Moving Average</see> indicator’s average line value. The <see cref="P:DevExpress.Xpf.Charts.MovingAverage.MovingAverageKind"/> property should have the MovingAverage or MovingAverageAndEnvelope.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.IndicatorValueLevel.Bottom">
      <summary>
        <para>Indicates the <see href="https://docs.devexpress.com/WPF/116251/controls-and-libraries/charts-suite/chart-control/series/indicators/error-bars">error bar</see>‘s bottom value.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.IndicatorValueLevel.Lower">
      <summary>
        <para>Indicates the <see href="https://docs.devexpress.com/WPF/14329/controls-and-libraries/charts-suite/chart-control/series/indicators/moving-average-and-envelope">Moving Average</see> lower envelope line’s value. The <see cref="P:DevExpress.Xpf.Charts.MovingAverage.MovingAverageKind"/> property should have the Envelope or MovingAverageAndEnvelope.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.IndicatorValueLevel.Signal">
      <summary>
        <para>Indicates the <see cref="T:DevExpress.Xpf.Charts.MovingAverageConvergenceDivergence"/> indicator’s signal line point value.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.IndicatorValueLevel.Top">
      <summary>
        <para>Indicates the <see href="https://docs.devexpress.com/WPF/116251/controls-and-libraries/charts-suite/chart-control/series/indicators/error-bars">error bar</see>‘s top value.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.IndicatorValueLevel.Upper">
      <summary>
        <para>Indicates the <see href="https://docs.devexpress.com/WPF/14329/controls-and-libraries/charts-suite/chart-control/series/indicators/moving-average-and-envelope">Moving Average</see> indicator’s average line value. The <see cref="P:DevExpress.Xpf.Charts.MovingAverage.MovingAverageKind"/> property should have the Envelope or MovingAverageAndEnvelope.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.IndicatorValueLevel.Value">
      <summary>
        <para>Indicates the indicator value.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.IntervalDateTimeScaleOptions">
      <summary>
        <para>Stores options for the date-time x-axis whose scale is divided into intervals.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.IntervalDateTimeScaleOptions.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.IntervalDateTimeScaleOptions"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.IntervalDateTimeScaleOptions.OverflowValue">
      <summary>
        <para>Gets or sets the overflow interval’s start value.</para>
      </summary>
      <value>The date-time value that specifies the overflow interval’s start value.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.IntervalDateTimeScaleOptions.OverflowValuePattern">
      <summary>
        <para>Gets or sets a format string that configures text for the overflow interval <see href="https://docs.devexpress.com/WPF/6336/controls-and-libraries/charts-suite/chart-control/axes/axis-labels">axis label</see> and <see href="https://docs.devexpress.com/WPF/14682/controls-and-libraries/charts-suite/chart-control/tooltip-and-crosshair-cursor/crosshair-cursor">crosshair</see> label.</para>
      </summary>
      <value>A format string.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.IntervalDateTimeScaleOptions.OverflowValuePatternProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.IntervalDateTimeScaleOptions.OverflowValuePattern">IntervalDateTimeScaleOptions.OverflowValuePattern</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.IntervalDateTimeScaleOptions.OverflowValueProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.IntervalDateTimeScaleOptions.OverflowValue">IntervalDateTimeScaleOptions.OverflowValue</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.IntervalDateTimeScaleOptions.Pattern">
      <summary>
        <para>Gets or sets a format string that configures text for the <see href="https://docs.devexpress.com/WPF/6336/controls-and-libraries/charts-suite/chart-control/axes/axis-labels">axis label</see> and <see href="https://docs.devexpress.com/WPF/14682/controls-and-libraries/charts-suite/chart-control/tooltip-and-crosshair-cursor/crosshair-cursor">crosshair</see> label.</para>
      </summary>
      <value>A format string.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.IntervalDateTimeScaleOptions.PatternProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.IntervalDateTimeScaleOptions.Pattern">IntervalDateTimeScaleOptions.Pattern</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.IntervalDateTimeScaleOptions.UnderflowValue">
      <summary>
        <para>Gets or sets the underflow interval’s end value.</para>
      </summary>
      <value>The date-time value that specifies the underflow interval’s end value.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.IntervalDateTimeScaleOptions.UnderflowValuePattern">
      <summary>
        <para>Gets or sets a format string that configures text for the underflow interval <see href="https://docs.devexpress.com/WPF/6336/controls-and-libraries/charts-suite/chart-control/axes/axis-labels">axis label</see> and <see href="https://docs.devexpress.com/WPF/14682/controls-and-libraries/charts-suite/chart-control/tooltip-and-crosshair-cursor/crosshair-cursor">crosshair</see> label.</para>
      </summary>
      <value>A format string.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.IntervalDateTimeScaleOptions.UnderflowValuePatternProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.IntervalDateTimeScaleOptions.UnderflowValuePattern">IntervalDateTimeScaleOptions.UnderflowValuePattern</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.IntervalDateTimeScaleOptions.UnderflowValueProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.IntervalDateTimeScaleOptions.UnderflowValue">IntervalDateTimeScaleOptions.UnderflowValue</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.IntervalNumericScaleOptions">
      <summary>
        <para>The options that provide means to create axis intervals whose number and width are calculated automatically.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.IntervalNumericScaleOptions.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.IntervalNumericScaleOptions"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.IntervalNumericScaleOptions.GridLayoutMode">
      <summary>
        <para>Gets or sets the value that specifies the alignment of <see href="https://docs.devexpress.com/WPF/6337/controls-and-libraries/charts-suite/chart-control/axes/tickmarks-grid-lines-and-interlacing">grid lines</see>, major <see href="https://docs.devexpress.com/WPF/6337/controls-and-libraries/charts-suite/chart-control/axes/tickmarks-grid-lines-and-interlacing">tickmarks</see> and <see href="https://docs.devexpress.com/WPF/6336/controls-and-libraries/charts-suite/chart-control/axes/axis-labels">axis labels</see>.</para>
      </summary>
      <value>The value that specifies alignment.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.IntervalNumericScaleOptions.GridLayoutModeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.IntervalNumericScaleOptions.GridLayoutMode">IntervalNumericScaleOptions.GridLayoutMode</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.IntervalNumericScaleOptions.OverflowValue">
      <summary>
        <para>Gets or sets the start value for the interval that includes overflow values.</para>
      </summary>
      <value>A floating-point value that is the overflow interval’s threshold.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.IntervalNumericScaleOptions.OverflowValuePattern">
      <summary>
        <para>Gets or sets a format string that configures text for the overflow interval <see href="https://docs.devexpress.com/WPF/6336/controls-and-libraries/charts-suite/chart-control/axes/axis-labels">axis labels</see> and <see href="https://docs.devexpress.com/WPF/14682/controls-and-libraries/charts-suite/chart-control/tooltip-and-crosshair-cursor/crosshair-cursor">crosshair</see> labels.</para>
      </summary>
      <value>A format string.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.IntervalNumericScaleOptions.OverflowValuePatternProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.IntervalNumericScaleOptions.OverflowValuePattern">IntervalNumericScaleOptions.OverflowValuePattern</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.IntervalNumericScaleOptions.OverflowValueProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.IntervalNumericScaleOptions.OverflowValue">IntervalNumericScaleOptions.OverflowValue</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.IntervalNumericScaleOptions.Pattern">
      <summary>
        <para>Gets or sets a format string that configures text for the interval <see href="https://docs.devexpress.com/WPF/6336/controls-and-libraries/charts-suite/chart-control/axes/axis-labels">axis labels</see> and <see href="https://docs.devexpress.com/WPF/14682/controls-and-libraries/charts-suite/chart-control/tooltip-and-crosshair-cursor/crosshair-cursor">crosshair</see> labels.</para>
      </summary>
      <value>A format string.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.IntervalNumericScaleOptions.PatternProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.IntervalNumericScaleOptions.Pattern">IntervalNumericScaleOptions.Pattern</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.IntervalNumericScaleOptions.UnderflowValue">
      <summary>
        <para>Gets or sets the end value for the interval that includes underflow values.</para>
      </summary>
      <value>A floating-point value that is the underflow interval’s threshold.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.IntervalNumericScaleOptions.UnderflowValuePattern">
      <summary>
        <para>Gets or sets a format string that configures text for the underflow interval <see href="https://docs.devexpress.com/WPF/6336/controls-and-libraries/charts-suite/chart-control/axes/axis-labels">axis labels</see> and <see href="https://docs.devexpress.com/WPF/14682/controls-and-libraries/charts-suite/chart-control/tooltip-and-crosshair-cursor/crosshair-cursor">crosshair</see> labels.</para>
      </summary>
      <value>A format string.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.IntervalNumericScaleOptions.UnderflowValuePatternProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.IntervalNumericScaleOptions.UnderflowValuePattern">IntervalNumericScaleOptions.UnderflowValuePattern</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.IntervalNumericScaleOptions.UnderflowValueProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.IntervalNumericScaleOptions.UnderflowValue">IntervalNumericScaleOptions.UnderflowValue</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.IntervalTimeSpanScaleOptions">
      <summary>
        <para>Stores options for the time-span x-axis whose scale is divided into intervals.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.IntervalTimeSpanScaleOptions.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.IntervalTimeSpanScaleOptions"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.IntervalTimeSpanScaleOptions.OverflowValue">
      <summary>
        <para>Gets or sets the overflow interval’s start value.</para>
      </summary>
      <value>The time-span value that specifies the overflow interval’s start value.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.IntervalTimeSpanScaleOptions.OverflowValuePattern">
      <summary>
        <para>Gets or sets a format string that configures text for the overflow interval <see href="https://docs.devexpress.com/WPF/6336/controls-and-libraries/charts-suite/chart-control/axes/axis-labels">axis label</see> and <see href="https://docs.devexpress.com/WPF/14682/controls-and-libraries/charts-suite/chart-control/tooltip-and-crosshair-cursor/crosshair-cursor">crosshair</see> label.</para>
      </summary>
      <value>A format string.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.IntervalTimeSpanScaleOptions.OverflowValuePatternProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.IntervalTimeSpanScaleOptions.OverflowValuePattern">IntervalTimeSpanScaleOptions.OverflowValuePattern</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.IntervalTimeSpanScaleOptions.OverflowValueProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.IntervalTimeSpanScaleOptions.OverflowValue">IntervalTimeSpanScaleOptions.OverflowValue</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.IntervalTimeSpanScaleOptions.Pattern">
      <summary>
        <para>Gets or sets a format string that configures text for the <see href="https://docs.devexpress.com/WPF/6336/controls-and-libraries/charts-suite/chart-control/axes/axis-labels">axis label</see> and <see href="https://docs.devexpress.com/WPF/14682/controls-and-libraries/charts-suite/chart-control/tooltip-and-crosshair-cursor/crosshair-cursor">crosshair</see> label.</para>
      </summary>
      <value>A format string.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.IntervalTimeSpanScaleOptions.PatternProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.IntervalTimeSpanScaleOptions.Pattern">IntervalTimeSpanScaleOptions.Pattern</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.IntervalTimeSpanScaleOptions.UnderflowValue">
      <summary>
        <para>Gets or sets the underflow interval’s end value.</para>
      </summary>
      <value>The time-span value that specifies the underflow interval’s end value.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.IntervalTimeSpanScaleOptions.UnderflowValuePattern">
      <summary>
        <para>Gets or sets a format string that configures text for the overflow interval <see href="https://docs.devexpress.com/WPF/6336/controls-and-libraries/charts-suite/chart-control/axes/axis-labels">axis label</see> and <see href="https://docs.devexpress.com/WPF/14682/controls-and-libraries/charts-suite/chart-control/tooltip-and-crosshair-cursor/crosshair-cursor">crosshair</see> label.</para>
      </summary>
      <value>A format string.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.IntervalTimeSpanScaleOptions.UnderflowValuePatternProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.IntervalTimeSpanScaleOptions.UnderflowValuePattern">IntervalTimeSpanScaleOptions.UnderflowValuePattern</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.IntervalTimeSpanScaleOptions.UnderflowValueProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.IntervalTimeSpanScaleOptions.UnderflowValue">IntervalTimeSpanScaleOptions.UnderflowValue</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.INumericMeasureUnitsCalculator">
      <summary>
        <para>Interface that should be implemented by any class that can be used as a numeric measure unit calculator.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.INumericMeasureUnitsCalculator.CalculateMeasureUnit(System.Collections.Generic.IEnumerable{DevExpress.Xpf.Charts.Series},System.Double,System.Int32,System.Double,System.Double,System.Double,System.Double)">
      <summary>
        <para>Calculates the numeric measurement unit that an <see href="https://docs.devexpress.com/WPF/6334/controls-and-libraries/charts-suite/chart-control/axes/axes">axis</see> should use for display.</para>
      </summary>
      <param name="series">All <see cref="T:DevExpress.Xpf.Charts.Series"/> associated with the <see href="https://docs.devexpress.com/WPF/6334/controls-and-libraries/charts-suite/chart-control/axes/axes">axis</see>.</param>
      <param name="axisLength">The length of the <see href="https://docs.devexpress.com/WPF/6334/controls-and-libraries/charts-suite/chart-control/axes/axes">axis’s</see> current <see href="https://docs.devexpress.com/WPF/115158/controls-and-libraries/charts-suite/chart-control/axes/whole-and-visual-ranges">visual range</see> in pixels.</param>
      <param name="pixelsPerUnit">The minimum count of pixels that series require to draw their points correctly.</param>
      <param name="visualMin">The <see href="https://docs.devexpress.com/WPF/115158/controls-and-libraries/charts-suite/chart-control/axes/whole-and-visual-ranges">visual range’s</see> minimum value.</param>
      <param name="visualMax">The <see href="https://docs.devexpress.com/WPF/115158/controls-and-libraries/charts-suite/chart-control/axes/whole-and-visual-ranges">visual range’s</see> maximum value.</param>
      <param name="wholeMin">The <see href="https://docs.devexpress.com/WPF/115158/controls-and-libraries/charts-suite/chart-control/axes/whole-and-visual-ranges">whole range’s</see> minimum value.</param>
      <param name="wholeMax">The <see href="https://docs.devexpress.com/WPF/115158/controls-and-libraries/charts-suite/chart-control/axes/whole-and-visual-ranges">whole range’s</see> maximum value.</param>
      <returns>The calculated measurement unit.</returns>
    </member>
    <member name="T:DevExpress.Xpf.Charts.InvertedTriangleMarker2DModel">
      <summary>
        <para>The Inverted Triangle marker <see href="https://docs.devexpress.com/WPF/4285/controls-and-libraries/charts-suite/chart-control/series/series-and-marker-models">model</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.InvertedTriangleMarker2DModel.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.InvertedTriangleMarker2DModel"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.InvertedTriangleMarker2DModel.ModelName">
      <summary>
        <para>Returns the “Inverted Triangle” string.</para>
      </summary>
      <value>The “Inverted Triangle” string.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.ISupportMarker2D">
      <summary>
        <para>When implemented by a class, provides options that control the 2D ‘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 <see href="https://docs.devexpress.com/WPF/6340/controls-and-libraries/charts-suite/chart-control/series/series-points">point</see> marker’s <see href="https://docs.devexpress.com/WPF/4285/controls-and-libraries/charts-suite/chart-control/series/series-and-marker-models">model</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Charts.Marker2DModel"/> object.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ISupportMarker2D.MarkerSize">
      <summary>
        <para>When implemented by a class, specifies the <see href="https://docs.devexpress.com/WPF/6340/controls-and-libraries/charts-suite/chart-control/series/series-points">point</see> marker’s size (in pixels).</para>
      </summary>
      <value>An integer value, specifying the size of the marker, in pixels.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ISupportMarker2D.MarkerVisible">
      <summary>
        <para>When implemented by a class, specifies whether the <see href="https://docs.devexpress.com/WPF/6340/controls-and-libraries/charts-suite/chart-control/series/series-points">point</see> markers are visible.</para>
      </summary>
      <value>true to show the point markers; otherwise, false.</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">ISupportStackedGroup.StackedGroup</see> 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>A <see cref="T:System.Object"/> value, identifying a stack group.</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">ISupportTransparency.Transparency</see> property.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ISupportTransparency.Transparency">
      <summary>
        <para>When implemented by a class, specifies the series transparency (0-1).</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value from 0 (opaque) to 1 (transparent).</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.ITimeSpanMeasureUnitsCalculator">
      <summary>
        <para>Interface that should be implemented by any class that can be used as a time-span measurement unit calculator.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ITimeSpanMeasureUnitsCalculator.CalculateMeasureUnit(System.Collections.Generic.IEnumerable{DevExpress.Xpf.Charts.Series},System.Double,System.Int32,System.Double,System.Double,System.Double,System.Double)">
      <summary>
        <para>Calculates the date-time measurement unit that an <see href="https://docs.devexpress.com/WPF/6334/controls-and-libraries/charts-suite/chart-control/axes/axes">axis</see> should use for display.</para>
      </summary>
      <param name="series">All <see cref="T:DevExpress.Xpf.Charts.Series"/> associated with the <see href="https://docs.devexpress.com/WPF/6334/controls-and-libraries/charts-suite/chart-control/axes/axes">axis</see>.</param>
      <param name="axisLength">The length of the <see href="https://docs.devexpress.com/WPF/6334/controls-and-libraries/charts-suite/chart-control/axes/axes">axis’s</see> <see href="https://docs.devexpress.com/WPF/115158/controls-and-libraries/charts-suite/chart-control/axes/whole-and-visual-ranges">visual range</see> in pixels.</param>
      <param name="pixelsPerUnit">The minimum count of pixels that series require to draw their points correctly.</param>
      <param name="visualMin">The <see href="https://docs.devexpress.com/WPF/115158/controls-and-libraries/charts-suite/chart-control/axes/whole-and-visual-ranges">visual range’s</see> minimum value in milliseconds.</param>
      <param name="visualMax">The <see href="https://docs.devexpress.com/WPF/115158/controls-and-libraries/charts-suite/chart-control/axes/whole-and-visual-ranges">visual range’s</see> maximum value in milliseconds.</param>
      <param name="wholeMin">The <see href="https://docs.devexpress.com/WPF/115158/controls-and-libraries/charts-suite/chart-control/axes/whole-and-visual-ranges">whole range’s</see> minimum value in milliseconds.</param>
      <param name="wholeMax">The <see href="https://docs.devexpress.com/WPF/115158/controls-and-libraries/charts-suite/chart-control/axes/whole-and-visual-ranges">whole range’s</see> maximum value in milliseconds.</param>
      <returns>The calculated measurement unit.</returns>
    </member>
    <member name="T:DevExpress.Xpf.Charts.KeyColorColorizer">
      <summary>
        <para>A Colorizer that allows choosing the color depending on the <see cref="P:DevExpress.Xpf.Charts.Series.ColorDataMember">Series.ColorDataMember</see> values used as key values.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.KeyColorColorizer.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.KeyColorColorizer"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.KeyColorColorizer.GetPointColor(System.Object,System.Object[],System.Object,DevExpress.Xpf.Charts.Palette)">
      <summary>
        <para>Returns the color for a series point with the specified parameters.</para>
      </summary>
      <param name="argument">An <see cref="T:System.Object"/> specifying the argument value of a series point.</param>
      <param name="values">An array of <see cref="T:System.Object"/> objects specifying values of the series point.</param>
      <param name="colorKey">An <see cref="T:System.Object"/> specifying the key used to obtain a series point color.</param>
      <param name="palette">A <see cref="T:DevExpress.Xpf.Charts.Palette"/> object.</param>
      <returns>A nullable <see cref="T:System.Windows.Media.Color"/> object.</returns>
    </member>
    <member name="P:DevExpress.Xpf.Charts.KeyColorColorizer.KeyProvider">
      <summary>
        <para>Gets or sets the key provider to the <see cref="T:DevExpress.Xpf.Charts.KeyColorColorizer"/>.</para>
      </summary>
      <value>An object of the class implementing the <see cref="T:DevExpress.Xpf.Charts.IColorizerKeyProvider"/> interface.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.KeyColorColorizer.KeyProviderProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.KeyColorColorizer.KeyProvider">KeyColorColorizer.KeyProvider</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.KeyColorColorizer.Keys">
      <summary>
        <para>Gets or sets the collection of keys used by the <see cref="T:DevExpress.Xpf.Map.KeyColorColorizer"/>.</para>
      </summary>
      <value>A collection of keys of the <see cref="T:System.Object"/> type.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.KeyColorColorizer.KeysProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.KeyColorColorizer.Keys">KeyColorColorizer.Keys</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.KeyColorColorizer3D">
      <summary>
        <para>Colorizer that colors all points by keys.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.KeyColorColorizer3D.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.KeyColorColorizer3D"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.KeyColorColorizer3D.GetPointColor(System.Object,System.Object,System.Double[],System.Object,System.Int32,DevExpress.Xpf.Charts.Palette)">
      <summary>
        <para>Returns the point color depending on the specified values.</para>
      </summary>
      <param name="argumentX">The X argument value.</param>
      <param name="argumentY">The Z argument value.</param>
      <param name="values">All point values (including attached).</param>
      <param name="colorKey">The color key of the point.</param>
      <param name="pointIndex">The point index in the point collection.</param>
      <param name="palette">The palette whose values will be used to color points if it is required.</param>
      <returns>The color calculated by the specified values.</returns>
    </member>
    <member name="P:DevExpress.Xpf.Charts.KeyColorColorizer3D.KeyProvider">
      <summary>
        <para>Gets or sets the key provider specifying which point values should be used as keys.</para>
      </summary>
      <value>The key provider.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.KeyColorColorizer3D.KeyProviderProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.KeyColorColorizer3D.KeyProvider">KeyColorColorizer3D.KeyProvider</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.KeyColorColorizer3D.Keys">
      <summary>
        <para>Gets or sets the collection of color keys.</para>
      </summary>
      <value>The key collection.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.KeyColorColorizer3D.KeysProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.KeyColorColorizer3D.Keys">KeyColorColorizer3D.Keys</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Charts.KeyColorColorizer3D.ToString">
      <summary>
        <para>Returns the text representation of the <see cref="T:DevExpress.Xpf.Charts.KeyColorColorizer3D"/> object.</para>
      </summary>
      <returns>The textual representation of the <see cref="T:DevExpress.Xpf.Charts.KeyColorColorizer3D"/>.</returns>
    </member>
    <member name="T:DevExpress.Xpf.Charts.LabelRenderMode">
      <summary>
        <para>Lists the values used to specify how <see href="https://docs.devexpress.com/WPF/6341/controls-and-libraries/charts-suite/chart-control/series/series-point-labels">series labels</see> 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>
        <para>Note: This mode is supported in XBAP applications only if a custom shape contains a <see cref="T:System.Windows.Controls.Border"/> element at the root level, and this border is simple.</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.LayoutBase">
      <summary>
        <para>The base class for layouts.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.LayoutDefinition">
      <summary>
        <para>A layout element used to arrange panes.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.LayoutDefinition.#ctor">
      <summary>
        <para>Initializes a new instance of the LayoutDefinition class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.LayoutDefinition.Size">
      <summary>
        <para>Gets or sets the layout element’s size.</para>
      </summary>
      <value>The layout item size.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.LayoutDefinition.SizeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.LayoutDefinition.Size"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.LayoutDefinitionCollection">
      <summary>
        <para>The collection of layout elements (rows or columns) used to specify a pane layout.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.LayoutDefinitionCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the LayoutDefinitionCollection class with the default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.LayoutDirection">
      <summary>
        <para>Lists the values used to specify the manner in which multiple pie charts are positioned within a chart control’s diagram.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.LayoutDirection.Horizontal">
      <summary>
        <para>Specifies that pie charts are positioned horizontally (by rows) within a chart control’s diagram. The number of pie charts within a single row is specified by the diagram’s <see cref="P:DevExpress.Xpf.Charts.SimpleDiagram2D.Dimension">SimpleDiagram2D.Dimension</see> or <see cref="P:DevExpress.Xpf.Charts.SimpleDiagram3D.Dimension">SimpleDiagram3D.Dimension</see> property.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.LayoutDirection.Vertical">
      <summary>
        <para>Specifies that pie charts are positioned vertically (by columns) within a chart control’s diagram. The number of pie charts within a single column is specified by the diagram’s <see cref="P:DevExpress.Xpf.Charts.SimpleDiagram2D.Dimension">SimpleDiagram2D.Dimension</see> or <see cref="P:DevExpress.Xpf.Charts.SimpleDiagram3D.Dimension">SimpleDiagram3D.Dimension</see> property.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.LayoutSizeValue">
      <summary>
        <para>The layout item size.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.LayoutSizeValue.#ctor(System.Double,DevExpress.Xpf.Charts.LayoutSizeValueType)">
      <summary>
        <para>Initializes a new <see cref="T:DevExpress.Xpf.Charts.LayoutSizeValue"/> instance with the specified settings.</para>
      </summary>
      <param name="value">The item size value.</param>
      <param name="type">The measurement unit in which the layout measures the size.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.LayoutSizeValue.#ctor(System.Double)">
      <summary>
        <para>Initializes a new <see cref="T:DevExpress.Xpf.Charts.LayoutSizeValue"/> instance with the specified settings.</para>
      </summary>
      <param name="value">The item size value.</param>
    </member>
    <member name="P:DevExpress.Xpf.Charts.LayoutSizeValue.Type">
      <summary>
        <para>Returns the measurement unit in which the layout measures the size.</para>
      </summary>
      <value>The measurement unit in which the layout measures the size.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.LayoutSizeValue.Value">
      <summary>
        <para>Returns the layout size value.</para>
      </summary>
      <value>The layout size value.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.LayoutSizeValueType">
      <summary>
        <para>Lists types of measurement units in which the diagram layout measures its items’ sizes.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.LayoutSizeValueType.Absolute">
      <summary>
        <para>The layout measures a size in pixels.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.LayoutSizeValueType.Weight">
      <summary>
        <para>The layout measures size as weight.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Legend">
      <summary>
        <para>Represents a chart control’s <see href="https://docs.devexpress.com/WPF/6343/controls-and-libraries/charts-suite/chart-control/legends">legend</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Legend.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Legend"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Legend.DockTarget">
      <summary>
        <para>Specifies the <see href="https://docs.devexpress.com/WPF/10631/controls-and-libraries/charts-suite/chart-control/panes/panes">pane</see> (or its View Model), to which the legend is docked.</para>
      </summary>
      <value>An object of a pane’s View Model class or the <see cref="T:DevExpress.Xpf.Charts.Pane"/> object.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Legend.DockTargetIndex">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Legend.DockTargetProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Legend.DockTarget">Legend.DockTarget</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 legend items.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Legend.ItemsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Legend.Items">Legend.Items</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Legend.MarkerMode">
      <summary>
        <para>Gets or sets the value indicating the marker type which the legend displays.</para>
      </summary>
      <value>The value that specifies marker mode.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Legend.MarkerModeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Legend.MarkerMode">Legend.MarkerMode</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Legend.MaxCrosshairContentHeight">
      <summary>
        <para>Gets or sets the maximum height for the Crosshair’s content in the legend.</para>
      </summary>
      <value>The maximum allowed height for the Crosshair’s content (in device-independent units (1/96th inch per unit)).</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Legend.MaxCrosshairContentHeightProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Legend.MaxCrosshairContentHeight">Legend.MaxCrosshairContentHeight</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Legend.MaxCrosshairContentWidth">
      <summary>
        <para>Gets or sets the maximum width for the Crosshair’s content in the legend.</para>
      </summary>
      <value>The maximum allowed width for the Crosshair’s content (in device-independent units (1/96th inch per unit)).</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Legend.MaxCrosshairContentWidthProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Legend.MaxCrosshairContentWidth">Legend.MaxCrosshairContentWidth</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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>true to reverse legend items; false 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">Legend.ReverseItems</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Legend.UseCheckBoxes">
      <summary>
        <para>Specifies a value which determines whether to use check boxes instead of markers on a chart legend for all legend items.</para>
      </summary>
      <value>true, if legend check boxes are shown instead of markers for all legend items; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Legend.UseCheckBoxesProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Legend.UseCheckBoxes">Legend.UseCheckBoxes</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.LegendBase.CustomItems">
      <summary>
        <para>Returns a collection of custom legend items of the legend.</para>
      </summary>
      <value>A collection of <see cref="T:DevExpress.Xpf.Charts.CustomLegendItem"/> objects.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.LegendBase.CustomItemsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.LegendBase.CustomItems"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.LegendBase.CustomItemsSource">
      <summary>
        <para>Gets or sets the collection of objects used to generate custom legend items.</para>
      </summary>
      <value>A collection that is used to generate custom legend items. The default is null (Nothing in Visual Basic).</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.LegendBase.CustomItemsSourceProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.LegendBase.CustomItemsSource"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.LegendBase.CustomItemTemplate">
      <summary>
        <para>Gets or sets the <see cref="T:System.Windows.DataTemplate"/> that specifies how to convert a model object to a custom legend item.</para>
      </summary>
      <value>A <see cref="T:System.Windows.DataTemplate"/> that specifies a generated legend custom item’s parameters. The default is null (Nothing in Visual Basic).</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.LegendBase.CustomItemTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.LegendBase.CustomItemTemplate"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.LegendBase.CustomItemTemplateSelector">
      <summary>
        <para>Gets or sets the custom logic for selecting a data template that converts a model object to a legend custom item.</para>
      </summary>
      <value>The <see cref="T:System.Windows.Controls.DataTemplateSelector"/> descendant class object that provides logic and returns a <see cref="T:System.Windows.DataTemplate"/>. The default is null (Nothing in Visual Basic).</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.LegendBase.CustomItemTemplateSelectorProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.LegendBase.CustomItemTemplateSelector"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.LegendBase.EmptyContentVisibility">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.LegendBase.HorizontalPosition">
      <summary>
        <para>Gets or sets the legend’s horizontal position within the chart control.</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.LegendBase.HorizontalPositionProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.LegendBase.HorizontalPosition"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.LegendBase.IndentFromDiagram">
      <summary>
        <para>Gets or sets an indent between a <see href="https://docs.devexpress.com/WPF/6343/controls-and-libraries/charts-suite/chart-control/legends">legend</see> and a <see href="https://docs.devexpress.com/WPF/6333/controls-and-libraries/charts-suite/chart-control/diagram/diagram">diagram</see>.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Thickness"/> value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.LegendBase.IndentFromDiagramProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.LegendBase.IndentFromDiagram"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.LegendBase.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.LegendBase.ItemsPanelProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.LegendBase.ItemsPanel"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.LegendBase.ItemTemplate">
      <summary>
        <para>Gets or sets the <see cref="T:System.Windows.DataTemplate"/> that specifies how to represent an item in the legend.</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.LegendBase.ItemTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.LegendBase.ItemTemplate"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.LegendBase.ItemVisibilityMode">
      <summary>
        <para>Gets or sets the mode used to display custom and automatically generated items.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Charts.LegendItemVisibilityMode"/> enumeration value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.LegendBase.ItemVisibilityModeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.LegendBase.ItemVisibilityMode"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.LegendBase.Orientation">
      <summary>
        <para>Specifies whether the <see href="https://docs.devexpress.com/WPF/6343/controls-and-libraries/charts-suite/chart-control/legends">legend</see> 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.LegendBase.OrientationProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.LegendBase.Orientation"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Charts.LegendBase.ShouldSerializeItems(System.Windows.Markup.XamlDesignerSerializationManager)">
      <summary>
        <para>Indicates whether the effective value of the <see cref="P:DevExpress.Xpf.Charts.Legend.Items">Legend.Items</see> property should be serialized during serialization of a <see cref="T:DevExpress.Xpf.Charts.Legend"/> object.</para>
      </summary>
      <param name="manager">A <see cref="T:System.Windows.Markup.XamlDesignerSerializationManager"/> object, which is the serialization service manager object for the <see cref="T:DevExpress.Xpf.Charts.Legend"/>.</param>
      <returns>This property returns false to avoid serialization of the <see cref="P:DevExpress.Xpf.Charts.Legend.Items">Legend.Items</see> property using <see cref="T:System.Windows.Markup.XamlWriter"/>.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.LegendBase.ShouldSerializeVisible(System.Windows.Markup.XamlDesignerSerializationManager)">
      <summary>
        <para>This member supports the internal infrastructure and is not intended to be used directly from your code.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.LegendBase.Title">
      <summary>
        <para>Gets or sets the <see href="https://docs.devexpress.com/WPF/6343/controls-and-libraries/charts-suite/chart-control/legends">legend</see> title settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Charts.LegendTitle"/> object which provides the legend title settings.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.LegendBase.TitleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.LegendBase.Title"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.LegendBase.VerticalPosition">
      <summary>
        <para>Gets or sets the legend’s vertical position within the chart control.</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.LegendBase.VerticalPositionProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.LegendBase.VerticalPosition"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.LegendBase.Visible">
      <summary>
        <para>Gets or sets whether the <see href="https://docs.devexpress.com/WPF/6343/controls-and-libraries/charts-suite/chart-control/legends">legend</see> is visible.</para>
      </summary>
      <value>true if the legend is displayed; false if the legend is hidden; otherwise, null (Nothing in Visual Basic).</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.LegendBase.VisibleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.LegendBase.Visible"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.LegendCollection">
      <summary>
        <para>A collection of <see cref="T:DevExpress.Xpf.Charts.Legend"/> objects.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.LegendCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.LegendCollection"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.LegendItem">
      <summary>
        <para>Determines the appearance and content of a <see href="https://docs.devexpress.com/WPF/6343/controls-and-libraries/charts-suite/chart-control/legends">Legends</see> item.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.LegendItem.ChartElement">
      <summary>
        <para>Gets or sets the chart element that this legend item is based on.</para>
      </summary>
      <value>A <see cref="T:System.Object"/>.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.LegendItem.CheckBoxBrush">
      <summary>
        <para>Gets the color of the <see href="https://docs.devexpress.com/WPF/6343/controls-and-libraries/charts-suite/chart-control/legends">legend</see> check box.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Media.Brush"/> object which specifies the color of the legend check box.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.LegendItem.CheckBoxVisible">
      <summary>
        <para>Gets a value that indicates whether a check box is visible on a legend.</para>
      </summary>
      <value>true, if  a check box is visible on a legend; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.LegendItem.CrosshairContentHeight">
      <summary>
        <para>For internal use. Returns the Crosshair’s content height.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.LegendItem.CrosshairContentWidth">
      <summary>
        <para>For internal use. Returns the Crosshair’s content width.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.LegendItem.CrosshairFontFamily">
      <summary>
        <para>For internal use. Gets or sets the Crosshair’s text font size of a legend item.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Media.FontFamily"/> object.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.LegendItem.CrosshairFontSize">
      <summary>
        <para>For internal use. Gets or sets the Crosshair’s text font size of a legend item.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value representing the font size.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.LegendItem.CrosshairFontStretch">
      <summary>
        <para>For internal use. Gets or sets the Crosshair’s text font stretch of a legend item.</para>
      </summary>
      <value>A <see cref="T:System.Windows.FontStretch"/> value.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.LegendItem.CrosshairFontStyle">
      <summary>
        <para>For internal use. Gets or sets the Crosshair’s text font style of a legend item.</para>
      </summary>
      <value>A <see cref="T:System.Windows.FontStyle"/> value.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.LegendItem.CrosshairFontWeight">
      <summary>
        <para>For internal use. Gets or sets the Crosshair’s text font weight of a legend item.</para>
      </summary>
      <value>A <see cref="T:System.Windows.FontWeight"/> value.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.LegendItem.CrosshairForeground">
      <summary>
        <para>For internal use. Gets or sets the Crosshair’s text foreground of a legend item.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Media.Brush"/> object.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.LegendItem.CrosshairText">
      <summary>
        <para>For internal use. Gets or sets the visibility of a legend item’s crosshair text.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.LegendItem.CrosshairTextVisible">
      <summary>
        <para>For internal use. Gets or sets the visibility of a legend item’s crosshair text.</para>
      </summary>
      <value>true, to display the crosshair label item’s text in the legend; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.LegendItem.IsEnabled">
      <summary>
        <para>Returns a value that specifies whether a legend item is enabled.</para>
      </summary>
      <value>true, if a legend item is enabled; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.LegendItem.IsSelected">
      <summary>
        <para>Returns a value that indicates whether a legend item is selected.</para>
      </summary>
      <value>true, if presentation data is selected; otherwise, false.</value>
    </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="P:DevExpress.Xpf.Charts.LegendItem.MarkerVisible">
      <summary>
        <para>Gets  a value that defines whether the legend markers are visible.</para>
      </summary>
      <value>true, if the legend markers are visible; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.LegendItem.ShowMarkerAfterCheckBox">
      <summary>
        <para>Returns the value specifying whether the <see href="https://docs.devexpress.com/WPF/6343/controls-and-libraries/charts-suite/chart-control/legends">legend</see> item’s marker is shown after its check box.</para>
      </summary>
      <value>true if the legend item’s legend marker is shown after the legend check box; otherwise false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.LegendItem.ShowMarkersIndent">
      <summary>
        <para>Returns the value indicating whether the indent between <see href="https://docs.devexpress.com/WPF/6343/controls-and-libraries/charts-suite/chart-control/legends">legend</see> marker and <see href="https://docs.devexpress.com/WPF/6343/controls-and-libraries/charts-suite/chart-control/legends">legend</see> check box should be drawn.</para>
      </summary>
      <value>true if the indent should be drawn; otherwise false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.LegendItem.ShowTextIndent">
      <summary>
        <para>Returns the value indicating whether the indent between the <see href="https://docs.devexpress.com/WPF/6343/controls-and-libraries/charts-suite/chart-control/legends">legend</see> marker or legend check box and legend text should be drawn.</para>
      </summary>
      <value>true, if the indent should be drawn; otherwise false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.LegendItemBase.FontFamily">
      <summary>
        <para>Gets or sets the font family name of the legend item.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Media.FontFamily"/> object.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.LegendItemBase.FontSize">
      <summary>
        <para>Gets or sets the legend item font size.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.LegendItemBase.FontStretch">
      <summary>
        <para>Gets or sets the legend item font stretch.</para>
      </summary>
      <value>A <see cref="T:System.Windows.FontStretch"/> value.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.LegendItemBase.FontStyle">
      <summary>
        <para>Gets or sets the legend item font style.</para>
      </summary>
      <value>A <see cref="T:System.Windows.FontStyle"/> value.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.LegendItemBase.FontWeight">
      <summary>
        <para>Gets or sets the legend item font weight.</para>
      </summary>
      <value>A <see cref="T:System.Windows.FontWeight"/> value.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.LegendItemBase.Foreground">
      <summary>
        <para>Gets or sets the brush used to paint the foreground of the legend item.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Media.Brush"/> object used to paint the foreground.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.LegendItemBase.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.LegendItemContainer">
      <summary>
        <para>Storage for a legend item’s appearance settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.LegendItemContainer.#ctor">
      <summary>
        <para>Initializes a <see cref="T:DevExpress.Xpf.Charts.LegendItemContainer"/> instance with the default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.LegendItemVisibilityMode">
      <summary>
        <para>Lists visibility modes of custom and automatically generated legend items.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.LegendItemVisibilityMode.AutoGeneratedAndCustom">
      <summary>
        <para>The legend displays custom and automatically generated items together.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.LegendItemVisibilityMode.Default">
      <summary>
        <para>If a legend has custom items, then automatically generated items are not displayed.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.LegendMarkerMode">
      <summary>
        <para>Lists values used to specify which marker type will be shown in the chart <see href="https://docs.devexpress.com/WindowsForms/5794/controls-and-libraries/chart-control/legends">legend</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.LegendMarkerMode.CheckBox">
      <summary>
        <para>Only check boxes are shown in the legend.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.LegendMarkerMode.CheckBoxAndMarker">
      <summary>
        <para>Check boxes and markers are shown in the legend simultaneously (check boxes are positioned in front of markers).</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.LegendMarkerMode.Marker">
      <summary>
        <para>Only markers are shown in the legend.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.LegendMarkerMode.MarkerAndCheckBox">
      <summary>
        <para>Markers and check boxes are shown in the legend simultaneously (markers are positioned in front of check boxes).</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.LegendMarkerMode.None">
      <summary>
        <para>No check boxes or markers are shown in the legend.</para>
        <para />
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.LegendSupportColorizerBase">
      <summary>
        <para>The base class for all colorizers with support for providing information to chart legends.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.LegendSupportColorizerBase.LegendTextPattern">
      <summary>
        <para>Gets or sets the legend text pattern used to set up text displaying in a <see href="https://docs.devexpress.com/WPF/6343/controls-and-libraries/charts-suite/chart-control/legends">legend</see>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.LegendSupportColorizerBase.LegendTextPatternProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.LegendSupportColorizerBase.LegendTextPattern">LegendSupportColorizerBase.LegendTextPattern</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.LegendSupportColorizerBase.ShowInLegend">
      <summary>
        <para>Gets or sets a value that indicates whether to show colorizer based legend items in the legend.</para>
      </summary>
      <value>true, if these items should be shown; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.LegendSupportColorizerBase.ShowInLegendProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.LegendSupportColorizerBase.ShowInLegend">LegendSupportColorizerBase.ShowInLegend</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.LegendTitle">
      <summary>
        <para>An individual legend title.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.LegendTitle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.LegendTitle"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Line2DAnimationBase">
      <summary>
        <para>Represents the base class for all <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animations</see> available for the <see href="https://docs.devexpress.com/WPF/5869/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/point-line-and-bubble-series/line">2D Line</see> series view.</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>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Line2DBlowUpAnimation">
      <summary>
        <para>The BlowUp <see href="https://docs.devexpress.com/WPF/5869/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/point-line-and-bubble-series/line">2D Line</see> series <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Line2DBlowUpAnimation.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Line2DBlowUpAnimation"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Line2DPredefinedAnimationBase">
      <summary>
        <para>Represents the base class for all pre-defined <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animations</see> available for the <see href="https://docs.devexpress.com/WPF/5869/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/point-line-and-bubble-series/line">2D Line</see> series view.</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>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Line2DSlideFromBottomAnimation">
      <summary>
        <para>The SlideFromBottom <see href="https://docs.devexpress.com/WPF/5869/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/point-line-and-bubble-series/line">2D Line</see> series <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Line2DSlideFromBottomAnimation.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Line2DSlideFromBottomAnimation"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Line2DSlideFromLeftAnimation">
      <summary>
        <para>The SlideFromLeft <see href="https://docs.devexpress.com/WPF/5869/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/point-line-and-bubble-series/line">2D Line</see> series <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Line2DSlideFromLeftAnimation.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Line2DSlideFromLeftAnimation"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Line2DSlideFromRightAnimation">
      <summary>
        <para>The SlideFromRight <see href="https://docs.devexpress.com/WPF/5869/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/point-line-and-bubble-series/line">2D Line</see> series <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Line2DSlideFromRightAnimation.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Line2DSlideFromRightAnimation"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Line2DSlideFromTopAnimation">
      <summary>
        <para>The SlideFromTop <see href="https://docs.devexpress.com/WPF/5869/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/point-line-and-bubble-series/line">2D Line</see> series <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Line2DSlideFromTopAnimation.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Line2DSlideFromTopAnimation"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Line2DStretchFromFarAnimation">
      <summary>
        <para>The StretchFromFar <see href="https://docs.devexpress.com/WPF/5869/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/point-line-and-bubble-series/line">2D Line</see> series <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Line2DStretchFromFarAnimation.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Line2DStretchFromFarAnimation"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Line2DStretchFromNearAnimation">
      <summary>
        <para>The StretchFromNear <see href="https://docs.devexpress.com/WPF/5869/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/point-line-and-bubble-series/line">2D Line</see> series <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Line2DStretchFromNearAnimation.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Line2DStretchFromNearAnimation"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Line2DUnwindAnimation">
      <summary>
        <para>The Unwind <see href="https://docs.devexpress.com/WPF/5869/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/point-line-and-bubble-series/line">2D Line</see> series <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Line2DUnwindAnimation.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Line2DUnwindAnimation"/> class with the 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>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Line2DUnwindAnimation.UnwindDirection">
      <summary>
        <para>Specifies the direction of <see cref="T:DevExpress.Xpf.Charts.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 <see cref="P:DevExpress.Xpf.Charts.Line2DUnwindAnimation.UnwindDirection">Line2DUnwindAnimation.UnwindDirection</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Line2DUnwrapHorizontallyAnimation">
      <summary>
        <para>The UnwrapHorizontally <see href="https://docs.devexpress.com/WPF/5869/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/point-line-and-bubble-series/line">2D Line</see> series <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Line2DUnwrapHorizontallyAnimation.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Line2DUnwrapHorizontallyAnimation"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Line2DUnwrapVerticallyAnimation">
      <summary>
        <para>The UnwrapVertically <see href="https://docs.devexpress.com/WPF/5869/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/point-line-and-bubble-series/line">2D Line</see> series <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Line2DUnwrapVerticallyAnimation.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Line2DUnwrapVerticallyAnimation"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.LineEmptyPointOptions">
      <summary>
        <para>Contains empty point options for line series and their descendants.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.LineEmptyPointOptions.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.LineEmptyPointOptions"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.LineEmptyPointOptions.LineStyle">
      <summary>
        <para>Gets or sets style options that are used to draw line segments with empty points.</para>
      </summary>
      <value>Specifies line style settings.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.LineEmptyPointOptions.LineStyleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.LineEmptyPointOptions.LineStyle"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.LineFullStackedSeries2D">
      <summary>
        <para>The <see href="https://docs.devexpress.com/WPF/9990/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/point-line-and-bubble-series/full-stacked-line">2D Full-Stacked Line</see> series.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.LineFullStackedSeries2D.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.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">LineFullStackedSeries2D.PercentOptions</see> 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">LineFullStackedSeries2D.PercentOptions</see> property value for the point options.</returns>
    </member>
    <member name="F:DevExpress.Xpf.Charts.LineFullStackedSeries2D.PercentOptionsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.LineFullStackedSeries2D.PercentOptions">LineFullStackedSeries2D.PercentOptions</see> attached property.</para>
      </summary>
    </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">LineFullStackedSeries2D.PercentOptions</see> 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.LineScatterSeries2D">
      <summary>
        <para>The <see href="https://docs.devexpress.com/WPF/10635/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/point-line-and-bubble-series/scatter-line">2D Scatter Line</see> series.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.LineScatterSeries2D.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.LineScatterSeries2D"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.LineSeries2D">
      <summary>
        <para>Represents the <see href="https://docs.devexpress.com/WPF/5869/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/point-line-and-bubble-series/line">2D Line</see> series.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.LineSeries2D.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.LineSeries2D"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.LineSeries2D.ActualLineStyle">
      <summary>
        <para>Gets the actual line style of the <see href="https://docs.devexpress.com/WPF/5869/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/point-line-and-bubble-series/line">2D Line</see> series. 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 <see cref="P:DevExpress.Xpf.Charts.LineSeries2D.ActualLineStyle">LineSeries2D.ActualLineStyle</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Charts.LineSeries2D.AddPoint(System.DateTime,System.Double)">
      <summary>
        <para>Adds a new series point with the specified argument and value to the series.</para>
      </summary>
      <param name="argument">The date-time argument of the new point.</param>
      <param name="value">The value of the new point.</param>
      <returns>The newly added series point.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.LineSeries2D.AddPoint(System.Double,System.Double)">
      <summary>
        <para>Adds a new series point with the specified argument and value to the series.</para>
      </summary>
      <param name="argument">The numeric argument of the new point.</param>
      <param name="value">The value of the new point.</param>
      <returns>The newly added series point.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.LineSeries2D.AddPoint(System.String,System.Double)">
      <summary>
        <para>Adds a new series point with the specified argument and value to the series.</para>
      </summary>
      <param name="argument">The qualitative argument of the new point.</param>
      <param name="value">The value of the new point.</param>
      <returns>The newly added series point.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.LineSeries2D.AddPoint(System.TimeSpan,System.Double)">
      <summary>
        <para>Adds a new series point with the specified argument and value to the series.</para>
      </summary>
      <param name="argument">The new point’s argument.</param>
      <param name="value">The new point’s value.</param>
      <returns>The newly added series point.</returns>
    </member>
    <member name="P:DevExpress.Xpf.Charts.LineSeries2D.EmptyPointOptions">
      <summary>
        <para>Returns options related to empty points of the line series.</para>
      </summary>
      <value>Contains settings for empty points of a line series.</value>
    </member>
    <member name="M:DevExpress.Xpf.Charts.LineSeries2D.GetPointAnimation">
      <summary>
        <para>Gets the <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">point animation</see>, which is assigned to <see cref="T:DevExpress.Xpf.Charts.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 <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">series animation</see>, which is assigned to <see cref="T:DevExpress.Xpf.Charts.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 <see cref="T:DevExpress.Xpf.Charts.LineSeries2D"/>.</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">LineSeries2D.LineStyle</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.LineSeries2D.MarkerModel">
      <summary>
        <para>Gets or sets the model used to draw <see href="https://docs.devexpress.com/WPF/5869/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/point-line-and-bubble-series/line">2D Line Series</see> <see href="https://docs.devexpress.com/WPF/6340/controls-and-libraries/charts-suite/chart-control/series/series-points">point markers</see>.</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">LineSeries2D.MarkerModel</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.LineSeries2D.MarkerSize">
      <summary>
        <para>Gets or sets the size of <see href="https://docs.devexpress.com/WPF/6340/controls-and-libraries/charts-suite/chart-control/series/series-points">series point</see> markers.</para>
      </summary>
      <value>The marker height and width in pixels. The default value is 10.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.LineSeries2D.MarkerSizeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.LineSeries2D.MarkerSize">LineSeries2D.MarkerSize</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.LineSeries2D.MarkerVisible">
      <summary>
        <para>Gets or sets a value indicating whether <see href="https://docs.devexpress.com/WPF/6340/controls-and-libraries/charts-suite/chart-control/series/series-points">series point</see> markers are visible.</para>
      </summary>
      <value>true to show markers; false 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">LineSeries2D.MarkerVisible</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.LineSeries2D.PointAnimation">
      <summary>
        <para>Specifies the <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see> for the series’ <see href="https://docs.devexpress.com/WPF/6340/controls-and-libraries/charts-suite/chart-control/series/series-points">point</see> 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 <see cref="P:DevExpress.Xpf.Charts.LineSeries2D.PointAnimation">LineSeries2D.PointAnimation</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.LineSeries2D.SeriesAnimation">
      <summary>
        <para>Specifies the series <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see>.</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 <see cref="P:DevExpress.Xpf.Charts.LineSeries2D.SeriesAnimation">LineSeries2D.SeriesAnimation</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Charts.LineSeries2D.SetPointAnimation(DevExpress.Xpf.Charts.SeriesPointAnimationBase)">
      <summary>
        <para>Assigns the specified <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">point animation</see> to <see cref="T:DevExpress.Xpf.Charts.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 <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">series animation</see> to <see cref="T:DevExpress.Xpf.Charts.LineSeries2D"/>.</para>
      </summary>
      <param name="value">A <see cref="T:DevExpress.Xpf.Charts.SeriesAnimationBase"/> class descendant.</param>
    </member>
    <member name="P:DevExpress.Xpf.Charts.LineSeries2D.ShowIsolatedPoints">
      <summary>
        <para>Gets or sets the value that defines whether to show series points between empty points (whose values are undefined).</para>
      </summary>
      <value>true, if the Chart Control shows isolated points; otherwise, false</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.LineSeries2D.ShowIsolatedPointsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.LineSeries2D.ShowIsolatedPoints">LineSeries2D.ShowIsolatedPoints</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.LineStackedSeries2D">
      <summary>
        <para>The <see href="https://docs.devexpress.com/WPF/9989/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/point-line-and-bubble-series/stacked-line">2D Stacked Line</see> series.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.LineStackedSeries2D.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.LineStackedSeries2D"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.LineStepSeries2D">
      <summary>
        <para>The <see href="https://docs.devexpress.com/WPF/9991/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/point-line-and-bubble-series/step-line">2D Step Line</see> series.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.LineStepSeries2D.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.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>true if markers are connected using inverted steps; false if standard steps are use to connect markers.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.LineStepSeries2D.InvertedStepProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.LineStepSeries2D.InvertedStep">LineStepSeries2D.InvertedStep</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.LineStepSeries2D.SnapCrosshairToActualStep">
      <summary>
        <para>Indicates whether the <see href="https://docs.devexpress.com/WPF/14682/controls-and-libraries/charts-suite/chart-control/tooltip-and-crosshair-cursor/crosshair-cursor">crosshair</see> label displays the actual step value.</para>
      </summary>
      <value>true if the crosshair label displays the actual step value; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.LineStepSeries2D.SnapCrosshairToActualStepProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.LineStepSeries2D.SnapCrosshairToActualStep"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see cref="T:DevExpress.Xpf.Charts.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 <see cref="T:DevExpress.Xpf.Charts.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">LineStyle.Thickness</see> property.</param>
    </member>
    <member name="P:DevExpress.Xpf.Charts.LineStyle.DashCap">
      <summary>
        <para>Specifies the shape at the end of the line.</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">LineStyle.DashCap</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.LineStyle.DashStyle">
      <summary>
        <para>Specifies the dash style used to paint the line.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Media.DashStyle"/> object that represents the sequence of dashes and gaps for the line style.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.LineStyle.DashStyleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.LineStyle.DashStyle">LineStyle.DashStyle</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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">LineStyle.LineJoin</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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">LineStyle.Thickness</see>.</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">LineStyle.MiterLimit</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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">LineStyle.Thickness</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="N:DevExpress.Xpf.Charts.Localization">
      <summary>
        <para>Contains classes and enumerations that are intended to <see href="https://docs.devexpress.com/WPF/7541/localization">localize</see> the User Interface of DevExpress <see href="https://docs.devexpress.com/WPF/115092/controls-and-libraries/charts-suite">WPF Charts</see>.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Localization.ChartLocalizer">
      <summary>
        <para>A base class that provides necessary functionality for custom localizers of the <see href="https://docs.devexpress.com/WPF/115092/controls-and-libraries/charts-suite">Chart Control</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Localization.ChartLocalizer.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Localization.ChartLocalizer"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Localization.ChartLocalizer.CreateDefaultLocalizer">
      <summary>
        <para>Returns a Localizer object storing resources based on the thread’s language and regional settings (culture).</para>
      </summary>
      <returns>An <see cref="T:DevExpress.Utils.Localization.XtraLocalizer`1"/> object, storing resources based on the thread’s language and regional settings (culture).</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Localization.ChartLocalizer.CreateResXLocalizer">
      <summary>
        <para>Returns an XtraLocalizer object representing resources based on the thread’s language and regional settings (culture).</para>
      </summary>
      <returns>An <see cref="T:DevExpress.Utils.Localization.XtraLocalizer`1"/> object representing resources based on the thread’s culture.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Localization.ChartLocalizer.GetString(DevExpress.Xpf.Charts.Localization.ChartStringId)">
      <summary>
        <para>Returns a localized string for the specified string identifier.</para>
      </summary>
      <param name="id">A <see cref="T:DevExpress.Xpf.Charts.Localization.ChartStringId"/> enumeration value identifying the string to localize.</param>
      <returns>A <see cref="T:System.String"/> corresponding to the specified identifier.</returns>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Localization.ChartStringId">
      <summary>
        <para>Contains values corresponding to strings that can be localized.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.AbsoluteValue">
      <summary>
        <para>Absolute Value.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.AnnotationDefaultContent">
      <summary>
        <para>“Annotation”.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.ArgumentPatternDescription">
      <summary>
        <para>“Argument”.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.Chart3DControlAutomationPeerHelpText">
      <summary>
        <para>“A chart 3D control.”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.Chart3DControlLocalizedControlType">
      <summary>
        <para>“chart 3D”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.ChartControlAutomationPeerHelpText">
      <summary>
        <para>“A chart control.”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.ChartControlLocalizedControlType">
      <summary>
        <para>“chart”.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.CloseValuePatternDescription">
      <summary>
        <para>“Close Value”.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.ClosingBracketPatternDescription">
      <summary>
        <para>“Closing Bracket”.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.CustomLegendItemDefaultText">
      <summary>
        <para>“Custom Legend Item”.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.EmptyLegendText">
      <summary>
        <para>“Specify DisplayName”.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.EmptySankeyDefaultText">
      <summary>
        <para>“There is no data in the diagram. To populate this diagram, choose a data source, and ensure that Source and Target data members are specified.”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.ErrorTitle">
      <summary>
        <para>“Error”.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.HighValuePatternDescription">
      <summary>
        <para>“High Value”.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.IntervalArgumentMaxPatternDescription">
      <summary>
        <para>“Argument 2”.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.IntervalArgumentMinPatternDescription">
      <summary>
        <para>“Argument 1”.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.LegendTitleDefaultContent">
      <summary>
        <para>“Legend Title”.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.LowValuePatternDescription">
      <summary>
        <para>“Low Value”.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.MsgCantImportHolidays">
      <summary>
        <para>“Failed to import holidays from the ‘{0}’ file.”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.MsgCantOpenImageMessage">
      <summary>
        <para>“Unsupported or invalid image format.”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.MsgCantOpenImageMessageBoxHeader">
      <summary>
        <para>“Cannot Open Image”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.MsgDiagramToPointIncorrectValue">
      <summary>
        <para>“The specified {0} parameter type doesn’t match the appropriate scale type, which is {1} for this axis.”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.MsgEmptyArgument">
      <summary>
        <para>“An argument can’t be empty.”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.MsgFileNotFound">
      <summary>
        <para>“File ‘{0}’ isn’t found.”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.MsgIncompatibleSummaryFunctionDimension">
      <summary>
        <para>The dimension of the ‘{0}’ summary function isn’t compatible with the {1} ({2} but should be {3}).</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.MsgIncompatibleSummaryFunctionScale">
      <summary>
        <para>The ‘{0}’ summary function is incompatible with the {1} scale.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.MsgIncorrectCalculatedFieldExpression">
      <summary>
        <para>“The specified expression contains invalid symbols (line {0}, character {1}).”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.MsgIncorrectDoubleValue">
      <summary>
        <para>“The value can’t be equal to Double.NaN, Double.PositiveInfinity, or Double.NegativeInfinity.”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.MsgIncorrectLabelAngle">
      <summary>
        <para>“The angle of the label should be greater than or equal to -360 and less than or equal to 360.”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.MsgIncorrectLegendMaxCrosshairContentHeight">
      <summary>
        <para>“The legend’s MaxCrosshairContentHeight property value must be greater than 0, less than 1000, or equal to Double.NaN”.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.MsgIncorrectLegendMaxCrosshairContentWidth">
      <summary>
        <para>The legend’s MaxCrosshairContentWidth property value must be greater than 0 and less than 1000.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.MsgIncorrectPointsCreation">
      <summary>
        <para>“The series point collection should be populated either from a data source, or manually, but not both at a time.”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.MsgIncorrectPropertyUsage">
      <summary>
        <para>“The ‘{0}’ property isn’t supported for the ‘{1}’ class.”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.MsgIncorrectSeriesRemoving">
      <summary>
        <para>“It’s impossible to remove auto-created series.”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.MsgIncorrectSeriesReordering">
      <summary>
        <para>“When reordering series within the collection, automatically created series cannot replace the manually created ones, and vice versa.”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.MsgIncorrectSeriesReplacement">
      <summary>
        <para>“The auto-created series cannot be assigned.”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.MsgInvalidCenterAxisAlignment">
      <summary>
        <para>“The Alignment can’t be set to Alignment.Center for the secondary axis.”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.MsgInvalidLogarithmicBase">
      <summary>
        <para>“The logarithmic base should be greater than 1.”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.MsgInvalidZeroAxisAlignment">
      <summary>
        <para>“The Alignment can’t be set to Alignment.Zero for the secondary axis.”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.MsgSeriesPointIncorrectValue">
      <summary>
        <para>“The point value cannot be equal to infinity.”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.MsgUsingColorItemsSourceWhenColorNotEmpty">
      <summary>
        <para>“Colors collection must be empty before using ColorItemsSource.”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.MsgUsingColorWhenColorItemsSourceNotEmptyCustomIndicatorsPalette">
      <summary>
        <para>“Operation is not valid while ColorItemsSource is in use. Access and modify elements with CustomIndicatorsPalette.ColorItemsSource instead.”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.MsgUsingColorWhenColorItemsSourceNotEmptyCustomPalette">
      <summary>
        <para>“Operation is not valid while ColorItemsSource is in use. Access and modify elements with CustomPalette.ColorItemsSource instead.”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.MsgUsingSeriesTemplateAndItemTemplate">
      <summary>
        <para>“The SeriesTemplate and SeriesItemTemplate properties cannot be specified simultaneously.”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.OpenFileDialogAllFiles">
      <summary>
        <para>“All Files”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.OpenFileDialogImageFiles">
      <summary>
        <para>“Image Files”.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.OpeningBracketPatternDescription">
      <summary>
        <para>“”Opening Bracket””.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.OpenValuePatternDescription">
      <summary>
        <para>“Open Value”.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.OthersArgument">
      <summary>
        <para>“Others”.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.OverflowSymbolPatternDescription">
      <summary>
        <para>“Overflow Symbol”.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.PatternEditorPreviewCaption">
      <summary>
        <para>“Select a placeholder to see the preview”.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.PercentValuePatternDescription">
      <summary>
        <para>“Percent Value”.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.PointHintPatternDescription">
      <summary>
        <para>“Point Hint”.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.SeriesNamePatternDescription">
      <summary>
        <para>“Series Name”.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.SmallSankeyDefaultText">
      <summary>
        <para>Increase the diagram’s size to view its layout.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.StackedGroupPatternDescription">
      <summary>
        <para>“Series Group”.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.TitleDefaultContent">
      <summary>
        <para>“Title”.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.ToolbarAddImageAnnotationItemCaption">
      <summary>
        <para>“Add Image Annotation”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.ToolbarAddImageAnnotationItemDescription">
      <summary>
        <para>“To add an image annotation, click a point on the chart and then select an image in the invoked dialog.”.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.ToolbarAddIndicatorItemCaption">
      <summary>
        <para>“Add Indicators”.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.ToolbarAddIndicatorItemDescription">
      <summary>
        <para>“To plot an indicator for the current series, select the desired indicator from the drop-down list.”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.ToolbarAddTextAnnotationItemCaption">
      <summary>
        <para>“Add Text Annotation”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.ToolbarAddTextAnnotationItemDescription">
      <summary>
        <para>“To add a text annotation, click the chart and type the text.”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.ToolbarAnnotationsGroupCaption">
      <summary>
        <para>“Annotations”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.ToolbarAppearanceGroupCaption">
      <summary>
        <para>“Appearance”.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.ToolbarChartToolsCategoryCaption">
      <summary>
        <para>“Chart Tools”.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.ToolbarCommonPageCaption">
      <summary>
        <para>“Common”.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.ToolbarConstantLinesGroupCaption">
      <summary>
        <para>“Constant Lines”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.ToolbarDefaultConstantLineTitle">
      <summary>
        <para>“Constant Line”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.ToolbarDrawFibonacciArcsIndicatorItemCaption">
      <summary>
        <para>“Fibonacci Arcs”.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.ToolbarDrawFibonacciArcsIndicatorItemDescription">
      <summary>
        <para>“To add a Fibonacci Arcs indicator for the current series, click a series point and drag the mouse to the desired series point.”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.ToolbarDrawFibonacciFansIndicatorItemCaption">
      <summary>
        <para>“Fibonacci Fans”.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.ToolbarDrawFibonacciFansIndicatorItemDescription">
      <summary>
        <para>“To add a Fibonacci Fans indicator for the current series, click a series point and drag the mouse to the desired series point.”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.ToolbarDrawFibonacciRetracementIndicatorItemCaption">
      <summary>
        <para>“Fibonacci Trend Retracement”.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.ToolbarDrawFibonacciRetracementIndicatorItemDescription">
      <summary>
        <para>To add a Fibonacci Retracement indicator for the current series, click a series point and drag the mouse to the desired series point.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.ToolbarDrawTrendLineIndicatorItemCaption">
      <summary>
        <para>“Trend Line”.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.ToolbarDrawTrendLineIndicatorItemDescription">
      <summary>
        <para>“To add a Trend Line indicator for the current series, click a series point and drag the mouse to the desired series point.”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.ToolbarExportItemCaption">
      <summary>
        <para>“Export”.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.ToolbarExportItemDescription">
      <summary>
        <para>“Export the current document in one of the available formats, and save it to the file on a disk.“</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.ToolbarExportToBmpItemCaption">
      <summary>
        <para>“BMP”.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.ToolbarExportToBmpItemDescription">
      <summary>
        <para>“Bitmap Image”.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.ToolbarExportToDocxItemCaption">
      <summary>
        <para>“Export to DOCX”.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.ToolbarExportToDocxItemDescription">
      <summary>
        <para>“Microsoft Word Open XML Format”.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.ToolbarExportToGifItemCaption">
      <summary>
        <para>“GIF”.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.ToolbarExportToGifItemDescription">
      <summary>
        <para>“Graphics Interchange Format”.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.ToolbarExportToHtmlItemCaption">
      <summary>
        <para>“Export to HTML”.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.ToolbarExportToHtmlItemDescription">
      <summary>
        <para>“Web Page”.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.ToolbarExportToImageItemCaption">
      <summary>
        <para>“Export to Image”.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.ToolbarExportToJpegItemCaption">
      <summary>
        <para>JPEG”.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.ToolbarExportToJpegItemDescription">
      <summary>
        <para>“JPEG Image”.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.ToolbarExportToMhtItemCaption">
      <summary>
        <para>“Export to MHT”.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.ToolbarExportToMhtItemDescription">
      <summary>
        <para>“Single File Web Page”.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.ToolbarExportToPdfItemCaption">
      <summary>
        <para>“Export to PDF”.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.ToolbarExportToPdfItemDescription">
      <summary>
        <para>“Adobe Portable Document Format”.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.ToolbarExportToPngItemCaption">
      <summary>
        <para>“PNG”.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.ToolbarExportToPngItemDescription">
      <summary>
        <para>“Portable Network Graphics”.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.ToolbarExportToRtfItemCaption">
      <summary>
        <para>“Export to RTF”.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.ToolbarExportToRtfItemDescription">
      <summary>
        <para>“Rich Text Format”.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.ToolbarExportToTiffItemCaption">
      <summary>
        <para>“TIFF”.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.ToolbarExportToTiffItemDescription">
      <summary>
        <para>“Tagged Image File Format”.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.ToolbarExportToXlsItemCaption">
      <summary>
        <para>“Export to XLS”.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.ToolbarExportToXlsItemDescription">
      <summary>
        <para>“Microsoft Excel 2000-2003 Work Book”.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.ToolbarExportToXlsxItemCaption">
      <summary>
        <para>“Export to XLSX”.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.ToolbarExportToXlsxItemDescription">
      <summary>
        <para>“Microsoft Excel 2007 Work Book”.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.ToolbarFinancialAxisPeriodItemCaption">
      <summary>
        <para>“Period”.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.ToolbarFinancialAxisPeriodItemDescription">
      <summary>
        <para>“Select a desired time period.”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.ToolbarFinancialAxisUnitItemCaption">
      <summary>
        <para>“Axis Unit”.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.ToolbarFinancialAxisUnitItemDescription">
      <summary>
        <para>“Select a desired measurement unit for the chart’s axis of arguments.”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.ToolbarFinancialIndicatorsGroupCaption">
      <summary>
        <para>“Indicators”.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.ToolbarFinancialOptionsPageCaption">
      <summary>
        <para>“Financial Options”.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.ToolbarFinancialSeriesAndAxisGroupCaption">
      <summary>
        <para>“Series and Axis”.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.ToolbarHorizontalConstantLineItemCaption">
      <summary>
        <para>“Add Horizontal Constant Line”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.ToolbarHorizontalConstantLineItemDescription">
      <summary>
        <para>“To add a horizontal constant line, click a point on the chart and type the text.”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.ToolbarLoadTemplateItemCaption">
      <summary>
        <para>“Load\nTemplate”.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.ToolbarLoadTemplateItemDescription">
      <summary>
        <para>“Load a chart from a template.”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.ToolbarPaletteItemCaption">
      <summary>
        <para>“Palette”.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.ToolbarPaletteItemDescription">
      <summary>
        <para>“Change the palette for the current chart.”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.ToolbarPrintAndExportGroupCaption">
      <summary>
        <para>“Print and Export”.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.ToolbarPrintItemCaption">
      <summary>
        <para>“Print”.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.ToolbarPrintItemDescription">
      <summary>
        <para>“Select a printer, number of copies and other printing options before printing.”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.ToolbarPrintPreviewItemCaption">
      <summary>
        <para>“Print Preview”.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.ToolbarPrintPreviewItemDescription">
      <summary>
        <para>“Preview and make changes to pages before printing.”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.ToolbarRemoveIndicatorItemCaption">
      <summary>
        <para>“Remove Indicator”.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.ToolbarRemoveIndicatorItemDescription">
      <summary>
        <para>“Select an indicator on the chart to remove it.”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.ToolbarRunDesignerGroupCaption">
      <summary>
        <para>“Designer”.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.ToolbarRunDesignerItemCaption">
      <summary>
        <para>“Run Chart Designer…”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.ToolbarRunDesignerItemDescription">
      <summary>
        <para>“The Chart Designer is invoked to help you adjust the main chart settings in one place.”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.ToolbarSaveAsTemplateItemCaption">
      <summary>
        <para>“Save As\nTemplate”.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.ToolbarSaveAsTemplateItemDescription">
      <summary>
        <para>“Create a template with the same setting as the current chart.”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.ToolbarSeriesSelectorItemCaption">
      <summary>
        <para>“Series”.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.ToolbarSeriesSelectorItemDescription">
      <summary>
        <para>“Select a series from the drop-down list.”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.ToolbarTemplatesGroupCaption">
      <summary>
        <para>“Templates”.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.ToolbarVerticalConstantLineItemCaption">
      <summary>
        <para>“Add Vertical Constant Line”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.ToolbarVerticalConstantLineItemDescription">
      <summary>
        <para>“To add a vertical constant line, click a point on the chart and type the text.”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.TotalLabelHeader">
      <summary>
        <para>“Total”.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.TotalValuePatternDescription">
      <summary>
        <para>“Total Value”.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.UnderflowSymbolPatternDescription">
      <summary>
        <para>“Underflow Symbol”.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.Value1PatternDescription">
      <summary>
        <para>“Value1”.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.Value2PatternDescription">
      <summary>
        <para>“Value2”.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.ValueDurationDaysPatternDescription">
      <summary>
        <para>“Value Duration (Days)”.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.ValueDurationHoursPatternDescription">
      <summary>
        <para>“Value Duration (Hours)”.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.ValueDurationMillisecondsPatternDescription">
      <summary>
        <para>“Value Duration (mSecs)”.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.ValueDurationMinutesPatternDescription">
      <summary>
        <para>“Value Duration (Mins)”.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.ValueDurationPatternDescription">
      <summary>
        <para>“Value Duration”.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.ValueDurationSecondsPatternDescription">
      <summary>
        <para>“Value Duration (Secs)”.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.ValuePatternDescription">
      <summary>
        <para>“Value”.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Localization.ChartStringId.WeightPatternDescription">
      <summary>
        <para>“Weight”.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.ManualDateTimeScaleOptions">
      <summary>
        <para>Contains settings for a date-time axis data  when its scale mode is manual.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ManualDateTimeScaleOptions.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.ManualDateTimeScaleOptions"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ManualDateTimeScaleOptions.AggregateFunction">
      <summary>
        <para>Gets or sets the function that is used to aggregate date-time axis data when one of the  <see cref="P:DevExpress.Xpf.Charts.AxisX2D.DateTimeScaleOptions">AxisX2D.DateTimeScaleOptions</see>, <see cref="P:DevExpress.Xpf.Charts.AxisX3D.DateTimeScaleOptions">AxisX3D.DateTimeScaleOptions</see>, or <see cref="P:DevExpress.Xpf.Charts.RadarAxisX2D.DateTimeScaleOptions">RadarAxisX2D.DateTimeScaleOptions</see> properties is set to <see cref="T:DevExpress.Xpf.Charts.ManualDateTimeScaleOptions"/>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Xpf.Charts.AggregateFunction"/> enumeration value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ManualDateTimeScaleOptions.AggregateFunctionProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ManualDateTimeScaleOptions.AggregateFunction">ManualDateTimeScaleOptions.AggregateFunction</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ManualDateTimeScaleOptions.AutoGrid">
      <summary>
        <para>Gets or sets a value that specifies whether the spacing of <see href="https://docs.devexpress.com/WPF/6337/controls-and-libraries/charts-suite/chart-control/axes/tickmarks-grid-lines-and-interlacing">grid lines</see> is calculated automatically based upon the major <see href="https://docs.devexpress.com/WPF/6337/controls-and-libraries/charts-suite/chart-control/axes/tickmarks-grid-lines-and-interlacing">tickmarks</see> of the axis.</para>
      </summary>
      <value>true, if grid spacing is performed automatically; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ManualDateTimeScaleOptions.AutoGridProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ManualDateTimeScaleOptions.AutoGrid">ManualDateTimeScaleOptions.AutoGrid</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ManualDateTimeScaleOptions.CustomAggregateFunction">
      <summary>
        <para>Gets or sets the custom aggregate function callback that calculates the aggregated values.</para>
      </summary>
      <value>The custom aggregate function callback.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ManualDateTimeScaleOptions.CustomAggregateFunctionProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ManualDateTimeScaleOptions.CustomAggregateFunction">ManualDateTimeScaleOptions.CustomAggregateFunction</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ManualDateTimeScaleOptions.GridAlignment">
      <summary>
        <para>Gets or sets the date-time measure unit to which the beginning of the <see href="https://docs.devexpress.com/WPF/6337/controls-and-libraries/charts-suite/chart-control/axes/tickmarks-grid-lines-and-interlacing">grid lines</see> and <see href="https://docs.devexpress.com/WPF/6336/controls-and-libraries/charts-suite/chart-control/axes/axis-labels">axis labels</see> of an axis should be aligned.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Charts.DateTimeGridAlignment"/>  enumeration value that represents the measurement unit to which the beginning of the gridlines and labels of an axis should be aligned.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ManualDateTimeScaleOptions.GridAlignmentProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ManualDateTimeScaleOptions.GridAlignment">ManualDateTimeScaleOptions.GridAlignment</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ManualDateTimeScaleOptions.GridOffset">
      <summary>
        <para>Gets or sets the offset of grid lines.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value which specifies the grid offset.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ManualDateTimeScaleOptions.GridOffsetProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ManualDateTimeScaleOptions.GridOffset">ManualDateTimeScaleOptions.GridOffset</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ManualDateTimeScaleOptions.GridSpacing">
      <summary>
        <para>Gets or sets the date-time grid step in grid alignment units.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value which specifies the date-time grid step.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ManualDateTimeScaleOptions.GridSpacingProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ManualDateTimeScaleOptions.GridSpacing">ManualDateTimeScaleOptions.GridSpacing</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ManualDateTimeScaleOptions.MeasureUnit">
      <summary>
        <para>Gets or sets the detail level for date-time values.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Charts.DateTimeMeasureUnit"/> enumeration value which represents the axis’ detail level.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ManualDateTimeScaleOptions.MeasureUnitMultiplier">
      <summary>
        <para>Gets or sets the value specifying the factor that the measurement unit multiplies to form a custom measurement unit.</para>
      </summary>
      <value>The multiplier that the measurement unit multiplies to form a custom measurement unit.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ManualDateTimeScaleOptions.MeasureUnitMultiplierProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ManualDateTimeScaleOptions.MeasureUnitMultiplier">ManualDateTimeScaleOptions.MeasureUnitMultiplier</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ManualDateTimeScaleOptions.MeasureUnitProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ManualDateTimeScaleOptions.MeasureUnit">ManualDateTimeScaleOptions.MeasureUnit</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.ManualNumericScaleOptions">
      <summary>
        <para>Contains settings for a numeric axis data when its scale mode is manual.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ManualNumericScaleOptions.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.ManualNumericScaleOptions"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ManualNumericScaleOptions.AggregateFunction">
      <summary>
        <para>Gets or sets the function that is used to aggregate numeric axis data when one of the  <see cref="P:DevExpress.Xpf.Charts.AxisX2D.NumericScaleOptions">AxisX2D.NumericScaleOptions</see>, <see cref="P:DevExpress.Xpf.Charts.AxisX3D.NumericScaleOptions">AxisX3D.NumericScaleOptions</see>, or <see cref="P:DevExpress.Xpf.Charts.CircularAxisX2D.NumericScaleOptions">CircularAxisX2D.NumericScaleOptions</see> properties is set to <see cref="T:DevExpress.Xpf.Charts.ManualNumericScaleOptions"/>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Xpf.Charts.AggregateFunction"/> enumeration value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ManualNumericScaleOptions.AggregateFunctionProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ManualNumericScaleOptions.AggregateFunction">ManualNumericScaleOptions.AggregateFunction</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ManualNumericScaleOptions.AutoGrid">
      <summary>
        <para>Gets or sets a value that specifies whether the spacing of <see href="https://docs.devexpress.com/WPF/6337/controls-and-libraries/charts-suite/chart-control/axes/tickmarks-grid-lines-and-interlacing">grid lines</see> is calculated automatically based upon the major <see href="https://docs.devexpress.com/WPF/6337/controls-and-libraries/charts-suite/chart-control/axes/tickmarks-grid-lines-and-interlacing">tickmarks</see> of the axis.</para>
      </summary>
      <value>true, if grid spacing is performed automatically; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ManualNumericScaleOptions.AutoGridProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ManualNumericScaleOptions.AutoGrid">ManualNumericScaleOptions.AutoGrid</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ManualNumericScaleOptions.CustomAggregateFunction">
      <summary>
        <para>Gets or sets the custom aggregate function callback that calculates the aggregated values.</para>
      </summary>
      <value>The custom aggregate function callback.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ManualNumericScaleOptions.CustomAggregateFunctionProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ManualNumericScaleOptions.CustomAggregateFunction">ManualNumericScaleOptions.CustomAggregateFunction</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ManualNumericScaleOptions.GridAlignment">
      <summary>
        <para>Gets or sets the numeric value to which the beginning of the<see href="https://docs.devexpress.com/WPF/6337/controls-and-libraries/charts-suite/chart-control/axes/tickmarks-grid-lines-and-interlacing">grid lines</see> and <see href="https://docs.devexpress.com/WPF/6336/controls-and-libraries/charts-suite/chart-control/axes/axis-labels">axis labels</see> of an axis should be aligned.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value to which the beginning of the gridlines and labels of an axis should be aligned.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ManualNumericScaleOptions.GridAlignmentProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ManualNumericScaleOptions.GridAlignment">ManualNumericScaleOptions.GridAlignment</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ManualNumericScaleOptions.GridOffset">
      <summary>
        <para>Gets or sets the offset of <see href="https://docs.devexpress.com/WPF/6337/controls-and-libraries/charts-suite/chart-control/axes/tickmarks-grid-lines-and-interlacing">grid lines</see>.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value which specifies the grid offset.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ManualNumericScaleOptions.GridOffsetProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ManualNumericScaleOptions.GridOffset">ManualNumericScaleOptions.GridOffset</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ManualNumericScaleOptions.GridSpacing">
      <summary>
        <para>Gets or sets the numeric grid step in grid alignment units.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value which specifies the numeric grid step.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ManualNumericScaleOptions.GridSpacingProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ManualNumericScaleOptions.GridSpacing">ManualNumericScaleOptions.GridSpacing</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ManualNumericScaleOptions.MeasureUnit">
      <summary>
        <para>Gets or sets the detail level for numeric values.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value which represents the axis’ detail level.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ManualNumericScaleOptions.MeasureUnitProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ManualNumericScaleOptions.MeasureUnit">ManualNumericScaleOptions.MeasureUnit</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.ManualTimeSpanScaleOptions">
      <summary>
        <para>Contains settings for a time-span axis when its scale mode is manual. This scale mode allows you to specify a measurement unit.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ManualTimeSpanScaleOptions.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.ManualTimeSpanScaleOptions"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ManualTimeSpanScaleOptions.AggregateFunction">
      <summary>
        <para>Gets or sets the function that is used to aggregate time-span data associated with the axis.</para>
      </summary>
      <value>An aggregate function applied to data.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ManualTimeSpanScaleOptions.AggregateFunctionProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ManualTimeSpanScaleOptions.AggregateFunction">ManualTimeSpanScaleOptions.AggregateFunction</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ManualTimeSpanScaleOptions.AutoGrid">
      <summary>
        <para>Gets or sets a value that specifies whether the <see cref="P:DevExpress.Xpf.Charts.ContinuousTimeSpanScaleOptions.GridSpacing">GridSpacing</see> and <see cref="P:DevExpress.Xpf.Charts.ContinuousTimeSpanScaleOptions.GridAlignment">GridAlignment</see> property values are automatically calculated.</para>
      </summary>
      <value>true if the Chart automatically determines optimal values for the grid spacing and grid alignment; otherwise false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ManualTimeSpanScaleOptions.AutoGridProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ManualTimeSpanScaleOptions.AutoGrid">ManualTimeSpanScaleOptions.AutoGrid</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ManualTimeSpanScaleOptions.CustomAggregateFunction">
      <summary>
        <para>Gets or sets the custom aggregate function callback that calculates the aggregated values.</para>
      </summary>
      <value>The custom aggregate function callback.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ManualTimeSpanScaleOptions.CustomAggregateFunctionProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ManualTimeSpanScaleOptions.CustomAggregateFunction">ManualTimeSpanScaleOptions.CustomAggregateFunction</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ManualTimeSpanScaleOptions.GridAlignment">
      <summary>
        <para>Gets or sets the time-span measurement unit that defines the alignment of <see href="https://docs.devexpress.com/WPF/6337/controls-and-libraries/charts-suite/chart-control/axes/tickmarks-grid-lines-and-interlacing">grid lines</see> and <see href="https://docs.devexpress.com/WPF/6336/controls-and-libraries/charts-suite/chart-control/axes/axis-labels">axis labels</see>.</para>
      </summary>
      <value>A measurement unit that defines how to align the axis major grid lines and labels.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ManualTimeSpanScaleOptions.GridAlignmentProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ManualTimeSpanScaleOptions.GridAlignment">ManualTimeSpanScaleOptions.GridAlignment</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ManualTimeSpanScaleOptions.GridOffset">
      <summary>
        <para>Gets or sets the offset of <see href="https://docs.devexpress.com/WPF/6337/controls-and-libraries/charts-suite/chart-control/axes/tickmarks-grid-lines-and-interlacing">grid lines</see> and <see href="https://docs.devexpress.com/WPF/6336/controls-and-libraries/charts-suite/chart-control/axes/axis-labels">axis labels</see>.</para>
      </summary>
      <value>The value that specifies a grid offset in measurement units.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ManualTimeSpanScaleOptions.GridOffsetProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ManualTimeSpanScaleOptions.GridOffset">ManualTimeSpanScaleOptions.GridOffset</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ManualTimeSpanScaleOptions.GridSpacing">
      <summary>
        <para>Gets or sets a value that specifies the distance between major tickmarks and grid lines.</para>
      </summary>
      <value>A value that specifies the grid spacing in grid alignment units.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ManualTimeSpanScaleOptions.GridSpacingProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ManualTimeSpanScaleOptions.GridSpacing">ManualTimeSpanScaleOptions.GridSpacing</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ManualTimeSpanScaleOptions.MeasureUnit">
      <summary>
        <para>Gets or sets the detail level for time-span values.</para>
      </summary>
      <value>An axis measurement unit that represents the detail level of data associated with the axis.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ManualTimeSpanScaleOptions.MeasureUnitMultiplier">
      <summary>
        <para>Gets or sets the value that specifies the factor that the measurement unit multiplies to form a custom measurement unit.</para>
      </summary>
      <value>The multiplier that the measurement unit multiplies to form a custom measurement unit.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ManualTimeSpanScaleOptions.MeasureUnitMultiplierProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ManualTimeSpanScaleOptions.MeasureUnitMultiplier">ManualTimeSpanScaleOptions.MeasureUnitMultiplier</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ManualTimeSpanScaleOptions.MeasureUnitProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ManualTimeSpanScaleOptions.MeasureUnit">ManualTimeSpanScaleOptions.MeasureUnit</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Marker2DAnimationBase">
      <summary>
        <para>Represents the base class for all 2D marker <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animations</see>.</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>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Marker2DKind">
      <summary>
        <para>Represents a pre-defined 2D <see href="https://docs.devexpress.com/WPF/6340/controls-and-libraries/charts-suite/chart-control/series/series-points">point</see> marker <see href="https://docs.devexpress.com/WPF/4285/controls-and-libraries/charts-suite/chart-control/series/series-and-marker-models">model</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Marker2DKind.#ctor(System.Type,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Marker2DKind"/> class with the specified type and name.</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.Marker2DLinearSlideAnimationBase">
      <summary>
        <para>Represents the base class for all linear slide 2D marker <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animations</see>.</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>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Marker2DModel">
      <summary>
        <para>A base class for standard and custom <see href="https://docs.devexpress.com/WPF/6340/controls-and-libraries/charts-suite/chart-control/series/series-points">point</see> marker <see href="https://docs.devexpress.com/WPF/4285/controls-and-libraries/charts-suite/chart-control/series/series-and-marker-models">models</see>, which are used in 2D series with markers.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Marker2DModel.GetPredefinedKinds">
      <summary>
        <para>Returns the list of predefined models for 2D <see href="https://docs.devexpress.com/WPF/6340/controls-and-libraries/charts-suite/chart-control/series/series-points">point markers</see>.</para>
      </summary>
      <returns>An object implementing the <see cref="T:System.Collections.IEnumerable"/> interface.</returns>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Marker2DModel.ModelName">
      <summary>
        <para>Gets the name of the <see cref="T:DevExpress.Xpf.Charts.Marker2DModel"/>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> representing the model name.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Marker2DSlideAnimationBase">
      <summary>
        <para>Represents the base class for all slide 2D marker <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animations</see>.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Marker2DSlideFromBottomAnimation">
      <summary>
        <para>The SlideFromBottom <see href="https://docs.devexpress.com/WPF/6340/controls-and-libraries/charts-suite/chart-control/series/series-points">point</see> markers’ <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Marker2DSlideFromBottomAnimation.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Marker2DSlideFromBottomAnimation"/> class with the 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>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Marker2DSlideFromBottomCenterAnimation">
      <summary>
        <para>The SlideFromBottomCenter <see href="https://docs.devexpress.com/WPF/6340/controls-and-libraries/charts-suite/chart-control/series/series-points">point</see> markers’ <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Marker2DSlideFromBottomCenterAnimation.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Marker2DSlideFromBottomCenterAnimation"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Marker2DSlideFromLeftAnimation">
      <summary>
        <para>The SlideFromBottomLeft <see href="https://docs.devexpress.com/WPF/6340/controls-and-libraries/charts-suite/chart-control/series/series-points">point</see> markers’ <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Marker2DSlideFromLeftAnimation.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Marker2DSlideFromLeftAnimation"/> class with the 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>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Marker2DSlideFromLeftBottomCornerAnimation">
      <summary>
        <para>The SlideFromLeftBottomCorner <see href="https://docs.devexpress.com/WPF/6340/controls-and-libraries/charts-suite/chart-control/series/series-points">point</see> markers’ <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Marker2DSlideFromLeftBottomCornerAnimation.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Marker2DSlideFromLeftBottomCornerAnimation"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Marker2DSlideFromLeftCenterAnimation">
      <summary>
        <para>The SlideFromLeftCenter <see href="https://docs.devexpress.com/WPF/6340/controls-and-libraries/charts-suite/chart-control/series/series-points">point</see> markers’ <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Marker2DSlideFromLeftCenterAnimation.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Marker2DSlideFromLeftCenterAnimation"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Marker2DSlideFromLeftTopCornerAnimation">
      <summary>
        <para>The SlideFromLeftTopCorner <see href="https://docs.devexpress.com/WPF/6340/controls-and-libraries/charts-suite/chart-control/series/series-points">point</see> markers’ <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Marker2DSlideFromLeftTopCornerAnimation.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Marker2DSlideFromLeftTopCornerAnimation"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Marker2DSlideFromRightAnimation">
      <summary>
        <para>The SlideFromRight <see href="https://docs.devexpress.com/WPF/6340/controls-and-libraries/charts-suite/chart-control/series/series-points">point</see> markers’ <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Marker2DSlideFromRightAnimation.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Marker2DSlideFromRightAnimation"/> class with the 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>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Marker2DSlideFromRightBottomCornerAnimation">
      <summary>
        <para>The SlideFromRightBottomCorner <see href="https://docs.devexpress.com/WPF/6340/controls-and-libraries/charts-suite/chart-control/series/series-points">point</see> markers’ <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Marker2DSlideFromRightBottomCornerAnimation.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Marker2DSlideFromRightBottomCornerAnimation"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Marker2DSlideFromRightCenterAnimation">
      <summary>
        <para>The SlideFromRightCorner <see href="https://docs.devexpress.com/WPF/6340/controls-and-libraries/charts-suite/chart-control/series/series-points">point</see> markers’ <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Marker2DSlideFromRightCenterAnimation.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Marker2DSlideFromRightCenterAnimation"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Marker2DSlideFromRightTopCornerAnimation">
      <summary>
        <para>The SlideFromRightTopCorner <see href="https://docs.devexpress.com/WPF/6340/controls-and-libraries/charts-suite/chart-control/series/series-points">point</see> markers’ <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Marker2DSlideFromRightTopCornerAnimation.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Marker2DSlideFromRightTopCornerAnimation"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Marker2DSlideFromTopAnimation">
      <summary>
        <para>The SlideFromTop <see href="https://docs.devexpress.com/WPF/6340/controls-and-libraries/charts-suite/chart-control/series/series-points">point</see> markers’ <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Marker2DSlideFromTopAnimation.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Marker2DSlideFromTopAnimation"/> class with the 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>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Marker2DSlideFromTopCenterAnimation">
      <summary>
        <para>The SlideFromTopCenter <see href="https://docs.devexpress.com/WPF/6340/controls-and-libraries/charts-suite/chart-control/series/series-points">point</see> markers’ <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Marker2DSlideFromTopCenterAnimation.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Marker2DSlideFromTopCenterAnimation"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Marker2DWidenAnimation">
      <summary>
        <para>The Widen <see href="https://docs.devexpress.com/WPF/6340/controls-and-libraries/charts-suite/chart-control/series/series-points">point</see> markers’ <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Marker2DWidenAnimation.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Marker2DWidenAnimation"/> class with the 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>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Marker3DCubePointModel">
      <summary>
        <para>The Cube <see href="https://docs.devexpress.com/WPF/117682/controls-and-libraries/charts-suite/chart3d-control">Chart3D</see> marker model.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Marker3DCubePointModel.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Marker3DCubePointModel"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Marker3DKind">
      <summary>
        <para>Represents a pre-defined 3D <see href="https://docs.devexpress.com/WPF/6340/controls-and-libraries/charts-suite/chart-control/series/series-points">point</see> marker <see href="https://docs.devexpress.com/WPF/4285/controls-and-libraries/charts-suite/chart-control/series/series-and-marker-models">model</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Marker3DKind.#ctor(System.Type,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Marker3DKind"/> class with the specified type and name.</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.Marker3DLabelPosition">
      <summary>
        <para>Lists the values used to specify the labels position of the 3D Series with markers (e.g. <see href="https://docs.devexpress.com/WPF/6841/controls-and-libraries/charts-suite/chart-control/series/3d-series-types/point-and-bubble-series/point">3D Point</see> chart).</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Marker3DLabelPosition.Center">
      <summary>
        <para>The label is displayed in the center of the point marker.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Marker3DLabelPosition.Top">
      <summary>
        <para>The label is displayed on the top of the point marker.</para>
        <para />
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Marker3DModel">
      <summary>
        <para>Represents a base class for standard and custom <see href="https://docs.devexpress.com/WPF/6340/controls-and-libraries/charts-suite/chart-control/series/series-points">point</see> marker <see href="https://docs.devexpress.com/WPF/4285/controls-and-libraries/charts-suite/chart-control/series/series-and-marker-models">models</see>, which are used in 3D series with markers.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Marker3DModel.GetPredefinedKinds">
      <summary>
        <para>Returns the list of predefined models for 3D <see href="https://docs.devexpress.com/WPF/6340/controls-and-libraries/charts-suite/chart-control/series/series-points">point markers</see>.</para>
      </summary>
      <returns>An object implementing the <see cref="T:System.Collections.IEnumerable"/> interface.</returns>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Marker3DModel.ModelName">
      <summary>
        <para>Gets the name of the <see cref="T:DevExpress.Xpf.Charts.Marker3DModel"/>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> representing the model name.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Marker3DPointModel">
      <summary>
        <para>The base class for all marker models.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Marker3DSeriesView">
      <summary>
        <para>The base series view whose points can be marked.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Marker3DSeriesView.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Marker3DSeriesView"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Marker3DSeriesView.GetLabelPosition(DevExpress.Xpf.Charts.SeriesLabel)">
      <summary>
        <para>Gets the value of the <see cref="P:DevExpress.Xpf.Charts.Marker3DSeriesView.LabelPosition">Marker3DSeriesView.LabelPosition</see> attached property for a specified <see cref="T:DevExpress.Xpf.Charts.SeriesLabel"/>.</para>
      </summary>
      <param name="label">The series label whose property value should be obtained.</param>
      <returns>The label position identifier.</returns>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Marker3DSeriesView.LabelPositionProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Marker3DSeriesView.LabelPosition">Marker3DSeriesView.LabelPosition</see> dependency property.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Marker3DSeriesView.MarkerModel">
      <summary>
        <para>Gets or sets the model of data point markers.</para>
      </summary>
      <value>The marker model.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Marker3DSeriesView.MarkerModelProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Marker3DSeriesView.MarkerModel">Marker3DSeriesView.MarkerModel</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Marker3DSeriesView.SetLabelPosition(DevExpress.Xpf.Charts.SeriesLabel,DevExpress.Xpf.Charts.Marker3DLabelPosition)">
      <summary>
        <para>Sets the value of the <see cref="P:DevExpress.Xpf.Charts.Marker3DSeriesView.LabelPosition">Marker3DSeriesView.LabelPosition</see> attached property to a specified <see cref="T:DevExpress.Xpf.Charts.SeriesLabel"/>.</para>
      </summary>
      <param name="label">The series label whose attached property should be specified.</param>
      <param name="position">The position of the series label.</param>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Marker3DSpherePointModel">
      <summary>
        <para>The Sphere <see href="https://docs.devexpress.com/WPF/117682/controls-and-libraries/charts-suite/chart3d-control">Chart3D</see> marker model.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Marker3DSpherePointModel.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Marker3DSpherePointModel"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Marker3DSpherePointModel.SphereDetalizationLevel">
      <summary>
        <para>Gets or sets the value specifying the detalization level of the sphere markers.</para>
      </summary>
      <value>The detalization level identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Marker3DSpherePointModel.SphereDetalizationLevelProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Marker3DSpherePointModel.SphereDetalizationLevel">Marker3DSpherePointModel.SphereDetalizationLevel</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.MarkerItem">
      <summary>
        <para>The base class for items with markers.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.MarkerItem.MarkerBrush">
      <summary>
        <para>Gets or sets the brush used to visualize the item marker.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Media.Brush"/> object.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.MarkerItem.MarkerLineBrush">
      <summary>
        <para>Gets or sets the marker line brush of the item.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Media.Brush"/> object.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.MarkerItem.MarkerLineStyle">
      <summary>
        <para>Gets or sets the style of the item marker line.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Charts.LineStyle"/> object specifying the style.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.MarkerItem.MarkerTemplate">
      <summary>
        <para>Gets or sets the template used to visualize the item marker.</para>
      </summary>
      <value>A <see cref="T:System.Windows.DataTemplate"/> object.</value>
    </member>
    <member name="E:DevExpress.Xpf.Charts.MarkerItem.PropertyChanged">
      <summary>
        <para>Occurs every time any of the <see cref="T:DevExpress.Xpf.Charts.MarkerItem"/> class properties has changed its value.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.MarkerItem.RepresentedElement">
      <summary>
        <para>Returns the chart element which is represented by the item.</para>
      </summary>
      <value>An object of a class implementing the <see cref="T:DevExpress.Xpf.Charts.ILegendVisible"/> interface.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.MarkerSeries2D">
      <summary>
        <para>Represents the base class for all <see href="https://docs.devexpress.com/WPF/6339/controls-and-libraries/charts-suite/chart-control/series/series">2D series</see> which have <see href="https://docs.devexpress.com/WPF/6340/controls-and-libraries/charts-suite/chart-control/series/series-points">series point</see> markers.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.MarkerSeries2D.AngleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.MarkerSeries2D.Angle">MarkerSeries2D.Angle</see> attached property.</para>
      </summary>
    </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">MarkerSeries2D.Angle</see> 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">MarkerSeries2D.Angle</see> 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">MarkerSeries2D.Angle</see> 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.MarkerSeries3D">
      <summary>
        <para>Represents the base class for all <see href="https://docs.devexpress.com/WPF/6339/controls-and-libraries/charts-suite/chart-control/series/series">3D series</see> which have <see href="https://docs.devexpress.com/WPF/6340/controls-and-libraries/charts-suite/chart-control/series/series-points">series point</see> markers.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.MarkerSeries3D.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.MarkerSeries3D"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.MarkerSeries3D.ActualModel">
      <summary>
        <para>Gets the actual model used to draw elements of a 3D series with markers (e.g. <see href="https://docs.devexpress.com/WPF/6841/controls-and-libraries/charts-suite/chart-control/series/3d-series-types/point-and-bubble-series/point">3D Point Series</see>).</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Charts.Marker3DModel"/> class descendant that represents the actual model.</value>
    </member>
    <member name="M:DevExpress.Xpf.Charts.MarkerSeries3D.GetLabelPosition(DevExpress.Xpf.Charts.SeriesLabel)">
      <summary>
        <para>Gets the value of the <see cref="P:DevExpress.Xpf.Charts.MarkerSeries3D.LabelPosition">MarkerSeries3D.LabelPosition</see> 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.MarkerSeries3D.LabelPosition">MarkerSeries3D.LabelPosition</see> property value for the series label.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.MarkerSeries3D.GetTransform(DevExpress.Xpf.Charts.SeriesPoint)">
      <summary>
        <para>Gets the value of the <see cref="P:DevExpress.Xpf.Charts.MarkerSeries3D.Transform">MarkerSeries3D.Transform</see> 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 from which the property value is read.</param>
      <returns>The value of the <see cref="P:DevExpress.Xpf.Charts.MarkerSeries3D.Transform">MarkerSeries3D.Transform</see> property for the specified series point.</returns>
    </member>
    <member name="F:DevExpress.Xpf.Charts.MarkerSeries3D.LabelPositionProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.MarkerSeries3D.LabelPosition">MarkerSeries3D.LabelPosition</see> attached property.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.MarkerSeries3D.Model">
      <summary>
        <para>Gets or sets the model used to draw elements of a 3D series with markers (e.g. <see href="https://docs.devexpress.com/WPF/6841/controls-and-libraries/charts-suite/chart-control/series/3d-series-types/point-and-bubble-series/point">3D Point Series</see>).</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Charts.Marker3DModel"/> class descendant.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.MarkerSeries3D.ModelProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.MarkerSeries3D.Model">MarkerSeries3D.Model</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Charts.MarkerSeries3D.SetLabelPosition(DevExpress.Xpf.Charts.SeriesLabel,DevExpress.Xpf.Charts.Marker3DLabelPosition)">
      <summary>
        <para>Sets the value of the <see cref="P:DevExpress.Xpf.Charts.MarkerSeries3D.LabelPosition">MarkerSeries3D.LabelPosition</see> 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.Marker3DLabelPosition"/> value.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.MarkerSeries3D.SetTransform(DevExpress.Xpf.Charts.SeriesPoint,System.Windows.Media.Media3D.Transform3D)">
      <summary>
        <para>Sets the value of the <see cref="P:DevExpress.Xpf.Charts.MarkerSeries3D.Transform">MarkerSeries3D.Transform</see> 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="transform">The required <see cref="T:System.Windows.Media.Media3D.Transform3D"/> object.</param>
    </member>
    <member name="F:DevExpress.Xpf.Charts.MarkerSeries3D.TransformProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.MarkerSeries3D.Transform">MarkerSeries3D.Transform</see> dependency property.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.MarqueePalette">
      <summary>
        <para>Represents the Marquee palette.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.MarqueePalette.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.MarqueePalette"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.MarqueePalette.PaletteName">
      <summary>
        <para>Gets the name of the <see cref="T:DevExpress.Xpf.Charts.MarqueePalette"/>.</para>
      </summary>
      <value>Always Marquee.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.MassIndex">
      <summary>
        <para>A Mass Index indicator.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.MassIndex.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.MassIndex"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.MassIndex.MovingAveragePointsCount">
      <summary>
        <para>Gets or sets the count of points used to calculate the exponential moving average (EMA).</para>
      </summary>
      <value>A <see cref="T:System.Int32"/> value, specifying the count of points used to calculate EMA.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.MassIndex.MovingAveragePointsCountProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.MassIndex.MovingAveragePointsCount">MassIndex.MovingAveragePointsCount</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.MassIndex.SumPointsCount">
      <summary>
        <para>Gets or sets the count of summable values.</para>
      </summary>
      <value>A <see cref="T:System.Int32"/> value specifying the count of summable ratios.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.MassIndex.SumPointsCountProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.MassIndex.SumPointsCount">MassIndex.SumPointsCount</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.MaxSummaryFunction">
      <summary>
        <para>The summary function that shows the maximum value.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.MaxSummaryFunction.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.MaxSummaryFunction"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.MaxSummaryFunction.Name">
      <summary>
        <para>Returns the summary function’s name.</para>
      </summary>
      <value>Always “MAX”.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.MedianPrice">
      <summary>
        <para>A Median Price indicator.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.MedianPrice.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.MedianPrice"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.MinSummaryFunction">
      <summary>
        <para>The summary function that shows the minimum value.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.MinSummaryFunction.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.MinSummaryFunction"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.MinSummaryFunction.Name">
      <summary>
        <para>Returns the summary function’s name.</para>
      </summary>
      <value>Always “MIN”.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.ModelControl">
      <summary>
        <para>For internal use. Represents a model control object.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ModelControl.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.ModelControl"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ModelControl.Flipped">
      <summary>
        <para>Specifies whether the <see cref="T:DevExpress.Xpf.Charts.ModelControl"/> is flipped.</para>
      </summary>
      <value>true to flip the <see cref="T:DevExpress.Xpf.Charts.ModelControl"/>; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ModelControl.FlippedProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ModelControl.Flipped">ModelControl.Flipped</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see cref="P:DevExpress.Xpf.Charts.ModelControl.PresentationData">ModelControl.PresentationData</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.MovingAverage">
      <summary>
        <para>Represents the base class for Moving Average  objects of various types.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.MovingAverage.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.MovingAverage"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.MovingAverage.EnvelopePercent">
      <summary>
        <para>Specifies the percent for the Envelope kind of the Moving Average and Envelope  technical indicator.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value, greater than 0 and less than or equal to 100.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.MovingAverage.EnvelopePercentProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.MovingAverage.EnvelopePercent">MovingAverage.EnvelopePercent</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see cref="P:DevExpress.Xpf.Charts.MovingAverage.MovingAverageKind">MovingAverage.MovingAverageKind</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.MovingAverage.PointsCount">
      <summary>
        <para>Gets or sets the number of <see href="https://docs.devexpress.com/WPF/6340/controls-and-libraries/charts-suite/chart-control/series/series-points">data points</see> used to calculate the 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 <see cref="P:DevExpress.Xpf.Charts.MovingAverage.PointsCount">MovingAverage.PointsCount</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see cref="P:DevExpress.Xpf.Charts.MovingAverage.ValueLevel">MovingAverage.ValueLevel</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.MovingAverageConvergenceDivergence">
      <summary>
        <para>A Moving Average Convergence Divergence indicator.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.MovingAverageConvergenceDivergence.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.MovingAverageConvergenceDivergence"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.MovingAverageConvergenceDivergence.LongPeriod">
      <summary>
        <para>Gets or sets the long period value required to calculate the indicator.</para>
      </summary>
      <value>A <see cref="T:System.Int32"/> value specifying the long period value for the indicator.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.MovingAverageConvergenceDivergence.LongPeriodProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.MovingAverageConvergenceDivergence.LongPeriod">MovingAverageConvergenceDivergence.LongPeriod</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.MovingAverageConvergenceDivergence.ShortPeriod">
      <summary>
        <para>Gets or sets the short period value required to calculate the indicator.</para>
      </summary>
      <value>A <see cref="T:System.Int32"/> value specifying the short period value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.MovingAverageConvergenceDivergence.ShortPeriodProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.MovingAverageConvergenceDivergence.ShortPeriod">MovingAverageConvergenceDivergence.ShortPeriod</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.MovingAverageConvergenceDivergence.SignalSmoothingPeriod">
      <summary>
        <para>Gets or sets the smoothing period value required to calculate the indicator.</para>
      </summary>
      <value>A <see cref="T:System.Int32"/> value specifying the smoothing period value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.MovingAverageConvergenceDivergence.SignalSmoothingPeriodProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.MovingAverageConvergenceDivergence.SignalSmoothingPeriod">MovingAverageConvergenceDivergence.SignalSmoothingPeriod</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.MovingAverageConvergenceDivergence.ValueLevel">
      <summary>
        <para>Gets or sets the value specifying which series point value should be used to calculate the indicator.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraCharts.ValueLevel"/> enumeration value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.MovingAverageConvergenceDivergence.ValueLevelProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.MovingAverageConvergenceDivergence.ValueLevel">MovingAverageConvergenceDivergence.ValueLevel</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.MovingAverageKind">
      <summary>
        <para>Lists the available kinds of the Moving Average indicator.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.MovingAverageKind.Envelope">
      <summary>
        <para>Only the Envelope is shown.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.MovingAverageKind.MovingAverage">
      <summary>
        <para>Only the Moving Average is shown.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.MovingAverageKind.MovingAverageAndEnvelope">
      <summary>
        <para>Both the Moving Average and Envelope are shown.</para>
        <para />
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.NatureColorsPalette">
      <summary>
        <para>Represents the Nature Colors palette.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.NatureColorsPalette.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.NatureColorsPalette"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.NatureColorsPalette.PaletteName">
      <summary>
        <para>Gets the name of the <see cref="T:DevExpress.Xpf.Charts.NatureColorsPalette"/>.</para>
      </summary>
      <value>Always Nature Colors.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.NavigationOptions">
      <summary>
        <para>Zoom and scroll settings for the <see cref="T:DevExpress.Xpf.Charts.XYDiagram2D"/>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.NavigationOptions.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.NavigationOptions"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.NavigationOptions.AxisXMaxZoomPercent">
      <summary>
        <para>Gets or sets the maximum zoom factor as a percentage for the <see href="https://docs.devexpress.com/WPF/6334/controls-and-libraries/charts-suite/chart-control/axes/axes">X-axis</see>.</para>
      </summary>
      <value>A zoom factor percentage value. The default value is 10000.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.NavigationOptions.AxisXMaxZoomPercentProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.NavigationOptions.AxisXMaxZoomPercent">NavigationOptions.AxisXMaxZoomPercent</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.NavigationOptions.AxisYMaxZoomPercent">
      <summary>
        <para>Gets or sets the maximum zoom factor as a percentage for the <see href="https://docs.devexpress.com/WPF/6334/controls-and-libraries/charts-suite/chart-control/axes/axes">Y-axis</see>.</para>
      </summary>
      <value>A zoom factor percentage value. The default value is 10000.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.NavigationOptions.AxisYMaxZoomPercentProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.NavigationOptions.AxisYMaxZoomPercent">NavigationOptions.AxisYMaxZoomPercent</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.NavigationOptions.UseScrollBars">
      <summary>
        <para>Specifies whether a user can use scroll bars to scroll the chart.</para>
      </summary>
      <value>true to allow using the scroll bars; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.NavigationOptions.UseScrollBarsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.NavigationOptions.UseScrollBars">NavigationOptions.UseScrollBars</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.NavigationOptions3D">
      <summary>
        <para>Provides settings that specify the ways in which zooming, scrolling and rotating can be performed in the <see href="https://docs.devexpress.com/WPF/6333/controls-and-libraries/charts-suite/chart-control/diagram/diagram">3D Diagram</see>-based charts.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.NavigationOptions3D.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.NavigationOptions3D"/> class with default settings.</para>
      </summary>
    </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 <see cref="T:DevExpress.Xpf.Charts.NavigationOptionsBase"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.NavigationOptionsBase.UseKeyboard">
      <summary>
        <para>Specifies whether a user can use keyboard shortcuts to zoom and scroll the chart.</para>
      </summary>
      <value>true to allow using the keyboard; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.NavigationOptionsBase.UseKeyboardProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.NavigationOptionsBase.UseKeyboard">NavigationOptionsBase.UseKeyboard</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.NavigationOptionsBase.UseMouse">
      <summary>
        <para>Specifies whether a user can use a mouse to zoom and scroll the chart.</para>
      </summary>
      <value>true to allow using the mouse; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.NavigationOptionsBase.UseMouseProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.NavigationOptionsBase.UseMouse">NavigationOptionsBase.UseMouse</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.NavigationOptionsBase.UseTouchDevice">
      <summary>
        <para>Specifies whether a user can use touch gestures to zoom and scroll the chart on touch devices.</para>
      </summary>
      <value>true to allow using the touch device; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.NavigationOptionsBase.UseTouchDeviceProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.NavigationOptionsBase.UseTouchDevice">NavigationOptionsBase.UseTouchDevice</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.NestedDonutSeries2D">
      <summary>
        <para>Represents a series view of the <see href="https://docs.devexpress.com/WPF/17090/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/pie-and-donut-series/nested-donut">Nested Donut</see> type.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.NestedDonutSeries2D.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.NestedDonutSeries2D"/> class with default settings.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.NestedDonutSeries2D.DefaultInnerIndent">
      <summary>
        <para>Identifies the default value for the <see cref="P:DevExpress.Xpf.Charts.NestedDonutSeries2D.InnerIndent">NestedDonutSeries2D.InnerIndent</see> property.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.NestedDonutSeries2D.DefaultWeight">
      <summary>
        <para>Identifies the default value for the <see cref="P:DevExpress.Xpf.Charts.NestedDonutSeries2D.Weight">NestedDonutSeries2D.Weight</see> property.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.NestedDonutSeries2D.Group">
      <summary>
        <para>Specifies a group for all series having the same nested group value. These items are to be placed into the same nested donuts.</para>
      </summary>
      <value>A <see cref="T:System.Object"/> value, identifying a nested group.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.NestedDonutSeries2D.GroupProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.NestedDonutSeries2D.Group">NestedDonutSeries2D.Group</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.NestedDonutSeries2D.InnerIndent">
      <summary>
        <para>Specifies the inner indent between the outer and inner edges of nested donuts.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value that is the inner indent of nested donuts.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.NestedDonutSeries2D.InnerIndentProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.NestedDonutSeries2D.InnerIndent">NestedDonutSeries2D.InnerIndent</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.NestedDonutSeries2D.Weight">
      <summary>
        <para>Specifies the nested donut’s size, in respect to the sizes of other nested donuts.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.NestedDonutSeries2D.WeightProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.NestedDonutSeries2D.Weight">NestedDonutSeries2D.Weight</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.NorthernLightsPalette">
      <summary>
        <para>Represents the Northern Lights palette.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.NorthernLightsPalette.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.NorthernLightsPalette"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.NorthernLightsPalette.PaletteName">
      <summary>
        <para>Gets the name of the <see cref="T:DevExpress.Xpf.Charts.NorthernLightsPalette"/>.</para>
      </summary>
      <value>Always Northern Lights.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.NumericAggregationScaleOptionsBase">
      <summary>
        <para>The base scale options for <see href="https://docs.devexpress.com/WPF/115179/controls-and-libraries/charts-suite/chart-control/axes/axis-scale-types#handle-an-axis-with-a-numeric-scale">numeric</see> axes that support <see href="https://docs.devexpress.com/WPF/16846/controls-and-libraries/charts-suite/chart-control/data-aggregation">aggregation</see>.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.NumericAggregationScaleOptionsBase.ProcessMissingPoints">
      <summary>
        <para>Gets or sets a mode which specifies the action the chart control should perform with the missing points.</para>
      </summary>
      <value>The value that defines how the Chart processes missing points.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.NumericAggregationScaleOptionsBase.ProcessMissingPointsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.NumericAggregationScaleOptionsBase.ProcessMissingPoints">NumericAggregationScaleOptionsBase.ProcessMissingPoints</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.NumericColorizerValueProvider">
      <summary>
        <para>The class used to provide floating point number values stored in the color data source member to a colorizer.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.NumericColorizerValueProvider.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.NumericColorizerValueProvider"/> class with default settings.</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>Displays numbers as currency, using the currency format specified in your computer’s regional settings.</para>
        <para />
        <para>Example: $100.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.NumericFormat.FixedPoint">
      <summary>
        <para>Displays numbers as real numeric values with the specified number of decimal places. The number of decimal places is specified by the <see cref="P:DevExpress.Xpf.Charts.NumericOptions.Precision">NumericOptions.Precision</see> property, and the decimal separator is based upon your computer’s regional settings.</para>
        <para>Example: 100.00.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.NumericFormat.General">
      <summary>
        <para>Displays numbers without any specific formatting applied to them. Integer and fractional parts are separated using the decimal symbol specified in your computer’s regional settings.</para>
        <para>Example: 100.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.NumericFormat.Number">
      <summary>
        <para>Displays numbers as numeric values, using the number format specified in your computer’s regional settings.</para>
        <para>Example: 100.00.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.NumericFormat.Percent">
      <summary>
        <para>Displays numbers multiplied by 100 with a percent sign (%) appended to the right; displays two digits to the right of the symbol specified in your computer’s regional settings.</para>
        <para>Example: 100 %.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.NumericFormat.Scientific">
      <summary>
        <para>Displays numbers using standard scientific notation. This format is determined by your computer’s regional settings.</para>
        <para>Example: 1.00E+002.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.NumericOptions">
      <summary>
        <para>Contains specific settings which define the representation of numeric values for display purposes.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.NumericOptions.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.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">NumericOptions.Format</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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">NumericOptions.Precision</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.NumericScaleChangedEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.Charts.ChartControl.AxisScaleChanged">ChartControl.AxisScaleChanged</see> event when the type of the changed scale is Numeric.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.NumericScaleChangedEventArgs.GridAlignmentChange">
      <summary>
        <para>Returns information about grid alignment changes.</para>
      </summary>
      <value>The grid alignment change info.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.NumericScaleChangedEventArgs.IntervalCountChange">
      <summary>
        <para>Returns information about interval count changes.</para>
      </summary>
      <value>The interval count change info.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.NumericScaleChangedEventArgs.IntervalWidthChange">
      <summary>
        <para>Returns information about interval width changes.</para>
      </summary>
      <value>The interval width change info.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.NumericScaleChangedEventArgs.MeasureUnitChange">
      <summary>
        <para>Returns information about measure unit changes.</para>
      </summary>
      <value>The measure unit change info.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.NumericScaleChangedEventArgs.OverflowValueChange">
      <summary>
        <para>Returns information about the overflow interval value changes.</para>
      </summary>
      <value>The overflow value change info.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.NumericScaleChangedEventArgs.UnderflowValueChange">
      <summary>
        <para>Returns information about the underflow interval value changes.</para>
      </summary>
      <value>The underflow value change info.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.NumericScaleOptionsBase">
      <summary>
        <para>Contains settings for an axis scale when its data type is numeric.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.NumericStartPoint">
      <summary>
        <para>Lists values that specifies the start point for aligning the scale along the x-axis.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.NumericStartPoint.MinRangeValue">
      <summary>
        <para>The alignment of the chart x-axis scale starts at the specified <see cref="P:DevExpress.Xpf.Charts.Range.MinValue">Range.MinValue</see> property value.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.NumericStartPoint.Zero">
      <summary>
        <para>The alignment of the chart x-axis scale starts at zero.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.NumericSummaryOptions">
      <summary>
        <para>Numeric summarization options storage.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.NumericSummaryOptions.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.NumericSummaryOptions"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.NumericSummaryOptions.MeasureUnit">
      <summary>
        <para>Gets or sets the measurement unit that specifies the precision level of series points’ argument values.</para>
      </summary>
      <value>The measurement unit that specifies the precision level of series points’ argument values.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.NumericSummaryOptions.TypeNameSerializable">
      <summary>
        <para>Gets the string value used to support serialization of the NumericSummaryOptions type.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.ObjectKeyProvider">
      <summary>
        <para>The key provider, which provides the objects to keys as-is.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ObjectKeyProvider.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.ObjectKeyProvider"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Office2013Palette">
      <summary>
        <para>Represents the Office2013 palette.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Office2013Palette.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Office2013Palette"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Office2013Palette.PaletteName">
      <summary>
        <para>Gets the name of the <see cref="T:DevExpress.Xpf.Charts.Office2013Palette"/>.</para>
      </summary>
      <value>Always Office2013.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.OfficePalette">
      <summary>
        <para>Represents the Office palette.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.OfficePalette.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.OfficePalette"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.OfficePalette.PaletteName">
      <summary>
        <para>Gets the name of the <see cref="T:DevExpress.Xpf.Charts.OfficePalette"/>.</para>
      </summary>
      <value>Always Office.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.OrangePalette">
      <summary>
        <para>Represents the Orange palette.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.OrangePalette.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.OrangePalette"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.OrangePalette.PaletteName">
      <summary>
        <para>Gets the name of the <see cref="T:DevExpress.Xpf.Charts.OrangePalette"/>.</para>
      </summary>
      <value>Always Orange.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.OrangeRedPalette">
      <summary>
        <para>Represents the OrangeRed palette.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.OrangeRedPalette.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.OrangeRedPalette"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.OrangeRedPalette.PaletteName">
      <summary>
        <para>Gets the name of the <see cref="T:DevExpress.Xpf.Charts.OrangeRedPalette"/>.</para>
      </summary>
      <value>Always OrangeRed.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.OutsetBar2DModel">
      <summary>
        <para>The outset <see href="https://docs.devexpress.com/WPF/8349/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/bar-series">Bar</see> <see href="https://docs.devexpress.com/WPF/4285/controls-and-libraries/charts-suite/chart-control/series/series-and-marker-models">model</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.OutsetBar2DModel.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.OutsetBar2DModel"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.OutsetBar2DModel.ModelName">
      <summary>
        <para>Gets the name of the <see cref="T:DevExpress.Xpf.Charts.OutsetBar2DModel"/>.</para>
      </summary>
      <value>Always “Outset Bar”.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.OutsetWaterfall2DModel">
      <summary>
        <para>The outset <see href="https://docs.devexpress.com/WPF/401277/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/bar-series/waterfall">waterfall</see> bar <see href="https://docs.devexpress.com/WPF/4285/controls-and-libraries/charts-suite/chart-control/series/series-and-marker-models">model</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.OutsetWaterfall2DModel.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.OutsetWaterfall2DModel"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.OutsetWaterfall2DModel.ModelName">
      <summary>
        <para>Returns the “Outset Waterfall” string.</para>
      </summary>
      <value>The “Outset Waterfall” string.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Palette">
      <summary>
        <para>Represents 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 predefined <see href="https://docs.devexpress.com/WPF/4292/controls-and-libraries/charts-suite/chart-control/chart-themes-and-palettes">palettes</see>.</para>
      </summary>
      <returns>An object implementing the <see cref="T:System.Collections.IEnumerable"/> interface.</returns>
    </member>
    <member name="T:DevExpress.Xpf.Charts.PaletteBase">
      <summary>
        <para>Represents the base class for all palettes (collection of colors).</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.PaletteBase.ColorCycleLength">
      <summary>
        <para>Gets or sets the count of different colors that the palette provides.</para>
      </summary>
      <value>The count of different colors that the palette provides.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.PaletteBase.Count">
      <summary>
        <para>Gets the number of colors in the palette.</para>
      </summary>
      <value>An integer value that is the number of colors in the palette.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.PaletteBase.Item(System.Int32)">
      <summary>
        <para>Gets an item of the color collection (palette) by its index.</para>
      </summary>
      <param name="index">An integer value specifying the zero-based index of the item to be accessed.</param>
      <value>A <see cref="T:System.Windows.Media.Color"/> object which represents the color in the chart palette.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.PaletteBase.PaletteName">
      <summary>
        <para>Gets the name of the chart palette.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that is the palette’s name.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.PaletteColorizer3DBase">
      <summary>
        <para>The base colorizer that uses a palette to color items.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.PaletteColorizer3DBase.Palette">
      <summary>
        <para>Gets or sets the palette whose colors are provided to point markers.</para>
      </summary>
      <value>The palette.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.PaletteColorizer3DBase.PaletteProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.PaletteColorizer3DBase.Palette">PaletteColorizer3DBase.Palette</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.PaletteKind">
      <summary>
        <para>Represents a pre-defined <see href="https://docs.devexpress.com/WPF/4292/controls-and-libraries/charts-suite/chart-control/chart-themes-and-palettes">palette</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.PaletteKind.#ctor(System.Type,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.PaletteKind"/> class with the specified type and name.</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.Pane">
      <summary>
        <para>An individual <see href="https://docs.devexpress.com/WPF/10631/controls-and-libraries/charts-suite/chart-control/panes/panes">pane</see> within the Chart Control’s <see href="https://docs.devexpress.com/WPF/115312/controls-and-libraries/charts-suite/chart-control/diagram/2d-xy-diagram">Cartesian Diagram</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Pane.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Pane"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Pane.ActualTitle">
      <summary>
        <para>Returns the <see cref="T:DevExpress.Xpf.Charts.Pane"/>‘s actual title.</para>
      </summary>
      <value>A pane title.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Pane.ActualTitleProperty">
      <summary>
        <para>Identifies the <see cref="F:DevExpress.Xpf.Charts.Pane.ActualTitleProperty"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Pane.Annotations">
      <summary>
        <para>Returns the collection of annotations within a pane.</para>
      </summary>
      <value>The observable read-only collection represents the annotations contained in the pane.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Pane.AnnotationsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Pane.Annotations">Pane.Annotations</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see cref="P:DevExpress.Xpf.Charts.Pane.AxisXScrollBarItem">Pane.AxisXScrollBarItem</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Pane.AxisXScrollBarOptions">
      <summary>
        <para>Settings that define the appearance of a pane scroll bar displayed for the <see href="https://docs.devexpress.com/WPF/6334/controls-and-libraries/charts-suite/chart-control/axes/axes">X-Axis</see>.</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 <see cref="P:DevExpress.Xpf.Charts.Pane.AxisXScrollBarOptions">Pane.AxisXScrollBarOptions</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see cref="P:DevExpress.Xpf.Charts.Pane.AxisYScrollBarItem">Pane.AxisYScrollBarItem</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Pane.AxisYScrollBarOptions">
      <summary>
        <para>Settings that define the appearance of a pane scroll bar displayed for the <see href="https://docs.devexpress.com/WPF/6334/controls-and-libraries/charts-suite/chart-control/axes/axes">Y-Axis</see>.</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 <see cref="P:DevExpress.Xpf.Charts.Pane.AxisYScrollBarOptions">Pane.AxisYScrollBarOptions</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Pane.CanScrollAxisXTo(System.Double)">
      <summary>
        <para>Checks whether 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>true if it is allowed to scroll; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Pane.CanScrollAxisYTo(System.Double)">
      <summary>
        <para>Checks whether 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>true if it is allowed to scroll; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Pane.CanScrollHorizontally(System.Int32)">
      <summary>
        <para>Checks whether 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>true if it is allowed to scroll; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Pane.CanScrollVertically(System.Int32)">
      <summary>
        <para>Checks whether 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>true if it is allowed to scroll; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Pane.CanSetAxisXRange">
      <summary>
        <para>Checks whether it is possible to set a custom range for the X-axis of a pane.</para>
      </summary>
      <returns>true if it is allowed to set a custom range; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Pane.CanSetAxisXZoomRatio">
      <summary>
        <para>Checks whether it is possible to set a custom zoom ratio for the X-axis.</para>
      </summary>
      <returns>true if it is allowed to set a custom zoom ratio; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Pane.CanSetAxisYRange">
      <summary>
        <para>Checks whether it is possible to set a custom range for the Y-axis.</para>
      </summary>
      <returns>true if it is allowed to set a custom range; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Pane.CanSetAxisYZoomRatio">
      <summary>
        <para>Checks whether it is possible to set a custom zoom ratio for the pane Y-axis.</para>
      </summary>
      <returns>true if it is allowed to set a custom zoom ratio; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Pane.CanZoomIn">
      <summary>
        <para>Checks whether it is possible to zoom in.</para>
      </summary>
      <returns>true if it is allowed to zoom in; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Pane.CanZoomIntoRectangle">
      <summary>
        <para>Checks whether it is possible to zoom into a rectangle on a pane.</para>
      </summary>
      <returns>true if it is allowed to zoom into a rectangle; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Pane.CanZoomOut">
      <summary>
        <para>Checks whether it is possible to zoom out of a pane.</para>
      </summary>
      <returns>true if it is allowed to zoom out; otherwise, false.</returns>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Pane.ChartDataTableProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Pane.ChartDataTable"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Pane.Collapsed">
      <summary>
        <para>Gets or sets the value that specifies whether the pane is collapsed.</para>
      </summary>
      <value>true, if the pane is collapsed; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Pane.CollapsedProperty">
      <summary>
        <para>Identifies the <see cref="F:DevExpress.Xpf.Charts.Pane.CollapsedProperty"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Pane.ConstantLineBehindItems">
      <summary>
        <para>For internal use. Returns the pane’s collection of constant lines that are drawn behind a series. This is a dependency property.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Pane.ConstantLineBehindItemsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Pane.ConstantLineBehindItems">Pane.ConstantLineBehindItems</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Pane.ConstantLineInFrontItems">
      <summary>
        <para>For internal use. Returns the pane’s collection of constant lines that are drawn in front of a series. This is a dependency property.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Pane.ConstantLineInFrontItemsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Pane.ConstantLineInFrontItems">Pane.ConstantLineInFrontItems</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Pane.ConstantLineTitleItems">
      <summary>
        <para>For internal use. Returns the pane’s collection of <see href="https://docs.devexpress.com/WPF/7846/controls-and-libraries/charts-suite/chart-control/axes/constant-lines">Constant Line Title</see> items. This is a dependency property.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Pane.ConstantLineTitleItemsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Pane.ConstantLineTitleItems">Pane.ConstantLineTitleItems</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see cref="P:DevExpress.Xpf.Charts.Pane.CrosshairArgumentBrush">Pane.CrosshairArgumentBrush</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see cref="P:DevExpress.Xpf.Charts.Pane.CrosshairArgumentLineStyle">Pane.CrosshairArgumentLineStyle</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Pane.CrosshairLinesGeometry">
      <summary>
        <para>This property is intended for internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Pane.CrosshairLinesGeometryProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Pane.CrosshairLinesGeometry">Pane.CrosshairLinesGeometry</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see cref="P:DevExpress.Xpf.Charts.Pane.CrosshairValueBrush">Pane.CrosshairValueBrush</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see cref="P:DevExpress.Xpf.Charts.Pane.CrosshairValueLineStyle">Pane.CrosshairValueLineStyle</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see cref="P:DevExpress.Xpf.Charts.Pane.DomainBorderBrush">Pane.DomainBorderBrush</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Pane.DomainBrush">
      <summary>
        <para>Gets or sets the color of the area between diagram axes.</para>
      </summary>
      <value>The color of the area between diagram axes.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Pane.DomainBrushProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Pane.DomainBrush">Pane.DomainBrush</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Pane.DomainMargin">
      <summary>
        <para>Gets or sets the distance between the pane and other elements.</para>
      </summary>
      <value>Specifies the thickness of a frame around the pane.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Pane.DomainMarginProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Pane.DomainMargin"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Pane.EnableAxisXNavigation">
      <summary>
        <para>Specifies whether scroll and zoom operations are allowed for the <see href="https://docs.devexpress.com/WPF/6334/controls-and-libraries/charts-suite/chart-control/axes/axes">X-Axis</see> of the <see href="https://docs.devexpress.com/WPF/10631/controls-and-libraries/charts-suite/chart-control/panes/panes">pane</see>.</para>
      </summary>
      <value>Null - the EnableAxisXNavigation property value is obtained from the parent’s <see cref="P:DevExpress.Xpf.Charts.XYDiagram2D.EnableAxisXNavigation">XYDiagram2D.EnableAxisXNavigation</see> property; True to allow scrolling and zooming; False - scrolling and zooming are not allowed.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Pane.EnableAxisXNavigationProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Pane.EnableAxisXNavigation">Pane.EnableAxisXNavigation</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Pane.EnableAxisYNavigation">
      <summary>
        <para>Specifies whether scroll and zoom operations are allowed for the <see href="https://docs.devexpress.com/WPF/6334/controls-and-libraries/charts-suite/chart-control/axes/axes">Y-Axis</see> of the <see href="https://docs.devexpress.com/WPF/10631/controls-and-libraries/charts-suite/chart-control/panes/panes">pane</see>.</para>
      </summary>
      <value>Null - the EnableAxisYNavigation property value is obtained from the parent’s <see cref="P:DevExpress.Xpf.Charts.XYDiagram2D.EnableAxisYNavigation">XYDiagram2D.EnableAxisYNavigation</see> property; True to allow scrolling and zooming; False - scrolling and zooming are not allowed.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Pane.EnableAxisYNavigationProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Pane.EnableAxisYNavigation">Pane.EnableAxisYNavigation</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Pane.GetBounds">
      <summary>
        <para>Returns information about the pane bounds.</para>
      </summary>
      <returns>A rectangle that specifies pane boundaries.</returns>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Pane.IndicatorItems">
      <summary>
        <para>For internal use. Returns the pane’s collection of indicator items that are within the pane. This is a dependency property.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Pane.IndicatorItemsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Pane.IndicatorItems">Pane.IndicatorItems</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Pane.IndicatorLabelItems">
      <summary>
        <para>For internal use. Returns the pane’s collection of indicator label items. This is a dependency property.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Pane.IndicatorLabelItemsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Pane.IndicatorLabelItems">Pane.IndicatorLabelItems</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Pane.Legends">
      <summary>
        <para>Returns a collection of legends which are docked to the pane.</para>
      </summary>
      <value>A collection of <see cref="T:DevExpress.Xpf.Charts.Legend"/> objects docked to the pane.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Pane.LegendsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Pane.Legends">Pane.Legends</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see cref="P:DevExpress.Xpf.Charts.Pane.MirrorHeight">Pane.MirrorHeight</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see href="https://docs.devexpress.com/WPF/10631/controls-and-libraries/charts-suite/chart-control/panes/panes">pane</see> items. This is a dependency property.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Pane.PaneItemsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Pane.PaneItems">Pane.PaneItems</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Pane.Pseudo3DPointItems">
      <summary>
        <para>For internal use. Gets or sets the pane’s pseudo 3D point items. This is a dependency property. This is a dependency property.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Pane.Pseudo3DPointItemsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Pane.Pseudo3DPointItems">Pane.Pseudo3DPointItems</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Pane.RuntimeCollapse">
      <summary>
        <para>Gets or sets the value that defines whether an end user can collapse or expand the pane at runtime.</para>
      </summary>
      <value>true, if an end user can collapse and expand the pane; false, if an end user cannot collapse and expand the pane;  null (Nothing in Visual Basic), the <see cref="P:DevExpress.Xpf.Charts.XYDiagram2D.RuntimePaneCollapse"/> property value defines whether the pane can be collapsed.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Pane.RuntimeCollapseProperty">
      <summary>
        <para>Identifies the <see cref="F:DevExpress.Xpf.Charts.Pane.RuntimeCollapseProperty"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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.SeriesContainers">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Pane.SeriesContainersProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Pane.SeriesContainers"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Pane.SeriesItems">
      <summary>
        <para>For internal use. Returns the pane’s collection of <see href="https://docs.devexpress.com/WPF/6339/controls-and-libraries/charts-suite/chart-control/series/series">Series</see> items. This is a dependency property.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Pane.SeriesItemsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Pane.SeriesItems">Pane.SeriesItems</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Pane.SeriesLabelItems">
      <summary>
        <para>For internal use. Returns the pane’s collection of series labels that are within the pane. This is a dependency property.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Pane.SeriesLabelItemsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Pane.SeriesLabelItems">Pane.SeriesLabelItems</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 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 0 and less than or equal to 1.</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 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 pane Y-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 0 and less than or equal to 1.</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="M:DevExpress.Xpf.Charts.Pane.ShouldSerializeAnnotations(System.Windows.Markup.XamlDesignerSerializationManager)">
      <summary>
        <para>Indicates whether the effective value of the <see cref="P:DevExpress.Xpf.Charts.Pane.Annotations">Pane.Annotations</see> property should be serialized during serialization of a <see cref="T:DevExpress.Xpf.Charts.Pane"/> object.</para>
      </summary>
      <param name="manager">A <see cref="T:System.Windows.Markup.XamlDesignerSerializationManager"/> object, which is the serialization service manager object for the <see cref="T:DevExpress.Xpf.Charts.Pane"/>.</param>
      <returns>This property returns false to avoid serialization of the <see cref="P:DevExpress.Xpf.Charts.Pane.Annotations">Pane.Annotations</see> property using <see cref="T:System.Windows.Markup.XamlWriter"/>.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Pane.ShouldSerializeConstantLineBehindItems(System.Windows.Markup.XamlDesignerSerializationManager)">
      <summary>
        <para>For internal use. Indicates whether the effective value of the <see cref="P:DevExpress.Xpf.Charts.Pane.ConstantLineBehindItems">Pane.ConstantLineBehindItems</see> property should be serialized during serialization of a <see cref="T:DevExpress.Xpf.Charts.Pane"/> object.</para>
      </summary>
      <param name="manager">A <see cref="T:System.Windows.Markup.XamlDesignerSerializationManager"/> object, which is the serialization service manager object for the <see cref="T:DevExpress.Xpf.Charts.Pane"/>.</param>
      <returns>This method returns false to avoid serialization of the <see cref="P:DevExpress.Xpf.Charts.Pane.ConstantLineBehindItems">Pane.ConstantLineBehindItems</see> property using <see cref="T:System.Windows.Markup.XamlWriter"/>.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Pane.ShouldSerializeConstantLineInFrontItems(System.Windows.Markup.XamlDesignerSerializationManager)">
      <summary>
        <para>For internal use. Indicates whether the effective value of the <see cref="P:DevExpress.Xpf.Charts.Pane.ConstantLineInFrontItems">Pane.ConstantLineInFrontItems</see> property should be serialized during serialization of a <see cref="T:DevExpress.Xpf.Charts.Pane"/> object.</para>
      </summary>
      <param name="manager">A <see cref="T:System.Windows.Markup.XamlDesignerSerializationManager"/> object, which is the serialization service manager object for the <see cref="T:DevExpress.Xpf.Charts.Pane"/>.</param>
      <returns>This method returns false to avoid serialization of the <see cref="P:DevExpress.Xpf.Charts.Pane.ConstantLineInFrontItems">Pane.ConstantLineInFrontItems</see> property using <see cref="T:System.Windows.Markup.XamlWriter"/>.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Pane.ShouldSerializeConstantLineTitleItems(System.Windows.Markup.XamlDesignerSerializationManager)">
      <summary>
        <para>For internal use. Indicates whether the effective value of the <see cref="P:DevExpress.Xpf.Charts.Pane.ConstantLineTitleItems">Pane.ConstantLineTitleItems</see> property should be serialized during serialization of a <see cref="T:DevExpress.Xpf.Charts.Pane"/> object.</para>
      </summary>
      <param name="manager">A <see cref="T:System.Windows.Markup.XamlDesignerSerializationManager"/> object, which is the serialization service manager object for the <see cref="T:DevExpress.Xpf.Charts.Pane"/>.</param>
      <returns>This method returns false to avoid serialization of the <see cref="P:DevExpress.Xpf.Charts.Pane.ConstantLineTitleItems">Pane.ConstantLineTitleItems</see> property using <see cref="T:System.Windows.Markup.XamlWriter"/>.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Pane.ShouldSerializeCrosshairLinesGeometry(System.Windows.Markup.XamlDesignerSerializationManager)">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Pane.ShouldSerializeIndicatorItems(System.Windows.Markup.XamlDesignerSerializationManager)">
      <summary>
        <para>For internal use. Indicates whether the effective value of the <see cref="P:DevExpress.Xpf.Charts.Pane.IndicatorItems">Pane.IndicatorItems</see> property should be serialized during serialization of a <see cref="T:DevExpress.Xpf.Charts.Pane"/> object.</para>
      </summary>
      <param name="manager">A <see cref="T:System.Windows.Markup.XamlDesignerSerializationManager"/> object, which is the serialization service manager object for the <see cref="T:DevExpress.Xpf.Charts.Pane"/>.</param>
      <returns>This method returns false to avoid serialization of the <see cref="P:DevExpress.Xpf.Charts.Pane.IndicatorItems">Pane.IndicatorItems</see> property using <see cref="T:System.Windows.Markup.XamlWriter"/>.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Pane.ShouldSerializeIndicatorLabelItems(System.Windows.Markup.XamlDesignerSerializationManager)">
      <summary>
        <para>For internal use. Indicates whether the effective value of the <see cref="P:DevExpress.Xpf.Charts.Pane.IndicatorLabelItems">Pane.IndicatorLabelItems</see> property should be serialized during serialization of a <see cref="T:DevExpress.Xpf.Charts.Pane"/> object.</para>
      </summary>
      <param name="manager">A <see cref="T:System.Windows.Markup.XamlDesignerSerializationManager"/> object, which is the serialization service manager object for the <see cref="T:DevExpress.Xpf.Charts.Pane"/>.</param>
      <returns>This method returns false to avoid serialization of the <see cref="P:DevExpress.Xpf.Charts.Pane.IndicatorLabelItems">Pane.IndicatorLabelItems</see> property using <see cref="T:System.Windows.Markup.XamlWriter"/>.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Pane.ShouldSerializeLegends(System.Windows.Markup.XamlDesignerSerializationManager)">
      <summary>
        <para>This member supports the internal infrastructure and is not intended to be used directly from your code.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Pane.ShouldSerializePaneItems(System.Windows.Markup.XamlDesignerSerializationManager)">
      <summary>
        <para>For internal use. Indicates whether the effective value of the <see cref="P:DevExpress.Xpf.Charts.Pane.PaneItems">Pane.PaneItems</see> property should be serialized during serialization of a <see cref="T:DevExpress.Xpf.Charts.Pane"/> object.</para>
      </summary>
      <param name="manager">A <see cref="T:System.Windows.Markup.XamlDesignerSerializationManager"/> object, which is the serialization service manager object for the <see cref="T:DevExpress.Xpf.Charts.Pane"/>.</param>
      <returns>This method returns false to avoid serialization of the <see cref="P:DevExpress.Xpf.Charts.Pane.PaneItems">Pane.PaneItems</see> property using <see cref="T:System.Windows.Markup.XamlWriter"/>.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Pane.ShouldSerializePseudo3DPointItems(System.Windows.Markup.XamlDesignerSerializationManager)">
      <summary>
        <para>For internal use. Indicates whether the effective value of the <see cref="P:DevExpress.Xpf.Charts.Pane.Pseudo3DPointItems">Pane.Pseudo3DPointItems</see> property should be serialized during serialization of a <see cref="T:DevExpress.Xpf.Charts.Pane"/> object.</para>
      </summary>
      <param name="manager">A <see cref="T:System.Windows.Markup.XamlDesignerSerializationManager"/> object, which is the serialization service manager object for the <see cref="T:DevExpress.Xpf.Charts.Pane"/>.</param>
      <returns>This method returns false to avoid serialization of the <see cref="P:DevExpress.Xpf.Charts.Pane.Pseudo3DPointItems">Pane.Pseudo3DPointItems</see> property using <see cref="T:System.Windows.Markup.XamlWriter"/>.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Pane.ShouldSerializeSeriesContainers(System.Windows.Markup.XamlDesignerSerializationManager)">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Pane.ShouldSerializeSeriesItems(System.Windows.Markup.XamlDesignerSerializationManager)">
      <summary>
        <para>For internal use. Indicates whether the effective value of the <see cref="P:DevExpress.Xpf.Charts.Pane.SeriesItems">Pane.SeriesItems</see> property should be serialized during serialization of a <see cref="T:DevExpress.Xpf.Charts.Pane"/> object.</para>
      </summary>
      <param name="manager">A <see cref="T:System.Windows.Markup.XamlDesignerSerializationManager"/> object, which is the serialization service manager object for the <see cref="T:DevExpress.Xpf.Charts.Pane"/>.</param>
      <returns>This method returns false to avoid serialization of the <see cref="P:DevExpress.Xpf.Charts.Pane.SeriesItems">Pane.SeriesItems</see> property using <see cref="T:System.Windows.Markup.XamlWriter"/>.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Pane.ShouldSerializeSeriesLabelItems(System.Windows.Markup.XamlDesignerSerializationManager)">
      <summary>
        <para>For internal use. Indicates whether the effective value of the <see cref="P:DevExpress.Xpf.Charts.Pane.SeriesLabelItems">Pane.SeriesLabelItems</see> property should be serialized during serialization of a <see cref="T:DevExpress.Xpf.Charts.Pane"/> object.</para>
      </summary>
      <param name="manager">A <see cref="T:System.Windows.Markup.XamlDesignerSerializationManager"/> object, which is the serialization service manager object for the <see cref="T:DevExpress.Xpf.Charts.Pane"/>.</param>
      <returns>This method returns false to avoid serialization of the <see cref="P:DevExpress.Xpf.Charts.Pane.SeriesLabelItems">Pane.SeriesLabelItems</see> property using <see cref="T:System.Windows.Markup.XamlWriter"/>.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Pane.ShouldSerializeSeriesLabels(System.Windows.Markup.XamlDesignerSerializationManager)">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Pane.ShouldSerializeStripItems(System.Windows.Markup.XamlDesignerSerializationManager)">
      <summary>
        <para>For internal use. Indicates whether the effective value of the <see cref="P:DevExpress.Xpf.Charts.Pane.StripItems">Pane.StripItems</see> property should be serialized during serialization of a <see cref="T:DevExpress.Xpf.Charts.Pane"/> object.</para>
      </summary>
      <param name="manager">A <see cref="T:System.Windows.Markup.XamlDesignerSerializationManager"/> object, which is the serialization service manager object for the <see cref="T:DevExpress.Xpf.Charts.Pane"/>.</param>
      <returns>This method returns false to avoid serialization of the <see cref="P:DevExpress.Xpf.Charts.Pane.StripItems">Pane.StripItems</see> property using <see cref="T:System.Windows.Markup.XamlWriter"/>.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Pane.ShouldSerializeTotalLabelItems(System.Windows.Markup.XamlDesignerSerializationManager)">
      <summary>
        <para>For internal use. Indicates whether the effective value of the <see cref="P:DevExpress.Xpf.Charts.Pane.TotalLabelItems">Pane.TotalLabelItems</see> property should be serialized during serialization of a <see cref="T:DevExpress.Xpf.Charts.Pane"/> object.</para>
      </summary>
      <param name="manager">A <see cref="T:System.Windows.Markup.XamlDesignerSerializationManager"/> object, which is the serialization service manager object for the <see cref="T:DevExpress.Xpf.Charts.Pane"/>.</param>
      <returns>This method returns false to avoid serialization of the <see cref="P:DevExpress.Xpf.Charts.Pane.TotalLabelItems">Pane.TotalLabelItems</see> property using <see cref="T:System.Windows.Markup.XamlWriter"/>.</returns>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Pane.StripItems">
      <summary>
        <para>For internal use. Returns the pane’s collection of <see href="https://docs.devexpress.com/WPF/7848/controls-and-libraries/charts-suite/chart-control/axes/strips">Strip</see> items. This is a dependency property.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Pane.StripItemsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Pane.StripItems">Pane.StripItems</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Pane.Title">
      <summary>
        <para>Returns the pane title settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Charts.PaneTitle"/> object that provides the pane title settings.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Pane.TitleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Pane.Title"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Pane.TotalLabelItems">
      <summary>
        <para>For internal use. Returns the pane’s collection of total labels. This is a dependency property.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Pane.TotalLabelItemsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Pane.TotalLabelItems">Pane.TotalLabelItems</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Pane.Visibility">
      <summary>
        <para>Specifies the display state of the pane.</para>
      </summary>
      <value>The display state of the pane.</value>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Pane.ZoomIn(System.Nullable{System.Windows.Point})">
      <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{System.Windows.Point})">
      <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.PaneAnchorPoint">
      <summary>
        <para>Settings that indicate the <see cref="T:DevExpress.Xpf.Charts.Annotation"/> is anchored to a pane.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.PaneAnchorPoint.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.PaneAnchorPoint"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.PaneAnchorPoint.AxisXCoordinate">
      <summary>
        <para>Specifies the X-axis coordinate for the annotation <see cref="T:DevExpress.Xpf.Charts.PaneAnchorPoint"/>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Xpf.Charts.AxisXCoordinate"/> object specifying the annotation anchor point X-axis coordinate.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.PaneAnchorPoint.AxisXCoordinateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.PaneAnchorPoint.AxisXCoordinate">PaneAnchorPoint.AxisXCoordinate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.PaneAnchorPoint.AxisYCoordinate">
      <summary>
        <para>Specifies the Y-axis coordinate for the annotation <see cref="T:DevExpress.Xpf.Charts.PaneAnchorPoint"/>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Xpf.Charts.AxisYCoordinate"/> object specifying the annotation anchor point Y-axis coordinate.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.PaneAnchorPoint.AxisYCoordinateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.PaneAnchorPoint.AxisYCoordinate">PaneAnchorPoint.AxisYCoordinate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.PaneAnchorPoint.Pane">
      <summary>
        <para>Specifies the pane to which the annotation is anchored.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Charts.Pane"/> object specifying the pane to which the annotation is anchored.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.PaneAnchorPoint.PaneIndex">
      <summary>
        <para>For internal use only.</para>
      </summary>
      <value>A <see cref="T:System.Int32"/> value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.PaneAnchorPoint.PaneProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.PaneAnchorPoint.Pane">PaneAnchorPoint.Pane</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.PaneCollapsedChangedEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.Charts.XYDiagram2D.PaneCollapsedChanged">XYDiagram2D.PaneCollapsedChanged</see> event.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.PaneCollapsedChangedEventArgs.Pane">
      <summary>
        <para>Returns a pane whose collapse state is changed.</para>
      </summary>
      <value>The pane whose collapse state is changed.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.PaneCollapsedChangedEventHandler">
      <summary>
        <para>Represents a method that will handle the <see cref="E:DevExpress.Xpf.Charts.XYDiagram2D.PaneCollapsedChanged">XYDiagram2D.PaneCollapsedChanged</see> events.</para>
      </summary>
      <param name="sender">The event source. This parameter identifies the <see cref="T:DevExpress.Xpf.Charts.XYDiagram2D"/> which raised the event.</param>
      <param name="e">Event data.</param>
    </member>
    <member name="T:DevExpress.Xpf.Charts.PaneCollection">
      <summary>
        <para>A collection of <see href="https://docs.devexpress.com/WPF/10631/controls-and-libraries/charts-suite/chart-control/panes/panes">panes</see> 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 <see cref="T:DevExpress.Xpf.Charts.PaneCollection"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.PaneTitle">
      <summary>
        <para>The pane title.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.PaneTitle.#ctor">
      <summary>
        <para>Initializes a new instance of the PaneTitle class with the default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.PaneTitle.OnApplyTemplate">
      <summary>
        <para>Called after the template is completely generated and attached to the visual tree.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.PastelKitPalette">
      <summary>
        <para>Represents the Pastel Kit palette.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.PastelKitPalette.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.PastelKitPalette"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.PastelKitPalette.PaletteName">
      <summary>
        <para>Gets the name of the <see cref="T:DevExpress.Xpf.Charts.PastelKitPalette"/>.</para>
      </summary>
      <value>Always Pastel Kit.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.PentagonMarker2DModel">
      <summary>
        <para>The Pentagon marker <see href="https://docs.devexpress.com/WPF/4285/controls-and-libraries/charts-suite/chart-control/series/series-and-marker-models">model</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.PentagonMarker2DModel.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.PentagonMarker2DModel"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.PentagonMarker2DModel.ModelName">
      <summary>
        <para>Returns the “Pentagon” string.</para>
      </summary>
      <value>The “Pentagon” string.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.PentagonPie3DModel">
      <summary>
        <para>The Pentagon <see href="https://docs.devexpress.com/WPF/4287/controls-and-libraries/charts-suite/chart-control/series/3d-series-types/pie-and-donut-series">3D Pie</see> <see href="https://docs.devexpress.com/WPF/4285/controls-and-libraries/charts-suite/chart-control/series/series-and-marker-models">model</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.PentagonPie3DModel.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.PentagonPie3DModel"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.PentagonPie3DModel.ModelName">
      <summary>
        <para>Gets the name of the <see cref="T:DevExpress.Xpf.Charts.PentagonPie3DModel"/>.</para>
      </summary>
      <value>Always “Pentagon”.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.PercentageErrorBars">
      <summary>
        <para>The Error Bars indicator whose error values are calculated as a portion of series values.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.PercentageErrorBars.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.PercentageErrorBars"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.PercentageErrorBars.Percent">
      <summary>
        <para>Gets or sets the value specifying the percentage of error values of series point values.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value specifying the percentage. Values less than or equal to 0 are not allowed.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.PercentageErrorBars.PercentProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.PercentageErrorBars.Percent">PercentageErrorBars.Percent</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.PercentageTopNOptions">
      <summary>
        <para>The “<see href="https://docs.devexpress.com/WPF/120130/controls-and-libraries/charts-suite/chart-control/provide-data/top-n-and-others">Top N and Others</see>“ feature options that selects points whose values are larger than the threshold as a percentage.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.PercentageTopNOptions.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.PercentageTopNOptions"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.PercentageTopNOptions.Percent">
      <summary>
        <para>Gets or sets the threshold percentage value, which is the minimum limit for displayed <see href="https://docs.devexpress.com/WPF/120130/controls-and-libraries/charts-suite/chart-control/provide-data/top-n-and-others">Top</see> points.</para>
      </summary>
      <value>The threshold percentage value, which is the minimum limit for displayed <see href="https://docs.devexpress.com/WPF/120130/controls-and-libraries/charts-suite/chart-control/provide-data/top-n-and-others">Top</see> points.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.PercentageTopNOptions.PercentProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.PercentageTopNOptions.Percent">PercentageTopNOptions.Percent</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see cref="T:DevExpress.Xpf.Charts.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">PercentOptions.ValueAsPercent</see> 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">PercentOptions.PercentageAccuracy</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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>true if point values are represented as a percentage; false 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">PercentOptions.ValueAsPercent</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Pie2DBurstAnimation">
      <summary>
        <para>The Burst <see href="https://docs.devexpress.com/WPF/5874/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/pie-and-donut-series/pie-and-donut">2D Pie</see> series <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Pie2DBurstAnimation.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Pie2DBurstAnimation"/> class with the 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 <see href="https://docs.devexpress.com/WPF/5874/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/pie-and-donut-series/pie-and-donut">Pie</see> series has after its Burst <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see> 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 <see href="https://docs.devexpress.com/WPF/5874/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/pie-and-donut-series/pie-and-donut">Pie</see> series has after its Burst <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see> 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 DropIn <see href="https://docs.devexpress.com/WPF/5874/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/pie-and-donut-series/pie-and-donut">2D Pie</see> series <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Pie2DDropInAnimation.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Pie2DDropInAnimation"/> class with the 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 <see href="https://docs.devexpress.com/WPF/5874/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/pie-and-donut-series/pie-and-donut">Pie</see> series’ center after its Drop-In <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see> 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.Pie2DFadeInAnimation">
      <summary>
        <para>The FadeIn <see href="https://docs.devexpress.com/WPF/5874/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/pie-and-donut-series/pie-and-donut">2D Pie</see> series <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Pie2DFadeInAnimation.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Pie2DFadeInAnimation"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Pie2DFadeInAnimation.Mode">
      <summary>
        <para>Specifies the FadeIn mode, in which the <see href="https://docs.devexpress.com/WPF/6340/controls-and-libraries/charts-suite/chart-control/series/series-points">series points</see> are <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animated</see>. 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 <see cref="P:DevExpress.Xpf.Charts.Pie2DFadeInAnimation.Mode">Pie2DFadeInAnimation.Mode</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Pie2DFanAnimation">
      <summary>
        <para>The Fan <see href="https://docs.devexpress.com/WPF/5874/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/pie-and-donut-series/pie-and-donut">2D Pie</see> series <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Pie2DFanAnimation.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Pie2DFanAnimation"/> class with the 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 <see href="https://docs.devexpress.com/WPF/5874/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/pie-and-donut-series/pie-and-donut">Pie</see> series has after its Fan <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see> 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 FanZoomIn <see href="https://docs.devexpress.com/WPF/5874/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/pie-and-donut-series/pie-and-donut">2D Pie</see> series <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Pie2DFanZoomInAnimation.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Pie2DFanZoomInAnimation"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Pie2DFanZoomInAnimation.CalculateAnimatedRadius(System.Double,System.Double)">
      <summary>
        <para>Calculates the final radius a <see href="https://docs.devexpress.com/WPF/5874/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/pie-and-donut-series/pie-and-donut">Pie</see> series has after its Fan Zoom-In <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see> 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 <see href="https://docs.devexpress.com/WPF/5874/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/pie-and-donut-series/pie-and-donut">Pie</see> series has after its Fan Zoom-In <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see> 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.Pie2DFlyInAnimation">
      <summary>
        <para>The FlyIn <see href="https://docs.devexpress.com/WPF/5874/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/pie-and-donut-series/pie-and-donut">2D Pie</see> series <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Pie2DFlyInAnimation.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Pie2DFlyInAnimation"/> class with the 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 <see href="https://docs.devexpress.com/WPF/5874/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/pie-and-donut-series/pie-and-donut">Pie</see> series’ center after its Fly-In <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see> 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 <see href="https://docs.devexpress.com/WPF/5874/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/pie-and-donut-series/pie-and-donut">Pie</see> series has after its Fly-In <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see> 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 GrowUp <see href="https://docs.devexpress.com/WPF/5874/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/pie-and-donut-series/pie-and-donut">2D Pie</see> series <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Pie2DGrowUpAnimation.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Pie2DGrowUpAnimation"/> class with the 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 <see href="https://docs.devexpress.com/WPF/5874/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/pie-and-donut-series/pie-and-donut">Pie</see> series has after its Grow-Up <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see> 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.Pie2DKind">
      <summary>
        <para>Represents a pre-defined <see href="https://docs.devexpress.com/WPF/5874/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/pie-and-donut-series/pie-and-donut">2D Pie</see> <see href="https://docs.devexpress.com/WPF/4285/controls-and-libraries/charts-suite/chart-control/series/series-and-marker-models">model</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Pie2DKind.#ctor(System.Type,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Pie2DKind"/> class with the specified type and name.</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.Pie2DModel">
      <summary>
        <para>Represents a base class for standard and custom <see href="https://docs.devexpress.com/WPF/5874/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/pie-and-donut-series/pie-and-donut">2D Pie (Donut)</see> <see href="https://docs.devexpress.com/WPF/4285/controls-and-libraries/charts-suite/chart-control/series/series-and-marker-models">models</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Pie2DModel.GetPredefinedKinds">
      <summary>
        <para>Returns the list of predefined models for <see href="https://docs.devexpress.com/WPF/5874/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/pie-and-donut-series/pie-and-donut">2D Pie (Donut)</see> series.</para>
      </summary>
      <returns>An object implementing the <see cref="T:System.Collections.IEnumerable"/> interface.</returns>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Pie2DModel.ModelName">
      <summary>
        <para>Gets the name of the <see cref="T:DevExpress.Xpf.Charts.Pie2DModel"/>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> representing the model name.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Pie2DPopUpAnimation">
      <summary>
        <para>The PopUp <see href="https://docs.devexpress.com/WPF/5874/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/pie-and-donut-series/pie-and-donut">2D Pie</see> series <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Pie2DPopUpAnimation.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Pie2DPopUpAnimation"/> class with the 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 <see href="https://docs.devexpress.com/WPF/5874/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/pie-and-donut-series/pie-and-donut">Pie</see> series has after its Pop-Up <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see> 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 <see href="https://docs.devexpress.com/WPF/5874/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/pie-and-donut-series/pie-and-donut">Pie</see> series has after its Pop-Up <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see> 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 <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animations</see> available for the <see href="https://docs.devexpress.com/WPF/5874/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/pie-and-donut-series/pie-and-donut">2D Pie</see> series view.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Pie2DSeriesAnimationBase.CalculateAnimatedRadius(System.Double,System.Double)">
      <summary>
        <para>Calculates the final radius a <see href="https://docs.devexpress.com/WPF/5874/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/pie-and-donut-series/pie-and-donut">Pie</see> series has after its <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">series animation</see> 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 <see href="https://docs.devexpress.com/WPF/5874/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/pie-and-donut-series/pie-and-donut">Pie</see> series has after its <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">series animation</see> 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 <see href="https://docs.devexpress.com/WPF/5874/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/pie-and-donut-series/pie-and-donut">Pie</see> series has after its <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">series animation</see> 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.Pie2DSeriesPointAnimationBase">
      <summary>
        <para>Represents the base class for all series point <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animations</see> available for the <see href="https://docs.devexpress.com/WPF/5874/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/pie-and-donut-series/pie-and-donut">2D Pie</see> series view.</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 <see href="https://docs.devexpress.com/WPF/5874/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/pie-and-donut-series/pie-and-donut">Pie</see> series’ center after its <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">point animation</see> 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 <see href="https://docs.devexpress.com/WPF/5874/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/pie-and-donut-series/pie-and-donut">Pie</see> series has after its <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">point animation</see> 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 <see href="https://docs.devexpress.com/WPF/5874/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/pie-and-donut-series/pie-and-donut">Pie</see> series has after its <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">point animation</see> 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.Pie2DSpinAnimation">
      <summary>
        <para>The Spin <see href="https://docs.devexpress.com/WPF/5874/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/pie-and-donut-series/pie-and-donut">2D Pie</see> series <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Pie2DSpinAnimation.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Pie2DSpinAnimation"/> class with the 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 <see href="https://docs.devexpress.com/WPF/5874/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/pie-and-donut-series/pie-and-donut">Pie</see> series has after its Spin <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see> 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 <see cref="T:DevExpress.Xpf.Charts.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 <see cref="P:DevExpress.Xpf.Charts.Pie2DSpinAnimation.Direction">Pie2DSpinAnimation.Direction</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Pie2DSpinAnimation.TurnsNumber">
      <summary>
        <para>Specifies the number of turns <see cref="T:DevExpress.Xpf.Charts.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 <see cref="P:DevExpress.Xpf.Charts.Pie2DSpinAnimation.TurnsNumber">Pie2DSpinAnimation.TurnsNumber</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Pie2DSpinZoomInAnimation">
      <summary>
        <para>The SpinZoomIn <see href="https://docs.devexpress.com/WPF/5874/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/pie-and-donut-series/pie-and-donut">2D Pie</see> series <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Pie2DSpinZoomInAnimation.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Pie2DSpinZoomInAnimation"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Pie2DSpinZoomInAnimation.CalculateAnimatedRadius(System.Double,System.Double)">
      <summary>
        <para>Calculates the final radius a <see href="https://docs.devexpress.com/WPF/5874/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/pie-and-donut-series/pie-and-donut">Pie</see> series has after its Spin Zoom-In <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see> 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 Widen <see href="https://docs.devexpress.com/WPF/5874/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/pie-and-donut-series/pie-and-donut">2D Pie</see> series <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Pie2DWidenAnimation.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Pie2DWidenAnimation"/> class with the 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 <see href="https://docs.devexpress.com/WPF/5874/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/pie-and-donut-series/pie-and-donut">Pie</see> series has after its Widen <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see> 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.Pie2DZoomInAnimation">
      <summary>
        <para>The ZoomIn <see href="https://docs.devexpress.com/WPF/5874/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/pie-and-donut-series/pie-and-donut">2D Pie</see> series <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Pie2DZoomInAnimation.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Pie2DZoomInAnimation"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Pie2DZoomInAnimation.CalculateAnimatedRadius(System.Double,System.Double)">
      <summary>
        <para>Calculates the final radius a <see href="https://docs.devexpress.com/WPF/5874/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/pie-and-donut-series/pie-and-donut">Pie</see> series has after its Zoom-In <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see> 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.Pie3DKind">
      <summary>
        <para>Represents a pre-defined <see href="https://docs.devexpress.com/WPF/5874/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/pie-and-donut-series/pie-and-donut">3D Pie</see> <see href="https://docs.devexpress.com/WPF/4285/controls-and-libraries/charts-suite/chart-control/series/series-and-marker-models">model</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Pie3DKind.#ctor(System.Type,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Pie3DKind"/> class with the specified type and name.</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.Pie3DModel">
      <summary>
        <para>Represents a base class for standard and custom <see href="https://docs.devexpress.com/WPF/4287/controls-and-libraries/charts-suite/chart-control/series/3d-series-types/pie-and-donut-series">3D Pie (Donut)</see> <see href="https://docs.devexpress.com/WPF/4285/controls-and-libraries/charts-suite/chart-control/series/series-and-marker-models">models</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Pie3DModel.GetPredefinedKinds">
      <summary>
        <para>Returns the list of predefined models for <see href="https://docs.devexpress.com/WPF/4287/controls-and-libraries/charts-suite/chart-control/series/3d-series-types/pie-and-donut-series">3D Pie (Donut)</see> series.</para>
      </summary>
      <returns>An object implementing the <see cref="T:System.Collections.IEnumerable"/> interface.</returns>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Pie3DModel.ModelName">
      <summary>
        <para>Gets the name of the <see cref="T:DevExpress.Xpf.Charts.Pie3DModel"/>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> representing the model name.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.PieLabelPosition">
      <summary>
        <para>Lists the values used to specify the position of pie labels.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.PieLabelPosition.Inside">
      <summary>
        <para>Specifies that point labels should be painted directly on the corresponding slice of a Pie chart.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.PieLabelPosition.Outside">
      <summary>
        <para>Specifies that point labels should be painted outside a Pie chart, near the corresponding slice.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.PieLabelPosition.TwoColumns">
      <summary>
        <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 />
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.PieSeries">
      <summary>
        <para>Represents the base class for <see href="https://docs.devexpress.com/WPF/5874/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/pie-and-donut-series/pie-and-donut">2D Pie (Donut)</see> and <see href="https://docs.devexpress.com/WPF/4287/controls-and-libraries/charts-suite/chart-control/series/3d-series-types/pie-and-donut-series">3D Pie (Donut)</see> series.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.PieSeries.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.PieSeries"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.PieSeries.AddPoint(System.DateTime,System.Double)">
      <summary>
        <para>Adds a new series point with the specified argument and value to the series.</para>
      </summary>
      <param name="argument">The date-time argument of the new point.</param>
      <param name="value">The value of the new point.</param>
      <returns>The newly added series point.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.PieSeries.AddPoint(System.Double,System.Double)">
      <summary>
        <para>Adds a new series point with the specified argument and value to the series.</para>
      </summary>
      <param name="argument">The numeric argument of the new point.</param>
      <param name="value">The value of the new point.</param>
      <returns>The newly added series point.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.PieSeries.AddPoint(System.String,System.Double)">
      <summary>
        <para>Adds a new series point with the specified argument and value to the series.</para>
      </summary>
      <param name="argument">The qualitative argument of the new point.</param>
      <param name="value">The value of the new point.</param>
      <returns>The newly added series point.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.PieSeries.AddPoint(System.TimeSpan,System.Double)">
      <summary>
        <para>Adds a new series point with the specified argument and value to the series.</para>
      </summary>
      <param name="argument">The new point’s argument.</param>
      <param name="value">The new point’s value.</param>
      <returns>The newly added series point.</returns>
    </member>
    <member name="F:DevExpress.Xpf.Charts.PieSeries.ExplodedDistanceProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.PieSeries.ExplodedDistance">PieSeries.ExplodedDistance</see> attached property.</para>
      </summary>
    </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">PieSeries.ExplodedDistance</see> 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">PieSeries.ExplodedDistance</see> 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">PieSeries.LabelPosition</see> 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">PieSeries.LabelPosition</see> property value for the series label.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.PieSeries.GetOthersPointExplodedDistance(DevExpress.Xpf.Charts.TopNOptionsBase)">
      <summary>
        <para>Gets the specified <see cref="T:DevExpress.Xpf.Charts.TopNOptionsBase"/> class descendant object’s <see cref="P:DevExpress.Xpf.Charts.PieSeries.OthersPointExplodedDistance">PieSeries.OthersPointExplodedDistance</see> attached property value.</para>
      </summary>
      <param name="topNOptions">The “Others” slice’s offset distance from the pie’s center, measured in the pie radius’s fractions.</param>
      <returns>The options to which the property is attached.</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">PieSeries.PercentOptions</see> 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.PieSeries.PercentOptions">PieSeries.PercentOptions</see> property value for the point options.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.PieSeries.GetSeriesTitleTextPattern(DevExpress.Xpf.Charts.Title)">
      <summary>
        <para>Returns a series title’s text pattern.</para>
      </summary>
      <param name="title">The series title whose text pattern is returned.</param>
      <returns>The series title’s text pattern.</returns>
    </member>
    <member name="P:DevExpress.Xpf.Charts.PieSeries.HoleRadiusPercent">
      <summary>
        <para>Gets or sets the radius of the inner circle in <see href="https://docs.devexpress.com/WPF/5874/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/pie-and-donut-series/pie-and-donut">2D Donut</see> and <see href="https://docs.devexpress.com/WPF/4287/controls-and-libraries/charts-suite/chart-control/series/3d-series-types/pie-and-donut-series">3D Donut</see> series.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> 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">PieSeries.HoleRadiusPercent</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.PieSeries.LabelPositionProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.PieSeries.LabelPosition">PieSeries.LabelPosition</see> attached property.</para>
      </summary>
    </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 <see cref="P:DevExpress.Xpf.Charts.PieSeries.LabelsResolveOverlappingMinIndent">PieSeries.LabelsResolveOverlappingMinIndent</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.PieSeries.OthersPointExplodedDistanceProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.PieSeries.OthersPointExplodedDistance">PieSeries.OthersPointExplodedDistance</see> dependency property.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.PieSeries.PercentOptionsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.PieSeries.PercentOptions">PieSeries.PercentOptions</see> dependency property.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.PieSeries.SeriesTitleTextPatternProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.PieSeries.SeriesTitleTextPattern">PieSeries.SeriesTitleTextPattern</see> dependency property.</para>
      </summary>
    </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">PieSeries.ExplodedDistance</see> 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">PieSeries.LabelPosition</see> 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.SetOthersPointExplodedDistance(DevExpress.Xpf.Charts.TopNOptionsBase,System.Double)">
      <summary>
        <para>Gets the specified <see cref="T:DevExpress.Xpf.Charts.TopNOptionsBase"/> class descendant object’s <see cref="P:DevExpress.Xpf.Charts.PieSeries.OthersPointExplodedDistance">PieSeries.OthersPointExplodedDistance</see> attached property value.</para>
      </summary>
      <param name="topNOptions">The options to which the property is attached.</param>
      <param name="distance">The “Others” slice’s offset distance from the pie’s center, measured in the pie radius’s fractions.</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">PieSeries.PercentOptions</see> attached property to a 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="M:DevExpress.Xpf.Charts.PieSeries.SetSeriesTitleTextPattern(DevExpress.Xpf.Charts.Title,System.String)">
      <summary>
        <para>Specifies a series title’s text pattern.</para>
      </summary>
      <param name="title">The series title whose text pattern is specified.</param>
      <param name="pattern">The series title’s text pattern.</param>
    </member>
    <member name="P:DevExpress.Xpf.Charts.PieSeries.Titles">
      <summary>
        <para>Provides access to the collection of <see href="https://docs.devexpress.com/WPF/5874/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/pie-and-donut-series/pie-and-donut">Pie</see> series <see href="https://docs.devexpress.com/WPF/7941/controls-and-libraries/charts-suite/chart-control/series/series-titles">titles</see>.</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">PieSeries.Titles</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.PieSeries2D">
      <summary>
        <para>Represents the <see href="https://docs.devexpress.com/WPF/5874/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/pie-and-donut-series/pie-and-donut">2D Pie (Donut)</see> series.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.PieSeries2D.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.PieSeries2D"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.PieSeries2D.GetPointAnimation">
      <summary>
        <para>Gets the <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">point animation</see>, which is assigned to <see cref="T:DevExpress.Xpf.Charts.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 <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">series animation</see>, which is assigned to <see cref="T:DevExpress.Xpf.Charts.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 <see href="https://docs.devexpress.com/WPF/5874/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/pie-and-donut-series/pie-and-donut">2D Pie (Donut)</see> 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">PieSeries2D.Model</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.PieSeries2D.PointAnimation">
      <summary>
        <para>Specifies the <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see> for the series’ <see href="https://docs.devexpress.com/WPF/6340/controls-and-libraries/charts-suite/chart-control/series/series-points">point markers</see>.</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 <see cref="P:DevExpress.Xpf.Charts.PieSeries2D.PointAnimation">PieSeries2D.PointAnimation</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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">PieSeries2D.Rotation</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.PieSeries2D.SeriesAnimation">
      <summary>
        <para>Specifies the series <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see>.</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 <see cref="P:DevExpress.Xpf.Charts.PieSeries2D.SeriesAnimation">PieSeries2D.SeriesAnimation</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Charts.PieSeries2D.SetPointAnimation(DevExpress.Xpf.Charts.SeriesPointAnimationBase)">
      <summary>
        <para>Assigns the specified <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">point animation</see> to <see cref="T:DevExpress.Xpf.Charts.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 <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">series animation</see> to <see cref="T:DevExpress.Xpf.Charts.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 <see href="https://docs.devexpress.com/WPF/5874/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/pie-and-donut-series/pie-and-donut">Pie</see> series is <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">swept</see>. 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 <see cref="P:DevExpress.Xpf.Charts.PieSeries2D.SweepDirection">PieSeries2D.SweepDirection</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.PieSeries2D.TotalLabel">
      <summary>
        <para>Returns settings that configure the Pie series’ total label. This is a dependency property.</para>
      </summary>
      <value>The Pie series’ total label settings storage.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.PieSeries2D.TotalLabelProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.PieSeries2D.TotalLabel">PieSeries2D.TotalLabel</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.PieSeries3D">
      <summary>
        <para>Represents the <see href="https://docs.devexpress.com/WPF/4287/controls-and-libraries/charts-suite/chart-control/series/3d-series-types/pie-and-donut-series">3D Pie (Donut)</see> series.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.PieSeries3D.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.PieSeries3D"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.PieSeries3D.ActualModel">
      <summary>
        <para>Gets the actual model used to draw elements of a <see href="https://docs.devexpress.com/WPF/4287/controls-and-libraries/charts-suite/chart-control/series/3d-series-types/pie-and-donut-series">3D Pie (Donut)</see> series.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Charts.Pie3DModel"/> class descendant that represents the actual model.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.PieSeries3D.DepthTransform">
      <summary>
        <para>Gets or sets a value specifiying how the depth of the <see href="https://docs.devexpress.com/WPF/5874/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/pie-and-donut-series/pie-and-donut">3D Pie (Donut)</see> series is transformed.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.PieSeries3D.DepthTransformProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.PieSeries3D.DepthTransform">PieSeries3D.DepthTransform</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.PieSeries3D.Model">
      <summary>
        <para>Gets or sets the model used to draw elements of a <see href="https://docs.devexpress.com/WPF/4287/controls-and-libraries/charts-suite/chart-control/series/3d-series-types/pie-and-donut-series">3D Pie (Donut)</see> series.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Charts.Pie3DModel"/> class descendant.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.PieSeries3D.ModelProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.PieSeries3D.Model">PieSeries3D.Model</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.PieSweepDirection">
      <summary>
        <para>Lists the values that are used to define the direction of a <see href="https://docs.devexpress.com/WPF/5874/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/pie-and-donut-series/pie-and-donut">2D Pie series</see> sweep.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.PieSweepDirection.Clockwise">
      <summary>
        <para>The <see href="https://docs.devexpress.com/WPF/5874/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/pie-and-donut-series/pie-and-donut">Pie</see> series is <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">swept</see> clockwise.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.PieSweepDirection.Counterclockwise">
      <summary>
        <para>The <see href="https://docs.devexpress.com/WPF/5874/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/pie-and-donut-series/pie-and-donut">Pie</see> series is <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">swept</see> counterclockwise.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.PieTotalLabel">
      <summary>
        <para>The pie’s <see href="https://docs.devexpress.com/WPF/119302/controls-and-libraries/charts-suite/chart-control/series/total-labels">total labels</see> settings storage.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.PieTotalLabel.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.PieTotalLabel"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.PieTotalLabel.ActualContent">
      <summary>
        <para>Returns the Pie total label’s actual content. This is a dependency property.</para>
      </summary>
      <value>The total label’s actual content.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.PieTotalLabel.ActualContentProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.PieTotalLabel.ActualContent">PieTotalLabel.ActualContent</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.PieTotalLabel.Content">
      <summary>
        <para>Gets or sets the total label’s content. This is a dependency property.</para>
      </summary>
      <value>The total label’s content.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.PieTotalLabel.ContentProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.PieTotalLabel.Content">PieTotalLabel.Content</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.PieTotalLabel.ContentTemplate">
      <summary>
        <para>Gets or sets the data template to display the total label’s content.</para>
      </summary>
      <value>The data template to display the total label’s content.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.PieTotalLabel.ContentTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.PieTotalLabel.ContentTemplate">PieTotalLabel.ContentTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.PieTotalLabel.DonutHoleDiameter">
      <summary>
        <para>Returns the diameter of the hole of the donut that displays the total label.</para>
      </summary>
      <value>The diameter of the hole of the donut that displays the total label, in pixels.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.PieTotalLabel.DonutHoleDiameterProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.PieTotalLabel.DonutHoleDiameter">PieTotalLabel.DonutHoleDiameter</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.PieTotalLabel.TextPattern">
      <summary>
        <para>Gets or sets a string that is the pattern specifying the text that a total label displays.</para>
      </summary>
      <value>The total labels’ text pattern.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.PieTotalLabel.TextPatternProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.PieTotalLabel.TextPattern">PieTotalLabel.TextPattern</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.PlusMarker2DModel">
      <summary>
        <para>The Plus marker <see href="https://docs.devexpress.com/WPF/4285/controls-and-libraries/charts-suite/chart-control/series/series-and-marker-models">model</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.PlusMarker2DModel.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.PlusMarker2DModel"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.PlusMarker2DModel.ModelName">
      <summary>
        <para>Returns the “Plus” string.</para>
      </summary>
      <value>The “Plus” string.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Point3DModelBase">
      <summary>
        <para>The base 3D point marker.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Point3DModelBase.ToString">
      <summary>
        <para>Returns the text representation of the <see cref="T:DevExpress.Xpf.Charts.Point3DModelBase"/> object.</para>
      </summary>
      <returns>The textual representation of the <see cref="T:DevExpress.Xpf.Charts.Point3DModelBase"/>.</returns>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Point3DSeriesView">
      <summary>
        <para>The 3D point series view.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Point3DSeriesView.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Point3DSeriesView"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Point3DSeriesView.MarkerSize">
      <summary>
        <para>Gets or sets the size of data point markers.</para>
      </summary>
      <value>The marker size in pixels. The default value is 15.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Point3DSeriesView.MarkerSizeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Point3DSeriesView.MarkerSize">Point3DSeriesView.MarkerSize</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animated</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.PointAnimationOrder.Inverted">
      <summary>
        <para>Point markers are <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animated</see> in the reverse order.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.PointAnimationOrder.Random">
      <summary>
        <para>Point markers are <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animated</see> in a random order.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.PointAnimationOrder.Straight">
      <summary>
        <para>Point markers are <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animated</see> in the same order the points have within the collection.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.PointBasedSegmentColorizer">
      <summary>
        <para>The colorizer that uses the point marker colors to paint line/area segments.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.PointBasedSegmentColorizer.#ctor">
      <summary>
        <para>Initializes a new instance of the PointBasedSegmentColorizer class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.PointBasedSegmentColorizer.Direction">
      <summary>
        <para>Gets or sets the direction that is used to distribute the point marker color.</para>
      </summary>
      <value>The value that specifies the color distribution direction.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.PointBasedSegmentColorizer.DirectionProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.PointBasedSegmentColorizer.Direction">PointBasedSegmentColorizer.Direction</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.PointOptions">
      <summary>
        <para>Contains settings that define the format of information shown within <see href="https://docs.devexpress.com/WPF/6340/controls-and-libraries/charts-suite/chart-control/series/series-points">series labels</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.PointOptions.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.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">PointOptions.ArgumentDateTimeOptions</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.PointOptions.ArgumentNumericOptions">
      <summary>
        <para>Gets the settings which define how to display numeric argument values of <see href="https://docs.devexpress.com/WPF/6340/controls-and-libraries/charts-suite/chart-control/series/series-points">series points</see>.</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">PointOptions.ArgumentNumericOptions</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see href="https://docs.devexpress.com/WPF/6341/controls-and-libraries/charts-suite/chart-control/series/series-point-labels">series labels</see> and <see href="https://docs.devexpress.com/WPF/6343/controls-and-libraries/charts-suite/chart-control/legends">legend items</see>.</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">PointOptions.Pattern</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.PointOptions.PointView">
      <summary>
        <para>Gets or sets a value that specifies which information should be displayed within <see href="https://docs.devexpress.com/WPF/6341/controls-and-libraries/charts-suite/chart-control/series/series-point-labels">series labels</see> and <see href="https://docs.devexpress.com/WPF/6343/controls-and-libraries/charts-suite/chart-control/legends">legend items</see>.</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">PointView.Undefined</see>.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.PointOptions.PointViewProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.PointOptions.PointView">PointOptions.PointView</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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">PointOptions.ValueDateTimeOptions</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.PointOptions.ValueNumericOptions">
      <summary>
        <para>Gets the settings which define how to display numeric data values of <see href="https://docs.devexpress.com/WPF/6340/controls-and-libraries/charts-suite/chart-control/series/series-points">series points</see>.</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">PointOptions.ValueNumericOptions</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.PointSeries2D">
      <summary>
        <para>Represents the <see href="https://docs.devexpress.com/WPF/5868/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/point-line-and-bubble-series/point">2D Point (Scatter)</see> series.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.PointSeries2D.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.PointSeries2D"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.PointSeries2D.AddPoint(System.DateTime,System.Double)">
      <summary>
        <para>Adds a new series point with the specified argument and value to the series.</para>
      </summary>
      <param name="argument">The date-time argument of the new point.</param>
      <param name="value">The value of the new point.</param>
      <returns>The newly added series point.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.PointSeries2D.AddPoint(System.Double,System.Double)">
      <summary>
        <para>Adds a new series point with the specified argument and value to the series.</para>
      </summary>
      <param name="argument">The numeric argument of the new point.</param>
      <param name="value">The value of the new point.</param>
      <returns>The newly added series point.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.PointSeries2D.AddPoint(System.String,System.Double)">
      <summary>
        <para>Adds a new series point with the specified argument and value to the series.</para>
      </summary>
      <param name="argument">The qualitative argument of the new point.</param>
      <param name="value">The value of the new point.</param>
      <returns>The newly added series point.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.PointSeries2D.AddPoint(System.TimeSpan,System.Double)">
      <summary>
        <para>Adds a new series point with the specified argument and value to the series.</para>
      </summary>
      <param name="argument">The new point’s argument.</param>
      <param name="value">The new point’s value.</param>
      <returns>The newly added series point.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.PointSeries2D.GetPointAnimation">
      <summary>
        <para>Gets the <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">point animation</see>, which is assigned to <see cref="T:DevExpress.Xpf.Charts.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 <see href="https://docs.devexpress.com/WPF/6340/controls-and-libraries/charts-suite/chart-control/series/series-points">point markers</see> of a <see href="https://docs.devexpress.com/WPF/5868/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/point-line-and-bubble-series/point">2D Point Series</see>.</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">PointSeries2D.MarkerModel</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.PointSeries2D.MarkerSize">
      <summary>
        <para>Gets or sets the size of <see href="https://docs.devexpress.com/WPF/6340/controls-and-libraries/charts-suite/chart-control/series/series-points">series point markers</see>.</para>
      </summary>
      <value>The marker height and width in pixels. The default value is 10.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.PointSeries2D.MarkerSizeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.PointSeries2D.MarkerSize">PointSeries2D.MarkerSize</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.PointSeries2D.PointAnimation">
      <summary>
        <para>Specifies the <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see> for the series’ <see href="https://docs.devexpress.com/WPF/6340/controls-and-libraries/charts-suite/chart-control/series/series-points">point markers</see>.</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 <see cref="P:DevExpress.Xpf.Charts.PointSeries2D.PointAnimation">PointSeries2D.PointAnimation</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Charts.PointSeries2D.SetPointAnimation(DevExpress.Xpf.Charts.SeriesPointAnimationBase)">
      <summary>
        <para>Assigns the specified <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">point animation</see> to <see cref="T:DevExpress.Xpf.Charts.PointSeries2D"/>.</para>
      </summary>
      <param name="value">A <see cref="T:DevExpress.Xpf.Charts.SeriesPointAnimationBase"/> class descendant.</param>
    </member>
    <member name="T:DevExpress.Xpf.Charts.PointSeries3D">
      <summary>
        <para>Represents the <see href="https://docs.devexpress.com/WPF/6841/controls-and-libraries/charts-suite/chart-control/series/3d-series-types/point-and-bubble-series/point">3D Point</see> series.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.PointSeries3D.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.PointSeries3D"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.PointSeries3D.AddPoint(System.DateTime,System.Double)">
      <summary>
        <para>Adds a new series point with the specified argument and value to the series.</para>
      </summary>
      <param name="argument">The date-time argument of the new point.</param>
      <param name="value">The value of the new point.</param>
      <returns>The newly added series point.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.PointSeries3D.AddPoint(System.Double,System.Double)">
      <summary>
        <para>Adds a new series point with the specified argument and value to the series.</para>
      </summary>
      <param name="argument">The numeric argument of the new point.</param>
      <param name="value">The value of the new point.</param>
      <returns>The newly added series point.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.PointSeries3D.AddPoint(System.String,System.Double)">
      <summary>
        <para>Adds a new series point with the specified argument and value to the series.</para>
      </summary>
      <param name="argument">The qualitative argument of the new point.</param>
      <param name="value">The value of the new point.</param>
      <returns>The newly added series point.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.PointSeries3D.AddPoint(System.TimeSpan,System.Double)">
      <summary>
        <para>Adds a new series point with the specified argument and value to the series.</para>
      </summary>
      <param name="argument">The new point’s argument.</param>
      <param name="value">The new point’s value.</param>
      <returns>The newly added series point.</returns>
    </member>
    <member name="P:DevExpress.Xpf.Charts.PointSeries3D.MarkerSize">
      <summary>
        <para>Gets or sets the size of <see href="https://docs.devexpress.com/WPF/6340/controls-and-libraries/charts-suite/chart-control/series/series-points">series point markers</see>.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value which specifies the marker height and width in value axis measurement units. The default value is 0.6.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.PointSeries3D.MarkerSizeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.PointSeries3D.MarkerSize">PointSeries3D.MarkerSize</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.PointView">
      <summary>
        <para>Lists the values used to specify how data point information is represented within <see href="https://docs.devexpress.com/WPF/6341/controls-and-libraries/charts-suite/chart-control/series/series-point-labels">series point labels</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.PointView.Argument">
      <summary>
        <para>Series point labels display arguments of the corresponding <see href="https://docs.devexpress.com/WPF/6340/controls-and-libraries/charts-suite/chart-control/series/series-points">series points</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.PointView.ArgumentAndValues">
      <summary>
        <para>Series point labels display arguments and data values of the corresponding <see href="https://docs.devexpress.com/WPF/6340/controls-and-libraries/charts-suite/chart-control/series/series-points">series points</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.PointView.SeriesName">
      <summary>
        <para>Series point labels display the series name of the corresponding <see href="https://docs.devexpress.com/WPF/6340/controls-and-libraries/charts-suite/chart-control/series/series-points">series points</see> (which can be taken from the Name property of a <see cref="T:DevExpress.Xpf.Charts.Series"/>).</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.PointView.Undefined">
      <summary>
        <para>Series point labels display the text determined by the <see cref="P:DevExpress.Xpf.Charts.PointOptions.Pattern">PointOptions.Pattern</see> property value, if it isn’t equal to <see cref="F:System.String.Empty"/>; otherwise they display values of the corresponding <see href="https://docs.devexpress.com/WPF/6340/controls-and-libraries/charts-suite/chart-control/series/series-points">series points</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.PointView.Values">
      <summary>
        <para>Series point labels display values of the corresponding <see href="https://docs.devexpress.com/WPF/6340/controls-and-libraries/charts-suite/chart-control/series/series-points">series points</see>.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.PolarAreaSeries2D">
      <summary>
        <para>The <see href="https://docs.devexpress.com/WPF/11817/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/polar-series/polar-area">Polar Area</see> series.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.PolarAreaSeries2D.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.PolarAreaSeries2D"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.PolarAxisX2D">
      <summary>
        <para>Represents the X-<see href="https://docs.devexpress.com/WPF/6334/controls-and-libraries/charts-suite/chart-control/axes/axes">axis</see> within <see href="https://docs.devexpress.com/WPF/11825/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/polar-series">Polar</see> charts.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.PolarAxisX2D.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.PolarAxisX2D"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.PolarAxisY2D">
      <summary>
        <para>Represents the Y-<see href="https://docs.devexpress.com/WPF/6334/controls-and-libraries/charts-suite/chart-control/axes/axes">axis</see> within <see href="https://docs.devexpress.com/WPF/11825/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/polar-series">Polar</see> charts.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.PolarAxisY2D.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.PolarAxisY2D"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.PolarDiagram2D">
      <summary>
        <para>A diagram to plot <see href="https://docs.devexpress.com/WPF/11825/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/polar-series">Polar Series</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.PolarDiagram2D.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.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 <see cref="T:DevExpress.Xpf.Charts.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 <see cref="T:DevExpress.Xpf.Charts.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 <see cref="P:DevExpress.Xpf.Charts.PolarDiagram2D.AxisX">PolarDiagram2D.AxisX</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see cref="P:DevExpress.Xpf.Charts.PolarDiagram2D.AxisY">PolarDiagram2D.AxisY</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.PolarLineScatterSeries2D">
      <summary>
        <para>A 2D scatter <see href="https://docs.devexpress.com/WPF/11818/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/polar-series/polar-line">polar line</see> series.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.PolarLineScatterSeries2D.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.PolarLineScatterSeries2D"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.PolarLineSeries2D">
      <summary>
        <para>The <see href="https://docs.devexpress.com/WPF/11818/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/polar-series/polar-line">Polar Line</see> series.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.PolarLineSeries2D.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.PolarLineSeries2D"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.PolarPointSeries2D">
      <summary>
        <para>The <see href="https://docs.devexpress.com/WPF/11819/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/polar-series/polar-point">Polar Point</see> series.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.PolarPointSeries2D.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.PolarPointSeries2D"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.PolarRangeAreaSeries2D">
      <summary>
        <para>The <see href="https://docs.devexpress.com/WPF/115962/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/polar-series/range-polar-area">Range Polar Area</see> series.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.PolarRangeAreaSeries2D.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.PolarRangeAreaSeries2D"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.PolarRangeAreaSeries2D.AddPoint(System.DateTime,System.Double,System.Double)">
      <summary>
        <para>Adds a new series point with the specified argument and values to the series.</para>
      </summary>
      <param name="argument">The date-time argument of the new point.</param>
      <param name="value1">The first value of the new point.</param>
      <param name="value2">The second value of the new point.</param>
      <returns>The newly added series point.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.PolarRangeAreaSeries2D.AddPoint(System.Double,System.Double,System.Double)">
      <summary>
        <para>Adds a new series point with the specified argument and values to the series.</para>
      </summary>
      <param name="argument">The numeric argument of the new point.</param>
      <param name="value1">The first value of the new point.</param>
      <param name="value2">The second value of the new point.</param>
      <returns>The newly added series point.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.PolarRangeAreaSeries2D.AddPoint(System.String,System.Double,System.Double)">
      <summary>
        <para>Adds a new series point with the specified argument and values to the series.</para>
      </summary>
      <param name="argument">The qualitative argument of the new point.</param>
      <param name="value1">The first value of the new point.</param>
      <param name="value2">The second value of the new point.</param>
      <returns>The newly added series point.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.PolarRangeAreaSeries2D.AddPoint(System.TimeSpan,System.Double,System.Double)">
      <summary>
        <para>Adds a new series point with the specified argument and values to the series.</para>
      </summary>
      <param name="argument">The new point’s argument.</param>
      <param name="value1">The new point’s first value.</param>
      <param name="value2">The new point’s second value.</param>
      <returns>The newly added series point.</returns>
    </member>
    <member name="F:DevExpress.Xpf.Charts.PolarRangeAreaSeries2D.DateTimeValue2Property">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.PolarRangeAreaSeries2D.DateTimeValue2">PolarRangeAreaSeries2D.DateTimeValue2</see> dependency property.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.PolarRangeAreaSeries2D.GetDateTimeValue2(DevExpress.Xpf.Charts.SeriesPoint)">
      <summary>
        <para>Gets the value of the <see cref="P:DevExpress.Xpf.Charts.PolarRangeAreaSeries2D.DateTimeValue2">PolarRangeAreaSeries2D.DateTimeValue2</see> 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.PolarRangeAreaSeries2D.DateTimeValue2">PolarRangeAreaSeries2D.DateTimeValue2</see> property’s value is to be returned.</param>
      <returns>The value of the <see cref="P:DevExpress.Xpf.Charts.PolarRangeAreaSeries2D.DateTimeValue2">PolarRangeAreaSeries2D.DateTimeValue2</see> property of the specified series point.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.PolarRangeAreaSeries2D.GetTimeSpanValue2(DevExpress.Xpf.Charts.SeriesPoint)">
      <summary>
        <para>Gets the <see cref="P:DevExpress.Xpf.Charts.PolarRangeAreaSeries2D.TimeSpanValue2">PolarRangeAreaSeries2D.TimeSpanValue2</see> attached property value 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.PolarRangeAreaSeries2D.TimeSpanValue2">PolarRangeAreaSeries2D.TimeSpanValue2</see> property value is to be returned.</param>
      <returns>The <see cref="P:DevExpress.Xpf.Charts.PolarRangeAreaSeries2D.TimeSpanValue2">PolarRangeAreaSeries2D.TimeSpanValue2</see> property value for the specified series point.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.PolarRangeAreaSeries2D.GetValue2(DevExpress.Xpf.Charts.SeriesPoint)">
      <summary>
        <para>Gets the value of the <see cref="P:DevExpress.Xpf.Charts.PolarRangeAreaSeries2D.Value2">PolarRangeAreaSeries2D.Value2</see> 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.PolarRangeAreaSeries2D.Value2">PolarRangeAreaSeries2D.Value2</see> property’s value is to be returned.</param>
      <returns>The value of the <see cref="P:DevExpress.Xpf.Charts.PolarRangeAreaSeries2D.Value2">PolarRangeAreaSeries2D.Value2</see> property of the specified series point.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.PolarRangeAreaSeries2D.SetDateTimeValue2(DevExpress.Xpf.Charts.SeriesPoint,System.DateTime)">
      <summary>
        <para>Sets the value of the <see cref="P:DevExpress.Xpf.Charts.PolarRangeAreaSeries2D.DateTimeValue2">PolarRangeAreaSeries2D.DateTimeValue2</see>  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, to which the attached property is written.</param>
      <param name="dateTimeValue">The required <see cref="T:System.DateTime"/> value.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.PolarRangeAreaSeries2D.SetTimeSpanValue2(DevExpress.Xpf.Charts.SeriesPoint,System.TimeSpan)">
      <summary>
        <para>Sets the value of the <see cref="P:DevExpress.Xpf.Charts.PolarRangeAreaSeries2D.TimeSpanValue2">PolarRangeAreaSeries2D.DateTimeValue2</see>  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, to which the attached property is written.</param>
      <param name="timeSpanValue">The required <see cref="T:System.TimeSpan"/> value.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.PolarRangeAreaSeries2D.SetValue2(DevExpress.Xpf.Charts.SeriesPoint,System.Double)">
      <summary>
        <para>Sets the value of the <see cref="P:DevExpress.Xpf.Charts.PolarRangeAreaSeries2D.Value2">PolarRangeAreaSeries2D.Value2</see> 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 to which the attached property is written.</param>
      <param name="value">The required <see cref="T:System.Double"/> value.</param>
    </member>
    <member name="F:DevExpress.Xpf.Charts.PolarRangeAreaSeries2D.TimeSpanValue2Property">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.PolarRangeAreaSeries2D.TimeSpanValue2">PolarRangeAreaSeries2D.TimeSpanValue2</see> dependency property.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.PolarRangeAreaSeries2D.Value2Property">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.PolarRangeAreaSeries2D.Value2">PolarRangeAreaSeries2D.Value2</see> dependency property.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.PolygonMarker2DModel">
      <summary>
        <para>The Polygon marker <see href="https://docs.devexpress.com/WPF/4285/controls-and-libraries/charts-suite/chart-control/series/series-and-marker-models">model</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.PolygonMarker2DModel.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.PolygonMarker2DModel"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.PolygonMarker2DModel.ModelName">
      <summary>
        <para>Gets the name of the <see cref="T:DevExpress.Xpf.Charts.PolygonMarker2DModel"/>.</para>
      </summary>
      <value>Always “Polygon”.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.PredefinedBar2DModel">
      <summary>
        <para>Represents a base class for all standard <see href="https://docs.devexpress.com/WPF/5864/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/bar-series/side-by-side-bar">2D Bar</see> <see href="https://docs.devexpress.com/WPF/4285/controls-and-libraries/charts-suite/chart-control/series/series-and-marker-models">models</see>.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.PredefinedBar3DModel">
      <summary>
        <para>Represents a base class for all standard <see href="https://docs.devexpress.com/WPF/5867/controls-and-libraries/charts-suite/chart-control/series/3d-series-types/bar-series/side-by-side-bar">3D Bar</see> <see href="https://docs.devexpress.com/WPF/4285/controls-and-libraries/charts-suite/chart-control/series/series-and-marker-models">models</see>.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.PredefinedBoxPlot2DModel">
      <summary>
        <para>Represents a base class for all standard Box Plot <see href="https://docs.devexpress.com/WPF/4285/controls-and-libraries/charts-suite/chart-control/series/series-and-marker-models">models</see>.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.PredefinedCandleStick2DModel">
      <summary>
        <para>Represents a base class for all standard <see href="https://docs.devexpress.com/WPF/6850/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/financial-series/candle-stick">Candle Stick</see> <see href="https://docs.devexpress.com/WPF/4285/controls-and-libraries/charts-suite/chart-control/series/series-and-marker-models">models</see>.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.PredefinedIndicatorsPalette">
      <summary>
        <para>Represents a class that stores the predefined palettes for the chart’s indicators.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.PredefinedMarker2DModel">
      <summary>
        <para>Represents a base class for all standard 2D marker <see href="https://docs.devexpress.com/WPF/4285/controls-and-libraries/charts-suite/chart-control/series/series-and-marker-models">models</see>.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.PredefinedMarker3DModel">
      <summary>
        <para>Represents a base class for all standard 3D marker <see href="https://docs.devexpress.com/WPF/4285/controls-and-libraries/charts-suite/chart-control/series/series-and-marker-models">models</see>.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.PredefinedPalette">
      <summary>
        <para>Represents the predefined palette.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.PredefinedPie2DModel">
      <summary>
        <para>Represents a base class for all standard <see href="https://docs.devexpress.com/WPF/5874/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/pie-and-donut-series/pie-and-donut">2D Pie</see> <see href="https://docs.devexpress.com/WPF/4285/controls-and-libraries/charts-suite/chart-control/series/series-and-marker-models">models</see>.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.PredefinedPie3DModel">
      <summary>
        <para>Represents a base class for all standard <see href="https://docs.devexpress.com/WPF/4287/controls-and-libraries/charts-suite/chart-control/series/3d-series-types/pie-and-donut-series">3D Pie</see> <see href="https://docs.devexpress.com/WPF/4285/controls-and-libraries/charts-suite/chart-control/series/series-and-marker-models">models</see>.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.PredefinedRangeBar2DModel">
      <summary>
        <para>A base class for all standard <see href="https://docs.devexpress.com/WPF/10632/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/bar-series/side-by-side-range-bar">Range Bar 2D</see> models.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.PredefinedStock2DModel">
      <summary>
        <para>Represents a base class for all standard <see href="https://docs.devexpress.com/WPF/6849/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/financial-series/stock">2D Stock</see> <see href="https://docs.devexpress.com/WPF/4285/controls-and-libraries/charts-suite/chart-control/series/series-and-marker-models">models</see>.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.PrintSizeMode">
      <summary>
        <para>Lists the values used to specify how a chart should be resized when being printed.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.PrintSizeMode.None">
      <summary>
        <para>A chart is printed with its size identical to that shown on the printed page.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.PrintSizeMode.NonProportionalZoom">
      <summary>
        <para>A chart is resized non-proportionally, so that it scales in the horizontal or the vertical directions independently.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.PrintSizeMode.ProportionalZoom">
      <summary>
        <para>A chart is resized proportionally (without clipping), so that it best fits the page on which it is printed</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.PrintSizeMode.Stretch">
      <summary>
        <para>A chart is stretched or shrunk to fit the page on which it is printed.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.ProcessEmptyPointsMode">
      <summary>
        <para>Lists values that specify how the chart control handles empty points.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ProcessEmptyPointsMode.Ignore">
      <summary>
        <para>Empty points are skipped.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ProcessEmptyPointsMode.InsertZero">
      <summary>
        <para>The chart control initializes empty points with zero values.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ProcessEmptyPointsMode.Interpolate">
      <summary>
        <para>The chart control initializes empty points with mock values calculated based on neighboring points.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.ProcessMissingPointsMode">
      <summary>
        <para>Lists the values used to specify an action the chart control performs in the case of missing points.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ProcessMissingPointsMode.InsertEmptyPoints">
      <summary>
        <para>Inserts empty points into all chart series where there are gaps in series points.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ProcessMissingPointsMode.InsertZeroValues">
      <summary>
        <para>Inserts zero value points into series where there are gaps in series points.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ProcessMissingPointsMode.Skip">
      <summary>
        <para>Skips missing points in all chart series.</para>
        <para />
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.ProjectionBehavior">
      <summary>
        <para>Lists possible behaviors of the surface projection.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ProjectionBehavior.Auto">
      <summary>
        <para>The projection is always located under the surface.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ProjectionBehavior.Bottom">
      <summary>
        <para>The projection is always at the lowest value of the Y-axis.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ProjectionBehavior.Top">
      <summary>
        <para>The projection is always at the highest value of the Y-axis.</para>
        <para />
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.ProjectionOptions">
      <summary>
        <para>The options of the surface projection.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ProjectionOptions.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.ProjectionOptions"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ProjectionOptions.Behavior">
      <summary>
        <para>Gets or sets the identifier specifying how the projection should be shown.</para>
      </summary>
      <value>The behavior identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ProjectionOptions.BehaviorProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ProjectionOptions.Behavior">ProjectionOptions.Behavior</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ProjectionOptions.Visible">
      <summary>
        <para>Gets or sets the value indicating whether the projection should be shown.</para>
      </summary>
      <value>true if the projection should be shown; otherwise false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ProjectionOptions.VisibleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ProjectionOptions.Visible">ProjectionOptions.Visible</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.PyramidBar3DModel">
      <summary>
        <para>The Pyramid 3D Bar <see href="https://docs.devexpress.com/WPF/4285/controls-and-libraries/charts-suite/chart-control/series/series-and-marker-models">model</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.PyramidBar3DModel.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.PyramidBar3DModel"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.PyramidBar3DModel.ModelName">
      <summary>
        <para>Gets the name of the <see cref="T:DevExpress.Xpf.Charts.PyramidBar3DModel"/>.</para>
      </summary>
      <value>Always “Pyramid”.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.PyramidMarker3DModel">
      <summary>
        <para>The Pyramid 3D marker <see href="https://docs.devexpress.com/WPF/4285/controls-and-libraries/charts-suite/chart-control/series/series-and-marker-models">model</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.PyramidMarker3DModel.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.PyramidMarker3DModel"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.PyramidMarker3DModel.ModelName">
      <summary>
        <para>Gets the name of the <see cref="T:DevExpress.Xpf.Charts.PyramidMarker3DModel"/>.</para>
      </summary>
      <value>Always “Pyramid”.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.QualitativeScaleOptions">
      <summary>
        <para>Contains settings for an axis scale when its data type is qualitative.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.QualitativeScaleOptions.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.QualitativeScaleOptions"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.QualitativeScaleOptions.AggregateFunction">
      <summary>
        <para>Gets or sets the value indicating the aggregate function that should be used to relieve data. This is a dependency property.</para>
      </summary>
      <value>The value indicating the aggregate function that should be used to relieve data.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.QualitativeScaleOptions.AggregateFunctionProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.QualitativeScaleOptions.AggregateFunction">QualitativeScaleOptions.AggregateFunction</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.QualitativeScaleOptions.AutoGrid">
      <summary>
        <para>Gets or sets the value specifying whether the alignment, spacing and offset of <see href="https://docs.devexpress.com/WPF/6337/controls-and-libraries/charts-suite/chart-control/axes/tickmarks-grid-lines-and-interlacing">grid lines</see> and <see href="https://docs.devexpress.com/WPF/6337/controls-and-libraries/charts-suite/chart-control/axes/tickmarks-grid-lines-and-interlacing">major tickmarks</see> should be calculated automatically.</para>
      </summary>
      <value>true, if grid spacing is performed automatically; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.QualitativeScaleOptions.AutoGridProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ChartControl.Legend">ChartControl.Legend</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.QualitativeScaleOptions.CustomAggregateFunction">
      <summary>
        <para>Gets or sets the custom aggregate function callback that calculates the aggregated values.</para>
      </summary>
      <value>The custom aggregate function callback.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.QualitativeScaleOptions.CustomAggregateFunctionProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.QualitativeScaleOptions.CustomAggregateFunction">QualitativeScaleOptions.CustomAggregateFunction</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.QualitativeScaleOptions.GridLayoutMode">
      <summary>
        <para>Gets or sets the value that specifies the alignment of <see href="https://docs.devexpress.com/WPF/6337/controls-and-libraries/charts-suite/chart-control/axes/tickmarks-grid-lines-and-interlacing">grid lines</see>, major <see href="https://docs.devexpress.com/WPF/6337/controls-and-libraries/charts-suite/chart-control/axes/tickmarks-grid-lines-and-interlacing">tickmarks</see> and <see href="https://docs.devexpress.com/WPF/6336/controls-and-libraries/charts-suite/chart-control/axes/axis-labels">axis labels</see>.</para>
      </summary>
      <value>The value that specifies alignment.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.QualitativeScaleOptions.GridLayoutModeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.QualitativeScaleOptions.GridLayoutMode">QualitativeScaleOptions.GridLayoutMode</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.QualitativeScaleOptions.GridOffset">
      <summary>
        <para>Gets or sets the offset of <see href="https://docs.devexpress.com/WPF/6337/controls-and-libraries/charts-suite/chart-control/axes/tickmarks-grid-lines-and-interlacing">grid lines</see> and <see href="https://docs.devexpress.com/WPF/6337/controls-and-libraries/charts-suite/chart-control/axes/tickmarks-grid-lines-and-interlacing">major tickmarks</see>.</para>
      </summary>
      <value>The grid offset.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.QualitativeScaleOptions.GridOffsetProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ChartControl.Legend">ChartControl.Legend</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.QualitativeScaleOptions.GridSpacing">
      <summary>
        <para>Gets or sets the interval between <see href="https://docs.devexpress.com/WPF/6337/controls-and-libraries/charts-suite/chart-control/axes/tickmarks-grid-lines-and-interlacing">grid lines</see> and <see href="https://docs.devexpress.com/WPF/6337/controls-and-libraries/charts-suite/chart-control/axes/tickmarks-grid-lines-and-interlacing">major tickmarks</see>.</para>
      </summary>
      <value>The interval between grid lines and major tickmarks.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.QualitativeScaleOptions.GridSpacingProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ChartControl.Legend">ChartControl.Legend</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.QualitativeSummaryOptions">
      <summary>
        <para>Provides summarization options for a qualitative axis.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.QualitativeSummaryOptions.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.QualitativeSummaryOptions"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.QualitativeSummaryOptions.TypeNameSerializable">
      <summary>
        <para>Gets the string value used to support serialization of the QualitativeSummaryOptions type.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Quasi3DBar2DModel">
      <summary>
        <para>The quasi three-dimensional <see href="https://docs.devexpress.com/WPF/8349/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/bar-series">2D Bar</see> <see href="https://docs.devexpress.com/WPF/4285/controls-and-libraries/charts-suite/chart-control/series/series-and-marker-models">model</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Quasi3DBar2DModel.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Quasi3DBar2DModel"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Quasi3DBar2DModel.ModelName">
      <summary>
        <para>Gets the name of the <see cref="T:DevExpress.Xpf.Charts.Quasi3DBar2DModel"/>.</para>
      </summary>
      <value>Always “Quasi-3D Bar”.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.QueryChartCursorEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.Charts.ChartControl.QueryChartCursor">ChartControl.QueryChartCursor</see> event.</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.QueryChartCursorEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Xpf.Charts.ChartControl.QueryChartCursor">ChartControl.QueryChartCursor</see> 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.RadarAreaSeries2D">
      <summary>
        <para>The <see href="https://docs.devexpress.com/WPF/11820/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/radar-series/radar-area">Radar Area</see> series.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.RadarAreaSeries2D.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.RadarAreaSeries2D"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.RadarAxisX2D">
      <summary>
        <para>Represents the X-<see href="https://docs.devexpress.com/WPF/6334/controls-and-libraries/charts-suite/chart-control/axes/axes">axis</see> within <see href="https://docs.devexpress.com/WPF/11824/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/radar-series">Radar</see> charts.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.RadarAxisX2D.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.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 <see cref="P:DevExpress.Xpf.Charts.RadarAxisX2D.DateTimeGridAlignment">RadarAxisX2D.DateTimeGridAlignment</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see cref="P:DevExpress.Xpf.Charts.RadarAxisX2D.DateTimeMeasureUnit">RadarAxisX2D.DateTimeMeasureUnit</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see cref="P:DevExpress.Xpf.Charts.RadarAxisX2D.DateTimeOptions">RadarAxisX2D.DateTimeOptions</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.RadarAxisX2D.DateTimeScaleOptions">
      <summary>
        <para>Provides access to the options that define the behavior of a date-time radar X-scale when its mode is manual, automatic or continuous.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Charts.DateTimeScaleOptionsBase"/> object.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.RadarAxisX2D.DateTimeScaleOptionsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.RadarAxisX2D.DateTimeScaleOptions">RadarAxisX2D.DateTimeScaleOptions</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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>true to display the logarithmic scale; otherwise, false.</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">RadarAxisX2D.Logarithmic</see> 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 <see cref="P:DevExpress.Xpf.Charts.RadarAxisX2D.LogarithmicBase">RadarAxisX2D.LogarithmicBase</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.RadarAxisX2D.LogarithmicProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.RadarAxisX2D.Logarithmic">RadarAxisX2D.Logarithmic</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.RadarAxisX2D.QualitativeScaleOptions">
      <summary>
        <para>Provides access to the options that define the behavior of a scale when its type is qualitative.</para>
      </summary>
      <value>The container of settings of an axis scale when its data type is qualitative.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.RadarAxisX2D.QualitativeScaleOptionsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ChartControl.Legend">ChartControl.Legend</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see cref="P:DevExpress.Xpf.Charts.RadarAxisX2D.Range">RadarAxisX2D.Range</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.RadarAxisX2D.TimeSpanScaleOptions">
      <summary>
        <para>Gets or sets options of the time-span scale used by the argument axis.</para>
      </summary>
      <value>The time-span scale options of the argument axis.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.RadarAxisX2D.TimeSpanScaleOptionsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.RadarAxisX2D.TimeSpanScaleOptions">RadarAxisX2D.TimeSpanScaleOptions</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.RadarAxisX2D.WholeRange">
      <summary>
        <para>Gets or sets the entire range of a radar X-<see href="https://docs.devexpress.com/WPF/6334/controls-and-libraries/charts-suite/chart-control/axes/axes">axis</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Charts.Range"/> object representing the settings for the entire range of a radar X-axis.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.RadarAxisX2D.WholeRangeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.RadarAxisX2D.WholeRange">RadarAxisX2D.WholeRange</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.RadarAxisY2D">
      <summary>
        <para>Represents the Y-<see href="https://docs.devexpress.com/WPF/6334/controls-and-libraries/charts-suite/chart-control/axes/axes">axis</see> within <see href="https://docs.devexpress.com/WPF/11824/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/radar-series">Radar</see> charts.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.RadarAxisY2D.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.RadarAxisY2D"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.RadarDiagram2D">
      <summary>
        <para>A diagram to plot <see href="https://docs.devexpress.com/WPF/11824/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/radar-series">Radar Series</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.RadarDiagram2D.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.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 <see cref="T:DevExpress.Xpf.Charts.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 <see cref="T:DevExpress.Xpf.Charts.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 <see cref="P:DevExpress.Xpf.Charts.RadarDiagram2D.AxisX">RadarDiagram2D.AxisX</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see cref="P:DevExpress.Xpf.Charts.RadarDiagram2D.AxisY">RadarDiagram2D.AxisY</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.RadarLineScatterSeries2D">
      <summary>
        <para>A 2D scatter <see href="https://docs.devexpress.com/WPF/11821/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/radar-series/radar-line">radar line</see> series.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.RadarLineScatterSeries2D.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.RadarLineScatterSeries2D"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.RadarLineSeries2D">
      <summary>
        <para>The <see href="https://docs.devexpress.com/WPF/11821/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/radar-series/radar-line">Radar Line</see> series.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.RadarLineSeries2D.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.RadarLineSeries2D"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.RadarPointSeries2D">
      <summary>
        <para>The <see href="https://docs.devexpress.com/WPF/11823/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/radar-series/radar-point">Radar Point</see> series.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.RadarPointSeries2D.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.RadarPointSeries2D"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.RadarRangeAreaSeries2D">
      <summary>
        <para>The <see href="https://docs.devexpress.com/WPF/115963/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/radar-series/range-radar-area">Radar Range Area</see> series.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.RadarRangeAreaSeries2D.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.RadarRangeAreaSeries2D"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.RadarRangeAreaSeries2D.AddPoint(System.DateTime,System.Double,System.Double)">
      <summary>
        <para>Adds a new series point with the specified argument and values to the series.</para>
      </summary>
      <param name="argument">The date-time argument of the new point.</param>
      <param name="value1">The first value of the new point.</param>
      <param name="value2">The second value of the new point.</param>
      <returns>The newly added series point.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.RadarRangeAreaSeries2D.AddPoint(System.Double,System.Double,System.Double)">
      <summary>
        <para>Adds a new series point with the specified argument and values to the series.</para>
      </summary>
      <param name="argument">The numeric argument of the new point.</param>
      <param name="value1">The first value of the new point.</param>
      <param name="value2">The second value of the new point.</param>
      <returns>The newly added series point.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.RadarRangeAreaSeries2D.AddPoint(System.String,System.Double,System.Double)">
      <summary>
        <para>Adds a new series point with the specified argument and values to the series.</para>
      </summary>
      <param name="argument">The qualitative argument of the new point.</param>
      <param name="value1">The first value of the new point.</param>
      <param name="value2">The second value of the new point.</param>
      <returns>The newly added series point.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.RadarRangeAreaSeries2D.AddPoint(System.TimeSpan,System.Double,System.Double)">
      <summary>
        <para>Adds a new series point with the specified argument and values to the series.</para>
      </summary>
      <param name="argument">The new point’s argument.</param>
      <param name="value1">The new point’s first value.</param>
      <param name="value2">The new point’s second value.</param>
      <returns>The newly added series point.</returns>
    </member>
    <member name="F:DevExpress.Xpf.Charts.RadarRangeAreaSeries2D.DateTimeValue2Property">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.RadarRangeAreaSeries2D.DateTimeValue2">RadarRangeAreaSeries2D.DateTimeValue2</see> dependency property.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.RadarRangeAreaSeries2D.GetDateTimeValue2(DevExpress.Xpf.Charts.SeriesPoint)">
      <summary>
        <para>Gets the value of the <see cref="P:DevExpress.Xpf.Charts.RadarRangeAreaSeries2D.DateTimeValue2">RadarRangeAreaSeries2D.DateTimeValue2</see> 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.RadarRangeAreaSeries2D.DateTimeValue2">RadarRangeAreaSeries2D.DateTimeValue2</see> property’s value is to be returned.</param>
      <returns>The value of the <see cref="P:DevExpress.Xpf.Charts.RadarRangeAreaSeries2D.DateTimeValue2">RadarRangeAreaSeries2D.DateTimeValue2</see> property of the specified series point.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.RadarRangeAreaSeries2D.GetTimeSpanValue2(DevExpress.Xpf.Charts.SeriesPoint)">
      <summary>
        <para>Gets the <see cref="P:DevExpress.Xpf.Charts.RadarRangeAreaSeries2D.TimeSpanValue2">RadarRangeAreaSeries2D.TimeSpanValue2</see> attached property value 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.RadarRangeAreaSeries2D.TimeSpanValue2">RadarRangeAreaSeries2D.TimeSpanValue2</see> property value is to be returned.</param>
      <returns>The <see cref="P:DevExpress.Xpf.Charts.RadarRangeAreaSeries2D.TimeSpanValue2">RadarRangeAreaSeries2D.TimeSpanValue2</see> property value for the specified series point.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.RadarRangeAreaSeries2D.GetValue2(DevExpress.Xpf.Charts.SeriesPoint)">
      <summary>
        <para>Gets the value of the <see cref="P:DevExpress.Xpf.Charts.RadarRangeAreaSeries2D.Value2">RadarRangeAreaSeries2D.Value2</see> 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.RadarRangeAreaSeries2D.Value2">RadarRangeAreaSeries2D.Value2</see> property’s value is to be returned.</param>
      <returns>The value of the <see cref="P:DevExpress.Xpf.Charts.RadarRangeAreaSeries2D.Value2">RadarRangeAreaSeries2D.Value2</see> property of the specified series point.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.RadarRangeAreaSeries2D.SetDateTimeValue2(DevExpress.Xpf.Charts.SeriesPoint,System.DateTime)">
      <summary>
        <para>Sets the value of the <see cref="P:DevExpress.Xpf.Charts.RadarRangeAreaSeries2D.DateTimeValue2">RadarRangeAreaSeries2D.DateTimeValue2</see>  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, to which the attached property is written.</param>
      <param name="dateTimeValue">The required <see cref="T:System.DateTime"/> value.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.RadarRangeAreaSeries2D.SetTimeSpanValue2(DevExpress.Xpf.Charts.SeriesPoint,System.TimeSpan)">
      <summary>
        <para>Sets the value of the <see cref="P:DevExpress.Xpf.Charts.RadarRangeAreaSeries2D.TimeSpanValue2">RadarRangeAreaSeries2D.TimeSpanValue2</see>  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, to which the attached property is written.</param>
      <param name="timeSpanValue">The required <see cref="T:System.TimeSpan"/> value.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.RadarRangeAreaSeries2D.SetValue2(DevExpress.Xpf.Charts.SeriesPoint,System.Double)">
      <summary>
        <para>Sets the value of the <see cref="P:DevExpress.Xpf.Charts.RadarRangeAreaSeries2D.Value2">RadarRangeAreaSeries2D.Value2</see> 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, to which the attached property is written.</param>
      <param name="value">The required <see cref="T:System.Double"/> value.</param>
    </member>
    <member name="F:DevExpress.Xpf.Charts.RadarRangeAreaSeries2D.TimeSpanValue2Property">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.RadarRangeAreaSeries2D.TimeSpanValue2">RadarRangeAreaSeries2D.TimeSpanValue2</see> dependency property.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.RadarRangeAreaSeries2D.Value2Property">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.RadarRangeAreaSeries2D.Value2">RadarRangeAreaSeries2D.Value2</see> dependency property.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Range">
      <summary>
        <para>Contains the common settings that define the range displayed by an <see href="https://docs.devexpress.com/WPF/6334/controls-and-libraries/charts-suite/chart-control/axes/axes">axis</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Range.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Range"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Range.ActualAutoSideMargins">
      <summary>
        <para>Returns the actual value indicating whether the range calculates its side margins automatically.</para>
      </summary>
      <value>true, if side margins are calculated automatically; otherwise false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Range.ActualEndSideMargin">
      <summary>
        <para>Gets the actual value of the <see cref="P:DevExpress.Xpf.Charts.Range.EndSideMargin">EndSideMargin</see>. This is a dependency property.</para>
      </summary>
      <value>The end side margin value.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Range.ActualMaxValue">
      <summary>
        <para>Gets the actual maximum value to display on an <see href="https://docs.devexpress.com/WPF/6334/controls-and-libraries/charts-suite/chart-control/axes/axes">Axes</see>.</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.Range.ActualMaxValueInternal">
      <summary>
        <para>Gets the actual internal numerical representation of the range maximum value.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value that represents the internal representation of the range maximum value.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Range.ActualMinValue">
      <summary>
        <para>Gets the actual minimum value of the <see href="https://docs.devexpress.com/WPF/6334/controls-and-libraries/charts-suite/chart-control/axes/axes">axis</see> range.</para>
      </summary>
      <value>A <see cref="T:System.Object"/> that represents the minimum value of the axis range.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Range.ActualMinValueInternal">
      <summary>
        <para>Gets the actual internal numerical representation of the range minimum value.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value that represents the internal representation of the range minimum value.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Range.ActualSideMarginsValue">
      <summary>
        <para>Returns the actual side margins that are applied to the range.</para>
      </summary>
      <value>The actual side margins’ value.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Range.ActualStartSideMargin">
      <summary>
        <para>Gets the actual value of the <see cref="P:DevExpress.Xpf.Charts.Range.StartSideMargin">StartSideMargin</see>. This is a dependency property.</para>
      </summary>
      <value>The start side margin value.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Range.AutoSideMargins">
      <summary>
        <para>Specifies whether a space should be left between the outermost series point and the diagram’s edge, when it is scrolled.</para>
      </summary>
      <value>true, if the series are plotted with indents; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Range.AutoSideMarginsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Range.AutoSideMargins">Range.AutoSideMargins</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Range.EndSideMargin">
      <summary>
        <para>Gets or sets the distance between the series point with the highest value and the end of the axis range.</para>
      </summary>
      <value>The side margin value. <see cref="P:DevExpress.Xpf.Charts.Range.SideMarginSizeUnit">SideMarginSizeUnit</see> specifies the unit.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Range.EndSideMarginProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Range.EndSideMargin">Range.EndSideMargin</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Range.MaxValue">
      <summary>
        <para>Gets or sets the maximum value to display on an <see href="https://docs.devexpress.com/WPF/6334/controls-and-libraries/charts-suite/chart-control/axes/axes">Axes</see>. This may not be the same as the maximum value of the series associated with this axis.</para>
      </summary>
      <value>A <see cref="T:System.Object"/> that specifies the maximum value to display on an axis.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Range.MaxValueProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Range.MaxValue">Range.MaxValue</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Range.MinValue">
      <summary>
        <para>Gets or sets the minimum value to display on an <see href="https://docs.devexpress.com/WPF/6334/controls-and-libraries/charts-suite/chart-control/axes/axes">Axes</see>. This may not be the same as the minimum value of the series associated with this axis.</para>
      </summary>
      <value>A <see cref="T:System.Object"/> that specifies the minimum value to display on an axis.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Range.MinValueProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Range.MinValue">Range.MinValue</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Range.SetAuto">
      <summary>
        <para>Enables automatic calculation of minimum and maximum values of the axis range.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Range.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"/> which 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"/> which specifies the maximum set value. The type of an object depends on the axis scale type.</param>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Range.SideMarginSizeUnit">
      <summary>
        <para>Specifies the measurement unit for diagram <see href="https://docs.devexpress.com/WPF/115158/controls-and-libraries/charts-suite/chart-control/axes/whole-and-visual-ranges#how-to-specify-diagram-side-margins">side margins</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Charts.SideMarginSizeUnit">SideMarginSizeUnit</see> enumeration value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Range.SideMarginSizeUnitProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Range.SideMarginSizeUnit">Range.SideMarginSizeUnit</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Range.SideMarginsValue">
      <summary>
        <para>Specifies the space between the outermost series point and the diagram’s edge.</para>
      </summary>
      <value>The side margins value, in the axis’ current measurement unit.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Range.SideMarginsValueProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Range.SideMarginsValue">Range.SideMarginsValue</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Range.StartSideMargin">
      <summary>
        <para>Gets or sets the distance between the series point with the lowest value and the start of the axis range.</para>
      </summary>
      <value>The side margin value. <see cref="P:DevExpress.Xpf.Charts.Range.SideMarginSizeUnit">SideMarginSizeUnit</see> specifies the unit.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Range.StartSideMarginProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Range.StartSideMargin">Range.StartSideMargin</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see href="https://docs.devexpress.com/WPF/6341/controls-and-libraries/charts-suite/chart-control/series/series-point-labels">series labels</see> in the <see href="https://docs.devexpress.com/WPF/10634/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/area-series/range-area">2D Range Area</see> 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">SeriesPoint.Value</see>  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">RangeAreaSeries2D.Value2</see> property of a data point.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.RangeAreaSeries2D">
      <summary>
        <para>The <see href="https://docs.devexpress.com/WPF/10634/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/area-series/range-area">2D Range Area</see> series.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.RangeAreaSeries2D.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.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 <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.ActualBorder1Property">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.RangeAreaSeries2D.ActualBorder1">RangeAreaSeries2D.ActualBorder1</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see cref="P:DevExpress.Xpf.Charts.RangeAreaSeries2D.ActualBorder2">RangeAreaSeries2D.ActualBorder2</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Charts.RangeAreaSeries2D.AddPoint(System.DateTime,System.Double,System.Double)">
      <summary>
        <para>Adds a new series point with the specified argument and values to the series.</para>
      </summary>
      <param name="argument">The date-time argument of the new point.</param>
      <param name="value1">The first value of the new point.</param>
      <param name="value2">The second value of the new point.</param>
      <returns>The newly added series point.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.RangeAreaSeries2D.AddPoint(System.Double,System.Double,System.Double)">
      <summary>
        <para>Adds a new series point with the specified argument and values to the series.</para>
      </summary>
      <param name="argument">The numeric argument of the new point.</param>
      <param name="value1">The first value of the new point.</param>
      <param name="value2">The second value of the new point.</param>
      <returns>The newly added series point.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.RangeAreaSeries2D.AddPoint(System.String,System.Double,System.Double)">
      <summary>
        <para>Adds a new series point with the specified argument and values to the series.</para>
      </summary>
      <param name="argument">The qualitative argument of the new point.</param>
      <param name="value1">The first value of the new point.</param>
      <param name="value2">The second value of the new point.</param>
      <returns>The newly added series point.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.RangeAreaSeries2D.AddPoint(System.TimeSpan,System.Double,System.Double)">
      <summary>
        <para>Adds a new series point with the specified argument and values to the series.</para>
      </summary>
      <param name="argument">The new point’s argument.</param>
      <param name="value1">The new point’s first value.</param>
      <param name="value2">The new point’s second value.</param>
      <returns>The newly added series point.</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 <see cref="P:DevExpress.Xpf.Charts.RangeAreaSeries2D.Border1">RangeAreaSeries2D.Border1</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see cref="P:DevExpress.Xpf.Charts.RangeAreaSeries2D.Border2">RangeAreaSeries2D.Border2</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.RangeAreaSeries2D.DateTimeValue2Property">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.RangeAreaSeries2D.DateTimeValue2">RangeAreaSeries2D.DateTimeValue2</see> attached property.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.RangeAreaSeries2D.EmptyPointOptions">
      <summary>
        <para>Gets or sets options related to empty points of the range area series.</para>
      </summary>
      <value>Contains settings for empty points of a range area series.</value>
    </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">RangeAreaSeries2D.DateTimeValue2</see> 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">RangeAreaSeries2D.DateTimeValue2</see> property’s value is to be returned.</param>
      <returns>The value of the <see cref="P:DevExpress.Xpf.Charts.RangeAreaSeries2D.DateTimeValue2">RangeAreaSeries2D.DateTimeValue2</see> 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">RangeAreaSeries2D.LabelKind</see> 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.GetMarkerDisplayMode(DevExpress.Xpf.Charts.SidePoint)">
      <summary>
        <para>Gets the value of the <see cref="P:DevExpress.Xpf.Charts.RangeAreaSeries2D.MarkerDisplayMode">RangeAreaSeries2D.MarkerDisplayMode</see> property that is attached to the <see cref="T:DevExpress.Xpf.Charts.SeriesPoint"/> object passed as a parameter.</para>
      </summary>
      <param name="sidePoint">A <see cref="T:DevExpress.Xpf.Charts.SidePoint">SidePoint</see> object. The GetMarkerDisplayMode method returns the SidePoint’s <see cref="P:DevExpress.Xpf.Charts.RangeAreaSeries2D.MarkerDisplayMode">RangeAreaSeries2D.MarkerDisplayMode</see> value.</param>
      <returns>The <see cref="P:DevExpress.Xpf.Charts.RangeAreaSeries2D.MarkerDisplayMode">RangeAreaSeries2D.MarkerDisplayMode</see> attached property’s value of <see cref="T:DevExpress.Xpf.Charts.SeriesPoint"/> passed as a parameter.</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">RangeAreaSeries2D.MaxValueAngle</see> 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">RangeAreaSeries2D.MinValueAngle</see> 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 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 <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">point animation</see>, which is assigned to <see cref="T:DevExpress.Xpf.Charts.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 <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">series animation</see>, which is assigned to <see cref="T:DevExpress.Xpf.Charts.RangeAreaSeries2D"/>.</para>
      </summary>
      <returns>A <see cref="T:DevExpress.Xpf.Charts.SeriesAnimationBase"/> class descendant.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.RangeAreaSeries2D.GetTimeSpanValue2(DevExpress.Xpf.Charts.SeriesPoint)">
      <summary>
        <para>Gets the <see cref="P:DevExpress.Xpf.Charts.RangeAreaSeries2D.TimeSpanValue2">RangeAreaSeries2D.TimeSpanValue2</see> attached property value 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.TimeSpanValue2">RangeAreaSeries2D.TimeSpanValue2</see> property value is to be returned.</param>
      <returns>The <see cref="P:DevExpress.Xpf.Charts.RangeAreaSeries2D.TimeSpanValue2">RangeAreaSeries2D.TimeSpanValue2</see> property value for the specified series point.</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">RangeAreaSeries2D.Value2</see> 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">RangeAreaSeries2D.Value2</see> property’s value is to be returned.</param>
      <returns>The value of the <see cref="P:DevExpress.Xpf.Charts.RangeAreaSeries2D.Value2">RangeAreaSeries2D.Value2</see> property of the specified series point.</returns>
    </member>
    <member name="F:DevExpress.Xpf.Charts.RangeAreaSeries2D.LabelKindProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.RangeAreaSeries2D.LabelKind">RangeAreaSeries2D.LabelKind</see> attached property.</para>
      </summary>
    </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 <see cref="P:DevExpress.Xpf.Charts.RangeAreaSeries2D.LabelValueSeparator">RangeAreaSeries2D.LabelValueSeparator</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see cref="P:DevExpress.Xpf.Charts.RangeAreaSeries2D.LegendValueSeparator">RangeAreaSeries2D.LegendValueSeparator</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 a <see href="https://docs.devexpress.com/WPF/10634/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/area-series/range-area">2D Range Area Series</see>.</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 <see cref="P:DevExpress.Xpf.Charts.RangeAreaSeries2D.Marker1Model">RangeAreaSeries2D.Marker1Model</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.RangeAreaSeries2D.Marker1Size">
      <summary>
        <para>Gets or sets the size of the first marker of a <see href="https://docs.devexpress.com/WPF/6340/controls-and-libraries/charts-suite/chart-control/series/series-points">series point</see>.</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 <see cref="P:DevExpress.Xpf.Charts.RangeAreaSeries2D.Marker1Size">RangeAreaSeries2D.Marker1Size</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.RangeAreaSeries2D.Marker1Visible">
      <summary>
        <para>Gets or sets a value indicating whether to show markers which indicate the first values of range area series points.</para>
      </summary>
      <value>true to show first value markers; false to hide them.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.RangeAreaSeries2D.Marker1VisibleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.RangeAreaSeries2D.Marker1Visible">RangeAreaSeries2D.Marker1Visible</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see href="https://docs.devexpress.com/WPF/10634/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/area-series/range-area">2D Range Area Series</see>.</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 <see cref="P:DevExpress.Xpf.Charts.RangeAreaSeries2D.Marker2Model">RangeAreaSeries2D.Marker2Model</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.RangeAreaSeries2D.Marker2Size">
      <summary>
        <para>Gets or sets the size of the second marker of a <see href="https://docs.devexpress.com/WPF/6340/controls-and-libraries/charts-suite/chart-control/series/series-points">series point</see>.</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 <see cref="P:DevExpress.Xpf.Charts.RangeAreaSeries2D.Marker2Size">RangeAreaSeries2D.Marker2Size</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.RangeAreaSeries2D.Marker2Visible">
      <summary>
        <para>Gets or sets a value indicating whether to show markers that indicate the second values of range area series points.</para>
      </summary>
      <value>true to show second value markers; false to hide them.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.RangeAreaSeries2D.Marker2VisibleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.RangeAreaSeries2D.Marker2Visible">RangeAreaSeries2D.Marker2Visible</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.RangeAreaSeries2D.MarkerDisplayModeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.RangeAreaSeries2D.MarkerDisplayMode"/> attached property.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.RangeAreaSeries2D.MaxValueAngleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.RangeAreaSeries2D.MaxValueAngle">RangeAreaSeries2D.MaxValueAngle</see> attached property.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.RangeAreaSeries2D.MinValueAngleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.RangeAreaSeries2D.MinValueAngle">RangeAreaSeries2D.MinValueAngle</see> attached property.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.RangeAreaSeries2D.PointAnimation">
      <summary>
        <para>Specifies the <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see> for the series’ <see href="https://docs.devexpress.com/WPF/6340/controls-and-libraries/charts-suite/chart-control/series/series-points">point markers</see>.</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 <see cref="P:DevExpress.Xpf.Charts.RangeAreaSeries2D.PointAnimation">RangeAreaSeries2D.PointAnimation</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see cref="P:DevExpress.Xpf.Charts.RangeAreaSeries2D.SeriesAnimation">RangeAreaSeries2D.SeriesAnimation</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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">RangeAreaSeries2D.DateTimeValue2</see>  attached property for 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 <see cref="T:System.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">RangeAreaSeries2D.LabelKind</see> 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.SetMarkerDisplayMode(DevExpress.Xpf.Charts.SidePoint,DevExpress.Xpf.Charts.SidePointDisplayMode)">
      <summary>
        <para>Sets the <see cref="P:DevExpress.Xpf.Charts.RangeAreaSeries2D.MarkerDisplayMode">RangeAreaSeries2D.MarkerDisplayMode</see> attached property’s value to <see cref="T:DevExpress.Xpf.Charts.SeriesPoint"/> passed as a parameter.</para>
      </summary>
      <param name="sidePoint">A <see cref="T:DevExpress.Xpf.Charts.SidePoint"/> object. Its  <see cref="P:DevExpress.Xpf.Charts.RangeAreaSeries2D.MarkerDisplayMode">RangeAreaSeries2D.MarkerDisplayMode</see> value is set.</param>
      <param name="value">The <see cref="T:DevExpress.Xpf.Charts.SidePointDisplayMode"/> 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">RangeAreaSeries2D.MaxValueAngle</see> attached property for 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">RangeAreaSeries2D.MinValueAngle</see> attached property for 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 <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">point animation</see> to <see cref="T:DevExpress.Xpf.Charts.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 <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">series animation</see> to the <see cref="T:DevExpress.Xpf.Charts.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.SetTimeSpanValue2(DevExpress.Xpf.Charts.SeriesPoint,System.TimeSpan)">
      <summary>
        <para>Sets the value of the <see cref="P:DevExpress.Xpf.Charts.RangeAreaSeries2D.TimeSpanValue2">RangeAreaSeries2D.TimeSpanValue2</see> 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, to which the attached property is written.</param>
      <param name="timeSpanValue">The required <see cref="T:System.TimeSpan"/> value.</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">RangeAreaSeries2D.Value2</see> attached property for 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="F:DevExpress.Xpf.Charts.RangeAreaSeries2D.TimeSpanValue2Property">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.RangeAreaSeries2D.TimeSpanValue2">RangeAreaSeries2D.TimeSpanValue2</see> dependency property.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.RangeAreaSeries2D.Transparency">
      <summary>
        <para>Specifies the transparency (0-1) to use for displaying the filled color range areas.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value from 0 (opaque) to 1 (transparent).</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.RangeAreaSeries2D.TransparencyProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.RangeAreaSeries2D.Transparency">RangeAreaSeries2D.Transparency</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</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 <see cref="T: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 <see cref="P:DevExpress.Xpf.Charts.RangeAreaSeries2D.Value2DataMember">RangeAreaSeries2D.Value2DataMember</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.RangeAreaSeries2D.Value2Property">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.RangeAreaSeries2D.Value2">RangeAreaSeries2D.Value2</see> attached property.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.RangeBar2DModel">
      <summary>
        <para>A base class for standard and custom <see href="https://docs.devexpress.com/WPF/10632/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/bar-series/side-by-side-range-bar">2D Range Bar</see> <see href="https://docs.devexpress.com/WPF/4285/controls-and-libraries/charts-suite/chart-control/series/series-and-marker-models">models</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.RangeBar2DModel.GetPredefinedKinds">
      <summary>
        <para>Returns the list of predefined models for a 2D <see href="https://docs.devexpress.com/WPF/8349/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/bar-series">Range Bar</see> 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 <see cref="T:DevExpress.Xpf.Charts.RangeBar2DModel"/>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> that is the model name.</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 <see href="https://docs.devexpress.com/WPF/6341/controls-and-libraries/charts-suite/chart-control/series/series-point-labels">series labels</see> in the <see href="https://docs.devexpress.com/WPF/10632/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/bar-series/side-by-side-range-bar">2D Range Bar</see>  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 minimum and maximum values.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.RangeBarLabelKind.TwoLabels">
      <summary>
        <para>Show both labels with minimum and maximum values of the range bar.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.RangeBarOverlappedSeries2D">
      <summary>
        <para>The <see href="https://docs.devexpress.com/WPF/10633/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/bar-series/overlapped-range-bar">2D Overlapped Range Bar</see> series.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.RangeBarOverlappedSeries2D.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.RangeBarOverlappedSeries2D"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.RangeBarSeries2D">
      <summary>
        <para>The base class for <see href="https://docs.devexpress.com/WPF/10632/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/bar-series/side-by-side-range-bar">Side-by-Side Range Bar</see> and <see href="https://docs.devexpress.com/WPF/10633/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/bar-series/overlapped-range-bar">Overlapped Range Bar</see> series.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.RangeBarSeries2D.AddPoint(System.DateTime,System.Double,System.Double)">
      <summary>
        <para>Adds a new series point with the specified argument and values to the series.</para>
      </summary>
      <param name="argument">The date-time argument of the new point.</param>
      <param name="value1">The first value of the new point.</param>
      <param name="value2">The second value of the new point.</param>
      <returns>The newly added series point.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.RangeBarSeries2D.AddPoint(System.Double,System.Double,System.Double)">
      <summary>
        <para>Adds a new series point with the specified argument and values to the series.</para>
      </summary>
      <param name="argument">The numeric argument of the new point.</param>
      <param name="value1">The first value of the new point.</param>
      <param name="value2">The second value of the new point.</param>
      <returns>The newly added series point.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.RangeBarSeries2D.AddPoint(System.String,System.Double,System.Double)">
      <summary>
        <para>Adds a new series point with the specified argument and values to the series.</para>
      </summary>
      <param name="argument">The qualitative argument of the new point.</param>
      <param name="value1">The first value of the new point.</param>
      <param name="value2">The second value of the new point.</param>
      <returns>The newly added series point.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.RangeBarSeries2D.AddPoint(System.TimeSpan,System.Double,System.Double)">
      <summary>
        <para>Adds a new series point with the specified argument and values to the series.</para>
      </summary>
      <param name="argument">The new point’s argument.</param>
      <param name="value1">The new point’s first value.</param>
      <param name="value2">The new point’s second value.</param>
      <returns>The newly added series point.</returns>
    </member>
    <member name="F:DevExpress.Xpf.Charts.RangeBarSeries2D.DateTimeValue2Property">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.RangeBarSeries2D.DateTimeValue2">RangeBarSeries2D.DateTimeValue2</see> attached property.</para>
      </summary>
    </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">RangeBarSeries2D.DateTimeValue2</see> 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">RangeBarSeries2D.DateTimeValue2</see> property’s value is to be returned.</param>
      <returns>The value of the <see cref="P:DevExpress.Xpf.Charts.RangeBarSeries2D.DateTimeValue2">RangeBarSeries2D.DateTimeValue2</see> 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">RangeBarSeries2D.LabelKind</see> 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.GetTimeSpanValue2(DevExpress.Xpf.Charts.SeriesPoint)">
      <summary>
        <para>Gets the <see cref="P:DevExpress.Xpf.Charts.RangeBarSeries2D.TimeSpanValue2">RangeBarSeries2D.TimeSpanValue2</see> attached property value 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.TimeSpanValue2">RangeBarSeries2D.TimeSpanValue2</see> property value is to be returned.</param>
      <returns>The <see cref="P:DevExpress.Xpf.Charts.RangeBarSeries2D.TimeSpanValue2">RangeBarSeries2D.TimeSpanValue2</see> property value for the specified series point.</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">RangeBarSeries2D.Value2</see> 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">RangeBarSeries2D.Value2</see> property’s value is to be returned.</param>
      <returns>The value of the <see cref="P:DevExpress.Xpf.Charts.RangeBarSeries2D.Value2">RangeBarSeries2D.Value2</see> property of the specified series point.</returns>
    </member>
    <member name="F:DevExpress.Xpf.Charts.RangeBarSeries2D.LabelKindProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.RangeBarSeries2D.LabelKind">RangeBarSeries2D.LabelKind</see> attached property.</para>
      </summary>
    </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 <see cref="P:DevExpress.Xpf.Charts.RangeBarSeries2D.LabelValueSeparator">RangeBarSeries2D.LabelValueSeparator</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see cref="P:DevExpress.Xpf.Charts.RangeBarSeries2D.LegendValueSeparator">RangeBarSeries2D.LegendValueSeparator</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.RangeBarSeries2D.MaxMarkerModel">
      <summary>
        <para>Gets or sets the model used to draw <see href="https://docs.devexpress.com/WPF/6340/controls-and-libraries/charts-suite/chart-control/series/series-points">point</see> 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 <see cref="P:DevExpress.Xpf.Charts.RangeBarSeries2D.MaxMarkerModel">RangeBarSeries2D.MaxMarkerModel</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see cref="P:DevExpress.Xpf.Charts.RangeBarSeries2D.MaxMarkerSize">RangeBarSeries2D.MaxMarkerSize</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.RangeBarSeries2D.MaxMarkerVisible">
      <summary>
        <para>Gets or sets a value indicating whether to show markers which correspond to the maximum value of each range bar.</para>
      </summary>
      <value>true to show maximum value markers; false to hide them.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.RangeBarSeries2D.MaxMarkerVisibleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.RangeBarSeries2D.MaxMarkerVisible">RangeBarSeries2D.MaxMarkerVisible</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.RangeBarSeries2D.MinMarkerModel">
      <summary>
        <para>Gets or sets the model used to draw <see href="https://docs.devexpress.com/WPF/6340/controls-and-libraries/charts-suite/chart-control/series/series-points">point markers</see> 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 <see cref="P:DevExpress.Xpf.Charts.RangeBarSeries2D.MinMarkerModel">RangeBarSeries2D.MinMarkerModel</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see cref="P:DevExpress.Xpf.Charts.RangeBarSeries2D.MinMarkerSize">RangeBarSeries2D.MinMarkerSize</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.RangeBarSeries2D.MinMarkerVisible">
      <summary>
        <para>Gets or sets a value indicating whether to show markers which correspond to the minimum value of each range bar.</para>
      </summary>
      <value>true to show minimum value markers; false to hide them.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.RangeBarSeries2D.MinMarkerVisibleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.RangeBarSeries2D.MinMarkerVisible">RangeBarSeries2D.MinMarkerVisible</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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">RangeBarSeries2D.Model</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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">RangeBarSeries2D.DateTimeValue2</see> attached property for 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 <see cref="T:System.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">RangeBarSeries2D.LabelKind</see> 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.SetTimeSpanValue2(DevExpress.Xpf.Charts.SeriesPoint,System.TimeSpan)">
      <summary>
        <para>Sets the value of the <see cref="P:DevExpress.Xpf.Charts.RangeBarSeries2D.TimeSpanValue2">RangeBarSeries2D.TimeSpanValue2</see>  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, to which the attached property is written.</param>
      <param name="TimeSpanValue">The required <see cref="T:System.TimeSpan"/> 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">RangeBarSeries2D.Value2</see> attached property for 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="F:DevExpress.Xpf.Charts.RangeBarSeries2D.TimeSpanValue2Property">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.RangeBarSeries2D.TimeSpanValue2">RangeBarSeries2D.TimeSpanValue2</see> dependency property.</para>
      </summary>
    </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 <see cref="T: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 <see cref="P:DevExpress.Xpf.Charts.RangeBarSeries2D.Value2DataMember">RangeBarSeries2D.Value2DataMember</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.RangeBarSeries2D.Value2Property">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.RangeBarSeries2D.Value2">RangeBarSeries2D.Value2</see> attached property.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.RangeBarSideBySideSeries2D">
      <summary>
        <para>The <see href="https://docs.devexpress.com/WPF/10632/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/bar-series/side-by-side-range-bar">2D Side-by-Side Range Bar</see> series.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.RangeBarSideBySideSeries2D.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.RangeBarSideBySideSeries2D"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.RangeColorizer">
      <summary>
        <para>A colorizer that allows providing colors based on which range the <see cref="P:DevExpress.Xpf.Charts.Series.ColorDataMember">Series.ColorDataMember</see> value belong.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.RangeColorizer.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.RangeColorizer"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.RangeColorizer.GetPointColor(System.Object,System.Object[],System.Object,DevExpress.Xpf.Charts.Palette)">
      <summary>
        <para>Returns the color for a series point with the specified parameters.</para>
      </summary>
      <param name="argument">An <see cref="T:System.Object"/> specifying the argument value of a series point.</param>
      <param name="values">An array of <see cref="T:System.Object"/> objects specifying values of the series point.</param>
      <param name="colorKey">An <see cref="T:System.Object"/> specifying the key used to obtain a series point color.</param>
      <param name="palette">A <see cref="T:DevExpress.Xpf.Charts.Palette"/> object.</param>
      <returns>A nullable <see cref="T:System.Windows.Media.Color"/> object.</returns>
    </member>
    <member name="P:DevExpress.Xpf.Charts.RangeColorizer.RangeStops">
      <summary>
        <para>Gets or sets the collection of double values representing range stops.</para>
      </summary>
      <value>A collection of double values.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.RangeColorizer.RangeStopsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.RangeColorizer.RangeStops">RangeColorizer.RangeStops</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.RangeColorizer.ValueProvider">
      <summary>
        <para>Gets or sets the value provider to <see cref="T:DevExpress.Xpf.Charts.RangeColorizer"/>.</para>
      </summary>
      <value>An object of a class implementing an <see cref="T:DevExpress.Xpf.Charts.IColorizerValueProvider"/> interface.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.RangeColorizer.ValueProviderProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.RangeColorizer.ValueProvider">RangeColorizer.ValueProvider</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.RangeColorizer3D">
      <summary>
        <para>Colorizer that colors all points by values.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.RangeColorizer3D.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.RangeColorizer3D"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.RangeColorizer3D.ApproximateColors">
      <summary>
        <para>Gets or sets value specifying whether the point colors should be approximate depending on their values.</para>
      </summary>
      <value>true if point colors should be approximate; otherwise false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.RangeColorizer3D.ApproximateColorsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.RangeColorizer3D.ApproximateColors">RangeColorizer3D.ApproximateColors</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Charts.RangeColorizer3D.GetPointColor(System.Object,System.Object,System.Double[],System.Object,System.Int32,DevExpress.Xpf.Charts.Palette)">
      <summary>
        <para>Returns the point color depending on the specified values.</para>
      </summary>
      <param name="argumentX">The X argument value.</param>
      <param name="argumentY">The Z argument value.</param>
      <param name="values">All point values (including attached).</param>
      <param name="colorKey">The color key of the point.</param>
      <param name="pointIndex">The point index in the point collection.</param>
      <param name="palette">The palette whose values will be used to color points if it is required.</param>
      <returns>The color calculated by the specified values.</returns>
    </member>
    <member name="P:DevExpress.Xpf.Charts.RangeColorizer3D.RangeStops">
      <summary>
        <para>Gets or sets the range stops of the colorizer.</para>
      </summary>
      <value>The collection of value stops.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.RangeColorizer3D.RangeStopsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.RangeColorizer3D.RangeStops">RangeColorizer3D.RangeStops</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Charts.RangeColorizer3D.ToString">
      <summary>
        <para>Returns the text representation of the <see cref="T:DevExpress.Xpf.Charts.RangeColorizer3D"/> object.</para>
      </summary>
      <returns>The textual representation of the <see cref="T:DevExpress.Xpf.Charts.RangeColorizer3D"/>.</returns>
    </member>
    <member name="P:DevExpress.Xpf.Charts.RangeColorizer3D.UseEqualLegendIntervals">
      <summary>
        <para>Gets or sets whether to use equal intervals in a gradient legend.</para>
      </summary>
      <value>true if numeric marks are positioned at equal intervals; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.RangeColorizer3D.UseEqualLegendIntervalsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.RangeColorizer3D.UseEqualLegendIntervals"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.RangeColorizer3D.ValueProvider">
      <summary>
        <para>Gets or sets the provider that specifies a point value the colorizer should use to define the point color.</para>
      </summary>
      <value>The value provider.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.RangeColorizer3D.ValueProviderProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.RangeColorizer3D.ValueProvider">RangeColorizer3D.ValueProvider</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="N:DevExpress.Xpf.Charts.RangeControlClient">
      <summary>
        <para>Contains classes which are used to implement the main functionality of Chart Range Control Clients.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.RangeControlClient.AutoGridBehavior">
      <summary>
        <para>The automatic grid behavior.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.RangeControlClient.AutoGridBehavior.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.RangeControlClient.AutoGridBehavior"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.RangeControlClient.AutoSnapBehavior">
      <summary>
        <para>The automatic snap behavior.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.RangeControlClient.AutoSnapBehavior.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.RangeControlClient.AutoSnapBehavior"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.RangeControlClient.ChartBoundRangeControlClient">
      <summary>
        <para>The <see href="https://docs.devexpress.com/WPF/16847/controls-and-libraries/charts-suite/chart-control/chart-clients-for-the-range-control">Chart Range Control Client</see> that obtains data to visualize from the bound Chart Control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.RangeControlClient.ChartBoundRangeControlClient.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.RangeControlClient.ChartBoundRangeControlClient"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.RangeControlClient.ChartBoundRangeControlClient.Chart">
      <summary>
        <para>Gets or sets a chart to which the Range Control is bound. This is a dependency property.</para>
      </summary>
      <value>The chart to which the Range Control is bound.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.RangeControlClient.ChartBoundRangeControlClient.ChartProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.RangeControlClient.ChartBoundRangeControlClient.Chart">ChartBoundRangeControlClient.Chart</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.RangeControlClient.ChartBoundRangeControlClient.ScaleOptions">
      <summary>
        <para>Gets or sets the scale options that configure grid appearance. This is a dependency property.</para>
      </summary>
      <value>The scale options storage.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.RangeControlClient.ChartBoundRangeControlClient.ScaleOptionsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.RangeControlClient.ChartBoundRangeControlClient.ScaleOptions">ChartBoundRangeControlClient.ScaleOptions</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.RangeControlClient.ChartGridBehavior">
      <summary>
        <para>The behavior in which the Chart bound Range Control Client gets its parameters from the bound chart.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.RangeControlClient.ChartGridBehavior.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.RangeControlClient.ChartGridBehavior"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.RangeControlClient.ChartRangeControlClient">
      <summary>
        <para>Represents the base class for all chart clients of the range control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.RangeControlClient.ChartRangeControlClient.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.RangeControlClient.ChartRangeControlClient"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.RangeControlClient.ChartRangeControlClient.ArgumentDataMember">
      <summary>
        <para>Gets or sets the name of the data field that contains the chart client’s point 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.RangeControlClient.ChartRangeControlClient.ArgumentDataMemberProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.RangeControlClient.ChartRangeControlClient.ArgumentDataMember">ChartRangeControlClient.ArgumentDataMember</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.RangeControlClient.ChartRangeControlClient.ArgumentLabelFormatString">
      <summary>
        <para>Gets or sets the pattern for formatting argument values to show them in the grid line labels.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that represents the format pattern.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.RangeControlClient.ChartRangeControlClient.ArgumentLabelFormatStringProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.RangeControlClient.ChartRangeControlClient.ArgumentLabelFormatString">ChartRangeControlClient.ArgumentLabelFormatString</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.RangeControlClient.ChartRangeControlClient.GridSpacing">
      <summary>
        <para>Gets or sets a value that specifies the interval between the range control’s grid lines.</para>
      </summary>
      <value>The grid step.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.RangeControlClient.ChartRangeControlClient.GridSpacingProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.RangeControlClient.ChartRangeControlClient.GridSpacing">ChartRangeControlClient.GridSpacing</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.RangeControlClient.ChartRangeControlClient.ItemsSource">
      <summary>
        <para>Gets or sets the chart client’s data source.</para>
      </summary>
      <value>An object that represents the data source from which the chart client retrieves its data.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.RangeControlClient.ChartRangeControlClient.ItemsSourceProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.RangeControlClient.ChartRangeControlClient.ItemsSource">ChartRangeControlClient.ItemsSource</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.RangeControlClient.ChartRangeControlClient.ValueDataMember">
      <summary>
        <para>Gets or sets the name of the data field that contains the chart client’s point 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.RangeControlClient.ChartRangeControlClient.ValueDataMemberProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.RangeControlClient.ChartRangeControlClient.ValueDataMember">ChartRangeControlClient.ValueDataMember</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.RangeControlClient.ChartRangeControlClient.View">
      <summary>
        <para>Gets or sets the view that the Data bound Range Control Client uses to display its data.</para>
      </summary>
      <value>The client view that the Client uses to display its data.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.RangeControlClient.ChartRangeControlClient.ViewProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.RangeControlClient.ChartRangeControlClient.View">ChartRangeControlClient.View</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.RangeControlClient.ChartRangeControlClientBase">
      <summary>
        <para>The base class for all range control clients that display a chart.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.RangeControlClient.ChartRangeControlClientBase.ArgumentLabelTemplate">
      <summary>
        <para>Gets or sets the argument label template. This is a dependency property.</para>
      </summary>
      <value>The argument labels’ template.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.RangeControlClient.ChartRangeControlClientBase.ArgumentLabelTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.RangeControlClient.ChartRangeControlClientBase.ArgumentLabelTemplate">ChartRangeControlClientBase.ArgumentLabelTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.RangeControlClient.ChartRangeControlClientBase.GridLinesBrush">
      <summary>
        <para>Gets or sets chart client grid lines’ color. This is a dependency property.</para>
      </summary>
      <value>A brush that specifies the grid lines’ color.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.RangeControlClient.ChartRangeControlClientBase.GridLinesBrushProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.RangeControlClient.ChartRangeControlClientBase.GridLinesBrush">ChartRangeControlClientBase.GridLinesBrush</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Charts.RangeControlClient.ChartRangeControlClientBase.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.RangeControlClient.ChartRangeControlClientBase.ShowArgumentLabels">
      <summary>
        <para>Gets or sets a value that specifies whether to show a data point’s argument label in the chart range control client. This is a dependency property.</para>
      </summary>
      <value>true, to display an argument  label of a data point in the chart range control client;  otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.RangeControlClient.ChartRangeControlClientBase.ShowArgumentLabelsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.RangeControlClient.ChartRangeControlClientBase.ShowArgumentLabels">ChartRangeControlClientBase.ShowArgumentLabels</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.RangeControlClient.ChartRangeControlClientBase.ShowGridLines">
      <summary>
        <para>Gets or sets a value indicating whether the grid lines should be visible in the chart range control client. This is a dependency property.</para>
      </summary>
      <value>true, to show the grid lines in the chart client; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.RangeControlClient.ChartRangeControlClientBase.ShowGridLinesProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.RangeControlClient.ChartRangeControlClientBase.ShowGridLines">ChartRangeControlClientBase.ShowGridLines</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.RangeControlClient.ChartRangeControlClientBase.ThumbLabelFormatString">
      <summary>
        <para>Gets or sets the pattern for formatting thumb label values of the chart range control client. This is a dependency property.</para>
      </summary>
      <value>The format pattern.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.RangeControlClient.ChartRangeControlClientBase.ThumbLabelFormatStringProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.RangeControlClient.ChartRangeControlClientBase.ThumbLabelFormatString">ChartRangeControlClientBase.ThumbLabelFormatString</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.RangeControlClient.ChartSnapBehavior">
      <summary>
        <para>Specifies that the <see cref="T:DevExpress.Xpf.Editors.RangeControl.RangeControl">Range control</see>‘s selected range is aligned by the bound chart’s measurement.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.RangeControlClient.ChartSnapBehavior.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.RangeControlClient.ChartSnapBehavior"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.RangeControlClient.DateTimeChartRangeControlClient">
      <summary>
        <para>Shows a date-time data within a range control’s viewport.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.RangeControlClient.DateTimeChartRangeControlClient.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.RangeControlClient.DateTimeChartRangeControlClient"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.RangeControlClient.DateTimeChartRangeControlClient.GridAlignment">
      <summary>
        <para>Gets or sets the date-time measure unit to which the chart’s gridlines and labels should be aligned.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Charts.RangeControlClient.DateTimeGridAlignment"/> enumeration value that represents the measurement unit to which the chart’s gridlines and labels should be aligned.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.RangeControlClient.DateTimeChartRangeControlClient.GridAlignmentProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.RangeControlClient.DateTimeChartRangeControlClient.GridAlignment">DateTimeChartRangeControlClient.GridAlignment</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.RangeControlClient.DateTimeChartRangeControlClient.SnapAlignment">
      <summary>
        <para>Specifies the measurement unit to which selection thumbs of the range control are snapped.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Charts.DateTimeMeasurementUnit"/> enumeration value representing the selection thumbs alignment interval.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.RangeControlClient.DateTimeChartRangeControlClient.SnapAlignmentProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.RangeControlClient.DateTimeChartRangeControlClient.SnapAlignment">DateTimeChartRangeControlClient.SnapAlignment</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.RangeControlClient.DateTimeGridAlignment">
      <summary>
        <para>Lists the values that specify the date-time measurement unit to which the beginning of a diagram’s gridlines and labels should be aligned.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.RangeControlClient.DateTimeGridAlignment.Auto">
      <summary>
        <para>The  date-time unit to which axis gridlines should be aligned is calculated automatically.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.RangeControlClient.DateTimeGridAlignment.Day">
      <summary>
        <para>Specifies a day as the date-time unit to which axis gridlines should be aligned.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.RangeControlClient.DateTimeGridAlignment.Hour">
      <summary>
        <para>Specifies an hour as the date-time unit to which axis grid lines should be aligned.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.RangeControlClient.DateTimeGridAlignment.Millisecond">
      <summary>
        <para>Specifies a millisecond as the date-time unit to which axis grid lines should be aligned.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.RangeControlClient.DateTimeGridAlignment.Minute">
      <summary>
        <para>Specifies a minute as the date-time unit to which axis grid lines should be aligned.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.RangeControlClient.DateTimeGridAlignment.Month">
      <summary>
        <para>Specifies a month as the date-time unit to which axis grid lines should be aligned.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.RangeControlClient.DateTimeGridAlignment.Quarter">
      <summary>
        <para>Specifies a quarter of a year as the date-time unit to which axis grid lines should be aligned.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.RangeControlClient.DateTimeGridAlignment.Second">
      <summary>
        <para>Specifies a second as the date-time unit to which axis grid lines should be aligned.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.RangeControlClient.DateTimeGridAlignment.Week">
      <summary>
        <para>Specifies a week as the date-time unit to which axis grid lines should be aligned.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.RangeControlClient.DateTimeGridAlignment.Year">
      <summary>
        <para>Specifies a year as the date-time unit to which axis grid lines should be aligned.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.RangeControlClient.GridAndSnapBehaviorBase">
      <summary>
        <para>The base class for all scale options’ behaviors</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.RangeControlClient.GridBehaviorBase">
      <summary>
        <para>The base class for all scale options’ grid behaviors.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.RangeControlClient.ManualGridBehavior">
      <summary>
        <para>The behavior which forms the Client’s grid using manually specified offset, spacing and, for the date-time scale, alignment.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.RangeControlClient.ManualGridBehavior.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.RangeControlClient.ManualGridBehavior"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.RangeControlClient.ManualGridBehavior.Alignment">
      <summary>
        <para>Gets or sets the units in which the <see cref="P:DevExpress.Xpf.Charts.RangeControlClient.ManualGridBehavior.Offset">ManualGridBehavior.Offset</see> and <see cref="P:DevExpress.Xpf.Charts.RangeControlClient.ManualGridBehavior.Spacing">ManualGridBehavior.Spacing</see> properties are measured, when data has the date-time argument. This is a dependency property.</para>
      </summary>
      <value>The units in which the <see cref="P:DevExpress.Xpf.Charts.RangeControlClient.ManualGridBehavior.Offset">ManualGridBehavior.Offset</see> and <see cref="P:DevExpress.Xpf.Charts.RangeControlClient.ManualGridBehavior.Spacing">ManualGridBehavior.Spacing</see> properties are measured, when data has the date-time argument.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.RangeControlClient.ManualGridBehavior.AlignmentProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.RangeControlClient.ManualGridBehavior.Alignment">ManualGridBehavior.Alignment</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.RangeControlClient.ManualGridBehavior.Offset">
      <summary>
        <para>Gets or sets the offset of grid lines. This is a dependency property.</para>
      </summary>
      <value>The offset of grid lines.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.RangeControlClient.ManualGridBehavior.OffsetProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.RangeControlClient.ManualGridBehavior.Offset">ManualGridBehavior.Offset</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.RangeControlClient.ManualGridBehavior.Spacing">
      <summary>
        <para>Gets or sets the spacing between two grid lines. This is a dependency property.</para>
      </summary>
      <value>The spacing between two grid lines.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.RangeControlClient.ManualGridBehavior.SpacingProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.RangeControlClient.ManualGridBehavior.Spacing">ManualGridBehavior.Spacing</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.RangeControlClient.ManualSnapBehavior">
      <summary>
        <para>The snap behavior whose offset, spacing and alignment parameters should be specified manually.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.RangeControlClient.ManualSnapBehavior.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.RangeControlClient.ManualSnapBehavior"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.RangeControlClient.ManualSnapBehavior.Alignment">
      <summary>
        <para>Gets or sets the units in which the <see cref="P:DevExpress.Xpf.Charts.RangeControlClient.ManualSnapBehavior.Offset">ManualSnapBehavior.Offset</see> and <see cref="P:DevExpress.Xpf.Charts.RangeControlClient.ManualSnapBehavior.Spacing">ManualSnapBehavior.Spacing</see> properties are measured, when data has the date-time argument. This is a dependency property.</para>
      </summary>
      <value>The units in which the <see cref="P:DevExpress.Xpf.Charts.RangeControlClient.ManualSnapBehavior.Offset">ManualSnapBehavior.Offset</see> and <see cref="P:DevExpress.Xpf.Charts.RangeControlClient.ManualSnapBehavior.Spacing">ManualSnapBehavior.Spacing</see> properties are measured, when data has the date-time argument.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.RangeControlClient.ManualSnapBehavior.AlignmentProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.RangeControlClient.ManualSnapBehavior.Alignment">ManualSnapBehavior.Alignment</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.RangeControlClient.ManualSnapBehavior.Offset">
      <summary>
        <para>Gets or sets the initial offset of snap points. This is a dependency property.</para>
      </summary>
      <value>The offset of snap points.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.RangeControlClient.ManualSnapBehavior.OffsetProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.RangeControlClient.ManualSnapBehavior.Offset">ManualSnapBehavior.Offset</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.RangeControlClient.ManualSnapBehavior.Spacing">
      <summary>
        <para>Gets or sets the spacing between two snapping points. This is a dependency property.</para>
      </summary>
      <value>The spacing between two snapping points.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.RangeControlClient.ManualSnapBehavior.SpacingProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.RangeControlClient.ManualSnapBehavior.Spacing">ManualSnapBehavior.Spacing</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.RangeControlClient.NumericChartRangeControlClient">
      <summary>
        <para>Shows a numeric data within the range control’s viewport.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.RangeControlClient.NumericChartRangeControlClient.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.RangeControlClient.NumericChartRangeControlClient"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.RangeControlClient.NumericChartRangeControlClient.GridAlignment">
      <summary>
        <para>Gets or sets the numeric unit for the numeric chart client to which the chart’s gridlines and labels should be aligned.</para>
      </summary>
      <value>A <see cref="T:System.Double"/>  value which specifies the grid alignment for the numeric chart range control client.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.RangeControlClient.NumericChartRangeControlClient.GridAlignmentProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.RangeControlClient.NumericChartRangeControlClient.GridAlignment">NumericChartRangeControlClient.GridAlignment</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.RangeControlClient.NumericChartRangeControlClient.SnapAlignment">
      <summary>
        <para>Specifies the alignment of selection thumbs in the range control’s viewport.</para>
      </summary>
      <value>A double value representing the selection thumbs alignment interval.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.RangeControlClient.NumericChartRangeControlClient.SnapAlignmentProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.RangeControlClient.NumericChartRangeControlClient.SnapAlignment">NumericChartRangeControlClient.SnapAlignment</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.RangeControlClient.RangeControlClientAreaView">
      <summary>
        <para>Changes the chart client view to Area view.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.RangeControlClient.RangeControlClientAreaView.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.RangeControlClient.RangeControlClientAreaView"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.RangeControlClient.RangeControlClientAreaView.AreaOpacity">
      <summary>
        <para>Specifies the opacity (0-255) of the range control client area view.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value from 0 (transparent) to 1 (opaque).</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.RangeControlClient.RangeControlClientAreaView.AreaOpacityProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.RangeControlClient.RangeControlClientAreaView.AreaOpacity">RangeControlClientAreaView.AreaOpacity</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.RangeControlClient.RangeControlClientBarView">
      <summary>
        <para>Changes the chart client view to Bar view.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.RangeControlClient.RangeControlClientBarView.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.RangeControlClient.RangeControlClientBarView"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.RangeControlClient.RangeControlClientBarView.BarDistance">
      <summary>
        <para>Gets or sets the distance value (in pixels) between two neighboring bars of the range control client bar view.</para>
      </summary>
      <value>An integer value that represents the distance between two neighboring bars, in pixels.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.RangeControlClient.RangeControlClientBarView.BarDistanceProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.RangeControlClient.RangeControlClientBarView.BarDistance">RangeControlClientBarView.BarDistance</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.RangeControlClient.RangeControlClientLineView">
      <summary>
        <para>Changes the chart client view to Line view.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.RangeControlClient.RangeControlClientLineView.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.RangeControlClient.RangeControlClientLineView"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.RangeControlClient.RangeControlClientLineView.MarkerBrush">
      <summary>
        <para>Gets or sets the color with which to draw data point markers of a range control client line view.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Media.SolidColorBrush"/> that defines the color with which to draw markers.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.RangeControlClient.RangeControlClientLineView.MarkerBrushProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.RangeControlClient.RangeControlClientLineView.MarkerBrush">RangeControlClientLineView.MarkerBrush</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.RangeControlClient.RangeControlClientLineView.MarkerSize">
      <summary>
        <para>Gets or sets the marker size for data points in the range control client line view.</para>
      </summary>
      <value>An integer value which specifies the marker’s size, in pixels.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.RangeControlClient.RangeControlClientLineView.MarkerSizeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.RangeControlClient.RangeControlClientLineView.MarkerSize">RangeControlClientLineView.MarkerSize</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.RangeControlClient.RangeControlClientLineView.ShowMarkers">
      <summary>
        <para>Gets or sets a value specifying the visibility of point markers on a chart client line view.</para>
      </summary>
      <value>true to show markers for each data point; false to hide them.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.RangeControlClient.RangeControlClientLineView.ShowMarkersProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.RangeControlClient.RangeControlClientLineView.ShowMarkers">RangeControlClientLineView.ShowMarkers</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.RangeControlClient.RangeControlClientView">
      <summary>
        <para>Represents the base class for all chart client views of the range control.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.RangeControlClient.RangeControlClientView.Brush">
      <summary>
        <para>Gets or sets the color of the range control client view.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Media.SolidColorBrush"/> object, which specifies the color of the range control client view.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.RangeControlClient.RangeControlClientView.BrushProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.RangeControlClient.RangeControlClientView.Brush">RangeControlClientView.Brush</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.RangeControlClient.RangeControlClientView.TypeNameSerializable">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.RangeControlClient.RangeControlOptions">
      <summary>
        <para>The storage of settings that specify series appearance in the Range Control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.RangeControlClient.RangeControlOptions.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.RangeControlClient.RangeControlOptions"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.RangeControlClient.RangeControlOptions.UseSeriesBrush">
      <summary>
        <para>Gets or sets the value indicating whether the series’ representation in the Range Control uses the series’ brush. This is a dependency property.</para>
      </summary>
      <value>true if the the series’ representation in the Range Control uses the series’ brush; false if the the series’ representation in the Range Control uses a brush from a <see href="https://docs.devexpress.com/WPF/7406/common-concepts/themes">theme</see>.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.RangeControlClient.RangeControlOptions.UseSeriesBrushProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.RangeControlClient.RangeControlOptions.UseSeriesBrush">RangeControlOptions.UseSeriesBrush</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.RangeControlClient.RangeControlOptions.ValueLevel">
      <summary>
        <para>Gets or sets the value that specifies series points’ values that a series representation within the Range Control should use to draw itself. This is a dependency property.</para>
      </summary>
      <value>The value that specifies series points’ values that a series representation within the Range Control should use to draw itself.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.RangeControlClient.RangeControlOptions.ValueLevelProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.RangeControlClient.RangeControlOptions.ValueLevel">RangeControlOptions.ValueLevel</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.RangeControlClient.RangeControlOptions.View">
      <summary>
        <para>Gets or sets the view that configures the series’ appearance within the Range Control. This is a dependency property.</para>
      </summary>
      <value>The object that configures the series’ appearance within the Range Control.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.RangeControlClient.RangeControlOptions.ViewProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.RangeControlClient.RangeControlOptions.View">RangeControlOptions.View</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.RangeControlClient.RangeControlOptions.Visible">
      <summary>
        <para>Gets or sets the value indicating whether the Range Control visualized the series data. This is a dependency property.</para>
      </summary>
      <value>true if the Range Control visualizes the series data; otherwise false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.RangeControlClient.RangeControlOptions.VisibleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.RangeControlClient.RangeControlOptions.Visible">RangeControlOptions.Visible</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.RangeControlClient.ScaleOptions">
      <summary>
        <para>The Chart bound Range Control scale options storage.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.RangeControlClient.ScaleOptions.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.RangeControlClient.ScaleOptions"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.RangeControlClient.ScaleOptions.GridBehavior">
      <summary>
        <para>Gets or sets the behavior that specifies how the Chart bound Range Control Client forms its grid. This is a dependency property.</para>
      </summary>
      <value>The <see cref="T:DevExpress.Xpf.Charts.RangeControlClient.GridBehaviorBase"/>‘s child class that specifies grid behavior.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.RangeControlClient.ScaleOptions.GridBehaviorProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.RangeControlClient.ScaleOptions.GridBehavior">ScaleOptions.GridBehavior</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.RangeControlClient.ScaleOptions.LabelFormat">
      <summary>
        <para>Gets or sets the string used to format chart client label values. This is a dependency property.</para>
      </summary>
      <value>A format string.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.RangeControlClient.ScaleOptions.LabelFormatProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.RangeControlClient.ScaleOptions.LabelFormat">ScaleOptions.LabelFormat</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.RangeControlClient.ScaleOptions.LabelFormatProvider">
      <summary>
        <para>Gets or set the format provider to format the values displayed by  labels of the chart range control client. This is a dependency property.</para>
      </summary>
      <value>An object of a class that implements a <see cref="T:System.IFormatProvider"/> that supplies specific formatting information on the values displayed by labels of the chart range control client.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.RangeControlClient.ScaleOptions.LabelFormatProviderProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.RangeControlClient.ScaleOptions.LabelFormatProvider">ScaleOptions.LabelFormatProvider</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.RangeControlClient.ScaleOptions.SnapBehavior">
      <summary>
        <para>Gets or sets the behavior that specifies how the Chart bound Range Control Client snaps its range bounds. This is a dependency property.</para>
      </summary>
      <value>The <see cref="T:DevExpress.Xpf.Charts.RangeControlClient.SnapBehaviorBase"/>‘s child class instance that specifies a snapping behavior.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.RangeControlClient.ScaleOptions.SnapBehaviorProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.RangeControlClient.ScaleOptions.SnapBehavior">ScaleOptions.SnapBehavior</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.RangeControlClient.SnapBehaviorBase">
      <summary>
        <para>The base class for all scale options’ snap behaviors.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.RangeControlClient.TimeSpanChartRangeControlClient">
      <summary>
        <para>Shows time-span data within a range control’s viewport.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.RangeControlClient.TimeSpanChartRangeControlClient.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.RangeControlClient.TimeSpanChartRangeControlClient"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.RangeControlClient.TimeSpanChartRangeControlClient.GridAlignment">
      <summary>
        <para>Gets or sets the time-span measurement unit to which the chart’s gridlines and labels should be aligned.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Charts.RangeControlClient.TimeSpanGridAlignment"/> enumeration value that represents the measurement unit to which the chart’s gridlines and labels should be aligned.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.RangeControlClient.TimeSpanChartRangeControlClient.GridAlignmentProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.RangeControlClient.TimeSpanChartRangeControlClient.GridAlignment">TimeSpanChartRangeControlClient.GridAlignment</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.RangeControlClient.TimeSpanChartRangeControlClient.SnapAlignment">
      <summary>
        <para>Specifies the measurement unit to which selection thumbs of the range control are snapped.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Charts.TimeSpanMeasureUnit"/> enumeration value that represents the selection thumbs’ alignment interval.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.RangeControlClient.TimeSpanChartRangeControlClient.SnapAlignmentProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.RangeControlClient.TimeSpanChartRangeControlClient.SnapAlignment">TimeSpanChartRangeControlClient.SnapAlignment</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.RangeControlClient.TimeSpanGridAlignment">
      <summary>
        <para>Lists the values that specify the time-span measurement unit to which the beginning of a diagram’s gridlines and labels should be aligned.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.RangeControlClient.TimeSpanGridAlignment.Auto">
      <summary>
        <para>The time-span unit to which axis gridlines should be aligned is calculated automatically.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.RangeControlClient.TimeSpanGridAlignment.Day">
      <summary>
        <para>Specifies a day as the time-span unit to which axis gridlines should be aligned.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.RangeControlClient.TimeSpanGridAlignment.Hour">
      <summary>
        <para>Specifies an hour as the time-span unit to which axis grid lines should be aligned.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.RangeControlClient.TimeSpanGridAlignment.Millisecond">
      <summary>
        <para>Specifies a millisecond as the time-span unit to which axis grid lines should be aligned.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.RangeControlClient.TimeSpanGridAlignment.Minute">
      <summary>
        <para>Specifies a minute as the time-span unit to which axis grid lines should be aligned.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.RangeControlClient.TimeSpanGridAlignment.Second">
      <summary>
        <para>Specifies a second as the time-span unit to which axis grid lines should be aligned.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.RangeInfo">
      <summary>
        <para>Information about an axis range.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.RangeInfo.Max">
      <summary>
        <para>Returns the internal representation of the axis range’s maximum value.</para>
      </summary>
      <value>The internal representation of the axis range’s maximum value.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.RangeInfo.MaxValue">
      <summary>
        <para>Returns the axis range’s maximum value.</para>
      </summary>
      <value>The axis range’s maximum value.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.RangeInfo.Min">
      <summary>
        <para>Returns the internal representation of the axis range’s minimum value.</para>
      </summary>
      <value>The internal representation of the axis range’s minimum value.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.RangeInfo.MinValue">
      <summary>
        <para>Returns the axis range’s minimum value.</para>
      </summary>
      <value>The axis range’s minimum value.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.RangeSegmentColorizer">
      <summary>
        <para>The colorizer that allows you to paint a line/area segment based on a its value range.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.RangeSegmentColorizer.#ctor">
      <summary>
        <para>Initializes a new instance of the RangeSegmentColorizer class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.RangeSegmentColorizer.LegendTextPattern">
      <summary>
        <para>Gets or sets the pattern to format the text that the legend shows for a color range.</para>
      </summary>
      <value>A string that is the text pattern.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.RangeSegmentColorizer.LegendTextPatternProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.RangeSegmentColorizer.LegendTextPattern">RangeSegmentColorizer.LegendTextPattern</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.RangeSegmentColorizer.Palette">
      <summary>
        <para>Gets or sets the palette that provides colors for the colorizer.</para>
      </summary>
      <value>The colorizer palette.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.RangeSegmentColorizer.PaletteProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.RangeSegmentColorizer.Palette">RangeSegmentColorizer.Palette</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.RangeSegmentColorizer.RangeStops">
      <summary>
        <para>Returns the collection of double values that form ranges to determine the color a line/area segment should have.</para>
      </summary>
      <value>The collection that contains range stops.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.RangeSegmentColorizer.RangeStopsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.RangeSegmentColorizer.RangeStops">RangeSegmentColorizer.RangeStops</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.RangeSegmentColorizer.ShowInLegend">
      <summary>
        <para>Gets or sets the value whether to show the colorizer items in the <see href="https://docs.devexpress.com/WPF/6343/controls-and-libraries/charts-suite/chart-control/legends">legend</see>.</para>
      </summary>
      <value>The value that defines whether the colorizer provides items for a legend.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.RangeSegmentColorizer.ShowInLegendProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.RangeSegmentColorizer.RangeStops">RangeSegmentColorizer.RangeStops</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.RateOfChange">
      <summary>
        <para>A Rate of Change indicator.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.RateOfChange.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.RateOfChange"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.RateOfChange.PointsCount">
      <summary>
        <para>Gets or sets the number of <see href="https://docs.devexpress.com/WPF/6340/controls-and-libraries/charts-suite/chart-control/series/series-points">data points</see> used to calculate the indicator.</para>
      </summary>
      <value>An integer value, specifying the number of points.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.RateOfChange.PointsCountProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.RateOfChange.PointsCount">RateOfChange.PointsCount</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.RateOfChange.ValueLevel">
      <summary>
        <para>Gets or sets the value specifying which series point value should be used to calculate the indicator.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraCharts.ValueLevel"/> enumeration value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.RateOfChange.ValueLevelProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.RateOfChange.ValueLevel">RateOfChange.ValueLevel</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.RectanglePie3DModel">
      <summary>
        <para>The Rectangle <see href="https://docs.devexpress.com/WPF/4287/controls-and-libraries/charts-suite/chart-control/series/3d-series-types/pie-and-donut-series">3D Pie</see> <see href="https://docs.devexpress.com/WPF/4285/controls-and-libraries/charts-suite/chart-control/series/series-and-marker-models">model</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.RectanglePie3DModel.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.RectanglePie3DModel"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.RectanglePie3DModel.ModelName">
      <summary>
        <para>Gets the name of the <see cref="T:DevExpress.Xpf.Charts.RectanglePie3DModel"/>.</para>
      </summary>
      <value>Always “Rectangle”.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.RedOrangePalette">
      <summary>
        <para>Represents the RedOrange palette.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.RedOrangePalette.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.RedOrangePalette"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.RedOrangePalette.PaletteName">
      <summary>
        <para>Gets the name of the <see cref="T:DevExpress.Xpf.Charts.RedOrangePalette"/>.</para>
      </summary>
      <value>Always RedOrange.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.RedPalette">
      <summary>
        <para>Represents the Red palette.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.RedPalette.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.RedPalette"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.RedPalette.PaletteName">
      <summary>
        <para>Gets the name of the <see cref="T:DevExpress.Xpf.Charts.RedPalette"/>.</para>
      </summary>
      <value>Always Red.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.ReductionColorMode">
      <summary>
        <para>Lists the values that are used to define how <see href="https://docs.devexpress.com/WPF/8351/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/financial-series">financial series</see> points will be painted.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ReductionColorMode.OpenToCloseValue">
      <summary>
        <para>Points are colorized with a color defined by the <see cref="P:DevExpress.Xpf.Charts.ReductionStockOptions.Brush">ReductionStockOptions.Brush</see> property if the point open value is greater than the point close value (the price is decreased).</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ReductionColorMode.PreviousToCurrentPoint">
      <summary>
        <para>Points are colorized with color specified by the <see cref="P:DevExpress.Xpf.Charts.ReductionStockOptions.Brush">ReductionStockOptions.Brush</see> property if a value of previous point is greater than the value of the current point (the value is decreased). The <see cref="P:DevExpress.Xpf.Charts.ReductionStockOptions.Level">ReductionStockOptions.Level</see> property specifies the point value that should be compared.</para>
        <para />
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.ReductionStockOptions">
      <summary>
        <para>Contains settings relating to the price reduction indication within the 2D financial series (e.g. <see href="https://docs.devexpress.com/WPF/6849/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/financial-series/stock">Stock</see> or <see href="https://docs.devexpress.com/WPF/6850/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/financial-series/candle-stick">Candle Stick</see>).</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ReductionStockOptions.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.ReductionStockOptions"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ReductionStockOptions.Brush">
      <summary>
        <para>Gets or sets the color of a 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">ReductionStockOptions.Brush</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ReductionStockOptions.ColorMode">
      <summary>
        <para>Gets or sets the mode used to colorize the financial series points.</para>
      </summary>
      <value>The specified color mode.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ReductionStockOptions.ColorModeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ReductionStockOptions.ColorMode">ReductionStockOptions.ColorMode</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ReductionStockOptions.Enabled">
      <summary>
        <para>Gets or sets a value that specifies whether price reductions are indicated within a series.</para>
      </summary>
      <value>true if price reductions are indicated; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ReductionStockOptions.EnabledProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ReductionStockOptions.Enabled">ReductionStockOptions.Enabled</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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.</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">ReductionStockOptions.Level</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.RedVioletPalette">
      <summary>
        <para>Represents the RedViolet palette.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.RedVioletPalette.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.RedVioletPalette"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.RedVioletPalette.PaletteName">
      <summary>
        <para>Gets the name of the <see cref="T:DevExpress.Xpf.Charts.RedVioletPalette"/>.</para>
      </summary>
      <value>Always RedViolet.</value>
    </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 <see cref="T:DevExpress.Xpf.Charts.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 <see cref="T:DevExpress.Xpf.Charts.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="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 <see cref="P:DevExpress.Xpf.Charts.RegressionLine.ValueLevel">RegressionLine.ValueLevel</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.RelativePosition">
      <summary>
        <para>The settings for the annotation position depending on its anchor point.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.RelativePosition.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.RelativePosition"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.RelativePosition.Angle">
      <summary>
        <para>Specifies the angle by which an annotation is rotated around its anchor point.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value specifying an angle in degrees.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.RelativePosition.AngleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.RelativePosition.Angle">RelativePosition.Angle</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.RelativePosition.ConnectorLength">
      <summary>
        <para>Specifies the length of the line connecting the annotation with its anchor point.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value specifying the annotation connector length.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.RelativePosition.ConnectorLengthProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.RelativePosition.ConnectorLength">RelativePosition.ConnectorLength</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.RelativeStrengthIndex">
      <summary>
        <para>A Relative Strength Index indicator.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.RelativeStrengthIndex.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.RelativeStrengthIndex"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.RelativeStrengthIndex.PointsCount">
      <summary>
        <para>Gets or sets the number of <see href="https://docs.devexpress.com/WPF/6340/controls-and-libraries/charts-suite/chart-control/series/series-points">data points</see> used to calculate the indicator.</para>
      </summary>
      <value>An integer value, specifying the number of points.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.RelativeStrengthIndex.PointsCountProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.RelativeStrengthIndex.PointsCount">RelativeStrengthIndex.PointsCount</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.RelativeStrengthIndex.ValueLevel">
      <summary>
        <para>Gets or sets the value specifying which series point value should be used to calculate the indicator.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraCharts.ValueLevel"/> enumeration value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.RelativeStrengthIndex.ValueLevelProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.RelativeStrengthIndex.ValueLevel">RelativeStrengthIndex.ValueLevel</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.ResolveOverlappingMode">
      <summary>
        <para>Lists the values that specify the overlapping resolving algorithm to be applied to <see href="https://docs.devexpress.com/WPF/6340/controls-and-libraries/charts-suite/chart-control/series/series-points">series point labels</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ResolveOverlappingMode.Default">
      <summary>
        <para>The default algorithm to re-position labels in a random way, to avoid overlapping labels.</para>
        <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>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ResolveOverlappingMode.JustifyAllAroundPoint">
      <summary>
        <para>All labels (both overlapping and non-overlapping) change their position. They are re-positioned in such a way, so that they are moved around the corresponding point’s center, but their indent from the point center is preserved.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ResolveOverlappingMode.JustifyAroundPoint">
      <summary>
        <para>Only labels that are overlapping change their position. They are re-positioned in such a way, so that they are moved around the corresponding point’s center, but their indent from the point center is preserved.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ResolveOverlappingMode.None">
      <summary>
        <para>The overlapping resolving algorithm is disabled.</para>
        <para />
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.RingMarker2DModel">
      <summary>
        <para>The Ring marker <see href="https://docs.devexpress.com/WPF/4285/controls-and-libraries/charts-suite/chart-control/series/series-and-marker-models">model</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.RingMarker2DModel.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.RingMarker2DModel"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.RingMarker2DModel.ModelName">
      <summary>
        <para>Gets the name of the <see cref="T:DevExpress.Xpf.Charts.RingMarker2DModel"/>.</para>
      </summary>
      <value>Always “Ring”.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.RoundedCubeMarker3DModel">
      <summary>
        <para>The Rounded Cube 3D marker <see href="https://docs.devexpress.com/WPF/4285/controls-and-libraries/charts-suite/chart-control/series/series-and-marker-models">model</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.RoundedCubeMarker3DModel.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.RoundedCubeMarker3DModel"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.RoundedCubeMarker3DModel.ModelName">
      <summary>
        <para>Gets the name of the <see cref="T:DevExpress.Xpf.Charts.RoundedCubeMarker3DModel"/>.</para>
      </summary>
      <value>Always “Rounded Cube”.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.RoundedRectanglePie3DModel">
      <summary>
        <para>A rounded rectangle <see href="https://docs.devexpress.com/WPF/4287/controls-and-libraries/charts-suite/chart-control/series/3d-series-types/pie-and-donut-series">3D Pie</see> <see href="https://docs.devexpress.com/WPF/4285/controls-and-libraries/charts-suite/chart-control/series/series-and-marker-models">model</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.RoundedRectanglePie3DModel.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.RoundedRectanglePie3DModel"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.RoundedRectanglePie3DModel.ModelName">
      <summary>
        <para>Returns the “Rounded Rectangle” string.</para>
      </summary>
      <value>The “Rounded Rectangle” string.</value>
    </member>
    <member name="N:DevExpress.Xpf.Charts.Sankey">
      <summary>
        <para>Contains classes that implement the <see cref="T:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl"/> functionality.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Sankey.EmptySankeyText">
      <summary>
        <para>Displays the text that indicates that the <see cref="T:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl"/> has no data.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Sankey.EmptySankeyText.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Sankey.EmptySankeyText"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Sankey.SankeyColorizerBase">
      <summary>
        <para>A base class for Sankey <see cref="T:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl">colorizers</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Sankey.SankeyColorizerBase.GetLinkSourceColor(DevExpress.Xpf.Charts.Sankey.SankeyLink)">
      <summary>
        <para>Returns the <see cref="T:DevExpress.Xpf.Charts.Sankey.SankeyLink">Sankey link</see> source color.</para>
      </summary>
      <param name="link">The <see cref="T:DevExpress.Xpf.Charts.Sankey.SankeyLink">Sankey link</see> object that is colorized.</param>
      <returns>The <see cref="T:DevExpress.Xpf.Charts.Sankey.SankeyLink">Sankey link</see> source color.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Sankey.SankeyColorizerBase.GetLinkTargetColor(DevExpress.Xpf.Charts.Sankey.SankeyLink)">
      <summary>
        <para>Returns the <see cref="T:DevExpress.Xpf.Charts.Sankey.SankeyLink">Sankey link</see> target color.</para>
      </summary>
      <param name="link">The <see cref="T:DevExpress.Xpf.Charts.Sankey.SankeyLink">Sankey link</see> object that is colorized.</param>
      <returns>The <see cref="T:DevExpress.Xpf.Charts.Sankey.SankeyLink">Sankey link</see> target color.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Sankey.SankeyColorizerBase.GetNodeColor(DevExpress.Xpf.Charts.Sankey.SankeyNode)">
      <summary>
        <para>Returns the <see cref="T:DevExpress.Xpf.Charts.Sankey.SankeyNode">Sankey node</see> color.</para>
      </summary>
      <param name="info">The <see cref="T:DevExpress.Xpf.Charts.Sankey.SankeyNode">Sankey node</see> object that is colored.</param>
      <returns>The node color.</returns>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl">
      <summary>
        <para>Displays a multilevel Sankey diagram.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl.Colorizer">
      <summary>
        <para>Gets or sets the <see cref="T:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl">colorizer</see> used to colorize Sankey items.</para>
      </summary>
      <value>The colorizer object.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl.ColorizerProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl.Colorizer"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl.DataSource">
      <summary>
        <para>Specifies the object from which the Sankey Diagram Control retrieves its data items.</para>
      </summary>
      <value>The data source object.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl.DataSourceProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl.DataSource"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl.EmptySankeyText">
      <summary>
        <para>Contains settings of the text that is displayed when the <see cref="T:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl"/> has no data.</para>
      </summary>
      <value>Settings of the text that is displayed when the <see cref="T:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl"/> has no data.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl.EmptySankeyTextProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl.EmptySankeyText"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl.EnableHighlighting">
      <summary>
        <para>Specifies whether a user can highlight Sankey items.</para>
      </summary>
      <value>true if Sankey items can be highlighted; otherwise, false. The default value is true.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl.EnableHighlightingProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl.EnableHighlighting"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl.ExportToDocx(System.IO.Stream,DevExpress.XtraPrinting.DocxExportOptions)">
      <summary>
        <para>Exports the Sankey Diagram Control to a stream in DOCX format with the specified export settings.</para>
      </summary>
      <param name="stream">The stream for output data.</param>
      <param name="options">Export settings.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl.ExportToDocx(System.IO.Stream)">
      <summary>
        <para>Exports the Sankey Diagram Control in DOCX format to the specified stream.</para>
      </summary>
      <param name="stream">The stream for output data.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl.ExportToDocx(System.String,DevExpress.XtraPrinting.DocxExportOptions)">
      <summary>
        <para>Exports the Sankey Diagram Control to a file in DOCX format with the specified export settings.</para>
      </summary>
      <param name="filePath">The file path that includes the file name and extension.</param>
      <param name="options">Export settings.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl.ExportToDocx(System.String)">
      <summary>
        <para>Exports the Sankey Diagram Control in DOCX format to the specified file.</para>
      </summary>
      <param name="filePath">The file path that includes the file name and extension.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl.ExportToHtml(System.IO.Stream,DevExpress.XtraPrinting.HtmlExportOptions)">
      <summary>
        <para>Exports the Sankey Diagram Control to a stream in HTML format with the specified export settings.</para>
      </summary>
      <param name="stream">The stream for output data.</param>
      <param name="options">Export settings.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl.ExportToHtml(System.IO.Stream)">
      <summary>
        <para>Exports the Sankey Diagram Control in HTML format to the specified stream.</para>
      </summary>
      <param name="stream">The stream for output data.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl.ExportToHtml(System.String,DevExpress.XtraPrinting.HtmlExportOptions)">
      <summary>
        <para>Exports the Sankey Diagram Control to a file in HTML format with the specified export settings.</para>
      </summary>
      <param name="filePath">The file path that includes the file name and extension.</param>
      <param name="options">Export settings.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl.ExportToHtml(System.String)">
      <summary>
        <para>Exports the Sankey Diagram Control in HTML format to the specified file.</para>
      </summary>
      <param name="filePath">The file path that includes the file name and extension.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl.ExportToImage(System.IO.Stream,DevExpress.XtraPrinting.ImageExportOptions)">
      <summary>
        <para>Exports the Sankey Diagram Control as an image to a stream. The export settings passed as a parameter are used.</para>
      </summary>
      <param name="stream">The stream for output data.</param>
      <param name="options">Export settings.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl.ExportToImage(System.IO.Stream)">
      <summary>
        <para>Exports the Sankey Diagram Control as an image to the specified stream.</para>
      </summary>
      <param name="stream">The stream for output data.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl.ExportToImage(System.String,DevExpress.XtraPrinting.ImageExportOptions)">
      <summary>
        <para>Exports the Sankey Diagram Control as an image to a file. The export settings passed as a parameter are used.</para>
      </summary>
      <param name="filePath">The file path that includes the file name and extension.</param>
      <param name="options">Export settings.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl.ExportToImage(System.String)">
      <summary>
        <para>Exports the Sankey Diagram Control as an image to the specified file.</para>
      </summary>
      <param name="filePath">The file path that includes the file name and extension.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl.ExportToMht(System.IO.Stream,DevExpress.XtraPrinting.MhtExportOptions)">
      <summary>
        <para>Exports the Sankey Diagram Control to a stream in MHT format with the specified export settings.</para>
      </summary>
      <param name="stream">The stream for output data.</param>
      <param name="options">Export settings.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl.ExportToMht(System.IO.Stream)">
      <summary>
        <para>Exports the Sankey Diagram Control in MHT format to the specified stream.</para>
      </summary>
      <param name="stream">The stream for output data.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl.ExportToMht(System.String,DevExpress.XtraPrinting.MhtExportOptions)">
      <summary>
        <para>Exports the Sankey Diagram Control to a file in MHT format with the specified export settings.</para>
      </summary>
      <param name="filePath">The file path that includes the file name and extension.</param>
      <param name="options">Export settings.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl.ExportToMht(System.String)">
      <summary>
        <para>Exports the Sankey Diagram Control in MHT format to the specified file.</para>
      </summary>
      <param name="filePath">The file path that includes the file name and extension.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl.ExportToPdf(System.IO.Stream,DevExpress.XtraPrinting.PdfExportOptions)">
      <summary>
        <para>Exports the Sankey Diagram Control to a stream in PDF format with the specified export settings.</para>
      </summary>
      <param name="stream">The stream for output data.</param>
      <param name="options">Export settings.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl.ExportToPdf(System.IO.Stream)">
      <summary>
        <para>Exports the Sankey Diagram Control in PDF format to the specified stream.</para>
      </summary>
      <param name="stream">The stream for output data.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl.ExportToPdf(System.String,DevExpress.XtraPrinting.PdfExportOptions)">
      <summary>
        <para>Exports the Sankey Diagram Control to a file in PDF format with the specified export settings.</para>
      </summary>
      <param name="filePath">The file path that includes the file name and extension.</param>
      <param name="options">Export settings.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl.ExportToPdf(System.String)">
      <summary>
        <para>Exports the Sankey Diagram Control in PDF format to the specified file.</para>
      </summary>
      <param name="filePath">The file path that includes the file name and extension.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl.ExportToRtf(System.IO.Stream,DevExpress.XtraPrinting.RtfExportOptions)">
      <summary>
        <para>Exports the Sankey Diagram Control to a stream in RTF format with the specified export settings.</para>
      </summary>
      <param name="stream">The stream for output data.</param>
      <param name="options">Export settings.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl.ExportToRtf(System.IO.Stream)">
      <summary>
        <para>Exports the Sankey Diagram Control in RTF format to the specified stream.</para>
      </summary>
      <param name="stream">The stream for output data.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl.ExportToRtf(System.String,DevExpress.XtraPrinting.RtfExportOptions)">
      <summary>
        <para>Exports the Sankey Diagram Control to a file in RTF format with the specified export settings.</para>
      </summary>
      <param name="filePath">The file path that includes the file name and extension.</param>
      <param name="options">Export settings.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl.ExportToRtf(System.String)">
      <summary>
        <para>Exports the Sankey Diagram Control in RTF format to the specified file.</para>
      </summary>
      <param name="filePath">The file path that includes the file name and extension.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl.ExportToSvg(System.IO.Stream)">
      <summary>
        <para>Exports the Sankey Diagram Control in SVG format to the specified stream.</para>
      </summary>
      <param name="stream">The stream for output data.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl.ExportToSvg(System.String)">
      <summary>
        <para>Exports the Sankey Diagram Control in SVG format to the specified file.</para>
      </summary>
      <param name="filePath">The file path that includes the file name and extension.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl.ExportToXls(System.IO.Stream,DevExpress.XtraPrinting.XlsExportOptions)">
      <summary>
        <para>Exports the Sankey Diagram Control to a stream in XLS format with the specified export settings.</para>
      </summary>
      <param name="stream">The stream for output data.</param>
      <param name="options">Export settings.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl.ExportToXls(System.IO.Stream)">
      <summary>
        <para>Exports the Sankey Diagram Control in XLS format to the specified stream.</para>
      </summary>
      <param name="stream">The stream for output data.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl.ExportToXls(System.String,DevExpress.XtraPrinting.XlsExportOptions)">
      <summary>
        <para>Exports the Sankey Diagram Control to a file in XLS format with the specified export settings.</para>
      </summary>
      <param name="filePath">The file path that includes the file name and extension.</param>
      <param name="options">Export settings.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl.ExportToXls(System.String)">
      <summary>
        <para>Exports the Sankey Diagram Control in XLS format to the specified file.</para>
      </summary>
      <param name="filePath">The file path that includes the file name and extension.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl.ExportToXlsx(System.IO.Stream,DevExpress.XtraPrinting.XlsxExportOptions)">
      <summary>
        <para>Exports the Sankey Diagram Control to a stream in XLSX format with the specified export settings.</para>
      </summary>
      <param name="stream">The stream for output data.</param>
      <param name="options">Export settings.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl.ExportToXlsx(System.IO.Stream)">
      <summary>
        <para>Exports the Sankey Diagram Control in XLSX format to the specified stream.</para>
      </summary>
      <param name="stream">The stream for output data.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl.ExportToXlsx(System.String,DevExpress.XtraPrinting.XlsxExportOptions)">
      <summary>
        <para>Exports the Sankey Diagram Control to a file in XLSX format with the specified export settings.</para>
      </summary>
      <param name="filePath">The file path that includes the file name and extension.</param>
      <param name="options">Export settings.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl.ExportToXlsx(System.String)">
      <summary>
        <para>Exports the Sankey Diagram Control in XLSX format to the specified file.</para>
      </summary>
      <param name="filePath">The file path that includes the file name and extension.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl.ExportToXps(System.IO.Stream,DevExpress.XtraPrinting.XpsExportOptions)">
      <summary>
        <para>Exports the Sankey Diagram Control to a stream in XPS format with the specified export settings.</para>
      </summary>
      <param name="stream">The stream for output data.</param>
      <param name="options">Export settings.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl.ExportToXps(System.IO.Stream)">
      <summary>
        <para>Exports the Sankey Diagram Control in XPS format to the specified stream.</para>
      </summary>
      <param name="stream">The stream for output data.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl.ExportToXps(System.String,DevExpress.XtraPrinting.XpsExportOptions)">
      <summary>
        <para>Exports the Sankey Diagram Control to a file in XPS format with the specified export settings.</para>
      </summary>
      <param name="filePath">The file path that includes the file name and extension.</param>
      <param name="options">Export settings.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl.ExportToXps(System.String)">
      <summary>
        <para>Exports the Sankey Diagram Control in XPS format to the specified file.</para>
      </summary>
      <param name="filePath">The file path that includes the file name and extension.</param>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl.HighlightedItems">
      <summary>
        <para>Gets or sets the collection of data objects that are used to create highlighted links and nodes.</para>
      </summary>
      <value>The collection of of data objects that are used to create highlighted links and nodes.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl.HighlightedItemsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl.HighlightedItems"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl.LayoutAlgorithm">
      <summary>
        <para>Specifies <see cref="T:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl">Sankey</see> layout algorithm settings.</para>
      </summary>
      <value>Contains <see cref="T:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl">Sankey</see> layout algorithm settings.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl.LayoutAlgorithmProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl.LayoutAlgorithm"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl.LinkToolTipContentTemplate">
      <summary>
        <para>Specifies the data template used to display the tooltip’s <see cref="T:DevExpress.Xpf.Charts.Sankey.SankeyLink">Sankey link</see> content.</para>
      </summary>
      <value>The data template used to display the tooltip’s Sankey link content.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl.LinkToolTipContentTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl.LinkToolTipContentTemplate"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl.LoadFromFile(System.String)">
      <summary>
        <para>Restores the diagram’s layout from an XML file.</para>
      </summary>
      <param name="fileName">The path to the file that contains the layout.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl.LoadFromStream(System.IO.Stream)">
      <summary>
        <para>Restores the diagram’s layout from a stream.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> descendant from which the layout is loaded.</param>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl.NodeComparer">
      <summary>
        <para>Gets or sets an algorithm that sorts nodes.</para>
      </summary>
      <value>An object of a class that implements the IComparer&lt;SankeyNode&gt; interface.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl.NodeComparerProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl.NodeComparer"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl.NodeLabel">
      <summary>
        <para>Specifies Sankey node label settings.</para>
      </summary>
      <value>Contains the node label settings.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl.NodeLabelProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl.NodeLabel"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl.NodeTemplate">
      <summary>
        <para>Defines the data template that customizes the node appearance.</para>
      </summary>
      <value>The data template used to customize the node appearance.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl.NodeTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl.NodeTemplate"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl.NodeToolTipContentTemplate">
      <summary>
        <para>Specifies the data template used to display the tooltip’s <see cref="T:DevExpress.Xpf.Charts.Sankey.SankeyNode">Sankey node</see> content.</para>
      </summary>
      <value>The data template used to display the tooltip’s Sankey node content.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl.NodeToolTipContentTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl.NodeToolTipContentTemplate"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl.OnApplyTemplate">
      <summary>
        <para>Inherited from the <see cref="T:System.Windows.FrameworkElement">FrameworkElement</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl.Print">
      <summary>
        <para>Invokes the Print dialog and prints the current Sankey Diagram Control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl.PrintDirect">
      <summary>
        <para>Prints the Sankey Diagram Control on the default printer.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl.PrintDirect(System.String)">
      <summary>
        <para>Prints the Sankey Diagram Control on a printer with the specified name.</para>
      </summary>
      <param name="printerName">The printer name.</param>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl.PrintOptions">
      <summary>
        <para>Specifies the print options of the Sankey Diagram Control.</para>
      </summary>
      <value>The object that contains Sankey print options.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl.PrintOptionsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl.PrintOptions"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl.SaveToFile(System.String)">
      <summary>
        <para>Saves the diagram’s layout to an XML file.</para>
      </summary>
      <param name="fileName">The path to the file that stores the layout.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl.SaveToStream(System.IO.Stream)">
      <summary>
        <para>Saves the diagram’s layout to a stream.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> descendant to which the diagram’s layout is saved.</param>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl.SelectedItems">
      <summary>
        <para>Gets or sets the collection of selected Sankey links and nodes.</para>
      </summary>
      <value>The collection of selected Sankey links and nodes.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl.SelectedItemsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl.SelectedItems"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl.SelectionMode">
      <summary>
        <para>Specifies the selection mode for Sankey nodes and links.</para>
      </summary>
      <value>A value that defines Sankey selection mode.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl.SelectionModeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl.SelectionMode"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl.ShouldSerializeNodeComparer(System.Windows.Markup.XamlDesignerSerializationManager)">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl.ShowPrintPreview(System.Windows.Window,System.String,System.String)">
      <summary>
        <para>Creates a document that contains the Sankey Diagram Control and displays it in the <see href="https://docs.devexpress.com/WPF/9697/controls-and-libraries/printing-exporting/concepts/document-preview">Print Preview</see> window. The document name, the Print Preview owner, and title are passed as parameters.</para>
      </summary>
      <param name="owner">The Print Preview’s owner.</param>
      <param name="documentName">The name of the document.</param>
      <param name="title">The Print Preview title.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl.ShowPrintPreview(System.Windows.Window,System.String)">
      <summary>
        <para>Creates a document that contains the Sankey Diagram Control and displays it in the <see href="https://docs.devexpress.com/WPF/9697/controls-and-libraries/printing-exporting/concepts/document-preview">Print Preview</see> window. The document name, the Print Preview owner are passed as parameters.</para>
      </summary>
      <param name="owner">The Print Preview’s owner.</param>
      <param name="documentName">The name of the document.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl.ShowPrintPreview(System.Windows.Window)">
      <summary>
        <para>Creates a document that contains the Sankey Diagram Control and displays it in the <see href="https://docs.devexpress.com/WPF/9697/controls-and-libraries/printing-exporting/concepts/document-preview">Print Preview</see> window. The Print Preview owner is passed as a parameter.</para>
      </summary>
      <param name="owner">The Print Preview’s owner.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl.ShowPrintPreviewDialog(System.Windows.Window,System.String,System.String)">
      <summary>
        <para>Creates a document that contains the Sankey Diagram Control and displays the <see href="https://docs.devexpress.com/WPF/9697/controls-and-libraries/printing-exporting/concepts/document-preview">Print Preview</see> as a modal window. The document name, the Print Preview owner, and title are passed as parameters.</para>
      </summary>
      <param name="owner">The Print Preview’s owner.</param>
      <param name="documentName">The name of the document.</param>
      <param name="title">The Print Preview title.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl.ShowPrintPreviewDialog(System.Windows.Window,System.String)">
      <summary>
        <para>Creates a document that contains the Sankey Diagram Control and displays the <see href="https://docs.devexpress.com/WPF/9697/controls-and-libraries/printing-exporting/concepts/document-preview">Print Preview</see> as a modal window. The document name, the Print Preview owner are passed as parameters.</para>
      </summary>
      <param name="owner">The Print Preview’s owner.</param>
      <param name="documentName">The name of the document.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl.ShowPrintPreviewDialog(System.Windows.Window)">
      <summary>
        <para>Creates a document that contains the Sankey Diagram Control and displays the <see href="https://docs.devexpress.com/WPF/9697/controls-and-libraries/printing-exporting/concepts/document-preview">Print Preview</see> as a modal window. The Print Preview owner is passed as a parameter.</para>
      </summary>
      <param name="owner">The Print Preview’s owner.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl.ShowRibbonPrintPreview(System.Windows.Window,System.String,System.String)">
      <summary>
        <para>Creates a document that contains the Sankey Diagram Control and displays the <see href="https://docs.devexpress.com/WPF/9697/controls-and-libraries/printing-exporting/concepts/document-preview">Print Preview</see> of the document with a Ribbon toolbar. The document name, the Print Preview owner, and title are passed as parameters.</para>
      </summary>
      <param name="owner">The Print Preview’s owner.</param>
      <param name="documentName">The name of the document.</param>
      <param name="title">The Print Preview title.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl.ShowRibbonPrintPreview(System.Windows.Window,System.String)">
      <summary>
        <para>Creates a document that contains the Sankey Diagram Control and displays the <see href="https://docs.devexpress.com/WPF/9697/controls-and-libraries/printing-exporting/concepts/document-preview">Print Preview</see> of the document with a Ribbon toolbar. The document name, the Print Preview owner are passed as parameters.</para>
      </summary>
      <param name="owner">The Print Preview’s owner.</param>
      <param name="documentName">The name of the document.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl.ShowRibbonPrintPreview(System.Windows.Window)">
      <summary>
        <para>Creates a document that contains the Sankey Diagram Control and displays the <see href="https://docs.devexpress.com/WPF/9697/controls-and-libraries/printing-exporting/concepts/document-preview">Print Preview</see> of the document with a Ribbon toolbar. The Print Preview owner is passed as a parameter.</para>
      </summary>
      <param name="owner">The Print Preview’s owner.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl.ShowRibbonPrintPreviewDialog(System.Windows.Window,System.String,System.String)">
      <summary>
        <para>Creates a document that contains the Sankey Diagram Control and displays the <see href="https://docs.devexpress.com/WPF/9697/controls-and-libraries/printing-exporting/concepts/document-preview">Print Preview</see> of the document with a Ribbon toolbar as a modal window. The document name, the Print Preview owner, and title are passed as parameters.</para>
      </summary>
      <param name="owner">The Print Preview’s owner.</param>
      <param name="documentName">The name of the document.</param>
      <param name="title">The Print Preview title.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl.ShowRibbonPrintPreviewDialog(System.Windows.Window,System.String)">
      <summary>
        <para>Creates a document that contains the Sankey Diagram Control and displays the <see href="https://docs.devexpress.com/WPF/9697/controls-and-libraries/printing-exporting/concepts/document-preview">Print Preview</see> of the document with a Ribbon toolbar as a modal window. The document name, the Print Preview owner are passed as parameters.</para>
      </summary>
      <param name="owner">The Print Preview’s owner.</param>
      <param name="documentName">The name of the document.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl.ShowRibbonPrintPreviewDialog(System.Windows.Window)">
      <summary>
        <para>Creates a document that contains the Sankey Diagram Control and displays the <see href="https://docs.devexpress.com/WPF/9697/controls-and-libraries/printing-exporting/concepts/document-preview">Print Preview</see> of the document with a Ribbon toolbar as a modal window. The Print Preview owner is passed as a parameter.</para>
      </summary>
      <param name="owner">The Print Preview’s owner.</param>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl.SmallSankeyText">
      <summary>
        <para>Contains settings of the text that is displayed when the <see cref="T:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl"/> is too small to display the diagram.</para>
      </summary>
      <value>Settings of the text that is displayed when the <see cref="T:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl"/> is too small to display the diagram.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl.SmallSankeyTextProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl.SmallSankeyText"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl.SourceDataMember">
      <summary>
        <para>Specifies the name of a data member that contains source node labels.</para>
      </summary>
      <value>The name of a data member that contains source node labels.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl.SourceDataMemberProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl.SourceDataMember"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl.TargetDataMember">
      <summary>
        <para>Specifies the name of a data member that contains target node labels.</para>
      </summary>
      <value>The name of a data member that contains target node labels.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl.TargetDataMemberProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl.TargetDataMember"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl.Titles">
      <summary>
        <para>Returns the diagram’s title collection.</para>
      </summary>
      <value>A collection of titles.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl.TitlesProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl.Titles"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl.ToolTipOptions">
      <summary>
        <para>Specifies tooltip options of the <see cref="T:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl">Sankey diagram</see>.</para>
      </summary>
      <value>Contains Sankey diagram tooltip options.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl.ToolTipOptionsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl.ToolTipOptions"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl.ToolTipTemplate">
      <summary>
        <para>Defines the data template that customizes tooltip appearance of Sankey nodes and links.</para>
      </summary>
      <value>The data template used to customize tooltip appearance.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl.ToolTipTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl.ToolTipTemplate"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl.ViewOptions">
      <summary>
        <para>Returns view options of the <see cref="T:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl">Sankey diagram</see>.</para>
      </summary>
      <value>Contains view options of the <see cref="T:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl">Sankey diagram</see>.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl.ViewOptionsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl.ViewOptions"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl.WeightDataMember">
      <summary>
        <para>Specifies the name of a data member that contains link weights.</para>
      </summary>
      <value>The name of a data member that contains link weights.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl.WeightDataMemberProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl.WeightDataMember"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Sankey.SankeyLayoutAlgorithmBase">
      <summary>
        <para>The base class for classes that implement <see cref="T:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl">Sankey</see> layout algorithms.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Sankey.SankeyLayoutAlgorithmBase.CalculateNodeBounds(System.Collections.Generic.IEnumerable{DevExpress.Charts.Sankey.ISankeyNodeLayoutItem},DevExpress.Utils.DXRectangle)">
      <summary>
        <para>Calculates node bounds.</para>
      </summary>
      <param name="nodes">The node collection.</param>
      <param name="bounds">Sankey diagram bounds without titles and paddings.</param>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Sankey.SankeyLinearLayoutAlgorithm">
      <summary>
        <para>Contains <see cref="T:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl">Sankey</see> linear layout algorithm settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Sankey.SankeyLinearLayoutAlgorithm.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Sankey.SankeyLinearLayoutAlgorithm"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Sankey.SankeyLinearLayoutAlgorithm.ActualResolveOverlapping">
      <summary>
        <para>Returns a value that indicates whether nodes are automatically repositioned to avoid link overlap.</para>
      </summary>
      <value>true if nodes are repositioned to avoid link overlap; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Sankey.SankeyLinearLayoutAlgorithm.NodeAlignment">
      <summary>
        <para>Specifies the node alignment within the <see cref="T:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl">Sankey</see> diagram control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Charts.Sankey.SankeyNodeAlignment"/> value that specifies the node alignment.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Sankey.SankeyLinearLayoutAlgorithm.NodeAlignmentProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Sankey.SankeyLinearLayoutAlgorithm.NodeAlignment"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Sankey.SankeyLinearLayoutAlgorithm.ResolveOverlapping">
      <summary>
        <para>Indicates whether nodes are automatically repositioned to avoid link overlap.</para>
      </summary>
      <value>true if nodes are repositioned to avoid link overlap; otherwise, false. The default value is true.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Sankey.SankeyLinearLayoutAlgorithm.ResolveOverlappingProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Sankey.SankeyLinearLayoutAlgorithm.ResolveOverlapping"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Sankey.SankeyLink">
      <summary>
        <para>Contains information about a <see cref="T:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl">Sankey diagram</see> link.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Sankey.SankeyLink.SourceNode">
      <summary>
        <para>Returns the source node of the <see cref="T:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl">Sankey diagram</see> link.</para>
      </summary>
      <value>The source node of the <see cref="T:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl">Sankey diagram</see> link.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Sankey.SankeyLink.Tags">
      <summary>
        <para>Contains objects from the <see cref="T:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl">Sankey diagram</see> data source that are used to create the link.</para>
      </summary>
      <value>Objects from the <see cref="T:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl">Sankey diagram</see> data source that are used to create the link.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Sankey.SankeyLink.TargetNode">
      <summary>
        <para>Returns the target node of the <see cref="T:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl">Sankey diagram</see> link.</para>
      </summary>
      <value>The target node of the <see cref="T:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl">Sankey diagram</see> link.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Sankey.SankeyLink.TotalWeight">
      <summary>
        <para>Returns the weight of the link.</para>
      </summary>
      <value>The weight of the link.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Sankey.SankeyNode">
      <summary>
        <para>A node of the <see cref="T:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl">Sankey diagram</see>.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Sankey.SankeyNode.InputLinks">
      <summary>
        <para>Returns <see cref="T:DevExpress.Xpf.Charts.Sankey.SankeyLink">links</see> for which the current node is the <see cref="P:DevExpress.Xpf.Charts.Sankey.SankeyLink.TargetNode">target</see>.</para>
      </summary>
      <value>Contains links for which the current node is the target.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Sankey.SankeyNode.Level">
      <summary>
        <para>Returns the <see cref="T:DevExpress.Xpf.Charts.Sankey.SankeyNode">Sankey node</see> level.</para>
      </summary>
      <value>The <see cref="T:DevExpress.Xpf.Charts.Sankey.SankeyNode">Sankey node</see> level.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Sankey.SankeyNode.OutputLinks">
      <summary>
        <para>Returns <see cref="T:DevExpress.Xpf.Charts.Sankey.SankeyLink">links</see> for which the current node is the <see cref="P:DevExpress.Xpf.Charts.Sankey.SankeyLink.SourceNode">source</see>.</para>
      </summary>
      <value>Contains links for which the current node is the source.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Sankey.SankeyNode.SourceWeight">
      <summary>
        <para>Returns the summarized weight of all links for which the current node is the <see cref="P:DevExpress.Xpf.Charts.Sankey.SankeyLink.SourceNode">source</see>.</para>
      </summary>
      <value>The summarized weight of all links for which the current node is the source.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Sankey.SankeyNode.Tag">
      <summary>
        <para>Contains an object from the <see cref="T:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl">Sankey diagram</see> data source that is used to create the node.</para>
      </summary>
      <value>An object from the <see cref="T:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl">Sankey diagram</see> data source that is used to create the node.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Sankey.SankeyNode.TargetWeight">
      <summary>
        <para>Returns the summarized weight of all links for which the current node is the <see cref="P:DevExpress.Xpf.Charts.Sankey.SankeyLink.TargetNode">target</see>.</para>
      </summary>
      <value>The summarized weight of all links for which the current node is the target.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Sankey.SankeyNode.TotalWeight">
      <summary>
        <para>Returns the maximum value between the <see cref="P:DevExpress.Xpf.Charts.Sankey.SankeyNode.SourceWeight">source</see> and <see cref="P:DevExpress.Xpf.Charts.Sankey.SankeyNode.TargetWeight">target</see> weights of the node.</para>
      </summary>
      <value>The maximum value between the <see cref="P:DevExpress.Xpf.Charts.Sankey.SankeyNode.SourceWeight">source</see> and <see cref="P:DevExpress.Xpf.Charts.Sankey.SankeyNode.TargetWeight">target</see> weights of the node.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Sankey.SankeyNodeAlignment">
      <summary>
        <para>Lists values that specify node alignment within the <see cref="T:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl">Sankey</see> diagram control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Sankey.SankeyNodeAlignment.Center">
      <summary>
        <para>Nodes are centered on the Sankey diagram control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Sankey.SankeyNodeAlignment.Far">
      <summary>
        <para>Nodes are aligned to the top of the <see cref="T:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl"/>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Sankey.SankeyNodeAlignment.Near">
      <summary>
        <para>Nodes are aligned to the bottom of the Sankey diagram control.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Sankey.SankeyNodeItem">
      <summary>
        <para>Contains <see cref="T:DevExpress.Xpf.Charts.Sankey.SankeyNode">Sankey node</see> options.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Sankey.SankeyNodeItem.#ctor(DevExpress.Charts.Sankey.Native.SankeyNodeLayoutInfo)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Sankey.SankeyNodeItem"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Sankey.SankeyNodeItem.Brush">
      <summary>
        <para>Returns the <see cref="T:System.Windows.Media.Brush"/> object used to paint the node.</para>
      </summary>
      <value>The <see cref="T:System.Windows.Media.Brush"/> object used to paint the node.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Sankey.SankeyNodeItem.Node">
      <summary>
        <para>Returns the <see cref="T:DevExpress.Xpf.Charts.Sankey.SankeyNode"/> object.</para>
      </summary>
      <value>The <see cref="T:DevExpress.Xpf.Charts.Sankey.SankeyNode"/> object.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Sankey.SankeyNodeItem.OpacityMask">
      <summary>
        <para>Returns the opacity mask of the Sankey node.</para>
      </summary>
      <value>The opacity mask of the Sankey node.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Sankey.SankeyNodeLabel">
      <summary>
        <para>A node label of the <see cref="T:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl">Sankey Diagram Control</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Sankey.SankeyNodeLabel.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Sankey.SankeyNodeLabel"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Sankey.SankeyNodeLabel.ContentTemplate">
      <summary>
        <para>Specifies the data template to display the Sankey node label content.</para>
      </summary>
      <value>The data template used to display the Sankey node label content.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Sankey.SankeyNodeLabel.ContentTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Sankey.SankeyNodeLabel.ContentTemplate"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Sankey.SankeyNodeLabel.TextOrientation">
      <summary>
        <para>Gets or sets the Sankey node label orientation.</para>
      </summary>
      <value>Specifies the node label orientation.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Sankey.SankeyNodeLabel.TextOrientationProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Sankey.SankeyNodeLabel.TextOrientation"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Sankey.SankeyPaletteColorizer">
      <summary>
        <para>A colorizer that uses a palette to color nodes of the <see cref="T:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl">Sankey Diagram Control</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Sankey.SankeyPaletteColorizer.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Sankey.SankeyPaletteColorizer"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Sankey.SankeyPaletteColorizer.GetLinkSourceColor(DevExpress.Xpf.Charts.Sankey.SankeyLink)">
      <summary>
        <para>Returns the <see cref="T:DevExpress.Xpf.Charts.Sankey.SankeyLink">Sankey link</see> source color.</para>
      </summary>
      <param name="link">The <see cref="T:DevExpress.Xpf.Charts.Sankey.SankeyLink">Sankey link</see> object that is colorized.</param>
      <returns>The <see cref="T:DevExpress.Xpf.Charts.Sankey.SankeyLink">Sankey link</see> source color.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Sankey.SankeyPaletteColorizer.GetLinkTargetColor(DevExpress.Xpf.Charts.Sankey.SankeyLink)">
      <summary>
        <para>Returns the <see cref="T:DevExpress.Xpf.Charts.Sankey.SankeyLink">Sankey link</see> target color.</para>
      </summary>
      <param name="link">The <see cref="T:DevExpress.Xpf.Charts.Sankey.SankeyLink">Sankey link</see> object that is colorized.</param>
      <returns>The <see cref="T:DevExpress.Xpf.Charts.Sankey.SankeyLink">Sankey link</see> target color.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Sankey.SankeyPaletteColorizer.GetNodeColor(DevExpress.Xpf.Charts.Sankey.SankeyNode)">
      <summary>
        <para>Returns the <see cref="T:DevExpress.Xpf.Charts.Sankey.SankeyNode">Sankey node</see> color.</para>
      </summary>
      <param name="node">The <see cref="T:DevExpress.Xpf.Charts.Sankey.SankeyNode">Sankey node</see> object that is colored.</param>
      <returns>The node color.</returns>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Sankey.SankeyPaletteColorizer.LinkBrush">
      <summary>
        <para>Specifies the <see cref="T:DevExpress.Xpf.Charts.Sankey.SankeyLink">Sankey link</see> color.</para>
      </summary>
      <value>The <see cref="T:DevExpress.Xpf.Charts.Sankey.SankeyLink">Sankey link</see> color.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Sankey.SankeyPaletteColorizer.LinkBrushProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Sankey.SankeyPaletteColorizer.LinkBrush"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Sankey.SankeyPaletteColorizer.Palette">
      <summary>
        <para>Gets or sets the palette that contains colors for the <see cref="T:DevExpress.Xpf.Charts.Sankey.SankeyPaletteColorizer"/>.</para>
      </summary>
      <value>The colorizer palette.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Sankey.SankeyPaletteColorizer.PaletteProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Sankey.SankeyPaletteColorizer.Palette"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Sankey.SankeyPaletteColorizer.TypeNameSerializable">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Sankey.SankeyPrintOptions">
      <summary>
        <para>Contains print options of the Sankey Diagram Control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Sankey.SankeyPrintOptions.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Sankey.SankeyPrintOptions"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Sankey.SankeyPrintOptions.SizeMode">
      <summary>
        <para>Specifies the <see cref="T:DevExpress.Xpf.Charts.PrintSizeMode">size mode</see> used to print the Sankey Diagram Control.</para>
      </summary>
      <value>The size mode value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Sankey.SankeyPrintOptions.SizeModeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Sankey.SankeyPrintOptions.SizeMode"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Sankey.SankeySelectionMode">
      <summary>
        <para>Lists Sankey selection modes.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Sankey.SankeySelectionMode.Extended">
      <summary>
        <para>A user can select a single Sankey link or a node with the related links. A user can hold down the Shift or Ctrl key to select multiple Sankey links and nodes.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Sankey.SankeySelectionMode.Multiple">
      <summary>
        <para>A user can select multiple Sankey links and nodes.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Sankey.SankeySelectionMode.None">
      <summary>
        <para>A user cannot select Sankey links and nodes.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Sankey.SankeySelectionMode.Single">
      <summary>
        <para>A user can select a single Sankey link or a node with the related links.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Sankey.SankeyTextElement">
      <summary>
        <para>The base class for the <see cref="T:DevExpress.Xpf.Charts.Sankey.SankeyTitle"/>, <see cref="T:DevExpress.Xpf.Charts.Sankey.SmallSankeyText"/>, and <see cref="T:DevExpress.Xpf.Charts.Sankey.EmptySankeyText"/> classes.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Sankey.SankeyTextElement.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Sankey.SankeyTextElement"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Sankey.SankeyTitle">
      <summary>
        <para>Returns the <see cref="T:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl">Sankey diagram</see> title settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Sankey.SankeyTitle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Sankey.SankeyTitle"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Sankey.SankeyTitle.Dock">
      <summary>
        <para>Gets or sets the diagram edge to which the title is docked.</para>
      </summary>
      <value>The diagram edge to which the title is docked.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Sankey.SankeyTitle.DockProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Sankey.SankeyTitle.Dock"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Sankey.SankeyTitle.TypeNameSerializable">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Sankey.SankeyTitle.Visible">
      <summary>
        <para>Indicates whether the <see cref="T:DevExpress.Xpf.Charts.Sankey.SankeyTitle"/> is visible.</para>
      </summary>
      <value>true, if the title is visible; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Sankey.SankeyTitle.VisibleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Sankey.SankeyTitle.Visible"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Sankey.SankeyTitleCollection">
      <summary>
        <para>Contains a collection of the <see cref="T:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl">Sankey diagram</see> titles.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Sankey.SankeyTitleCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Sankey.SankeyTitleCollection"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Sankey.SankeyTitleCollection.AddRange(System.Collections.Generic.IEnumerable{DevExpress.Xpf.Charts.Sankey.SankeyTitle})">
      <summary>
        <para>Adds multiple <see cref="T:DevExpress.Xpf.Charts.Sankey.SankeyTitle">Sankey titles</see> to the <see cref="T:DevExpress.Xpf.Charts.Sankey.SankeyTitleCollection"/>.</para>
      </summary>
      <param name="items">A range of titles.</param>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Sankey.SankeyToolTipInfo">
      <summary>
        <para>Contains Sankey tooltip text options.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Sankey.SankeyToolTipInfo.SourceObject">
      <summary>
        <para>Returns the object for which the tooltip is displayed.</para>
      </summary>
      <value>The object for which the tooltip is displayed.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Sankey.SankeyToolTipInfo.ToolTipText">
      <summary>
        <para>Returns the default tooltip’s text.</para>
      </summary>
      <value>The default tooltip’s text.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Sankey.SankeyToolTipItem">
      <summary>
        <para>Contains Sankey tooltip options.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Sankey.SankeyToolTipItem.ContentTemplate">
      <summary>
        <para>Returns the tooltip’s content template.</para>
      </summary>
      <value>The tooltip’s content template.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Sankey.SankeyToolTipItem.Info">
      <summary>
        <para>Returns the <see cref="T:DevExpress.Xpf.Charts.Sankey.SankeyToolTipInfo"/> object that contains tooltip options.</para>
      </summary>
      <value>Contains tooltip options.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Sankey.SankeyToolTipItem.Position">
      <summary>
        <para>Returns coordinates of the tooltip’s top left corner in pixels.</para>
      </summary>
      <value>Coordinates of the tooltip’s top left corner in pixels.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Sankey.SankeyToolTipItem.Visible">
      <summary>
        <para>Indicates whether the <see cref="T:DevExpress.Xpf.Charts.Sankey.SankeyToolTipItem"/> is visible.</para>
      </summary>
      <value>true, if the tooltip item is visible; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Sankey.SankeyToolTipOptions">
      <summary>
        <para>Contains tooltip options for the <see cref="T:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl">Sankey diagram</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Sankey.SankeyToolTipOptions.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Sankey.SankeyToolTipOptions"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Sankey.SankeyToolTipOptions.AutoPopDelay">
      <summary>
        <para>Gets or sets the time interval during which the tooltip is displayed.</para>
      </summary>
      <value>The time interval during which the tooltip is displayed.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Sankey.SankeyToolTipOptions.AutoPopDelayProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Sankey.SankeyToolTipOptions.AutoPopDelay"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Sankey.SankeyToolTipOptions.CloseOnClick">
      <summary>
        <para>Specifies whether a tooltip is closed when its corresponding visual element is clicked.</para>
      </summary>
      <value>true, if a tooltip is closed when its corresponding visual element is clicked; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Sankey.SankeyToolTipOptions.CloseOnClickProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Sankey.SankeyToolTipOptions.CloseOnClick"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Sankey.SankeyToolTipOptions.InitialDelay">
      <summary>
        <para>Gets or sets the delay before the tooltip is displayed.</para>
      </summary>
      <value>The delay before the tooltip is displayed.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Sankey.SankeyToolTipOptions.InitialDelayProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Sankey.SankeyToolTipOptions.InitialDelay"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Sankey.SankeyToolTipOptions.LinkToolTipEnabled">
      <summary>
        <para>Specifies whether tooltips are enabled for <see cref="T:DevExpress.Xpf.Charts.Sankey.SankeyLink">Sankey links</see>.</para>
      </summary>
      <value>true, if <see cref="T:DevExpress.Xpf.Charts.Sankey.SankeyLink">Sankey link</see> tooltips are enabled; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Sankey.SankeyToolTipOptions.LinkToolTipEnabledProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Sankey.SankeyToolTipOptions.LinkToolTipEnabled"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Sankey.SankeyToolTipOptions.NodeToolTipEnabled">
      <summary>
        <para>Specifies whether tooltips are enabled for <see cref="T:DevExpress.Xpf.Charts.Sankey.SankeyNode">Sankey nodes</see>.</para>
      </summary>
      <value>true, if <see cref="T:DevExpress.Xpf.Charts.Sankey.SankeyNode">Sankey node</see> tooltips are enabled; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Sankey.SankeyToolTipOptions.NodeToolTipEnabledProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Sankey.SankeyToolTipOptions.NodeToolTipEnabled"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Sankey.SankeyToolTipOptions.OpenMode">
      <summary>
        <para>Specifies when <see cref="T:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl">Sankey diagram</see> tooltips are displayed.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Charts.ToolTipOpenMode"/> enumeration value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Sankey.SankeyToolTipOptions.OpenModeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Sankey.SankeyToolTipOptions.OpenMode"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Sankey.SankeyViewOptions">
      <summary>
        <para>Contains view options of the <see cref="T:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl">Sankey diagram</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Sankey.SankeyViewOptions.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Sankey.SankeyViewOptions"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Sankey.SankeyViewOptions.LinkTransparency">
      <summary>
        <para>Gets or sets the <see cref="T:DevExpress.Xpf.Charts.Sankey.SankeyLink">Sankey link</see>‘s transparency.</para>
      </summary>
      <value>A value from 0 (opaque) to 1 (transparent).</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Sankey.SankeyViewOptions.LinkTransparencyProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Sankey.SankeyViewOptions.LinkTransparency"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Sankey.SankeyViewOptions.NodeWidth">
      <summary>
        <para>Gets or sets the <see cref="T:DevExpress.Xpf.Charts.Sankey.SankeyNode">Sankey node</see>‘s width.</para>
      </summary>
      <value>The <see cref="T:DevExpress.Xpf.Charts.Sankey.SankeyNode">Sankey node</see>‘s width.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Sankey.SankeyViewOptions.NodeWidthProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Sankey.SankeyViewOptions.NodeWidth"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Sankey.SankeyViewOptions.VerticalNodeIndent">
      <summary>
        <para>Specifies the vertical indent between <see cref="T:DevExpress.Xpf.Charts.Sankey.SankeyNode">Sankey nodes</see>.</para>
      </summary>
      <value>The vertical indent between <see cref="T:DevExpress.Xpf.Charts.Sankey.SankeyNode">Sankey nodes</see>.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Sankey.SankeyViewOptions.VerticalNodeIndentProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Sankey.SankeyViewOptions.VerticalNodeIndent"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Sankey.SmallSankeyText">
      <summary>
        <para>Contains settings of the text that is displayed when the <see cref="T:DevExpress.Xpf.Charts.Sankey.SankeyDiagramControl"/> is too small to display the diagram.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Sankey.SmallSankeyText.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Sankey.SmallSankeyText"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.ScaleBreak">
      <summary>
        <para>The individual scale break within the collection.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ScaleBreak.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.ScaleBreak"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ScaleBreak.Edge1">
      <summary>
        <para>Gets or sets the scale break’s first edge.</para>
      </summary>
      <value>A <see cref="T:System.Object"/>  that specifies the scale break’s first edge.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ScaleBreak.Edge1Property">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ScaleBreak.Edge1">ScaleBreak.Edge1</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ScaleBreak.Edge2">
      <summary>
        <para>Gets or sets the scale break’s second edge.</para>
      </summary>
      <value>A <see cref="T:System.Object"/>  that specifies the scale break’s second edge.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ScaleBreak.Edge2Property">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ScaleBreak.Edge2">ScaleBreak.Edge2</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ScaleBreak.Visible">
      <summary>
        <para>Specifies whether the scale break is visible.</para>
      </summary>
      <value>true if  the scale is visible; otherwise false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ScaleBreak.VisibleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ScaleBreak.Visible">ScaleBreak.Visible</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.ScaleBreakCollection">
      <summary>
        <para>The collection of the manually created axis scale breaks.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ScaleBreakCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.ScaleBreakCollection"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.ScaleBreakOptions">
      <summary>
        <para>The storage of axis scale break appearance settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ScaleBreakOptions.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.ScaleBreakOptions"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ScaleBreakOptions.ActualLineStyle">
      <summary>
        <para>Returns the actual line style of the scale breaks. This is a dependency property.</para>
      </summary>
      <value>The line style settings.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ScaleBreakOptions.ActualLineStyleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ScaleBreakOptions.ActualLineStyle">ScaleBreakOptions.ActualLineStyle</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ScaleBreakOptions.Brush">
      <summary>
        <para>Gets or sets the brush to draw the scale break edges.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Media.Brush"/> object that specifies a scale break color.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ScaleBreakOptions.BrushProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ScaleBreakOptions.Brush">ScaleBreakOptions.Brush</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ScaleBreakOptions.LineStyle">
      <summary>
        <para>Gets or sets the style of the line that is used to draw a scale break.</para>
      </summary>
      <value>The style that specifies the line appearance settings.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ScaleBreakOptions.LineStyleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ScaleBreakOptions.LineStyle">ScaleBreakOptions.LineStyle</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ScaleBreakOptions.SizeInPixels">
      <summary>
        <para>Gets or sets the scale break size.</para>
      </summary>
      <value>The distance between scale break edges, in pixels.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ScaleBreakOptions.SizeInPixelsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ScaleBreakOptions.SizeInPixels">ScaleBreakOptions.SizeInPixels</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ScaleBreakOptions.Style">
      <summary>
        <para>Gets or sets an appearance of scale break edges.</para>
      </summary>
      <value>The scale break edge style.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ScaleBreakOptions.StyleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ScaleBreakOptions.Style">ScaleBreakOptions.Style</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.ScaleBreakStyle">
      <summary>
        <para>Lists the values that specify the style of scale break edges.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ScaleBreakStyle.Ragged">
      <summary>
        <para>The ragged style of scale break edges.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ScaleBreakStyle.Straight">
      <summary>
        <para>The straight style of scale break edges.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ScaleBreakStyle.Waved">
      <summary>
        <para>The wavy style of scale breaks edges.</para>
        <para />
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.ScaleMode">
      <summary>
        <para>Lists the values that specify the scale mode for an axis.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ScaleMode.Automatic">
      <summary>
        <para>Identifies the automatic scale mode, meaning that data is automatically aggregated according to the selected <see cref="P:DevExpress.Xpf.Charts.AutomaticDateTimeScaleOptions.AggregateFunction">AutomaticDateTimeScaleOptions.AggregateFunction</see> or <see cref="P:DevExpress.Xpf.Charts.AutomaticNumericScaleOptions.AggregateFunction">AutomaticNumericScaleOptions.AggregateFunction</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ScaleMode.Continuous">
      <summary>
        <para>Identifies the continuous scale mode, meaning data aggregation is disabled, and you can only change the grid alignment using the <see cref="P:DevExpress.Xpf.Charts.ContinuousDateTimeScaleOptions.GridAlignment">ContinuousDateTimeScaleOptions.GridAlignment</see> or <see cref="P:DevExpress.Xpf.Charts.ContinuousNumericScaleOptions.GridAlignment">ContinuousNumericScaleOptions.GridAlignment</see> properties.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ScaleMode.Manual">
      <summary>
        <para>Identifies the manual scale mode, meaning that the <see cref="P:DevExpress.Xpf.Charts.ManualDateTimeScaleOptions.GridAlignment">ManualDateTimeScaleOptions.GridAlignment</see> (<see cref="P:DevExpress.Xpf.Charts.ManualNumericScaleOptions.GridAlignment">ManualNumericScaleOptions.GridAlignment</see>),  <see cref="P:DevExpress.Xpf.Charts.ManualDateTimeScaleOptions.MeasureUnit">ManualDateTimeScaleOptions.MeasureUnit</see> (<see cref="P:DevExpress.Xpf.Charts.ManualNumericScaleOptions.MeasureUnit">ManualNumericScaleOptions.MeasureUnit</see>) and <see cref="P:DevExpress.Xpf.Charts.ManualDateTimeScaleOptions.AutoGrid">ManualDateTimeScaleOptions.AutoGrid</see> (<see cref="P:DevExpress.Xpf.Charts.ManualNumericScaleOptions.AutoGrid">ManualNumericScaleOptions.AutoGrid</see>) properties are in effect, and they should be manually defined.</para>
        <para>Also, you can choose the aggregate function using the <see cref="P:DevExpress.Xpf.Charts.ManualDateTimeScaleOptions.AggregateFunction">ManualDateTimeScaleOptions.AggregateFunction</see> or <see cref="P:DevExpress.Xpf.Charts.ManualNumericScaleOptions.AggregateFunction">ManualNumericScaleOptions.AggregateFunction</see>  property.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.ScaleOptionsBase">
      <summary>
        <para>The base class for all scale options.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ScaleOptionsBase.MinGridSpacingLength">
      <summary>
        <para>Gets or sets the minimum allowed distance between two neighbor major tick marks and grid lines that affect an automatically calculated grid.</para>
      </summary>
      <value>The minimum allowed distance between two neighbor major tick marks and grid lines, in pixels.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ScaleOptionsBase.MinGridSpacingLengthProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ScaleOptionsBase.MinGridSpacingLength">ScaleOptionsBase.MinGridSpacingLength</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.ScaleType">
      <summary>
        <para>Contains the values used to specify the scale type for the argument and value data of <see href="https://docs.devexpress.com/WPF/6340/controls-and-libraries/charts-suite/chart-control/series/series-points">data points</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ScaleType.Auto">
      <summary>
        <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>Note that this mode can be applied only for the <see cref="P:DevExpress.Xpf.Charts.Series.ArgumentScaleType">Series.ArgumentScaleType</see> property.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ScaleType.DateTime">
      <summary>
        <para>Identifies the DateTime data scale. The data that you provide for the <see cref="P:DevExpress.Xpf.Charts.Series.Points">Series.Points</see> will be treated as DateTime values, and will be shown on the <see href="https://docs.devexpress.com/WPF/6334/controls-and-libraries/charts-suite/chart-control/axes/axes">axis</see> as DateTime values (e.g., January, 2003, January, 2004, and January, 2005). The axis’s DateTimeScaleOptions property allows you to specify the scale-related settings. To define the output format of DateTime values shown on the axis, use the <see cref="P:DevExpress.Xpf.Charts.AxisBase.Label">AxisBase.Label</see>‘s <see cref="P:DevExpress.Xpf.Charts.AxisLabel.TextPattern">AxisLabel.TextPattern</see> property.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ScaleType.Numerical">
      <summary>
        <para>Identifies the Numerical data scale. This means that data provided for the <see cref="P:DevExpress.Xpf.Charts.Series.Points">Series.Points</see> will be treated as numerical values, and will be shown on the <see href="https://docs.devexpress.com/WPF/6334/controls-and-libraries/charts-suite/chart-control/axes/axes">axis</see> as numbers (e.g., 100, 200, and 300). Use the <see cref="P:DevExpress.Xpf.Charts.AxisBase.Label">AxisBase.Label</see>‘s <see cref="P:DevExpress.Xpf.Charts.AxisLabel.TextPattern">AxisLabel.TextPattern</see> property to define the output format of numerical values shown on the axis.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ScaleType.Qualitative">
      <summary>
        <para>Identifies the Qualitative data scale. This means that data provided for the <see cref="P:DevExpress.Xpf.Charts.Series.Points">Series.Points</see> will be treated as qualitative values, and will be shown on the <see href="https://docs.devexpress.com/WPF/6334/controls-and-libraries/charts-suite/chart-control/axes/axes">axis</see> as textual representations (e.g., A, B, and C).</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ScaleType.TimeSpan">
      <summary>
        <para>Identifies the TimeSpan data scale. The data that you provide for the <see cref="P:DevExpress.Xpf.Charts.Series.Points">Series.Points</see> will be treated and shown on the <see href="https://docs.devexpress.com/WPF/6334/controls-and-libraries/charts-suite/chart-control/axes/axes">axis</see> as <see cref="T:System.TimeSpan"/> values (for example, 00:00:00, 00:00:01, 00:00:02). Note that in this case, the axis’s TimeSpanScaleOptions property allows you to specify the scale-related settings. To define the output format of TimeSpan values shown on the axis, use the <see cref="P:DevExpress.Xpf.Charts.AxisBase.Label">AxisBase.Label</see>‘s <see cref="P:DevExpress.Xpf.Charts.AxisLabel.TextPattern">AxisLabel.TextPattern</see> property.</para>
      </summary>
    </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.ScrollBarAnnotationElement">
      <summary>
        <para>Lists chart elements that can be indicated by a scroll bar annotation.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ScrollBarAnnotationElement.ConstantLine">
      <summary>
        <para>Indicates whether to show scroll bar annotations for <see href="https://docs.devexpress.com/WPF/7846/controls-and-libraries/charts-suite/chart-control/axes/constant-lines">constant lines</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ScrollBarAnnotationElement.CustomLabel">
      <summary>
        <para>Indicates whether to show scroll bar annotations for <see href="https://docs.devexpress.com/WPF/6336/controls-and-libraries/charts-suite/chart-control/axes/axis-labels#configure-custom-labels">custom axis labels</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ScrollBarAnnotationElement.None">
      <summary>
        <para>Scroll bar annotations are hidden.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ScrollBarAnnotationElement.PaneAnnotation">
      <summary>
        <para>Indicates whether to show scroll bar annotations for <see href="https://docs.devexpress.com/WPF/115898/controls-and-libraries/charts-suite/chart-control/annotations#annotation-anchor-points">pane annotations</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ScrollBarAnnotationElement.SeriesPointAnnotation">
      <summary>
        <para>Indicates whether to show scroll bar annotations for <see href="https://docs.devexpress.com/WPF/115898/controls-and-libraries/charts-suite/chart-control/annotations#annotation-anchor-points">series point annotations</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ScrollBarAnnotationElement.Strip">
      <summary>
        <para>Indicates whether to show scroll bar annotations for <see href="https://docs.devexpress.com/WPF/7848/controls-and-libraries/charts-suite/chart-control/axes/strips">strips</see>.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.ScrollBarAnnotationLayout">
      <summary>
        <para>Contains means that allow rendering scroll bar annotations.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ScrollBarAnnotationLayout.Render(System.Windows.Media.DrawingContext,System.Windows.Media.Brush,System.Windows.Rect)">
      <summary>
        <para>Renders a <see cref="P:DevExpress.Xpf.Charts.ScrollBarOptions.AnnotatedElements">scroll bar annotation</see>.</para>
      </summary>
      <param name="context">A set of render data that will later be used by the graphics system.</param>
      <param name="brush">A brush used to draw a scroll bar annotation.</param>
      <param name="bounds">A scroll bar annotation rectangle.</param>
    </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="P:DevExpress.Xpf.Charts.ScrollBarItem.Annotations">
      <summary>
        <para>Gets or sets the <see cref="P:DevExpress.Xpf.Charts.ScrollBarOptions.AnnotatedElements">scroll bar annotations</see>.</para>
      </summary>
      <value>A collection of scroll bar annotations.</value>
    </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>true if the scroll bar element is visible; otherwise, false.</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 <see cref="T:DevExpress.Xpf.Charts.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 an axis.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ScrollBarOptions.AlignmentProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ScrollBarOptions.Alignment">ScrollBarOptions.Alignment</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ScrollBarOptions.AnnotatedElements">
      <summary>
        <para>Gets or sets chart elements for which scroll bar annotations are shown.</para>
      </summary>
      <value>The chart elements that should be indicated by scroll bar annotations.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ScrollBarOptions.AnnotatedElementsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ScrollBarOptions.AnnotatedElements">ScrollBarOptions.AnnotatedElements</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see cref="P:DevExpress.Xpf.Charts.ScrollBarOptions.BarThickness">ScrollBarOptions.BarThickness</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ScrollBarOptions.Visible">
      <summary>
        <para>Gets or sets whether the scroll bar is visible.</para>
      </summary>
      <value>true if the scroll bar is visible; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ScrollBarOptions.VisibleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ScrollBarOptions.Visible">ScrollBarOptions.Visible</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.SecondaryAxisX2D">
      <summary>
        <para>A <see href="https://docs.devexpress.com/WPF/7845/controls-and-libraries/charts-suite/chart-control/axes/primary-and-secondary-axes">secondary X-axis</see> in the Chart Control’s <see href="https://docs.devexpress.com/WPF/115312/controls-and-libraries/charts-suite/chart-control/diagram/2d-xy-diagram">Cartesian Diagram</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.SecondaryAxisX2D.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.SecondaryAxisX2D"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.SecondaryAxisXCollection">
      <summary>
        <para>Represents a collection that stores <see href="https://docs.devexpress.com/WPF/7845/controls-and-libraries/charts-suite/chart-control/axes/primary-and-secondary-axes">secondary X-axes</see> 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 <see cref="T:DevExpress.Xpf.Charts.SecondaryAxisXCollection"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.SecondaryAxisY2D">
      <summary>
        <para>Represents the <see href="https://docs.devexpress.com/WPF/7845/controls-and-libraries/charts-suite/chart-control/axes/primary-and-secondary-axes">secondary Y-axis</see> within a <see href="https://docs.devexpress.com/WPF/114223/controls-and-libraries/charts-suite/chart-control/series/2d-series-types">2D chart type</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.SecondaryAxisY2D.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.SecondaryAxisY2D"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.SecondaryAxisYCollection">
      <summary>
        <para>Represents a collection that stores <see href="https://docs.devexpress.com/WPF/7845/controls-and-libraries/charts-suite/chart-control/axes/primary-and-secondary-axes">secondary Y-axes</see> 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 <see cref="T:DevExpress.Xpf.Charts.SecondaryAxisYCollection"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.SegmentColorizerBase">
      <summary>
        <para>The base class for <see href="https://docs.devexpress.com/WPF/400746/controls-and-libraries/charts-suite/chart-control/series/segment-colorizers">segment colorizers</see>.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.SegmentSeries2DBase">
      <summary>
        <para>The base class for two-dimensional segment series.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.SegmentSeries2DBase.GetMarkerDisplayMode(DevExpress.Xpf.Charts.SidePoint)">
      <summary>
        <para>Gets the <see cref="P:DevExpress.Xpf.Charts.SegmentSeries2DBase.MarkerDisplayMode">SegmentSeries2DBase.MarkerDisplayMode</see> attached property’s value of <see cref="T:DevExpress.Xpf.Charts.SeriesPoint"/> passed as a parameter.</para>
      </summary>
      <param name="sidePoint">A <see cref="T:DevExpress.Xpf.Charts.SidePoint"/> object. Its  <see cref="P:DevExpress.Xpf.Charts.SegmentSeries2DBase.MarkerDisplayMode">SegmentSeries2DBase.MarkerDisplayMode</see> value is returned.</param>
      <returns>The <see cref="P:DevExpress.Xpf.Charts.SegmentSeries2DBase.MarkerDisplayMode">SegmentSeries2DBase.MarkerDisplayMode</see> attached property’s value of <see cref="T:DevExpress.Xpf.Charts.SeriesPoint"/> passed as a parameter.</returns>
    </member>
    <member name="F:DevExpress.Xpf.Charts.SegmentSeries2DBase.MarkerDisplayModeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.SegmentSeries2DBase.MarkerDisplayMode"/> attached property.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.SegmentSeries2DBase.SegmentColorizer">
      <summary>
        <para>Gets or sets the colorizer that colors the line/area segments.</para>
      </summary>
      <value>The segment colorizer.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.SegmentSeries2DBase.SegmentColorizerProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.SegmentSeries2DBase.SegmentColorizer">SegmentColorizer</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Charts.SegmentSeries2DBase.SetMarkerDisplayMode(DevExpress.Xpf.Charts.SidePoint,DevExpress.Xpf.Charts.SidePointDisplayMode)">
      <summary>
        <para>Sets the <see cref="P:DevExpress.Xpf.Charts.SegmentSeries2DBase.MarkerDisplayMode">SegmentSeries2DBase.MarkerDisplayMode</see> attached property’s value to <see cref="T:DevExpress.Xpf.Charts.SeriesPoint"/> passed as a parameter.</para>
      </summary>
      <param name="sidePoint">A <see cref="T:DevExpress.Xpf.Charts.SidePoint"/> object. The SetMarkerDisplayMode method sets the SidePoint’s  <see cref="P:DevExpress.Xpf.Charts.SegmentSeries2DBase.MarkerDisplayMode">SegmentSeries2DBase.MarkerDisplayMode</see> value.</param>
      <param name="value">The <see cref="T:DevExpress.Xpf.Charts.SidePointDisplayMode"/> value.</param>
    </member>
    <member name="T:DevExpress.Xpf.Charts.SemiCirclePie3DModel">
      <summary>
        <para>The Semi Circle <see href="https://docs.devexpress.com/WPF/4287/controls-and-libraries/charts-suite/chart-control/series/3d-series-types/pie-and-donut-series">3D Pie</see> <see href="https://docs.devexpress.com/WPF/4285/controls-and-libraries/charts-suite/chart-control/series/series-and-marker-models">model</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.SemiCirclePie3DModel.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.SemiCirclePie3DModel"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.SemiCirclePie3DModel.ModelName">
      <summary>
        <para>Gets the name of the <see cref="T:DevExpress.Xpf.Charts.SemiCirclePie3DModel"/>.</para>
      </summary>
      <value>Always “Semi Circle”.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.SemiHexagonPie3DModel">
      <summary>
        <para>The Semi-Hexagonal <see href="https://docs.devexpress.com/WPF/4287/controls-and-libraries/charts-suite/chart-control/series/3d-series-types/pie-and-donut-series">3D Pie</see> <see href="https://docs.devexpress.com/WPF/4285/controls-and-libraries/charts-suite/chart-control/series/series-and-marker-models">model</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.SemiHexagonPie3DModel.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.SemiHexagonPie3DModel"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.SemiHexagonPie3DModel.ModelName">
      <summary>
        <para>Gets the name of the <see cref="T:DevExpress.Xpf.Charts.SemiHexagonPie3DModel"/>.</para>
      </summary>
      <value>Always “Semi Hexagon”.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.SemiPentagonPie3DModel">
      <summary>
        <para>The Semi-Pentagonal <see href="https://docs.devexpress.com/WPF/4287/controls-and-libraries/charts-suite/chart-control/series/3d-series-types/pie-and-donut-series">3D Pie</see> <see href="https://docs.devexpress.com/WPF/4285/controls-and-libraries/charts-suite/chart-control/series/series-and-marker-models">model</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.SemiPentagonPie3DModel.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.SemiPentagonPie3DModel"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.SemiPentagonPie3DModel.ModelName">
      <summary>
        <para>Gets the name of the <see cref="T:DevExpress.Xpf.Charts.SemiPentagonPie3DModel"/>.</para>
      </summary>
      <value>Always “Semi Pentagon”.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.SemiRectanglePie3DModel">
      <summary>
        <para>The Semi-Rectangular <see href="https://docs.devexpress.com/WPF/4287/controls-and-libraries/charts-suite/chart-control/series/3d-series-types/pie-and-donut-series">3D Pie</see> <see href="https://docs.devexpress.com/WPF/4285/controls-and-libraries/charts-suite/chart-control/series/series-and-marker-models">model</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.SemiRectanglePie3DModel.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.SemiRectanglePie3DModel"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.SemiRectanglePie3DModel.ModelName">
      <summary>
        <para>Gets the name of the <see cref="T:DevExpress.Xpf.Charts.SemiRectanglePie3DModel"/>.</para>
      </summary>
      <value>Always “Semi Rectangle”.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.SemiRoundedRectanglePie3DModel">
      <summary>
        <para>The Semi Rounded Rectangle <see href="https://docs.devexpress.com/WPF/4287/controls-and-libraries/charts-suite/chart-control/series/3d-series-types/pie-and-donut-series">3D Pie</see> <see href="https://docs.devexpress.com/WPF/4285/controls-and-libraries/charts-suite/chart-control/series/series-and-marker-models">model</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.SemiRoundedRectanglePie3DModel.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.SemiRoundedRectanglePie3DModel"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.SemiRoundedRectanglePie3DModel.ModelName">
      <summary>
        <para>Gets the name of the <see cref="T:DevExpress.Xpf.Charts.SemiRoundedRectanglePie3DModel"/>.</para>
      </summary>
      <value>Always “Semi Rounded Rectangle”.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.SeparatePaneIndicator">
      <summary>
        <para>The base class for all indicators that can be drawn in a separate pane.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.SeparatePaneIndicator.AxisY">
      <summary>
        <para>Specifies the Y-axis (or its View Model) that measures an indicator.</para>
      </summary>
      <value>An object of a Y-axis’ View Model class or the <see cref="T:DevExpress.Xpf.Charts.AxisY2D"/> object.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.SeparatePaneIndicator.AxisYIndex">
      <summary>
        <para>For internal use only.</para>
      </summary>
      <value>An integer value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.SeparatePaneIndicator.AxisYProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.SeparatePaneIndicator.AxisY">SeparatePaneIndicator.AxisY</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.SeparatePaneIndicator.Pane">
      <summary>
        <para>Specifies the pane (or its View Model), on which the indicator is plotted.</para>
      </summary>
      <value>An object of a pane’s View Model class or the <see cref="T:DevExpress.Xpf.Charts.Pane"/> object.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.SeparatePaneIndicator.PaneIndex">
      <summary>
        <para>For internal use only.</para>
      </summary>
      <value>An integer value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.SeparatePaneIndicator.PaneProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.SeparatePaneIndicator.Pane">SeparatePaneIndicator.Pane</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Series">
      <summary>
        <para>Represents the base class for all <see href="https://docs.devexpress.com/WPF/114223/controls-and-libraries/charts-suite/chart-control/series/2d-series-types">2D Series</see> and <see href="https://docs.devexpress.com/WPF/114250/controls-and-libraries/charts-suite/chart-control/series/3d-series-types">3D Series</see> types.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Series.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.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 <see href="https://docs.devexpress.com/WPF/6341/controls-and-libraries/charts-suite/chart-control/series/series-point-labels">label</see> of the <see href="https://docs.devexpress.com/WPF/6339/controls-and-libraries/charts-suite/chart-control/series/series">series</see>. 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 <see cref="P:DevExpress.Xpf.Charts.Series.ActualLabel">Series.ActualLabel</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Series.Animate">
      <summary>
        <para>Enables the <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see> for the <see href="https://docs.devexpress.com/WPF/6339/controls-and-libraries/charts-suite/chart-control/series/series">series</see>.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Series.AnimationAutoStartMode">
      <summary>
        <para>Specifies the automatic start mode for the <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see>. 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">Series.AnimationAutoStartMode</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Series.ArgumentDataMember">
      <summary>
        <para>Gets or sets the name of the data field which contains arguments for generated series points.</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">Series.ArgumentDataMember</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Series.ArgumentScaleType">
      <summary>
        <para>Gets or sets a value that specifies the scale type of series point arguments.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Charts.ScaleType"/> enumeration value, which specifies the argument type. The default value is Auto.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Series.ArgumentScaleTypeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Series.ArgumentScaleType">Series.ArgumentScaleType</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Series.CheckableInLegend">
      <summary>
        <para>Specifies a value which determines whether to show a legend check box instead of a legend marker for a series.</para>
      </summary>
      <value>true, if  a check box is shown instead of a marker on a legend for a series; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Series.CheckableInLegendProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Series.CheckableInLegend">Series.CheckableInLegend</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Series.CheckedInLegend">
      <summary>
        <para>Gets or sets a value that determines whether a legend check box is checked for a chart series.</para>
      </summary>
      <value>true, if a legend check box is checked for the series; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Series.CheckedInLegendProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Series.CheckedInLegend">Series.CheckedInLegend</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Series.ColorDataMember">
      <summary>
        <para>Gets or sets the name of the data member on which the color of a series point is based.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that is the name of a data member.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Series.ColorDataMemberProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Series.ColorDataMember">Series.ColorDataMember</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Series.Colorizer">
      <summary>
        <para>Gets or sets the <see href="https://docs.devexpress.com/WPF/114016/controls-and-libraries/charts-suite/chart-control/provide-data/series-point-colorizers">colorizer</see> used by this series.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Charts.ChartColorizerBase"/> class descendant object.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Series.ColorizerProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Series.Colorizer">Series.Colorizer</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</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">Series.DataFiltersConjunctionMode</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Series.DataFiltersProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Series.DataFilters">Series.DataFilters</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Series.DataSource">
      <summary>
        <para>Gets or sets a datasource which contains <see href="https://docs.devexpress.com/WPF/6340/controls-and-libraries/charts-suite/chart-control/series/series-points">series data points</see>.</para>
      </summary>
      <value>An object representing a series’ datasource.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Series.DataSourceProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Series.DataSource">Series.DataSource</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Series.DataSourceSorted">
      <summary>
        <para>Gets or sets the value that identifies whether the series’s data source is sorted.</para>
      </summary>
      <value>true, if the series’s data source has been sorted; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Series.DataSourceSortedProperty">
      <summary>
        <para>Identifies the <see cref="F:DevExpress.Xpf.Charts.Series.DataSourceSortedProperty"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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">Series.DisplayName</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Series.EndInit">
      <summary>
        <para>Ends the <see cref="T:DevExpress.Xpf.Charts.Series"/>‘ initialization.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Series.FilterCriteria">
      <summary>
        <para>Gets or sets the current filter criteria. This is a dependency property.</para>
      </summary>
      <value>The current filter criteria.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Series.FilterCriteriaProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Series.FilterCriteria">Series.FilterCriteria</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Series.FilterString">
      <summary>
        <para>Gets or sets the series’s filter expression. This is a dependency property.</para>
      </summary>
      <value>The current filter expression.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Series.FilterStringProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Series.FilterString">Series.FilterString</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Series.GetDataSource">
      <summary>
        <para>Returns the data source associated with the current <see cref="T:DevExpress.Xpf.Charts.Series"/>.</para>
      </summary>
      <returns>An object which is the series datasource.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Series.GetPointAnimation">
      <summary>
        <para>Gets the <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">point animation</see>, which is assigned to the <see href="https://docs.devexpress.com/WPF/6339/controls-and-libraries/charts-suite/chart-control/series/series">series</see>.</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 <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation types</see> 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 <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation types</see> 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 <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">series animation</see>, which is assigned to the <see href="https://docs.devexpress.com/WPF/6339/controls-and-libraries/charts-suite/chart-control/series/series">series</see>.</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 settings of <see href="https://docs.devexpress.com/WPF/6341/controls-and-libraries/charts-suite/chart-control/series/series-point-labels">series labels</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Charts.SeriesLabel"/> object which provides the series label settings.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Series.LabelProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Series.Label">Series.Label</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Series.LabelsVisibility">
      <summary>
        <para>Specifies whether to show <see href="https://docs.devexpress.com/WPF/6341/controls-and-libraries/charts-suite/chart-control/series/series-point-labels">series labels</see>.</para>
      </summary>
      <value>true to show series labels; false to hide them (default).</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Series.LabelsVisibilityProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Series.LabelsVisibility">Series.LabelsVisibility</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Series.Legend">
      <summary>
        <para>Specifies a legend (or its View Model) that contains the series’ legend item.</para>
      </summary>
      <value>An object of a legend’s View Model class or the <see cref="T:DevExpress.Xpf.Charts.Legend"/> object.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Series.LegendIndex">
      <summary>
        <para>For internal use only.</para>
      </summary>
      <value>An integer value.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Series.LegendMarkerTemplate">
      <summary>
        <para>Gets or sets the template that defines presentation of the <see href="https://docs.devexpress.com/WPF/6343/controls-and-libraries/charts-suite/chart-control/legends">legend</see> marker for this <see href="https://docs.devexpress.com/WPF/6339/controls-and-libraries/charts-suite/chart-control/series/series">series</see>.</para>
      </summary>
      <value>The template that configures the legend marker appearance.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Series.LegendMarkerTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Series.LegendMarkerTemplate">Series.LegendMarkerTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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">Series.LegendPointOptions</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Series.LegendProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Series.Legend">Series.Legend</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Series.LegendTextPattern">
      <summary>
        <para>Gets or sets the <see href="https://docs.devexpress.com/WPF/6343/controls-and-libraries/charts-suite/chart-control/legends">legend item</see> text pattern when the <see cref="P:DevExpress.Xpf.Charts.XYSeries.ColorEach">XYSeries.ColorEach</see> mode is enabled.</para>
      </summary>
      <value>A <see cref="T:System.String"/> that specifies the label text pattern. The default value is <see cref="F:System.String.Empty">String.Empty</see>.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Series.LegendTextPatternProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Series.LegendTextPattern">Series.LegendTextPattern</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Series.PointOptions">
      <summary>
        <para>Gets or sets the common appearance settings for <see href="https://docs.devexpress.com/WPF/6340/controls-and-libraries/charts-suite/chart-control/series/series-points">data points</see> 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">Series.PointOptions</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Series.Points">
      <summary>
        <para>Gets the series’ collection of <see href="https://docs.devexpress.com/WPF/6340/controls-and-libraries/charts-suite/chart-control/series/series-points">series data points</see>.</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">Series.Points</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Series.SetPointAnimation(DevExpress.Xpf.Charts.SeriesPointAnimationBase)">
      <summary>
        <para>Assigns the specified <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">point animation</see> to the <see href="https://docs.devexpress.com/WPF/6339/controls-and-libraries/charts-suite/chart-control/series/series">series</see>.</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 <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">series animation</see> to the <see href="https://docs.devexpress.com/WPF/6339/controls-and-libraries/charts-suite/chart-control/series/series">series</see>.</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>Gets or sets a value that specifies whether the data series is represented in the chart control’s <see href="https://docs.devexpress.com/WPF/6343/controls-and-libraries/charts-suite/chart-control/legends">legend</see>.</para>
      </summary>
      <value>true to represent the data series in the legend; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Series.ShowInLegendProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Series.ShowInLegend">Series.ShowInLegend</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Series.Summary">
      <summary>
        <para>Gets or sets the series data point summarization settings.</para>
      </summary>
      <value>The series data summarization options.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Series.SummaryProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Series.Summary">Series.Summary</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Series.ToolTipEnabled">
      <summary>
        <para>Gets or sets a value that specifies whether a tooltip is enabled for a series.</para>
      </summary>
      <value>Null - the ToolTipEnabled property value is obtained from the parent chart’s <see cref="P:DevExpress.Xpf.Charts.ChartControl.ToolTipEnabled">ChartControl.ToolTipEnabled</see> property;  True - a tooltip is enabled for a series; False - a tooltip is disabled.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Series.ToolTipEnabledProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Series.ToolTipEnabled">Series.ToolTipEnabled</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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.</para>
        <para>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 <see cref="P:DevExpress.Xpf.Charts.Series.ToolTipHintDataMember">Series.ToolTipHintDataMember</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Series.ToolTipHintProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Series.ToolTipHint">Series.ToolTipHint</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Series.ToolTipPointPattern">
      <summary>
        <para>Gets or sets a string pattern that formats the text displayed in series point tooltips.</para>
      </summary>
      <value>A pattern for tooltip text.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Series.ToolTipPointPatternProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Series.ToolTipPointPattern">Series.ToolTipPointPattern</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Series.ToolTipPointTemplate">
      <summary>
        <para>Specifies the tooltip template for this <see href="https://docs.devexpress.com/WPF/6340/controls-and-libraries/charts-suite/chart-control/series/series-points">series</see>. 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 <see cref="P:DevExpress.Xpf.Charts.Series.ToolTipPointTemplate">Series.ToolTipPointTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see cref="P:DevExpress.Xpf.Charts.Series.ToolTipSeriesPattern">Series.ToolTipSeriesPattern</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see cref="P:DevExpress.Xpf.Charts.Series.ToolTipSeriesTemplate">Series.ToolTipSeriesTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Series.TopNOptions">
      <summary>
        <para>Gets or sets the <see href="https://docs.devexpress.com/WPF/120130/controls-and-libraries/charts-suite/chart-control/provide-data/top-n-and-others">Top N and Others</see> series’ options. This is a dependency property.</para>
      </summary>
      <value>Current “Top N” and “Others”settings.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Series.TopNOptionsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Series.TopNOptions">Series.TopNOptions</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Series.ValueDataMember">
      <summary>
        <para>Gets or sets the name of the data field which contains values for generated series points.</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">Series.ValueDataMember</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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">Series.ValueScaleType</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Series.Visible">
      <summary>
        <para>Gets or sets whether the series is visible.</para>
      </summary>
      <value>true if the series is visible; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Series.VisibleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Series.Visible">Series.Visible</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Series3D">
      <summary>
        <para>The series.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Series3D.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Series3D"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Series3D.DataSourceSorted">
      <summary>
        <para>Gets or sets the value that identifies whether the series’s data source is sorted.</para>
      </summary>
      <value>true, if the series’s data source has been sorted; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Series3D.DataSourceSortedProperty">
      <summary>
        <para>Identifies the <see cref="F:DevExpress.Xpf.Charts.Series3D.DataSourceSortedProperty"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Series3D.DisplayName">
      <summary>
        <para>Gets or sets the display name of the series.</para>
      </summary>
      <value>The series display name.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Series3D.DisplayNameProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Series3D.DisplayName">Series3D.DisplayName</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Series3D.PointSource">
      <summary>
        <para>Gets or sets the series points source of the series.</para>
      </summary>
      <value>The source of series points.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Series3D.PointSourceProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Series3D.PointSource">Series3D.PointSource</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Series3DBase">
      <summary>
        <para>The base class for a series and a series template.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Series3DBase.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Series3DBase"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Series3DBase.ActualLabel">
      <summary>
        <para>Returns the actual settings of series labels.</para>
      </summary>
      <value>The object containing series label settings.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Series3DBase.ActualLabelProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Series3DBase.ActualLabel">Series3DBase.ActualLabel</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Series3DBase.ActualXArgumentScaleType">
      <summary>
        <para>Returns the actual scale type of the X argument.</para>
      </summary>
      <value>The X argument scale type.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Series3DBase.ActualYArgumentScaleType">
      <summary>
        <para>Returns the actual scale type of the Y argument.</para>
      </summary>
      <value>The Y argument scale type.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Series3DBase.CheckableInLegend">
      <summary>
        <para>Gets or sets the value specifying whether the series check box should be shown instead of the series marker on the attached legend.</para>
      </summary>
      <value>true, if the check box should be shown instead of the marker on a legend; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Series3DBase.CheckableInLegendProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Series3DBase.CheckableInLegend">Series3DBase.CheckableInLegend</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Series3DBase.CheckedInLegend">
      <summary>
        <para>Gets or sets a value that determines whether a legend check box is checked for a chart series.</para>
      </summary>
      <value>true, if a legend check box is checked for the series; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Series3DBase.CheckedInLegendProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Series3DBase.CheckedInLegend">Series3DBase.CheckedInLegend</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Series3DBase.CrosshairEnabled">
      <summary>
        <para>Gets or sets a value that specifies whether the Crosshair Cursor is enabled for a chart.</para>
      </summary>
      <value>The value that defines whether the Crosshair Cursor is enabled.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Series3DBase.CrosshairEnabledProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Series3DBase.CrosshairEnabled">Series3DBase.CrosshairEnabled</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Series3DBase.CrosshairLabelPattern">
      <summary>
        <para>Gets or sets the text pattern specifying the text of the series crosshair label.</para>
      </summary>
      <value>The crosshair label text pattern.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Series3DBase.CrosshairLabelPatternProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Series3DBase.CrosshairLabelPattern">Series3DBase.CrosshairLabelPattern</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Series3DBase.CrosshairLabelTemplate">
      <summary>
        <para>Gets or sets the template that defines the presentation of the Crosshair Cursor’s series labels for the <see href="https://docs.devexpress.com/WPF/117635/controls-and-libraries/charts-suite/chart3d-control/series">$series</see>. This is a dependency property.</para>
      </summary>
      <value>The Crosshair Cursor’s series label template.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Series3DBase.CrosshairLabelTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Series3DBase.CrosshairLabelTemplate">Series3DBase.CrosshairLabelTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Series3DBase.CrosshairLabelVisibility">
      <summary>
        <para>Gets or sets the Crosshair series label visibility.</para>
      </summary>
      <value>The value that defines the Crosshair series label visibility.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Series3DBase.CrosshairLabelVisibilityProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Series3DBase.CrosshairLabelVisibility">Series3DBase.CrosshairLabelVisibility</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Series3DBase.Label">
      <summary>
        <para>Gets or sets settings of series labels.</para>
      </summary>
      <value>The object providing settings of series labels.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Series3DBase.LabelProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Series3DBase.Label">Series3DBase.Label</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Series3DBase.LabelsVisibility">
      <summary>
        <para>Gets or sets the value specifying whether the series labels should be visible;</para>
      </summary>
      <value>true to show series labels; false to hide them.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Series3DBase.LabelsVisibilityProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Series3DBase.LabelsVisibility">Series3DBase.LabelsVisibility</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Series3DBase.Legend">
      <summary>
        <para>Gets or sets a legend displaying the legend item of the series.</para>
      </summary>
      <value>The legend displaying the series item.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Series3DBase.LegendMarkerTemplate">
      <summary>
        <para>Gets or sets the template that defines presentation of the <see href="https://docs.devexpress.com/WPF/6343/controls-and-libraries/charts-suite/chart-control/legends">legend</see> marker for the series.</para>
      </summary>
      <value>The legend marker template.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Series3DBase.LegendProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Series3DBase.Legend">Series3DBase.Legend</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Series3DBase.LegendTextPattern">
      <summary>
        <para>Gets or sets the pattern specifying the text to be displayed within legend items.</para>
      </summary>
      <value>The text pattern.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Series3DBase.LegendTextPatternProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Series3DBase.LegendTextPattern">Series3DBase.LegendTextPattern</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Series3DBase.ShowInLegend">
      <summary>
        <para>Gets or sets whether to show the series legend item in a legend.</para>
      </summary>
      <value>The value that defines the series item visibility in a legend.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Series3DBase.ShowInLegendProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Series3DBase.ShowInLegend">Series3DBase.ShowInLegend</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Series3DBase.View">
      <summary>
        <para>Gets or sets the view of the series.</para>
      </summary>
      <value>The series view.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Series3DBase.ViewProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Series3DBase.View">Series3DBase.View</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Series3DBase.Visible">
      <summary>
        <para>Gets or sets the value specifying whether the series is visible.</para>
      </summary>
      <value>true if the series is visible; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Series3DBase.VisibleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Series3DBase.Visible">Series3DBase.Visible</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Series3DBase.XArgumentScaleType">
      <summary>
        <para>Gets or sets a value that specifies the scale type of series point X-arguments.</para>
      </summary>
      <value>The X-argument type. The default value is Auto.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Series3DBase.XArgumentScaleTypeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Series3DBase.XArgumentScaleType">Series3DBase.XArgumentScaleType</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Series3DBase.YArgumentScaleType">
      <summary>
        <para>Gets or sets a value that specifies the scale type of series point Y-arguments.</para>
      </summary>
      <value>The Y argument scale type.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Series3DBase.YArgumentScaleTypeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Series3DBase.YArgumentScaleType">Series3DBase.YArgumentScaleType</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Series3DCollection">
      <summary>
        <para>The collection of 3D series.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Series3DCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Series3DCollection"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Series3DDataSourceAdapter">
      <summary>
        <para>The source of series bound to a data source.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Series3DDataSourceAdapter.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Series3DDataSourceAdapter"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Series3DDataSourceAdapter.CalculatedFields">
      <summary>
        <para>Returns a collection of calculated fields.</para>
      </summary>
      <value>A collection that stores <see cref="T:DevExpress.Xpf.Charts.ChartCalculatedField">calculated fields</see>.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Series3DDataSourceAdapter.CalculatedFieldsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Series3DDataSourceAdapter.CalculatedFields">Series3DDataSourceAdapter.CalculatedFields</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Series3DDataSourceAdapter.ColorDataMember">
      <summary>
        <para>Gets or sets the name of the data member whose values are used to provide color to points.</para>
      </summary>
      <value>The data member name.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Series3DDataSourceAdapter.ColorDataMemberProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Series3DDataSourceAdapter.ColorDataMember">Series3DDataSourceAdapter.ColorDataMember</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.Charts.Series3DDataSourceAdapter.CustomizeSeries">
      <summary>
        <para>Occurs every time the data source adapter generates series from the underlying data source.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Series3DDataSourceAdapter.CustomizeSeriesEvent">
      <summary>
        <para>Identifies the <see cref="E:DevExpress.Xpf.Charts.Series3DDataSourceAdapter.CustomizeSeries">Series3DDataSourceAdapter.CustomizeSeries</see> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Series3DDataSourceAdapter.DataSource">
      <summary>
        <para>Gets or sets the data source which should be visualized.</para>
      </summary>
      <value>The data source object.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Series3DDataSourceAdapter.DataSourceProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Series3DDataSourceAdapter.DataSource">Series3DDataSourceAdapter.DataSource</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Series3DDataSourceAdapter.FilterCriteria">
      <summary>
        <para>Gets or sets the current filter criteria. This is a dependency property.</para>
      </summary>
      <value>The current filter criteria.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Series3DDataSourceAdapter.FilterCriteriaProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Series3DDataSourceAdapter.FilterCriteria">Series3DDataSourceAdapter.FilterCriteria</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Series3DDataSourceAdapter.FilterString">
      <summary>
        <para>Gets or sets the current filter expression. This is a dependency property.</para>
      </summary>
      <value>The current filter expression.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Series3DDataSourceAdapter.FilterStringProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Series3DDataSourceAdapter.FilterString">Series3DDataSourceAdapter.FilterString</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Series3DDataSourceAdapter.HintDataMember">
      <summary>
        <para>Gets or sets the name of data member whose values should be used as hints.</para>
      </summary>
      <value>The data member name.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Series3DDataSourceAdapter.HintDataMemberProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Series3DDataSourceAdapter.HintDataMember">Series3DDataSourceAdapter.HintDataMember</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Series3DDataSourceAdapter.SeriesDataMember">
      <summary>
        <para>Gets or sets the name of the data member whose values should be used as series identifiers.</para>
      </summary>
      <value>The data member name.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Series3DDataSourceAdapter.SeriesDataMemberProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Series3DDataSourceAdapter.SeriesDataMember">Series3DDataSourceAdapter.SeriesDataMember</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Series3DDataSourceAdapter.SeriesTemplate">
      <summary>
        <para>Gets or sets the template of automatically generated series.</para>
      </summary>
      <value>The generated series template.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Series3DDataSourceAdapter.SeriesTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Series3DDataSourceAdapter.SeriesTemplate">Series3DDataSourceAdapter.SeriesTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Series3DDataSourceAdapter.ValueDataMember">
      <summary>
        <para>Gets or sets the name of the data member whose values are used as values of generated series points.</para>
      </summary>
      <value>The data member name.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Series3DDataSourceAdapter.ValueDataMemberProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Series3DDataSourceAdapter.ValueDataMember">Series3DDataSourceAdapter.ValueDataMember</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Series3DDataSourceAdapter.XArgumentDataMember">
      <summary>
        <para>Gets or sets the name of the data member whose values are used as X argument values of series points.</para>
      </summary>
      <value>The data member name.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Series3DDataSourceAdapter.XArgumentDataMemberProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Series3DDataSourceAdapter.XArgumentDataMember">Series3DDataSourceAdapter.XArgumentDataMember</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Series3DDataSourceAdapter.YArgumentDataMember">
      <summary>
        <para>Gets or sets the name of the data member whose values are used as Y argument values of series points.</para>
      </summary>
      <value>The data member name.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Series3DDataSourceAdapter.YArgumentDataMemberProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Series3DDataSourceAdapter.YArgumentDataMember">Series3DDataSourceAdapter.YArgumentDataMember</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Series3DSourceBase">
      <summary>
        <para>The base source of series for the 3D Chart.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Series3DStorage">
      <summary>
        <para>The source of unbound series.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Series3DStorage.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Series3DStorage"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Series3DStorage.Series">
      <summary>
        <para>Returns the collection of the provided series.</para>
      </summary>
      <value>The <see cref="T:DevExpress.Xpf.Charts.Series3D"/> collection.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Series3DStorage.SeriesProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Series3DStorage.Series">Series3DStorage.Series</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Series3DTemplate">
      <summary>
        <para>The template of 3D series.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Series3DTemplate.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Series3DTemplate"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Series3DTemplate.EndInit">
      <summary>
        <para>Ends the <see cref="T:DevExpress.Xpf.Charts.Series3DTemplate"/>‘s initialization.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Series3DViewBase">
      <summary>
        <para>The base series view.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Series3DViewBase.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Series3DViewBase"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Series3DViewBase.Colorizer">
      <summary>
        <para>Gets or sets the colorizer used to paint point markers.</para>
      </summary>
      <value>The colorizer that provides point markers with colors.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Series3DViewBase.ColorizerProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Series3DViewBase.Colorizer">Series3DViewBase.Colorizer</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Series3DViewBase.LegendMarkerTemplate">
      <summary>
        <para>Gets or sets the template specifying the legend marker appearance.</para>
      </summary>
      <value>The legend marker template.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Series3DViewBase.LegendMarkerTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Series3DViewBase.LegendMarkerTemplate">Series3DViewBase.LegendMarkerTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.SeriesAggregateFunction">
      <summary>
        <para>Lists the values that specify the aggregate function used for a series.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.SeriesAggregateFunction.Average">
      <summary>
        <para>Aggregates data by calculating the average value for a selected numeric or date-time interval.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.SeriesAggregateFunction.Count">
      <summary>
        <para>Aggregates data by calculating the number of non-null values for a selected numeric or date-time interval.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.SeriesAggregateFunction.Custom">
      <summary>
        <para>Aggregates data using the custom <see cref="T:DevExpress.Xpf.Charts.CustomAggregateFunction"/> calculator.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.SeriesAggregateFunction.Default">
      <summary>
        <para>The aggregate function is specified by the AggregateFunction property of the appropriate axis scale options.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.SeriesAggregateFunction.Financial">
      <summary>
        <para>Aggregates financial data for a selected interval into a single open-high-low-close data point, as follows. The Open value of the aggregated point is the Open value of the first aggregated point, the High value - the maximum High value of aggregated points, the Low value - the minimum Low value of aggregated points, and the Close value - the Close value of the last aggregated point.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.SeriesAggregateFunction.Histogram">
      <summary>
        <para>Aggregates data by calculating the number of all points for a selected numeric or date-time interval.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.SeriesAggregateFunction.Maximum">
      <summary>
        <para>Aggregates data by calculating the maximum value for a selected numeric or date-time interval.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.SeriesAggregateFunction.Minimum">
      <summary>
        <para>Aggregates data by calculating the minimum value for a selected numeric or date-time interval.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.SeriesAggregateFunction.None">
      <summary>
        <para>The aggregate function is not applied.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.SeriesAggregateFunction.Sum">
      <summary>
        <para>Aggregates data by calculating the sum for a selected numeric or date-time interval.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.SeriesAnimation">
      <summary>
        <para>Represents an <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see>, that animates a <see href="https://docs.devexpress.com/WPF/6339/controls-and-libraries/charts-suite/chart-control/series/series">series</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.SeriesAnimation.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.SeriesAnimation"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.SeriesAnimation.Actions">
      <summary>
        <para>Contains a collection of actions, which should be applied to a series during the current animation.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Charts.SeriesAnimationActionCollection"/> object.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.SeriesAnimation.ActionsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.SeriesAnimation.Actions">SeriesAnimation.Actions</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.SeriesAnimation.TargetSeries">
      <summary>
        <para>Gets or sets a series, which should be animated by the current animation.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Charts.Series"/> instance, representing a series to be animated.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.SeriesAnimation.TargetSeriesProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.SeriesAnimation.TargetSeries">SeriesAnimation.TargetSeries</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.SeriesAnimationAction">
      <summary>
        <para>Represents the base class for <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation actions</see> that animate <see href="https://docs.devexpress.com/WPF/6339/controls-and-libraries/charts-suite/chart-control/series/series">series</see>.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.SeriesAnimationActionCollection">
      <summary>
        <para>Represents a collection of <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation actions</see> that animate <see href="https://docs.devexpress.com/WPF/6339/controls-and-libraries/charts-suite/chart-control/series/series">series</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.SeriesAnimationActionCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.SeriesAnimationActionCollection"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.SeriesAnimationBase">
      <summary>
        <para>The base class for all <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">series animations</see>.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.SeriesBorder">
      <summary>
        <para>Contains settings the 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 <see cref="T:DevExpress.Xpf.Charts.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 <see cref="P:DevExpress.Xpf.Charts.SeriesBorder.Brush">SeriesBorder.Brush</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see cref="P:DevExpress.Xpf.Charts.SeriesBorder.LineStyle">SeriesBorder.LineStyle</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.SeriesCollection">
      <summary>
        <para>Represents a collection that stores individual <see href="https://docs.devexpress.com/WPF/6339/controls-and-libraries/charts-suite/chart-control/series/series">series</see> within a chart control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.SeriesCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.SeriesCollection"/> class with default settings.</para>
      </summary>
    </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 that 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"/>&lt;DevExpress.Xpf.Charts.SeriesPointItem,&gt; object.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.SeriesLabel">
      <summary>
        <para>Contains settings for <see href="https://docs.devexpress.com/WPF/6341/controls-and-libraries/charts-suite/chart-control/series/series-point-labels">series point labels</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.SeriesLabel.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.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 <see href="https://docs.devexpress.com/WPF/6341/controls-and-libraries/charts-suite/chart-control/series/series-point-labels">series point label</see> to the <see href="https://docs.devexpress.com/WPF/6340/controls-and-libraries/charts-suite/chart-control/series/series-points">series point marker</see>.</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">SeriesLabel.ConnectorThickness</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.SeriesLabel.ConnectorVisible">
      <summary>
        <para>Gets or sets the visibility of a connector line from the <see href="https://docs.devexpress.com/WPF/6341/controls-and-libraries/charts-suite/chart-control/series/series-point-labels">series point label</see> to the <see href="https://docs.devexpress.com/WPF/6340/controls-and-libraries/charts-suite/chart-control/series/series-points">series point marker</see>.</para>
      </summary>
      <value>true to show the connector line; false 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">SeriesLabel.ConnectorVisible</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.SeriesLabel.Indent">
      <summary>
        <para>Gets or sets the distance between a series point and its series label.</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">SeriesLabel.Indent</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.SeriesLabel.Items">
      <summary>
        <para>For internal use. Gets or sets the collection of <see href="https://docs.devexpress.com/WPF/6341/controls-and-libraries/charts-suite/chart-control/series/series-point-labels">series label</see> items.</para>
      </summary>
      <value>A collection of the <see cref="T: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">SeriesLabel.Items</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.Charts.SeriesLabel.PropertyChanged">
      <summary>
        <para>Occurs every time any of the <see cref="T:DevExpress.Xpf.Charts.SeriesLabel"/> class properties has changed its value.</para>
      </summary>
    </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">SeriesLabel.RenderMode</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.SeriesLabel.ResolveOverlappingMode">
      <summary>
        <para>Gets or sets a value specifying the mode to resolve overlapping of <see href="https://docs.devexpress.com/WPF/6341/controls-and-libraries/charts-suite/chart-control/series/series-point-labels">series labels</see>.</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">SeriesLabel.ResolveOverlappingMode</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.SeriesLabel.TextOrientation">
      <summary>
        <para>Gets or sets the direction of <see href="https://docs.devexpress.com/WPF/6341/controls-and-libraries/charts-suite/chart-control/series/series-point-labels">series label</see>. This is a dependency property.</para>
      </summary>
      <value>The value that specifies the label orientation.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.SeriesLabel.TextOrientationProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.SeriesLabel.TextOrientation">SeriesLabel.TextOrientation</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.SeriesLabel.TextPattern">
      <summary>
        <para>Gets or sets the <see href="https://docs.devexpress.com/WPF/6341/controls-and-libraries/charts-suite/chart-control/series/series-point-labels">series label</see> text pattern.</para>
      </summary>
      <value>A <see cref="T:System.String"/> that specifies the label text pattern. The default value is <see cref="F:System.String.Empty">String.Empty</see>.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.SeriesLabel.TextPatternProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.SeriesLabel.TextPattern">SeriesLabel.TextPattern</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.SeriesLabel.Visible">
      <summary>
        <para>Gets or sets whether the series label is visible.</para>
      </summary>
      <value>true if the series label is visible; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.SeriesLabel.VisibleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.SeriesLabel.Visible">SeriesLabel.Visible</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.SeriesLabelItem">
      <summary>
        <para>For internal use. Represents an individual <see href="https://docs.devexpress.com/WPF/6341/controls-and-libraries/charts-suite/chart-control/series/series-point-labels">series label</see> item.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.SeriesLabelItem.Color">
      <summary>
        <para>For internal use. Gets or sets the label background color.</para>
      </summary>
      <value>The label background color.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.SeriesLabelItem.ConnectorItem">
      <summary>
        <para>For internal use. Gets the connector line to the <see href="https://docs.devexpress.com/WPF/6341/controls-and-libraries/charts-suite/chart-control/series/series-point-labels">series label</see> object, to which the <see cref="T:DevExpress.Xpf.Charts.SeriesLabelItem"/> corresponds.</para>
      </summary>
      <value>A DevExpress.Xpf.Charts.SeriesLabelConnectorItem object.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.SeriesLabelItem.Label">
      <summary>
        <para>For internal use. Gets the <see href="https://docs.devexpress.com/WPF/6341/controls-and-libraries/charts-suite/chart-control/series/series-point-labels">series label</see> object, to which the <see cref="T:DevExpress.Xpf.Charts.SeriesLabelItem"/> corresponds.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Charts.SeriesLabel"/> object.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.SeriesLabelItem.PointBrush">
      <summary>
        <para>For internal use. Gets the <see href="https://docs.devexpress.com/WPF/6341/controls-and-libraries/charts-suite/chart-control/series/series-point-labels">series label</see> 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.SeriesPoint">
      <summary>
        <para>For internal use. Returns the series point which uses this label item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Charts.SeriesPoint"/> object.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.SeriesPoint">
      <summary>
        <para>An individual <see href="https://docs.devexpress.com/WPF/6340/controls-and-libraries/charts-suite/chart-control/series/series-points">series point</see> in the <see href="https://docs.devexpress.com/WPF/6339/controls-and-libraries/charts-suite/chart-control/series/series">series</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.SeriesPoint.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.SeriesPoint"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.SeriesPoint.#ctor(System.DateTime,System.DateTime)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.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">SeriesPoint.DateTimeArgument</see> 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">SeriesPoint.DateTimeValue</see> property.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.SeriesPoint.#ctor(System.DateTime,System.Double)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.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">SeriesPoint.DateTimeArgument</see> 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">SeriesPoint.Value</see> property.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.SeriesPoint.#ctor(System.DateTime,System.TimeSpan)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.SeriesPoint"/> class with the specified date-time argument and time-span value.</para>
      </summary>
      <param name="argument">Specifies the point’s argument. This value is assigned to the <see cref="P:DevExpress.Xpf.Charts.SeriesPoint.Argument">SeriesPoint.Argument</see> property.</param>
      <param name="value">Specifies the point’s value. This value is assigned to the <see cref="P:DevExpress.Xpf.Charts.SeriesPoint.Value">SeriesPoint.Value</see> property.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.SeriesPoint.#ctor(System.DateTime)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.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">SeriesPoint.DateTimeArgument</see> property.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.SeriesPoint.#ctor(System.Double,System.DateTime)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.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">SeriesPoint.NumericalArgument</see> 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">SeriesPoint.DateTimeValue</see> property.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.SeriesPoint.#ctor(System.Double,System.Double)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.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">SeriesPoint.NumericalArgument</see> 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">SeriesPoint.Value</see> property.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.SeriesPoint.#ctor(System.Double,System.TimeSpan)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.SeriesPoint"/> class with the specified numerical argument and time-span value.</para>
      </summary>
      <param name="argument">Specifies the point’s argument. This value is assigned to the <see cref="P:DevExpress.Xpf.Charts.SeriesPoint.Argument">SeriesPoint.Argument</see> property.</param>
      <param name="value">Specifies the point’s value. This value is assigned to the <see cref="P:DevExpress.Xpf.Charts.SeriesPoint.Value">SeriesPoint.Value</see> property.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.SeriesPoint.#ctor(System.Double)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.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">SeriesPoint.NumericalArgument</see> property.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.SeriesPoint.#ctor(System.String,System.DateTime)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.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">SeriesPoint.Argument</see> 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">SeriesPoint.DateTimeValue</see> property.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.SeriesPoint.#ctor(System.String,System.Double)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.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">SeriesPoint.Argument</see> 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">SeriesPoint.Value</see> property.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.SeriesPoint.#ctor(System.String,System.TimeSpan)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.SeriesPoint"/> class with the specified qualitative argument and time-span value.</para>
      </summary>
      <param name="argument">Specifies the point’s argument. This value is assigned to the <see cref="P:DevExpress.Xpf.Charts.SeriesPoint.Argument">SeriesPoint.Argument</see> property.</param>
      <param name="value">Specifies the point’s value. This value is assigned to the <see cref="P:DevExpress.Xpf.Charts.SeriesPoint.Value">SeriesPoint.Value</see> property.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.SeriesPoint.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.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">SeriesPoint.Argument</see> property.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.SeriesPoint.#ctor(System.TimeSpan,System.DateTime)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.SeriesPoint"/> class with the specified time-span argument and date-time value.</para>
      </summary>
      <param name="argument">Specifies the point’s argument. This value is assigned to the <see cref="P:DevExpress.Xpf.Charts.SeriesPoint.Argument">SeriesPoint.Argument</see> property.</param>
      <param name="value">Specifies the point’s value. This value is assigned to the <see cref="P:DevExpress.Xpf.Charts.SeriesPoint.Value">SeriesPoint.Value</see> property.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.SeriesPoint.#ctor(System.TimeSpan,System.Double)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.SeriesPoint"/> class with the specified time-span argument and numerical value.</para>
      </summary>
      <param name="argument">Specifies the point’s argument. This value is assigned to the <see cref="P:DevExpress.Xpf.Charts.SeriesPoint.Argument">SeriesPoint.Argument</see> property.</param>
      <param name="value">Specifies the point’s value. This value is assigned to the <see cref="P:DevExpress.Xpf.Charts.SeriesPoint.Value">SeriesPoint.Value</see> property.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.SeriesPoint.#ctor(System.TimeSpan,System.TimeSpan)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.SeriesPoint"/> class with the specified time-span argument and time-span value.</para>
      </summary>
      <param name="argument">Specifies the point’s argument. This value is assigned to the <see cref="P:DevExpress.Xpf.Charts.SeriesPoint.Argument">SeriesPoint.Argument</see> property.</param>
      <param name="value">Specifies the point’s value. This value is assigned to the <see cref="P:DevExpress.Xpf.Charts.SeriesPoint.Value">SeriesPoint.Value</see> property.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.SeriesPoint.#ctor(System.TimeSpan)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.SeriesPoint"/> class with the specified time-span argument.</para>
      </summary>
      <param name="argument">Specifies the point’s argument. This value is assigned to the <see cref="P:DevExpress.Xpf.Charts.SeriesPoint.Argument">SeriesPoint.Argument</see> 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.Brush">
      <summary>
        <para>Gets or sets the brush used to draw this point.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Media.SolidColorBrush"/> object.</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">SeriesPoint.Value</see> 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 <see cref="T:DevExpress.Xpf.Charts.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.TimeSpanArgument">
      <summary>
        <para>Gets the point’s argument value of the time-span type.</para>
      </summary>
      <value>A <see cref="T:System.TimeSpan"/> value that specifies the series data point’s time-span argument.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.SeriesPoint.TimeSpanValue">
      <summary>
        <para>Gets the point’s value of the time-span type.</para>
      </summary>
      <value>A <see cref="T:System.TimeSpan"/> value that represents the series data point’s time-span value.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.SeriesPoint.ToolTipHint">
      <summary>
        <para>Gets or sets the data that represents the content (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>Gets the string value used to support serialization of the SeriesPoint type.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value.</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.SeriesPoint3D">
      <summary>
        <para>The series point of 3D series.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.SeriesPoint3D.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.SeriesPoint3D"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.SeriesPoint3D.#ctor(System.DateTime,System.DateTime,System.Double)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.SeriesPoint3D"/> class with the specified arguments and value.</para>
      </summary>
      <param name="xArgument">The date-time X argument value of the new point.</param>
      <param name="yArgument">The date-time Z argument value of the new point.</param>
      <param name="value">The value of the new point.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.SeriesPoint3D.#ctor(System.DateTime,System.Double,System.Double)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.SeriesPoint3D"/> class with the specified arguments and value.</para>
      </summary>
      <param name="xArgument">The date-time X argument value of the new point.</param>
      <param name="yArgument">The numeric Z argument value of the new point.</param>
      <param name="value">The value of the new point.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.SeriesPoint3D.#ctor(System.DateTime,System.String,System.Double)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.SeriesPoint3D"/> class with the specified arguments and value.</para>
      </summary>
      <param name="xArgument">The date-time X argument value of the new point.</param>
      <param name="yArgument">The qualitative Z argument value of the new point.</param>
      <param name="value">The value of the new point.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.SeriesPoint3D.#ctor(System.DateTime,System.TimeSpan,System.Double)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.SeriesPoint3D"/> class with the specified arguments and value.</para>
      </summary>
      <param name="xArgument">The date-time X argument value of the new point.</param>
      <param name="yArgument">The time-span Y argument value of the new point.</param>
      <param name="value">The value of the new point.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.SeriesPoint3D.#ctor(System.Double,System.DateTime,System.Double)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.SeriesPoint3D"/> class with the specified arguments and value.</para>
      </summary>
      <param name="xArgument">The numeric X argument value of the new point.</param>
      <param name="yArgument">The date-time Z argument value of the new point.</param>
      <param name="value">The value of the new point.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.SeriesPoint3D.#ctor(System.Double,System.Double,System.Double)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.SeriesPoint3D"/> class with the specified arguments and value.</para>
      </summary>
      <param name="xArgument">The numeric X argument value of the new point.</param>
      <param name="yArgument">The numeric Z argument value of the new point.</param>
      <param name="value">The value of the new point.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.SeriesPoint3D.#ctor(System.Double,System.String,System.Double)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.SeriesPoint3D"/> class with the specified arguments and value.</para>
      </summary>
      <param name="xArgument">The numeric X argument value of the new point.</param>
      <param name="yArgument">The qualitative Z argument value of the new point.</param>
      <param name="value">The value of the new point.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.SeriesPoint3D.#ctor(System.Double,System.TimeSpan,System.Double)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.SeriesPoint3D"/> class with the specified arguments and value.</para>
      </summary>
      <param name="xArgument">The double X argument value of the new point.</param>
      <param name="yArgument">The time-span Z argument value of the new point.</param>
      <param name="value">The value of the new point.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.SeriesPoint3D.#ctor(System.String,System.DateTime,System.Double)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.SeriesPoint3D"/> class with the specified arguments and value.</para>
      </summary>
      <param name="xArgument">The qualitative X argument value of the new point.</param>
      <param name="yArgument">The date-time Z argument value of the new point.</param>
      <param name="value">The value of the new point.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.SeriesPoint3D.#ctor(System.String,System.Double,System.Double)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.SeriesPoint3D"/> class with the specified arguments and value.</para>
      </summary>
      <param name="xArgument">The qualitative X argument value of the new point.</param>
      <param name="yArgument">The numeric Z argument value of the new point.</param>
      <param name="value">The value of the new point.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.SeriesPoint3D.#ctor(System.String,System.String,System.Double)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.SeriesPoint3D"/> class with the specified arguments and value.</para>
      </summary>
      <param name="xArgument">The qualitative X argument value of the new point.</param>
      <param name="yArgument">The qualitative Z argument value of the new point.</param>
      <param name="value">The value of the new point.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.SeriesPoint3D.#ctor(System.String,System.TimeSpan,System.Double)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.SeriesPoint3D"/> class with the specified arguments and value.</para>
      </summary>
      <param name="xArgument">The string X argument value of the new point.</param>
      <param name="yArgument">The time-span Z argument value of the new point.</param>
      <param name="value">The value of the new point.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.SeriesPoint3D.#ctor(System.TimeSpan,System.DateTime,System.Double)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.SeriesPoint3D"/> class with the specified arguments and value.</para>
      </summary>
      <param name="xArgument">The time-span X argument value of the new point.</param>
      <param name="yArgument">The date-time Y argument value of the new point.</param>
      <param name="value">The value of the new point.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.SeriesPoint3D.#ctor(System.TimeSpan,System.Double,System.Double)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.SeriesPoint3D"/> class with the specified arguments and value.</para>
      </summary>
      <param name="xArgument">The time-span X argument value of the new point.</param>
      <param name="yArgument">The double Z argument value of the new point.</param>
      <param name="value">The value of the new point.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.SeriesPoint3D.#ctor(System.TimeSpan,System.String,System.Double)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.SeriesPoint3D"/> class with the specified arguments and value.</para>
      </summary>
      <param name="xArgument">The time-span X argument value of the new point.</param>
      <param name="yArgument">The string Y argument value of the new point.</param>
      <param name="value">The value of the new point.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.SeriesPoint3D.#ctor(System.TimeSpan,System.TimeSpan,System.Double)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.SeriesPoint3D"/> class with the specified arguments and value.</para>
      </summary>
      <param name="xArgument">The time-span X argument value of the new point.</param>
      <param name="yArgument">The time-span Y argument value of the new point.</param>
      <param name="value">The value of the new point.</param>
    </member>
    <member name="P:DevExpress.Xpf.Charts.SeriesPoint3D.ActualXArgument">
      <summary>
        <para>Returns the string representation of the actual X-argument value.</para>
      </summary>
      <value>The string representation of the X-argument value.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.SeriesPoint3D.ActualYArgument">
      <summary>
        <para>Returns the string representation of the actual Y-argument value.</para>
      </summary>
      <value>The string representation of the Y-argument value.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.SeriesPoint3D.Brush">
      <summary>
        <para>Gets or sets the color of the series point.</para>
      </summary>
      <value>The brush specifying the solid color of the series point.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.SeriesPoint3D.DateTimeXArgument">
      <summary>
        <para>The date-time X-argument value.</para>
      </summary>
      <value>The time-span value.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.SeriesPoint3D.DateTimeYArgument">
      <summary>
        <para>The date-time Y-argument value.</para>
      </summary>
      <value>The date-time value.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.SeriesPoint3D.NumericXArgument">
      <summary>
        <para>The numeric X-argument value.</para>
      </summary>
      <value>The numeric value.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.SeriesPoint3D.NumericYArgument">
      <summary>
        <para>The numeric Y-argument value.</para>
      </summary>
      <value>The numeric value.</value>
    </member>
    <member name="E:DevExpress.Xpf.Charts.SeriesPoint3D.PropertyChanged">
      <summary>
        <para>Occurs when any of the <see cref="T:DevExpress.Xpf.Charts.SeriesPoint3D"/> class properties has changed its value.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.SeriesPoint3D.Series">
      <summary>
        <para>Returns the owner of the current series point.</para>
      </summary>
      <value>The series that is the owner of the current point.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.SeriesPoint3D.Tag">
      <summary>
        <para>Gets or sets the object that contains data related to this series point.</para>
      </summary>
      <value>The related data of the series point.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.SeriesPoint3D.TimeSpanXArgument">
      <summary>
        <para>Gets or sets the time-span X-argument value.</para>
      </summary>
      <value>The time-span value.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.SeriesPoint3D.TimeSpanYArgument">
      <summary>
        <para>Gets or sets the time-span Y-argument value.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.SeriesPoint3D.Value">
      <summary>
        <para>Gets or sets the value of the series point</para>
      </summary>
      <value>The series point value.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.SeriesPoint3D.XArgument">
      <summary>
        <para>The qualitative X-argument value.</para>
      </summary>
      <value>The qualitative value.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.SeriesPoint3D.YArgument">
      <summary>
        <para>The qualitative X-argument value.</para>
      </summary>
      <value>The qualitative value.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.SeriesPoint3DCollection">
      <summary>
        <para>The collection of 3D series points.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.SeriesPoint3DCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.SeriesPoint3DCollection"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.SeriesPoint3DDataSourceAdapter">
      <summary>
        <para>The source of series points bound to a data source.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.SeriesPoint3DDataSourceAdapter.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.SeriesPoint3DDataSourceAdapter"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.SeriesPoint3DDataSourceAdapter.CalculatedFields">
      <summary>
        <para>Returns a collection of calculated fields.</para>
      </summary>
      <value>A collection that stores <see cref="T:DevExpress.Xpf.Charts.ChartCalculatedField">calculated fields</see>.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.SeriesPoint3DDataSourceAdapter.CalculatedFieldsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.SeriesPoint3DDataSourceAdapter.CalculatedFields">SeriesPoint3DDataSourceAdapter.CalculatedFields</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.SeriesPoint3DDataSourceAdapter.ColorDataMember">
      <summary>
        <para>Gets or sets the name of the data member whose values are used to provide color to points.</para>
      </summary>
      <value>The data member name.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.SeriesPoint3DDataSourceAdapter.ColorDataMemberProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.SeriesPoint3DDataSourceAdapter.ColorDataMember">SeriesPoint3DDataSourceAdapter.ColorDataMember</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.SeriesPoint3DDataSourceAdapter.DataSource">
      <summary>
        <para>Gets or sets the data source which should be visualized.</para>
      </summary>
      <value>The data source object.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.SeriesPoint3DDataSourceAdapter.DataSourceProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.SeriesPoint3DDataSourceAdapter.DataSource">SeriesPoint3DDataSourceAdapter.DataSource</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Charts.SeriesPoint3DDataSourceAdapter.EndInit">
      <summary>
        <para>Ends the <see cref="T:DevExpress.Xpf.Charts.SeriesPoint3DDataSourceAdapter"/>‘s initialization.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.SeriesPoint3DDataSourceAdapter.FilterCriteria">
      <summary>
        <para>Gets or sets the current filter criteria. This is a dependency property.</para>
      </summary>
      <value>The current filter criteria.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.SeriesPoint3DDataSourceAdapter.FilterCriteriaProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.SeriesPoint3DDataSourceAdapter.FilterCriteria">SeriesPoint3DDataSourceAdapter.FilterCriteria</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.SeriesPoint3DDataSourceAdapter.FilterString">
      <summary>
        <para>Gets or sets the current filter expression. This is a dependency property.</para>
      </summary>
      <value>The current filter expression.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.SeriesPoint3DDataSourceAdapter.FilterStringProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.SeriesPoint3DDataSourceAdapter.FilterString">SeriesPoint3DDataSourceAdapter.FilterString</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.SeriesPoint3DDataSourceAdapter.HintDataMember">
      <summary>
        <para>Gets or sets the name of data member whose values should be used as hints.</para>
      </summary>
      <value>The data member name.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.SeriesPoint3DDataSourceAdapter.HintDataMemberProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.SeriesPoint3DDataSourceAdapter.HintDataMember">SeriesPoint3DDataSourceAdapter.HintDataMember</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.SeriesPoint3DDataSourceAdapter.ValueDataMember">
      <summary>
        <para>Gets or sets the name of the data member whose values are used as values of generated series points.</para>
      </summary>
      <value>The data member name.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.SeriesPoint3DDataSourceAdapter.ValueDataMemberProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.SeriesPoint3DDataSourceAdapter.ValueDataMember">SeriesPoint3DDataSourceAdapter.ValueDataMember</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.SeriesPoint3DDataSourceAdapter.XArgumentDataMember">
      <summary>
        <para>Gets or sets the name of the data member whose values are used as X argument values of series points.</para>
      </summary>
      <value>The data member name.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.SeriesPoint3DDataSourceAdapter.XArgumentDataMemberProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.SeriesPoint3DDataSourceAdapter.XArgumentDataMember">SeriesPoint3DDataSourceAdapter.XArgumentDataMember</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.SeriesPoint3DDataSourceAdapter.YArgumentDataMember">
      <summary>
        <para>Gets or sets the name of the data member whose values are used as Y argument values of series points.</para>
      </summary>
      <value>The data member name.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.SeriesPoint3DDataSourceAdapter.YArgumentDataMemberProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.SeriesPoint3DDataSourceAdapter.YArgumentDataMember">SeriesPoint3DDataSourceAdapter.YArgumentDataMember</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.SeriesPoint3DMatrixAdapter">
      <summary>
        <para>The source of series points generated by data, represented by a regular grid.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.SeriesPoint3DMatrixAdapter.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.SeriesPoint3DMatrixAdapter"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.SeriesPoint3DMatrixAdapter.IsCorrectDimension">
      <summary>
        <para>Returns the value identifying whether the count of values are adequate to create the required number of points.</para>
      </summary>
      <value>true if number of values are adequate; otherwise false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.SeriesPoint3DMatrixAdapter.IsCorrectDimensionProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.SeriesPoint3DMatrixAdapter.IsCorrectDimension">SeriesPoint3DMatrixAdapter.IsCorrectDimension</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.SeriesPoint3DMatrixAdapter.Values">
      <summary>
        <para>Gets or sets the point values.</para>
      </summary>
      <value>The point values.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.SeriesPoint3DMatrixAdapter.ValuesProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.SeriesPoint3DMatrixAdapter.Values">SeriesPoint3DMatrixAdapter.Values</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.SeriesPoint3DMatrixAdapter.XArguments">
      <summary>
        <para>Gets or sets the X argument values of points.</para>
      </summary>
      <value>The X argument values.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.SeriesPoint3DMatrixAdapter.XArgumentsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.SeriesPoint3DMatrixAdapter.XArguments">SeriesPoint3DMatrixAdapter.XArguments</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.SeriesPoint3DMatrixAdapter.YArguments">
      <summary>
        <para>Gets or sets the Y argument values of points.</para>
      </summary>
      <value>The Y argument values.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.SeriesPoint3DMatrixAdapter.YArgumentsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.SeriesPoint3DMatrixAdapter.YArguments">SeriesPoint3DMatrixAdapter.YArguments</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.SeriesPoint3DSourceBase">
      <summary>
        <para>The base source of series points for the 3D Series.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.SeriesPoint3DStorage">
      <summary>
        <para>The source of unbound series points.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.SeriesPoint3DStorage.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.SeriesPoint3DStorage"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.SeriesPoint3DStorage.Points">
      <summary>
        <para>Returns the collection of provided series points.</para>
      </summary>
      <value>The <see cref="T:DevExpress.Xpf.Charts.SeriesPoint3D"/> collection.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.SeriesPoint3DStorage.PointsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.SeriesPoint3DStorage.Points">SeriesPoint3DStorage.Points</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.SeriesPointAnchorPoint">
      <summary>
        <para>Settings that indicate the <see cref="T:DevExpress.Xpf.Charts.Annotation"/> is anchored to a series point.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.SeriesPointAnchorPoint.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.SeriesPointAnchorPoint"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.SeriesPointAnchorPoint.PointIndex">
      <summary>
        <para>For internal use only.</para>
      </summary>
      <value>A <see cref="T:System.Int32"/> value.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.SeriesPointAnchorPoint.SeriesIndex">
      <summary>
        <para>For internal use only.</para>
      </summary>
      <value>A <see cref="T:System.Int32"/> value.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.SeriesPointAnchorPoint.SeriesPoint">
      <summary>
        <para>Specifies the series point to which the annotation is anchored.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Charts.SeriesPoint"/> object representing the series point to which the annotation is anchored.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.SeriesPointAnchorPoint.SeriesPointProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.SeriesPointAnchorPoint.SeriesPoint">SeriesPointAnchorPoint.SeriesPoint</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.SeriesPointAnimation">
      <summary>
        <para>Represents an <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see>, that animates <see href="https://docs.devexpress.com/WPF/6340/controls-and-libraries/charts-suite/chart-control/series/series-points">series points</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.SeriesPointAnimation.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.SeriesPointAnimation"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.SeriesPointAnimation.Actions">
      <summary>
        <para>Provides access to animation actions for a specific series point.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Charts.SeriesPointAnimationActionCollection"/> object.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.SeriesPointAnimation.ActionsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.SeriesPointAnimation.Actions">SeriesPointAnimation.Actions</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.SeriesPointAnimation.InitialNumericalArgument">
      <summary>
        <para>Gets or sets the initial numerical argument of the series point animation.</para>
      </summary>
      <value>A nullable <see cref="T:System.Double"/> value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.SeriesPointAnimation.InitialNumericalArgumentProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.SeriesPointAnimation.InitialNumericalArgument">SeriesPointAnimation.InitialNumericalArgument</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.SeriesPointAnimation.InitialNumericalValue">
      <summary>
        <para>Gets or sets the initial numerical value of the series point animation.</para>
      </summary>
      <value>A nullable <see cref="T:System.Double"/> value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.SeriesPointAnimation.InitialNumericalValueProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.SeriesPointAnimation.InitialNumericalValue">SeriesPointAnimation.InitialNumericalValue</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.SeriesPointAnimation.InitialRotation">
      <summary>
        <para>Provides access to the initial rotation settings of the series point animation.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Xpf.Charts.AnimationRotation"/> object.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.SeriesPointAnimation.InitialRotationProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.SeriesPointAnimation.InitialRotation">SeriesPointAnimation.InitialRotation</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.SeriesPointAnimation.TargetSeriesPoint">
      <summary>
        <para>Gets or sets the target series point, under which the animation is performed.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Charts.SeriesPoint"/> object to be animated.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.SeriesPointAnimation.TargetSeriesPointProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.SeriesPointAnimation.TargetSeriesPoint">SeriesPointAnimation.TargetSeriesPoint</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.SeriesPointAnimationAction">
      <summary>
        <para>Represents the base class for <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation actions</see> that animate <see href="https://docs.devexpress.com/WPF/6340/controls-and-libraries/charts-suite/chart-control/series/series-points">series points</see>.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.SeriesPointAnimationActionCollection">
      <summary>
        <para>Represents a collection of <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation actions</see> that animate <see href="https://docs.devexpress.com/WPF/6340/controls-and-libraries/charts-suite/chart-control/series/series-points">series points</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.SeriesPointAnimationActionCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.SeriesPointAnimationActionCollection"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.SeriesPointAnimationBase">
      <summary>
        <para>Serves as the base class for all <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">point animations</see>.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.SeriesPointAnimationBase.PointDelay">
      <summary>
        <para>Specifies the delay sustained when <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animating</see> the <see href="https://docs.devexpress.com/WPF/6340/controls-and-libraries/charts-suite/chart-control/series/series-points">series points</see>. 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 <see cref="P:DevExpress.Xpf.Charts.SeriesPointAnimationBase.PointDelay">SeriesPointAnimationBase.PointDelay</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see cref="P:DevExpress.Xpf.Charts.SeriesPointAnimationBase.PointOrder">SeriesPointAnimationBase.PointOrder</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.SeriesPointCollection">
      <summary>
        <para>Represents a collection that stores the <see href="https://docs.devexpress.com/WPF/6340/controls-and-libraries/charts-suite/chart-control/series/series-points">data points</see> of an individual <see href="https://docs.devexpress.com/WPF/6339/controls-and-libraries/charts-suite/chart-control/series/series">series</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.SeriesPointCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.SeriesPointCollection"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.SeriesPointCollection.Contains(DevExpress.Xpf.Charts.SeriesPoint)">
      <summary>
        <para>Determines whether the collection contains the specified series point.</para>
      </summary>
      <param name="point">A series point to locate in the collection.</param>
      <returns>true, if the collection contains the specified series point; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.SeriesPointCollection.CopyTo(DevExpress.Xpf.Charts.SeriesPoint[],System.Int32)">
      <summary>
        <para>Copies the items from the collection to the specified array, starting at the specified index in the array object.</para>
      </summary>
      <param name="array">A zero-based <see cref="T:System.Array"/> object that receives the copied items from the <see cref="T:DevExpress.Xpf.Charts.SeriesPointCollection"/> collection.</param>
      <param name="arrayIndex">The first position in the specified <see cref="T:System.Array"/> object to receive the copied contents.</param>
    </member>
    <member name="P:DevExpress.Xpf.Charts.SeriesPointCollection.Count">
      <summary>
        <para>Gets a number of points stored in the collection.</para>
      </summary>
      <value>A number of points in the collection.</value>
    </member>
    <member name="M:DevExpress.Xpf.Charts.SeriesPointCollection.GetEnumerator">
      <summary>
        <para>Returns an enumerator that iterates through the <see cref="T:DevExpress.Xpf.Charts.SeriesPointCollection"/> instance.</para>
      </summary>
      <returns>A <see cref="T:System.Collections.IEnumerator"/> for the <see cref="T:DevExpress.Xpf.Charts.SeriesPointCollection"/> instance.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.SeriesPointCollection.IndexOf(DevExpress.Xpf.Charts.SeriesPoint)">
      <summary>
        <para>Returns the specified object’s position within the collection.</para>
      </summary>
      <param name="point">A series point to locate in the collection.</param>
      <returns>A zero-based integer which represents the object’s position within the collection. -1 if the object doesn’t belong to the collection.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.SeriesPointCollection.Insert(System.Int32,DevExpress.Xpf.Charts.SeriesPoint)">
      <summary>
        <para>Inserts the work-time rule into the collection at the specified position.</para>
      </summary>
      <param name="index">A zero-based integer which specifies the position at which the legend should be inserted.</param>
      <param name="point">The series point to insert into the collection.</param>
    </member>
    <member name="P:DevExpress.Xpf.Charts.SeriesPointCollection.Item(System.Int32)">
      <summary>
        <para>Gets or sets a series point by its zero-based index.</para>
      </summary>
      <param name="index">The zero-based index.</param>
      <value>The series point.</value>
    </member>
    <member name="M:DevExpress.Xpf.Charts.SeriesPointCollection.Remove(DevExpress.Xpf.Charts.SeriesPoint)">
      <summary>
        <para>Remove the specified series point from the collection.</para>
      </summary>
      <param name="point">The point to remove from the collection.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.SeriesPointCollection.RemoveAt(System.Int32)">
      <summary>
        <para>Removes the series point at the specified index of the <see cref="T:DevExpress.Xpf.Charts.SeriesPointCollection"/> instance.</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.SeriesPointLayout">
      <summary>
        <para>For internal use. Contains settings that define the layout of a <see href="https://docs.devexpress.com/WPF/6340/controls-and-libraries/charts-suite/chart-control/series/series-points">series point</see> 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.SeriesPointModel3D">
      <summary>
        <para>Represents the property provider for <see href="https://docs.devexpress.com/WPF/6340/controls-and-libraries/charts-suite/chart-control/series/series-points">series points</see> which support transformation.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.SeriesPointModel3D.GetTransform(DevExpress.Xpf.Charts.SeriesPoint)">
      <summary>
        <para>Gets the value of the <see cref="P:DevExpress.Xpf.Charts.SeriesPointModel3D.Transform">SeriesPointModel3D.Transform</see> 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.SeriesPointModel3D.Transform">SeriesPointModel3D.Transform</see> property value for the series point.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.SeriesPointModel3D.SetTransform(DevExpress.Xpf.Charts.SeriesPoint,System.Windows.Media.Media3D.Transform3D)">
      <summary>
        <para>Sets the value of the <see cref="P:DevExpress.Xpf.Charts.SeriesPointModel3D.Transform">SeriesPointModel3D.Transform</see> 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="transform">The required <see cref="T:System.Windows.Media.Media3D.Transform3D"/> object.</param>
    </member>
    <member name="F:DevExpress.Xpf.Charts.SeriesPointModel3D.TransformProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.SeriesPointModel3D.Transform">SeriesPointModel3D.Transform</see> attached property.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.SeriesPointPresentationData">
      <summary>
        <para>For internal use. Contains settings that determine the presentation data of a <see href="https://docs.devexpress.com/WPF/6340/controls-and-libraries/charts-suite/chart-control/series/series-points">series point</see> item.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.SeriesPointPresentationData.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.SeriesPointPresentationData"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.SeriesPointPresentationData.IsHighlighted">
      <summary>
        <para>For internal use. Returns a value that indicates whether presentation data is highlighted.</para>
      </summary>
      <value>true, if presentation data is highlighted; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.SeriesPointPresentationData.IsSelected">
      <summary>
        <para>For internal use. Returns a value that indicates whether presentation data is selected.</para>
      </summary>
      <value>true, if presentation data is selected; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.SeriesPointPresentationData.LabelText">
      <summary>
        <para>For internal use. Specifies the point’s label text. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.SeriesPointPresentationData.Layout">
      <summary>
        <para>For internal use. Specifies the series point layout. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Charts.SeriesPointLayout"/> object.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.SeriesPointPresentationData.Layouts">
      <summary>
        <para>For internal use. Specifies the series point layouts when scale breaks cross the point. This is a dependency property.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.SeriesPointPresentationData.LegendText">
      <summary>
        <para>For internal use. Specifies the point’s legend text. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.SeriesPointPresentationData.Opacity">
      <summary>
        <para>For internal use. Specifies the point’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.SeriesPointPresentationData.PointColor">
      <summary>
        <para>For internal use. Specifies the point’s color. This is a dependency property.</para>
      </summary>
      <value>A <see cref="T:System.Drawing.Color"/> structure.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.SeriesPointPresentationData.SeriesPoint">
      <summary>
        <para>For internal use. Returns the series point which uses this presentation data.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Charts.SeriesPoint"/> object.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.SeriesPointRotationAction">
      <summary>
        <para>Animates the rotation angle of the chart’s  <see href="https://docs.devexpress.com/WPF/6340/controls-and-libraries/charts-suite/chart-control/series/series-points">series points</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.SeriesPointRotationAction.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.SeriesPointRotationAction"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.SeriesPointRotationAction.Rotation">
      <summary>
        <para>Provides access to the rotation settings of the <see href="https://docs.devexpress.com/WPF/6340/controls-and-libraries/charts-suite/chart-control/series/series-points">series points</see> animation.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Xpf.Charts.AnimationRotation"/> object.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.SeriesPointRotationAction.RotationProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.SeriesPointRotationAction.Rotation">SeriesPointRotationAction.Rotation</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.SeriesSelectionMode">
      <summary>
        <para>Lists the values that are used to define the selection mode of a series.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.SeriesSelectionMode.Argument">
      <summary>
        <para>All data points with the same argument are selected.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.SeriesSelectionMode.Point">
      <summary>
        <para>Only a single data point is selected.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.SeriesSelectionMode.Series">
      <summary>
        <para>The entire series is selected.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.SeriesSeriesPointsAction">
      <summary>
        <para>Animates the 3D chart’s <see href="https://docs.devexpress.com/WPF/6340/controls-and-libraries/charts-suite/chart-control/series/series-points">series points</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.SeriesSeriesPointsAction.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.SeriesSeriesPointsAction"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.SeriesSeriesPointsAction.DelayPercentage">
      <summary>
        <para>Specifies the delay sustained when animating  <see href="https://docs.devexpress.com/WPF/6340/controls-and-libraries/charts-suite/chart-control/series/series-points">series points</see>, as a  percentage.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.SeriesSeriesPointsAction.DelayPercentageProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.SeriesSeriesPointsAction.DelayPercentage">SeriesSeriesPointsAction.DelayPercentage</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.SeriesSeriesPointsAction.EqualSpeed">
      <summary>
        <para>Gets or sets a value that specifies whether to provide equal animation speed for each series point in 3D charts.</para>
      </summary>
      <value>true, if  the speed of series points animation is equal; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.SeriesSeriesPointsAction.EqualSpeedProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.SeriesSeriesPointsAction.EqualSpeed">SeriesSeriesPointsAction.EqualSpeed</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.SeriesSeriesPointsAction.Sequential">
      <summary>
        <para>Specifies whether <see href="https://docs.devexpress.com/WPF/6340/controls-and-libraries/charts-suite/chart-control/series/series-points">series points</see> are animated  sequentially in 3D charts.</para>
      </summary>
      <value>true, if  series points are animated sequentially; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.SeriesSeriesPointsAction.SequentialProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.SeriesSeriesPointsAction.Sequential">SeriesSeriesPointsAction.Sequential</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.SideMarginSizeUnit">
      <summary>
        <para>Specifies possible measurement units for diagram <see href="https://docs.devexpress.com/WPF/115158/controls-and-libraries/charts-suite/chart-control/axes/whole-and-visual-ranges#how-to-specify-diagram-side-margins">side margins</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.SideMarginSizeUnit.AxisRangePercentage">
      <summary>
        <para>Side margins are specified as a percentage.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.SideMarginSizeUnit.AxisUnit">
      <summary>
        <para>Side margins are specified in axis measurement units.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.SidePoint">
      <summary>
        <para>Specifies settings for the side series point.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.SidePoint.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.SidePoint"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.SidePoint.ActualLabel">
      <summary>
        <para>Returns the actual settings of the series label.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Charts.SeriesLabel"/> object that contains label settings.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.SidePoint.ActualLabelProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.SidePoint.ActualLabel"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.SidePoint.Label">
      <summary>
        <para>Specifies the side series point’s label settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Charts.SeriesLabel"/> object that specifies label settings.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.SidePoint.LabelDisplayMode">
      <summary>
        <para>Specifies how the label of a side series point is displayed.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Charts.SidePointDisplayMode"/> enumeration value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.SidePoint.LabelDisplayModeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.SidePoint.LabelDisplayMode"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.SidePoint.LabelProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.SidePoint.Label"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.SidePointDisplayMode">
      <summary>
        <para>Lists display modes for side point markers and labels.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.SidePointDisplayMode.Default">
      <summary>
        <para>The label/marker uses common settings.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.SidePointDisplayMode.DiagramEdge">
      <summary>
        <para>The control displays the label/marker at the diagram edge.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.SidePointDisplayMode.SeriesPoint">
      <summary>
        <para>The control shows the label/marker next to the series point. If the label/marker should be outside a visual area when zooming or scrolling, the label/marker is displayed at the diagram’s edge.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.SimpleBar2DModel">
      <summary>
        <para>The basic <see href="https://docs.devexpress.com/WPF/8349/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/bar-series">Bar</see> <see href="https://docs.devexpress.com/WPF/4285/controls-and-libraries/charts-suite/chart-control/series/series-and-marker-models">model</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.SimpleBar2DModel.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.SimpleBar2DModel"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.SimpleBar2DModel.ModelName">
      <summary>
        <para>Gets the name of the <see cref="T:DevExpress.Xpf.Charts.SimpleBar2DModel"/>.</para>
      </summary>
      <value>Always “Simple Bar”.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.SimpleBoxPlot2DModel">
      <summary>
        <para>Represents the Simple pre-defined <see href="https://docs.devexpress.com/WPF/4285/controls-and-libraries/charts-suite/chart-control/series/series-and-marker-models">model</see> for the Box Plot series.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.SimpleBoxPlot2DModel.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.SimpleBoxPlot2DModel"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.SimpleBoxPlot2DModel.GetPenBrush(System.Windows.Media.SolidColorBrush)">
      <summary>
        <para>Returns a brush used to draw the series border.</para>
      </summary>
      <param name="brush">A brush that is used to paint the BoxPlot series.</param>
      <returns>A brush that is used to draw the series border.</returns>
    </member>
    <member name="P:DevExpress.Xpf.Charts.SimpleBoxPlot2DModel.ModelName">
      <summary>
        <para>Returns the SimpleBoxPlot2DModel name.</para>
      </summary>
      <value>Always Simple Box Plot.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.SimpleCandleStick2DModel">
      <summary>
        <para>The Simple <see href="https://docs.devexpress.com/WPF/6850/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/financial-series/candle-stick">Candle Stick</see> <see href="https://docs.devexpress.com/WPF/4285/controls-and-libraries/charts-suite/chart-control/series/series-and-marker-models">model</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.SimpleCandleStick2DModel.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.SimpleCandleStick2DModel"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.SimpleCandleStick2DModel.ModelName">
      <summary>
        <para>Gets the name of the <see cref="T:DevExpress.Xpf.Charts.SimpleCandleStick2DModel"/>.</para>
      </summary>
      <value>Always “Simple”.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.SimpleDiagram2D">
      <summary>
        <para>Represents a <see href="https://docs.devexpress.com/WPF/115309/controls-and-libraries/charts-suite/chart-control/diagram/simple-2d-diagram">diagram</see> that is used to plot non-XY 2D series.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.SimpleDiagram2D.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.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 charts that can be displayed in one line (row or column).</para>
      </summary>
      <value>A positive integer that specifies the number of pie charts 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">SimpleDiagram2D.Dimension</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.SimpleDiagram2D.Elements">
      <summary>
        <para>For internal use. Gets or sets the elements of a simple diagram.</para>
      </summary>
      <value>A <see cref="T:System.Collections.ObjectModel.ObservableCollection`1"/>&lt;<see cref="T:System.Object"/>,&gt; object which provides access to the elements of a simple diagram.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.SimpleDiagram2D.ElementsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.SimpleDiagram2D.Elements">SimpleDiagram2D.Elements</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.SimpleDiagram2D.Items">
      <summary>
        <para>Gets the collection of items in the simple diagram.</para>
      </summary>
      <value>The observable read-only collection of <see cref="T:System.Object"/> descendants that represent items contained in the simple diagram.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.SimpleDiagram2D.ItemsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.SimpleDiagram2D.Items">SimpleDiagram2D.Items</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.SimpleDiagram2D.LayoutDirection">
      <summary>
        <para>Gets or sets a value that specifies the manner in which multiple 2D Pie charts are positioned within a chart control’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">SimpleDiagram2D.LayoutDirection</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Charts.SimpleDiagram2D.ShouldSerializeElements(System.Windows.Markup.XamlDesignerSerializationManager)">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.SimpleDiagram2D.ShouldSerializeItems(System.Windows.Markup.XamlDesignerSerializationManager)">
      <summary>
        <para>Indicates whether the effective value of the <see cref="P:DevExpress.Xpf.Charts.SimpleDiagram2D.Items">SimpleDiagram2D.Items</see> property should be serialized during serialization of a <see cref="T:DevExpress.Xpf.Charts.SimpleDiagram2D"/> object.</para>
      </summary>
      <param name="manager">A <see cref="T:System.Windows.Markup.XamlDesignerSerializationManager"/> object, which is the serialization service manager object for the <see cref="T:DevExpress.Xpf.Charts.SimpleDiagram2D"/>.</param>
      <returns>This property returns false to avoid serialization of the <see cref="P:DevExpress.Xpf.Charts.SimpleDiagram2D.Items">SimpleDiagram2D.Items</see> property using <see cref="T:System.Windows.Markup.XamlWriter"/>.</returns>
    </member>
    <member name="T:DevExpress.Xpf.Charts.SimpleDiagram3D">
      <summary>
        <para>Represents a <see href="https://docs.devexpress.com/WPF/115311/controls-and-libraries/charts-suite/chart-control/diagram/simple-3d-diagram">diagram</see> that is used to plot non-XY 3D series.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.SimpleDiagram3D.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.SimpleDiagram3D"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.SimpleDiagram3D.Dimension">
      <summary>
        <para>Gets or sets the number of <see href="https://docs.devexpress.com/WPF/4287/controls-and-libraries/charts-suite/chart-control/series/3d-series-types/pie-and-donut-series">3D Pie (Donut) Series</see> that can be displayed in one line (row or column).</para>
      </summary>
      <value>A positive integer that specifies the number of pie charts in one line.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.SimpleDiagram3D.DimensionProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.SimpleDiagram3D.Dimension">SimpleDiagram3D.Dimension</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.SimpleDiagram3D.LayoutDirection">
      <summary>
        <para>Gets or sets a value that specifies the manner in which multiple 3D Pie charts are positioned within a chart control’s diagram.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Charts.LayoutDirection"/> enumeration value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.SimpleDiagram3D.LayoutDirectionProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.SimpleDiagram3D.LayoutDirection">SimpleDiagram3D.LayoutDirection</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.SimpleMarker2DModel">
      <summary>
        <para>The Simple marker <see href="https://docs.devexpress.com/WPF/4285/controls-and-libraries/charts-suite/chart-control/series/series-and-marker-models">model</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.SimpleMarker2DModel.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.SimpleMarker2DModel"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.SimpleMarker2DModel.ModelName">
      <summary>
        <para>Returns the “Simple Marker” string.</para>
      </summary>
      <value>The “Simple Marker” string.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.SimpleMovingAverage">
      <summary>
        <para>Represents a Simple Moving Average indicator.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.SimpleMovingAverage.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.SimpleMovingAverage"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.SimplePie2DModel">
      <summary>
        <para>The Simple 2D Pie <see href="https://docs.devexpress.com/WPF/4285/controls-and-libraries/charts-suite/chart-control/series/series-and-marker-models">model</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.SimplePie2DModel.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.SimplePie2DModel"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.SimplePie2DModel.ModelName">
      <summary>
        <para>Gets the name of the <see cref="T:DevExpress.Xpf.Charts.SimplePie2DModel"/>.</para>
      </summary>
      <value>Always “Simple”.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.SimpleWaterfall2DModel">
      <summary>
        <para>The basic waterfall bar <see href="https://docs.devexpress.com/WPF/4285/controls-and-libraries/charts-suite/chart-control/series/series-and-marker-models">model</see> with a border.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.SimpleWaterfall2DModel.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.SimpleWaterfall2DModel"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.SimpleWaterfall2DModel.ModelName">
      <summary>
        <para>Returns the SimpleWaterfall2DModel name.</para>
      </summary>
      <value>Always Simple Waterfall.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.SlipstreamPalette">
      <summary>
        <para>Represents the Slipstream palette.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.SlipstreamPalette.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.SlipstreamPalette"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.SlipstreamPalette.PaletteName">
      <summary>
        <para>Gets the name of the <see cref="T:DevExpress.Xpf.Charts.SlipstreamPalette"/>.</para>
      </summary>
      <value>Always Slipstream.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.SolidColorizer3D">
      <summary>
        <para>Colorizer that colors all points using the specified color.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.SolidColorizer3D.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.SolidColorizer3D"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.SolidColorizer3D.Brush">
      <summary>
        <para>Gets or sets the brush used to color point markers.</para>
      </summary>
      <value>The brush specifying the color of point markers.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.SolidColorizer3D.BrushProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.SolidColorizer3D.Brush">SolidColorizer3D.Brush</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Charts.SolidColorizer3D.GetPointColor(System.Object,System.Object,System.Double[],System.Object,System.Int32,DevExpress.Xpf.Charts.Palette)">
      <summary>
        <para>Returns the point color depending on the specified values.</para>
      </summary>
      <param name="argumentX">The X argument value.</param>
      <param name="argumentY">The Z argument value.</param>
      <param name="values">All point values (including attached).</param>
      <param name="colorKey">The color key of the point.</param>
      <param name="pointIndex">The point index in the point collection.</param>
      <param name="palette">The palette whose values will be used to color points if it is required.</param>
      <returns>The color calculated by the specified values.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.SolidColorizer3D.ToString">
      <summary>
        <para>Returns the text representation of the <see cref="T:DevExpress.Xpf.Charts.SolidColorizer3D"/> object.</para>
      </summary>
      <returns>The textual representation of the <see cref="T:DevExpress.Xpf.Charts.SolidColorizer3D"/>.</returns>
    </member>
    <member name="T:DevExpress.Xpf.Charts.SolidFillStyle">
      <summary>
        <para>The fill style that colors a surface in one color.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.SolidFillStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.SolidFillStyle"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.SolidFillStyle.Brush">
      <summary>
        <para>Gets or sets the brush used to fill the surface.</para>
      </summary>
      <value>The brush specifying the color of the surface.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.SolidFillStyle.BrushProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.SolidFillStyle.Brush">SolidFillStyle.Brush</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.SphereMarker3DModel">
      <summary>
        <para>The Sphere 3D marker <see href="https://docs.devexpress.com/WPF/4285/controls-and-libraries/charts-suite/chart-control/series/series-and-marker-models">model</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.SphereMarker3DModel.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.SphereMarker3DModel"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.SphereMarker3DModel.ModelName">
      <summary>
        <para>Gets the name of the <see cref="T:DevExpress.Xpf.Charts.SphereMarker3DModel"/>.</para>
      </summary>
      <value>Always “Sphere”.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.SplineAlgorithm">
      <summary>
        <para>Lists values that specify the default drawing algorithm of the <see href="https://docs.devexpress.com/WPF/17680/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/point-line-and-bubble-series/spline">Spline</see> series view.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.SplineAlgorithm.Cardinal">
      <summary>
        <para>The spline line goes beyond local extrema.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.SplineAlgorithm.StrictMinMax">
      <summary>
        <para>The spline line strictly stays between local minimum and maximum values.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.SplineAreaFullStackedSeries2D">
      <summary>
        <para>Represents a series view of the <see href="https://docs.devexpress.com/WPF/17678/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/area-series/full-stacked-spline-area">Full-Stacked Spline Area</see> type.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.SplineAreaFullStackedSeries2D.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.SplineAreaFullStackedSeries2D"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.SplineAreaFullStackedSeries2D.LineTension">
      <summary>
        <para>Gets or sets the line tension to be used when drawing splines of the <see cref="T:DevExpress.Xpf.Charts.SplineAreaFullStackedSeries2D"/>.</para>
      </summary>
      <value>A double value specifying the line tension.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.SplineAreaFullStackedSeries2D.LineTensionProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.SplineAreaFullStackedSeries2D.LineTension">SplineAreaFullStackedSeries2D.LineTension</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.SplineAreaFullStackedSeries2D.SplineAlgorithm">
      <summary>
        <para>Specifies the drawing algorithm of the <see cref="T:DevExpress.Xpf.Charts.SplineAreaFullStackedSeries2D"/>.</para>
      </summary>
      <value>The drawing algorithm of the spline area.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.SplineAreaFullStackedSeries2D.SplineAlgorithmProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.SplineAreaFullStackedSeries2D.SplineAlgorithm"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.SplineAreaSeries2D">
      <summary>
        <para>Represents a series view of the <see href="https://docs.devexpress.com/WPF/17679/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/area-series/spline-area">Spline Area</see> type.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.SplineAreaSeries2D.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.SplineAreaSeries2D"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.SplineAreaSeries2D.LineTension">
      <summary>
        <para>Gets or sets the line tension to be used when drawing splines of the <see cref="T:DevExpress.Xpf.Charts.SplineAreaSeries2D"/>.</para>
      </summary>
      <value>A double value specifying the line tension.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.SplineAreaSeries2D.LineTensionProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.SplineAreaSeries2D.LineTension">SplineAreaSeries2D.LineTension</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.SplineAreaSeries2D.SplineAlgorithm">
      <summary>
        <para>Specifies the drawing algorithm of the <see cref="T:DevExpress.Xpf.Charts.SplineAreaSeries2D"/>.</para>
      </summary>
      <value>The drawing algorithm of the spline area.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.SplineAreaSeries2D.SplineAlgorithmProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.SplineAreaSeries2D.SplineAlgorithm"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.SplineAreaStackedSeries2D">
      <summary>
        <para>Represents a series view of the <see href="https://docs.devexpress.com/WPF/17681/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/area-series/stacked-spline-area">Stacked Spline Area</see> type.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.SplineAreaStackedSeries2D.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.SplineAreaStackedSeries2D"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.SplineAreaStackedSeries2D.LineTension">
      <summary>
        <para>Gets or sets the line tension to be used when drawing splines of the <see cref="T:DevExpress.Xpf.Charts.SplineAreaStackedSeries2D"/>.</para>
      </summary>
      <value>A double value specifying the line tension.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.SplineAreaStackedSeries2D.LineTensionProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.SplineAreaStackedSeries2D.LineTension">SplineAreaStackedSeries2D.LineTension</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.SplineAreaStackedSeries2D.SplineAlgorithm">
      <summary>
        <para>Specifies the drawing algorithm of the <see cref="T:DevExpress.Xpf.Charts.SplineAreaStackedSeries2D"/>.</para>
      </summary>
      <value>The drawing algorithm of the spline area.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.SplineAreaStackedSeries2D.SplineAlgorithmProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.SplineAreaStackedSeries2D.SplineAlgorithm"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.SplineSeries2D">
      <summary>
        <para>Represents a series view of the <see href="https://docs.devexpress.com/WPF/17680/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/point-line-and-bubble-series/spline">Spline</see> type.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.SplineSeries2D.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.SplineSeries2D"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.SplineSeries2D.LineTension">
      <summary>
        <para>Gets or sets the line tension to be used when drawing splines of the <see cref="T:DevExpress.Xpf.Charts.SplineSeries2D"/>.</para>
      </summary>
      <value>A double value specifying the line tension.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.SplineSeries2D.LineTensionProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.SplineSeries2D.LineTension">SplineSeries2D.LineTension</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.SplineSeries2D.SplineAlgorithm">
      <summary>
        <para>Specifies the drawing algorithm of the <see cref="T:DevExpress.Xpf.Charts.SplineSeries2D"/>.</para>
      </summary>
      <value>The drawing algorithm of the spline line.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.SplineSeries2D.SplineAlgorithmProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.SplineSeries2D.SplineAlgorithm"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.SquareMarker2DModel">
      <summary>
        <para>The Square marker <see href="https://docs.devexpress.com/WPF/4285/controls-and-libraries/charts-suite/chart-control/series/series-and-marker-models">model</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.SquareMarker2DModel.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.SquareMarker2DModel"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.SquareMarker2DModel.ModelName">
      <summary>
        <para>Gets the name of the <see cref="T:DevExpress.Xpf.Charts.SquareMarker2DModel"/>.</para>
      </summary>
      <value>Always “Square”.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.StackedBarTotalLabel">
      <summary>
        <para>The stacked bars’ <see href="https://docs.devexpress.com/WPF/119302/controls-and-libraries/charts-suite/chart-control/series/total-labels">total labels’</see> settings storage.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.StackedBarTotalLabel.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.StackedBarTotalLabel"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.StackedBarTotalLabel.ConnectorThickness">
      <summary>
        <para>Gets or sets the total labels’ connector thickness.</para>
      </summary>
      <value>Total label’s connector thickness, in pixels.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.StackedBarTotalLabel.ConnectorThicknessProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.StackedBarTotalLabel.ConnectorThickness">StackedBarTotalLabel.ConnectorThickness</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.StackedBarTotalLabel.ConnectorVisible">
      <summary>
        <para>Gets or sets the value specifying whether the total labels’ connectors are visible.</para>
      </summary>
      <value>true if total labels’ connectors are visible; otherwise false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.StackedBarTotalLabel.ConnectorVisibleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.StackedBarTotalLabel.ConnectorVisible">StackedBarTotalLabel.ConnectorVisible</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.Charts.StackedBarTotalLabel.Customize">
      <summary>
        <para>Enables stacked bars’ total labels to be customized.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.StackedBarTotalLabel.CustomizeEvent">
      <summary>
        <para>Identifies the <see cref="E:DevExpress.Xpf.Charts.StackedBarTotalLabel.Customize"/> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.StackedBarTotalLabel.Indent">
      <summary>
        <para>Gets or sets the distance between a series group and its total label.</para>
      </summary>
      <value>The distance between a series group and its total label, in pixels.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.StackedBarTotalLabel.IndentProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.StackedBarTotalLabel.Indent">StackedBarTotalLabel.Indent</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.StackedBarTotalLabel.ResolveOverlappingMode">
      <summary>
        <para>Gets or sets a value specifying the total labels’ overlap resolving algorithm.</para>
      </summary>
      <value>The value specifying the overlap resolving algorithm.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.StackedBarTotalLabel.ResolveOverlappingModeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.StackedBarTotalLabel.ResolveOverlappingMode">StackedBarTotalLabel.ResolveOverlappingMode</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.StackedBarTotalLabel.TextPattern">
      <summary>
        <para>Gets or sets a string that is the pattern specifying the text that a total label displays.</para>
      </summary>
      <value>The total labels’ text pattern.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.StackedBarTotalLabel.TextPatternProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.StackedBarTotalLabel.TextPattern">StackedBarTotalLabel.TextPattern</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.StandardDeviation">
      <summary>
        <para>A Standard Deviation indicator.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.StandardDeviation.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.StandardDeviation"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.StandardDeviation.PointsCount">
      <summary>
        <para>Gets or sets the number of <see href="https://docs.devexpress.com/WPF/6340/controls-and-libraries/charts-suite/chart-control/series/series-points">data points</see> used to calculate the indicator.</para>
      </summary>
      <value>An integer value, specifying the number of points.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.StandardDeviation.PointsCountProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.StandardDeviation.PointsCount">StandardDeviation.PointsCount</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.StandardDeviation.ValueLevel">
      <summary>
        <para>Gets or sets the value specifying which series point value should be used to calculate the indicator.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraCharts.ValueLevel"/> enumeration value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.StandardDeviation.ValueLevelProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.StandardDeviation.ValueLevel">StandardDeviation.ValueLevel</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.StandardDeviationErrorBars">
      <summary>
        <para>The Error Bars indicator whose error values represent a standard deviation.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.StandardDeviationErrorBars.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.StandardDeviationErrorBars"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.StandardDeviationErrorBars.Multiplier">
      <summary>
        <para>Gets or sets the multiplier on which the standard deviation value is multiplied before display.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value specifying the multiplier. Values less than 0 are not allowed.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.StandardDeviationErrorBars.MultiplierProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.StandardDeviationErrorBars.Multiplier">StandardDeviationErrorBars.Multiplier</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.StandardErrorBars">
      <summary>
        <para>The Error Bars indicator whose error values represent a standard error.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.StandardErrorBars.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.StandardErrorBars"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.StarMarker2DModel">
      <summary>
        <para>The Star marker <see href="https://docs.devexpress.com/WPF/4285/controls-and-libraries/charts-suite/chart-control/series/series-and-marker-models">model</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.StarMarker2DModel.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.StarMarker2DModel"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.StarMarker2DModel.ModelName">
      <summary>
        <para>Gets the name of the <see cref="T:DevExpress.Xpf.Charts.StarMarker2DModel"/>.</para>
      </summary>
      <value>Always “Star”.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.StarMarker3DModel">
      <summary>
        <para>The Star 3D marker <see href="https://docs.devexpress.com/WPF/4285/controls-and-libraries/charts-suite/chart-control/series/series-and-marker-models">model</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.StarMarker3DModel.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.StarMarker3DModel"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.StarMarker3DModel.ModelName">
      <summary>
        <para>Gets the name of the <see cref="T:DevExpress.Xpf.Charts.StarMarker3DModel"/>.</para>
      </summary>
      <value>Always “Star”.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.SteelColumnBar2DModel">
      <summary>
        <para>The steel column <see href="https://docs.devexpress.com/WPF/8349/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/bar-series">Bar</see> <see href="https://docs.devexpress.com/WPF/4285/controls-and-libraries/charts-suite/chart-control/series/series-and-marker-models">model</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.SteelColumnBar2DModel.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.SteelColumnBar2DModel"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.SteelColumnBar2DModel.ModelName">
      <summary>
        <para>Gets the name of the <see cref="T:DevExpress.Xpf.Charts.SteelColumnBar2DModel"/>.</para>
      </summary>
      <value>Always “Steel Column”.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Stock2DAnimationBase">
      <summary>
        <para>Represents the base class for all <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animations</see> available for the <see href="https://docs.devexpress.com/WPF/6849/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/financial-series/stock">Stock</see> 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>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Stock2DExpandAnimation">
      <summary>
        <para>Represents the Expand <see href="https://docs.devexpress.com/WPF/6849/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/financial-series/stock">Stock</see> series <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Stock2DExpandAnimation.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Stock2DExpandAnimation"/> class with the 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>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Stock2DFadeInAnimation">
      <summary>
        <para>Represents the FadeIn <see href="https://docs.devexpress.com/WPF/6849/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/financial-series/stock">Stock</see> series <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Stock2DFadeInAnimation.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Stock2DFadeInAnimation"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Stock2DFadeInAnimation.Mode">
      <summary>
        <para>Specifies the FadeIn mode, in which the <see href="https://docs.devexpress.com/WPF/6340/controls-and-libraries/charts-suite/chart-control/series/series-points">series points</see> are <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animated</see>. 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 <see cref="P:DevExpress.Xpf.Charts.Stock2DFadeInAnimation.Mode">Stock2DFadeInAnimation.Mode</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Stock2DModel">
      <summary>
        <para>Represents a base class for standard and custom <see href="https://docs.devexpress.com/WPF/6849/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/financial-series/stock">Stock</see> <see href="https://docs.devexpress.com/WPF/4285/controls-and-libraries/charts-suite/chart-control/series/series-and-marker-models">models</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Stock2DModel.GetPredefinedKinds">
      <summary>
        <para>Provides access to the collection of pre-defined <see href="https://docs.devexpress.com/WPF/6849/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/financial-series/stock">Stock</see> <see href="https://docs.devexpress.com/WPF/4285/controls-and-libraries/charts-suite/chart-control/series/series-and-marker-models">models</see>.</para>
      </summary>
      <returns>A collection of the <see cref="T:DevExpress.Xpf.Charts.CandleStick2DKind"/> objects corresponding to the available pre-defined Candle Stick models.</returns>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Stock2DModel.ModelName">
      <summary>
        <para>Gets the name of the <see cref="T:DevExpress.Xpf.Charts.Stock2DModel"/>.</para>
      </summary>
      <value>Always “Simple”.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Stock2DSlideAnimationBase">
      <summary>
        <para>Represents the base class for all slide <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animations</see> available for the <see href="https://docs.devexpress.com/WPF/6849/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/financial-series/stock">Stock</see> series view.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Stock2DSlideFromBottomAnimation">
      <summary>
        <para>Represents the SlideFromBottom <see href="https://docs.devexpress.com/WPF/6849/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/financial-series/stock">Stock</see> series <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Stock2DSlideFromBottomAnimation.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Stock2DSlideFromBottomAnimation"/> class with the 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>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Stock2DSlideFromLeftAnimation">
      <summary>
        <para>Represents the SlideFromLeft <see href="https://docs.devexpress.com/WPF/6849/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/financial-series/stock">Stock</see> series <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Stock2DSlideFromLeftAnimation.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Stock2DSlideFromLeftAnimation"/> class with the 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>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Stock2DSlideFromRightAnimation">
      <summary>
        <para>Represents the SlideFromRight <see href="https://docs.devexpress.com/WPF/6849/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/financial-series/stock">Stock</see> series <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Stock2DSlideFromRightAnimation.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Stock2DSlideFromRightAnimation"/> class with the 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>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Stock2DSlideFromTopAnimation">
      <summary>
        <para>Represents the SlideFromTop <see href="https://docs.devexpress.com/WPF/6849/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/financial-series/stock">Stock</see> series <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Stock2DSlideFromTopAnimation.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Stock2DSlideFromTopAnimation"/> class with the 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>
    </member>
    <member name="T:DevExpress.Xpf.Charts.StockElements">
      <summary>
        <para>Lists the elements that define the <see href="https://docs.devexpress.com/WPF/6849/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/financial-series/stock">Stock</see> custom <see href="https://docs.devexpress.com/WPF/4285/controls-and-libraries/charts-suite/chart-control/series/series-and-marker-models">model</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.StockElements.CenterLine">
      <summary>
        <para>The center line of the <see href="https://docs.devexpress.com/WPF/6849/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/financial-series/stock">Stock</see> series’ <see href="https://docs.devexpress.com/WPF/4285/controls-and-libraries/charts-suite/chart-control/series/series-and-marker-models">point model</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.StockElements.CloseLine">
      <summary>
        <para>The Close line of the <see href="https://docs.devexpress.com/WPF/6849/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/financial-series/stock">Stock</see> series’ <see href="https://docs.devexpress.com/WPF/4285/controls-and-libraries/charts-suite/chart-control/series/series-and-marker-models">point model</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.StockElements.OpenLine">
      <summary>
        <para>The Open line of the <see href="https://docs.devexpress.com/WPF/6849/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/financial-series/stock">Stock</see> series’ <see href="https://docs.devexpress.com/WPF/4285/controls-and-libraries/charts-suite/chart-control/series/series-and-marker-models">point model</see>.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.StockLevel">
      <summary>
        <para>Lists the values used to identify the levels of price data.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.StockLevel.CloseValue">
      <summary>
        <para>Specifies the Close value of financial data.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.StockLevel.HighValue">
      <summary>
        <para>Specifies the High value of financial data.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.StockLevel.LowValue">
      <summary>
        <para>Specifies the Low value of financial data.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.StockLevel.OpenValue">
      <summary>
        <para>Specifies the Open value of financial data.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.StockSeries2D">
      <summary>
        <para>Represents the <see href="https://docs.devexpress.com/WPF/6849/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/financial-series/stock">2D Stock</see> series.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.StockSeries2D.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.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 <see href="https://docs.devexpress.com/WPF/6849/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/financial-series/stock">2D Stock</see> series.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value which represents the length of a level line in axis units, where an axis unit is the distance between two major values on the axis. This value should be greater than or equal to 0.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.StockSeries2D.LevelLineLengthProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.StockSeries2D.LevelLineLength">StockSeries2D.LevelLineLength</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.StockSeries2D.Model">
      <summary>
        <para>Gets or sets the model used to draw elements of a 2D <see href="https://docs.devexpress.com/WPF/6849/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/financial-series/stock">Stock Series</see>.</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">StockSeries2D.Model</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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">StockSeries2D.ShowOpenClose</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.StockSeries2DPointLayout">
      <summary>
        <para>Represents a pre-defined <see href="https://docs.devexpress.com/WPF/6849/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/financial-series/stock">Stock</see> <see href="https://docs.devexpress.com/WPF/4285/controls-and-libraries/charts-suite/chart-control/series/series-and-marker-models">model</see>.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.StockSeries2DPointLayout.ShowOpenClose">
      <summary>
        <para>Gets a value indicating whether the Open and Close markers are displayed within a <see href="https://docs.devexpress.com/WPF/6849/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/financial-series/stock">Stock</see> chart.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Charts.StockType"/> enumeration value.</value>
    </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 <see href="https://docs.devexpress.com/WPF/6849/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/financial-series/stock">Stock</see> chart.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.StockType.Both">
      <summary>
        <para>Specifies that both the Open and Close price values are displayed.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.StockType.Close">
      <summary>
        <para>Specifies that only Close price values are displayed.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.StockType.Open">
      <summary>
        <para>Specifies that only the Open price values are displayed.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Strip">
      <summary>
        <para>Represents a <see href="https://docs.devexpress.com/WPF/7848/controls-and-libraries/charts-suite/chart-control/axes/strips">strip</see> within a chart control’s diagram.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Strip.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Strip"/> class with the 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 <see cref="T:DevExpress.Xpf.Charts.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">Strip.MinLimit</see> 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">Strip.MaxLimit</see> property.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Strip.#ctor(System.Double,System.Double)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.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">Strip.MinLimit</see> 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">Strip.MaxLimit</see> property.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Strip.#ctor(System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.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">Strip.MinLimit</see> 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">Strip.MaxLimit</see> property.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Strip.#ctor(System.TimeSpan,System.TimeSpan)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Strip"/> class with the specified minimum and maximum time-span values.</para>
      </summary>
      <param name="minLimit">A time-span axis value that specifies the minimum strip value. This value is assigned to the <see cref="P:DevExpress.Xpf.Charts.Strip.MinLimit">Strip.MinLimit</see> property.</param>
      <param name="maxLimit">A time-span axis value that specifies the maximum strip value. This value is assigned to the <see cref="P:DevExpress.Xpf.Charts.Strip.MaxLimit">Strip.MaxLimit</see> property.</param>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Strip.AxisLabelText">
      <summary>
        <para>Specifies the text for the <see href="https://docs.devexpress.com/WPF/7848/controls-and-libraries/charts-suite/chart-control/axes/strips">strip</see>‘s <see href="https://docs.devexpress.com/WPF/6336/controls-and-libraries/charts-suite/chart-control/axes/axis-labels">axis label</see>.</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 <see cref="P:DevExpress.Xpf.Charts.Strip.AxisLabelText">Strip.AxisLabelText</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Strip.BorderColor">
      <summary>
        <para>Specifies the border color of the <see href="https://docs.devexpress.com/WPF/7848/controls-and-libraries/charts-suite/chart-control/axes/strips">strip</see>.</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 <see cref="P:DevExpress.Xpf.Charts.Strip.BorderColor">Strip.BorderColor</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Strip.Brush">
      <summary>
        <para>Gets or sets the color of the <see href="https://docs.devexpress.com/WPF/7848/controls-and-libraries/charts-suite/chart-control/axes/strips">Strip</see>.</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 <see cref="P:DevExpress.Xpf.Charts.Strip.Brush">Strip.Brush</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Strip.CheckableInLegend">
      <summary>
        <para>Specifies a value which determines whether to show a legend check box instead of a legend marker for a strip.</para>
      </summary>
      <value>true, if  a check box is shown instead of a marker on a legend for a strip; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Strip.CheckableInLegendProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Strip.CheckableInLegend">Strip.CheckableInLegend</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Strip.CheckedInLegend">
      <summary>
        <para>Gets or sets a value that determines whether a legend check box is checked for a strip.</para>
      </summary>
      <value>true, if a legend check box is checked for the strip; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Strip.CheckedInLegendProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Strip.CheckedInLegend">Strip.CheckedInLegend</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Strip.Legend">
      <summary>
        <para>Specifies a legend (or its View Model) that contains the strip’s legend item.</para>
      </summary>
      <value>An object of a legend’s View Model class or the <see cref="T:DevExpress.Xpf.Charts.Legend"/> object.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Strip.LegendIndex">
      <summary>
        <para>For internal use only.</para>
      </summary>
      <value>An integer value.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Strip.LegendMarkerTemplate">
      <summary>
        <para>Gets or sets the template that defines the presentation of the <see href="https://docs.devexpress.com/WPF/6343/controls-and-libraries/charts-suite/chart-control/legends">legend marker</see> for this <see href="https://docs.devexpress.com/WPF/7848/controls-and-libraries/charts-suite/chart-control/axes/strips">strip</see>.</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 <see cref="P:DevExpress.Xpf.Charts.Strip.LegendMarkerTemplate">Strip.LegendMarkerTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Strip.LegendProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Strip.Legend">Strip.Legend</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Strip.LegendText">
      <summary>
        <para>Gets or sets the <see href="https://docs.devexpress.com/WPF/6343/controls-and-libraries/charts-suite/chart-control/legends">legend’s</see> text for the <see href="https://docs.devexpress.com/WPF/7848/controls-and-libraries/charts-suite/chart-control/axes/strips">strip</see>.</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 <see cref="P:DevExpress.Xpf.Charts.Strip.LegendText">Strip.LegendText</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Strip.MaxLimit">
      <summary>
        <para>Gets or sets the maximum limiting value of the <see href="https://docs.devexpress.com/WPF/7848/controls-and-libraries/charts-suite/chart-control/axes/strips">strip</see> along an <see href="https://docs.devexpress.com/WPF/6334/controls-and-libraries/charts-suite/chart-control/axes/axes">axis</see>.</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 <see cref="P:DevExpress.Xpf.Charts.Strip.MaxLimit">Strip.MaxLimit</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Strip.MinLimit">
      <summary>
        <para>Gets or sets the minimum limiting value of the <see href="https://docs.devexpress.com/WPF/7848/controls-and-libraries/charts-suite/chart-control/axes/strips">strip</see> along an <see href="https://docs.devexpress.com/WPF/6334/controls-and-libraries/charts-suite/chart-control/axes/axes">axis</see>.</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 <see cref="P:DevExpress.Xpf.Charts.Strip.MinLimit">Strip.MinLimit</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Strip.Visible">
      <summary>
        <para>Gets or sets whether the <see href="https://docs.devexpress.com/WPF/7848/controls-and-libraries/charts-suite/chart-control/axes/strips">strip</see> is visible.</para>
      </summary>
      <value>true if the strip is visible; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Strip.VisibleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Strip.Visible">Strip.Visible</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.StripCollection">
      <summary>
        <para>Represents a collection that stores the <see href="https://docs.devexpress.com/WPF/7848/controls-and-libraries/charts-suite/chart-control/axes/strips">strips</see> of a particular <see href="https://docs.devexpress.com/WPF/6334/controls-and-libraries/charts-suite/chart-control/axes/axes">axis</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.StripCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.StripCollection"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.StripeFillStyle">
      <summary>
        <para>The fill style that colors the surface in stripes.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.StripeFillStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.StripeFillStyle"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Subtotal">
      <summary>
        <para>A <see cref="T:DevExpress.Xpf.Charts.WaterfallSeries2D">waterfall</see> subtotal.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Subtotal.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Subtotal"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Subtotal.Label">
      <summary>
        <para>A <see cref="T:DevExpress.Xpf.Charts.WaterfallSeries2D">waterfall</see> subtotal.</para>
      </summary>
      <value>A string value that specifies the subtotal label.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Subtotal.PointIndex">
      <summary>
        <para>Gets or sets an index of a waterfall <see href="https://docs.devexpress.com/WPF/6340/controls-and-libraries/charts-suite/chart-control/series/series-points">point</see>, after which a subtotal should be inserted.</para>
      </summary>
      <value>A zero-based index of a waterfall point, after which a subtotal should be inserted.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.SubtotalCollection">
      <summary>
        <para>The collection that stores the <see cref="T:DevExpress.Xpf.Charts.Subtotal"/> objects.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.SubtotalCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.SubtotalCollection"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Summary">
      <summary>
        <para>Stores the series data point summarize options.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Summary.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Summary"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Summary.DateTimeSummaryOptions">
      <summary>
        <para>Gets or sets the object that is the date-time summarization option storage.</para>
      </summary>
      <value>Stores the series summarization options.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Summary.DateTimeSummaryOptionsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Summary.DateTimeSummaryOptions">Summary.DateTimeSummaryOptions</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Summary.Function">
      <summary>
        <para>Specifies the summary function that calculates data point values.</para>
      </summary>
      <value>The summary function.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Summary.FunctionProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Summary.Function">Summary.Function</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Summary.NumericSummaryOptions">
      <summary>
        <para>Gets or sets the object that is the numerical summarization option storage.</para>
      </summary>
      <value>Stores the series summarization options.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Summary.NumericSummaryOptionsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Summary.NumericSummaryOptions">Summary.NumericSummaryOptions</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Summary.QualitativeSummaryOptions">
      <summary>
        <para>Qualitative <see href="https://docs.devexpress.com/WindowsForms/6172/controls-and-libraries/chart-control/data-representation/calculating-summaries">summarization</see> options storage.</para>
      </summary>
      <value>Stores summary options for qualitative data.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Summary.QualitativeSummaryOptionsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Summary.QualitativeSummaryOptions">Summary.QualitativeSummaryOptions</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Summary.TimeSpanSummaryOptions">
      <summary>
        <para>Gets or sets the time-span summarization options.</para>
      </summary>
      <value>Stores the series summarization options.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Summary.TimeSpanSummaryOptionsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Summary.TimeSpanSummaryOptions">Summary.TimeSpanSummaryOptions</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.SummaryFunctionBase">
      <summary>
        <para>The base class for all summary functions.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.SummaryFunctionBase.Name">
      <summary>
        <para>Returns the summary function’s name.</para>
      </summary>
      <value>Always “Custom”.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.SummaryFunctionBase.TypeNameSerializable">
      <summary>
        <para>Gets the string value used to support serialization of the SummaryFunctionBase type.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.SumSummaryFunction">
      <summary>
        <para>The summary function that computes a sum.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.SumSummaryFunction.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.SumSummaryFunction"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.SumSummaryFunction.Name">
      <summary>
        <para>Returns the summary function’s name.</para>
      </summary>
      <value>Always “SUM”.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.SurfacePoint">
      <summary>
        <para>A surface point.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.SurfacePoint.#ctor(System.Object,System.Object,System.Object,System.Windows.Media.Brush,DevExpress.Xpf.Charts.SeriesPoint3D)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.SurfacePoint"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.SurfacePoint.Brush">
      <summary>
        <para>Returns a brush applied to the point.</para>
      </summary>
      <value>A brush that is used to draw the point.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.SurfacePoint.NearestSeriesPoint">
      <summary>
        <para>Returns the nearest series point to the SurfacePoint coordinates.</para>
      </summary>
      <value>The nearest series point to the SurfacePoint coordinates.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.SurfacePoint.X">
      <summary>
        <para>Returns an x-coordinate of the surface point.</para>
      </summary>
      <value>A value that represents an x-coordinate in axis units.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.SurfacePoint.Y">
      <summary>
        <para>Returns a y-coordinate of the surface point.</para>
      </summary>
      <value>A value that represents a y-coordinate in axis units.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.SurfacePoint.Z">
      <summary>
        <para>Returns a z-coordinate of the surface point.</para>
      </summary>
      <value>A value that represents a z-coordinate in axis units.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.SurfaceSeriesView">
      <summary>
        <para>The 3D surface series view.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.SurfaceSeriesView.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.SurfaceSeriesView"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.SurfaceSeriesView.BackFillStyle">
      <summary>
        <para>Gets or sets the fill style of the back surface of the plane.</para>
      </summary>
      <value>The fill style of the back surface.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.SurfaceSeriesView.BackFillStyleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.SurfaceSeriesView.BackFillStyle">SurfaceSeriesView.BackFillStyle</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.SurfaceSeriesView.FillStyle">
      <summary>
        <para>Gets or sets the fill style of the front surface of the plane.</para>
      </summary>
      <value>The front surface fill style.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.SurfaceSeriesView.FillStyleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.SurfaceSeriesView.FillStyle">SurfaceSeriesView.FillStyle</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.SurfaceSeriesView.MarkerSize">
      <summary>
        <para>Gets or sets the size of data point markers.</para>
      </summary>
      <value>The marker size in pixels. The default value is 15.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.SurfaceSeriesView.MarkerSizeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.SurfaceSeriesView.MarkerSize">SurfaceSeriesView.MarkerSize</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.SurfaceSeriesView.MarkerVisible">
      <summary>
        <para>Gets or sets the value specifying whether the point markers should be visible.</para>
      </summary>
      <value>true if point markers should be visible; otherwise false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.SurfaceSeriesView.MarkerVisibleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.SurfaceSeriesView.MarkerVisible">SurfaceSeriesView.MarkerVisible</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.SurfaceSeriesView.Material">
      <summary>
        <para>Gets or sets the surface material.</para>
      </summary>
      <value>The surface material.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.SurfaceSeriesView.MaterialProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.SurfaceSeriesView.Material">SurfaceSeriesView.Material</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.SurfaceSeriesView.MaxDrawingPointCount">
      <summary>
        <para>Gets or sets the maximum number of points that can form the surface.</para>
      </summary>
      <value>The maximum number of points.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.SurfaceSeriesView.MaxDrawingPointCountProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.SurfaceSeriesView.MaxDrawingPointCount">SurfaceSeriesView.MaxDrawingPointCount</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.SurfaceSeriesView.VisualizationMode">
      <summary>
        <para>Get or set the value indicating the behavior used to calculate the surface parameters.</para>
      </summary>
      <value>The behavior indicator.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.SurfaceSeriesView.VisualizationModeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.SurfaceSeriesView.VisualizationMode">SurfaceSeriesView.VisualizationMode</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.SurfaceSeriesView.XOYProjectionOptions">
      <summary>
        <para>Gets or sets options of XOY plane projection of the surface.</para>
      </summary>
      <value>The XOY plane projection options.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.SurfaceSeriesView.XOYProjectionOptionsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.SurfaceSeriesView.XOYProjectionOptions">SurfaceSeriesView.XOYProjectionOptions</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.SurfaceVisualizationMode">
      <summary>
        <para>Lists the surface calculation algorithms.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.SurfaceVisualizationMode.Grid">
      <summary>
        <para>The data which should be represented by the surface from the regular grid.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.SurfaceVisualizationMode.Triangulation">
      <summary>
        <para>The data which should be represented by the surface must be triangulated.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.SymmetricBar2DModel">
      <summary>
        <para>Represents the base class for all symmetric <see href="https://docs.devexpress.com/WPF/5864/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/bar-series/side-by-side-bar">2D Bar</see> <see href="https://docs.devexpress.com/WPF/4285/controls-and-libraries/charts-suite/chart-control/series/series-and-marker-models">models</see>.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.TerracottaPiePalette">
      <summary>
        <para>Represents the Terracotta Pie palette.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.TerracottaPiePalette.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.TerracottaPiePalette"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.TerracottaPiePalette.PaletteName">
      <summary>
        <para>Gets the name of the <see cref="T:DevExpress.Xpf.Charts.TerracottaPiePalette"/>.</para>
      </summary>
      <value>Always Terracotta Pie.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.TextOrientation">
      <summary>
        <para>Lists values that specify the text orientation.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.TextOrientation.BottomToTop">
      <summary>
        <para>The series labels are vertical, rotated counterclockwise.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.TextOrientation.Horizontal">
      <summary>
        <para>The series labels are horizontal.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.TextOrientation.TopToBottom">
      <summary>
        <para>The series labels are vertical, rotated clockwise.</para>
        <para />
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.TextureMappingStrategy">
      <summary>
        <para>Lists values that define how to map a custom texture onto a surface.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.TextureMappingStrategy.MapByXZAxes">
      <summary>
        <para>Map texture horizontally.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.TextureMappingStrategy.MapByYAxis">
      <summary>
        <para>Map texture vertically.</para>
        <para />
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.TheTreesPalette">
      <summary>
        <para>Represents the The Trees palette.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.TheTreesPalette.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.TheTreesPalette"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.TheTreesPalette.PaletteName">
      <summary>
        <para>Gets the name of the <see cref="T:DevExpress.Xpf.Charts.TheTreesPalette"/>.</para>
      </summary>
      <value>Always The Trees.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.ThinCandleStick2DModel">
      <summary>
        <para>The Thin <see href="https://docs.devexpress.com/WPF/6850/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/financial-series/candle-stick">Candle Stick</see> <see href="https://docs.devexpress.com/WPF/4285/controls-and-libraries/charts-suite/chart-control/series/series-and-marker-models">model</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ThinCandleStick2DModel.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.ThinCandleStick2DModel"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ThinCandleStick2DModel.ModelName">
      <summary>
        <para>Gets the name of the <see cref="T:DevExpress.Xpf.Charts.ThinCandleStick2DModel"/>.</para>
      </summary>
      <value>Always “Thin”.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.ThinStock2DModel">
      <summary>
        <para>The Thin <see href="https://docs.devexpress.com/WPF/6849/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/financial-series/stock">2D Stock</see> <see href="https://docs.devexpress.com/WPF/4285/controls-and-libraries/charts-suite/chart-control/series/series-and-marker-models">model</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ThinStock2DModel.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.ThinStock2DModel"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ThinStock2DModel.ModelName">
      <summary>
        <para>Gets the name of the <see cref="T:DevExpress.Xpf.Charts.ThinStock2DModel"/>.</para>
      </summary>
      <value>Always “Thin”.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.TimeInterval">
      <summary>
        <para>A time interval object.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.TimeInterval.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.TimeInterval"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.TimeInterval.EndHour">
      <summary>
        <para>Gets or sets the hour component of the time interval’s end.</para>
      </summary>
      <value>The hour component, expressed as a value between 0 and 23.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.TimeInterval.EndHourProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.TimeInterval.EndHour">TimeInterval.EndHour</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.TimeInterval.EndMinute">
      <summary>
        <para>Gets or sets the minute component of the time interval’s end.</para>
      </summary>
      <value>The minute component, expressed as a value between 0 and 59.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.TimeInterval.EndMinuteProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.TimeInterval.EndMinute">TimeInterval.EndMinute</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.TimeInterval.EndSecond">
      <summary>
        <para>Gets or sets the second component of the time interval’s end.</para>
      </summary>
      <value>The second component, expressed as a value between 0 and 59.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.TimeInterval.EndSecondProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.TimeInterval.EndSecond">TimeInterval.EndSecond</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.TimeInterval.StartHour">
      <summary>
        <para>Gets or sets the hour component of the time interval’s start.</para>
      </summary>
      <value>The hour component, expressed as a value between 0 and 23.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.TimeInterval.StartHourProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.TimeInterval.StartHour">TimeInterval.StartHour</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.TimeInterval.StartMinute">
      <summary>
        <para>Gets or sets the minute component of the time interval’s start.</para>
      </summary>
      <value>The minute component, expressed as a value between 0 and 59.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.TimeInterval.StartMinuteProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.TimeInterval.StartMinute">TimeInterval.StartMinute</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.TimeInterval.StartSecond">
      <summary>
        <para>Gets or sets the second component of the time interval’s start.</para>
      </summary>
      <value>The second component, expressed as a value between 0 and 59.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.TimeInterval.StartSecondProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.TimeInterval.StartSecond">TimeInterval.StartSecond</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.TimeIntervalCollection">
      <summary>
        <para>A collection of <see cref="T:DevExpress.Xpf.Charts.TimeInterval"/> objects.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.TimeIntervalCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.TimeIntervalCollection"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.TimeSpanAggregationScaleOptionsBase">
      <summary>
        <para>The base scale options for <see href="https://docs.devexpress.com/WPF/115179/controls-and-libraries/charts-suite/chart-control/axes/axis-scale-types#handle-an-axis-with-a-time-span-scale">time-span</see> axes that support <see href="https://docs.devexpress.com/WPF/16846/controls-and-libraries/charts-suite/chart-control/data-aggregation">aggregation</see>.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.TimeSpanAggregationScaleOptionsBase.ProcessMissingPoints">
      <summary>
        <para>Gets or sets a mode which specifies the action the chart control should perform with the missing points.</para>
      </summary>
      <value>The value that defines how the Chart processes missing points.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.TimeSpanAggregationScaleOptionsBase.ProcessMissingPointsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.TimeSpanAggregationScaleOptionsBase.ProcessMissingPoints">TimeSpanAggregationScaleOptionsBase.ProcessMissingPoints</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.TimeSpanGridAlignment">
      <summary>
        <para>Lists the values that specify the time-span measurement unit that is used to align <see href="https://docs.devexpress.com/WPF/6337/controls-and-libraries/charts-suite/chart-control/axes/tickmarks-grid-lines-and-interlacing">gridlines</see> and <see href="https://docs.devexpress.com/WPF/6336/controls-and-libraries/charts-suite/chart-control/axes/axis-labels">labels</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.TimeSpanGridAlignment.Day">
      <summary>
        <para>Specifies the day measurement unit.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.TimeSpanGridAlignment.Hour">
      <summary>
        <para>Specifies the hour measurement unit.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.TimeSpanGridAlignment.Millisecond">
      <summary>
        <para>Specifies the millisecond measurement unit.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.TimeSpanGridAlignment.Minute">
      <summary>
        <para>Specifies the minute measurement unit.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.TimeSpanGridAlignment.Second">
      <summary>
        <para>Specifies the second measurement unit.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.TimeSpanMeasureUnit">
      <summary>
        <para>Lists the values that specify the detail level for time-span values.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.TimeSpanMeasureUnit.Day">
      <summary>
        <para>Specifies day as the measurement unit for a time-span axis.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.TimeSpanMeasureUnit.Hour">
      <summary>
        <para>Specifies hour as the measurement unit for a time-span axis.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.TimeSpanMeasureUnit.Millisecond">
      <summary>
        <para>Specifies millisecond as the measurement unit for a time-span axis.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.TimeSpanMeasureUnit.Minute">
      <summary>
        <para>Specifies minute as the measurement unit for a time-span axis.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.TimeSpanMeasureUnit.Second">
      <summary>
        <para>Specifies second as the measurement unit for a time-span axis.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.TimeSpanScaleOptionsBase">
      <summary>
        <para>Contains settings for an axis scale when its data type is time-span.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.TimeSpanScaleOptionsBase.GridLayoutMode">
      <summary>
        <para>Gets or sets the value that specifies the position of <see href="https://docs.devexpress.com/WPF/6337/controls-and-libraries/charts-suite/chart-control/axes/tickmarks-grid-lines-and-interlacing">grid lines</see>, major <see href="https://docs.devexpress.com/WPF/6337/controls-and-libraries/charts-suite/chart-control/axes/tickmarks-grid-lines-and-interlacing">tickmarks</see> and <see href="https://docs.devexpress.com/WPF/6336/controls-and-libraries/charts-suite/chart-control/axes/axis-labels">axis labels</see>.</para>
      </summary>
      <value>The value that specifies position.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.TimeSpanScaleOptionsBase.GridLayoutModeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.TimeSpanScaleOptionsBase.GridLayoutMode">TimeSpanScaleOptionsBase.GridLayoutMode</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.TimeSpanSummaryOptions">
      <summary>
        <para>The summarization options storage for time-span data.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.TimeSpanSummaryOptions.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.TimeSpanSummaryOptions"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.TimeSpanSummaryOptions.MeasureUnit">
      <summary>
        <para>Gets or sets the measurement unit that specifies the precision level of series points’ argument values.</para>
      </summary>
      <value>The measurement unit that specifies the precision level of series points’ argument values.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.TimeSpanSummaryOptions.MeasureUnitMultiplier">
      <summary>
        <para>Gets or sets the factor on which the series multiplies the measurement unit to form a custom measurement unit.</para>
      </summary>
      <value>The factor on which the series multiplies the measurement unit to form a custom measurement unit.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.TimeSpanSummaryOptions.TypeNameSerializable">
      <summary>
        <para>Gets the string value used to support serialization of the TimeSpanSummaryOptions type.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Title">
      <summary>
        <para>Represents an individual title of a chart or series within the <see cref="T:DevExpress.Xpf.Charts.TitleCollection"/>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Title.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Title"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Title.ActualContent">
      <summary>
        <para>Returns the current actual content of the title. This is a dependency property.</para>
      </summary>
      <value>The title’s actual content.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Title.ActualContentProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Title.ActualContent">Title.ActualContent</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Title.Dock">
      <summary>
        <para>Specifies the parent container edges, to which the title is docked.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Controls.Dock"/> enumeration value which specifies the horizontal alignment of the title.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Title.DockProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Title.Dock">Title.Dock</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.TitleAlignment">
      <summary>
        <para>Lists the values used to specify the alignment of an <see href="https://docs.devexpress.com/WPF/7096/controls-and-libraries/charts-suite/chart-control/axes/axis-titles">axis title</see> relative to its owner <see href="https://docs.devexpress.com/WPF/6334/controls-and-libraries/charts-suite/chart-control/axes/axes">axis</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.TitleAlignment.Center">
      <summary>
        <para>Specifies that the title is aligned to the center of the axis.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.TitleAlignment.Far">
      <summary>
        <para>Specifies that the title is aligned far from the beginning of the axis.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.TitleAlignment.Near">
      <summary>
        <para>Specifies that the title is aligned near the beginning of the axis.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.TitleBase">
      <summary>
        <para>Represents the base class for all classes that provide the title functionality in a chart control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.TitleBase.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.TitleBase"/> class with default settings.</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">TitleBase.Content</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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">TitleBase.Content</see> 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">TitleBase.ContentTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.TitleBase.EditableContentSerializable">
      <summary>
        <para>Returns the string value used to support serialization of the EditableContent type.</para>
      </summary>
      <value>A <see cref="T:System.String"/> 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="M:DevExpress.Xpf.Charts.TitleBase.ShouldSerializeVisible(System.Windows.Markup.XamlDesignerSerializationManager)">
      <summary>
        <para>This member supports the internal infrastructure and is not intended to be used directly from your code.</para>
      </summary>
    </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.Visible">
      <summary>
        <para>Gets or sets whether the <see href="https://docs.devexpress.com/WPF/7844/controls-and-libraries/charts-suite/chart-control/chart-titles">chart title</see>, legend title, <see href="https://docs.devexpress.com/WPF/7096/controls-and-libraries/charts-suite/chart-control/axes/axis-titles">axis title</see> and/or <see href="https://docs.devexpress.com/WPF/7846/controls-and-libraries/charts-suite/chart-control/axes/constant-lines">constant line title</see> are visible.</para>
      </summary>
      <value>true if the chart title, axis title and/or constant title are displayed; false if the titles are hidden; otherwise, null (Nothing in Visual Basic).</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.TitleBase.VisibleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.TitleBase.Visible">TitleBase.Visible</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.TitleCollection">
      <summary>
        <para>Represents the collection of explanatory titles for a chart or series.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.TitleCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.TitleCollection"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.ToolTipClosingEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Xpf.Charts.ChartToolTipController.ToolTipClosing">ChartToolTipController.ToolTipClosing</see> 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.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 <see cref="T:DevExpress.Xpf.Charts.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 <see cref="P:DevExpress.Xpf.Charts.ToolTipFreePosition.DockTarget">ToolTipFreePosition.DockTarget</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see href="https://docs.devexpress.com/WPF/11975/controls-and-libraries/charts-suite/chart-control/tooltip-and-crosshair-cursor/tooltip">tooltip</see> 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.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 <see cref="T:DevExpress.Xpf.Charts.ToolTipMousePosition"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.ToolTipOpeningEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Xpf.Charts.ChartToolTipController.ToolTipOpening">ChartToolTipController.ToolTipOpening</see> 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.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.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 <see cref="T:DevExpress.Xpf.Charts.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 a tooltip for a series point.</para>
      </summary>
      <value>true to show a tooltip; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ToolTipOptions.ShowForPointsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ToolTipOptions.ShowForPoints">ToolTipOptions.ShowForPoints</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ToolTipOptions.ShowForSeries">
      <summary>
        <para>Specifies whether to show a tooltip for a particular series.</para>
      </summary>
      <value>true to show a tooltip; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ToolTipOptions.ShowForSeriesProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ToolTipOptions.ShowForSeries">ToolTipOptions.ShowForSeries</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ToolTipOptions.ShowHint">
      <summary>
        <para>Gets or sets whether to show series or a point hint in a tooltip.</para>
      </summary>
      <value>true, if a hint should be displayed in a tooltip; otherwise false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ToolTipOptions.ShowHintProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ToolTipOptions.ShowHint">ToolTipOptions.ShowHint</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see cref="P:DevExpress.Xpf.Charts.ToolTipOptions.ToolTipPosition">ToolTipOptions.ToolTipPosition</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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>Gets or sets 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.ToolTipPositionWithLocation">
      <summary>
        <para>The base class for positions that require defining 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 <see cref="P:DevExpress.Xpf.Charts.ToolTipPositionWithLocation.Location">ToolTipPositionWithLocation.Location</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see cref="T:DevExpress.Xpf.Charts.ToolTipRelativePosition"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.TopNOptionsBase">
      <summary>
        <para>The base class for all “Top N” and “Others” options.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.TopNOptionsBase.OthersArgument">
      <summary>
        <para>Gets or sets the value that the aggregated “Others” point uses as the point’s argument. This is a dependency property.</para>
      </summary>
      <value>The aggregated “Others” point argument.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.TopNOptionsBase.OthersArgumentProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.TopNOptionsBase.OthersArgument">TopNOptionsBase.OthersArgument</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.TopNOptionsBase.ShowOthers">
      <summary>
        <para>Gets or sets the value indicating whether a series should show the aggregated “Others” point. This is a dependency property.</para>
      </summary>
      <value>true if the series should show the aggregated “Others” point; otherwise false</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.TopNOptionsBase.ShowOthersProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.TopNOptionsBase.ShowOthers">TopNOptionsBase.ShowOthers</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.TransparentBar2DModel">
      <summary>
        <para>The transparent <see href="https://docs.devexpress.com/WPF/8349/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/bar-series">Bar</see> <see href="https://docs.devexpress.com/WPF/4285/controls-and-libraries/charts-suite/chart-control/series/series-and-marker-models">model</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.TransparentBar2DModel.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.TransparentBar2DModel"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.TransparentBar2DModel.ModelName">
      <summary>
        <para>Gets the name of the <see cref="T:DevExpress.Xpf.Charts.TransparentBar2DModel"/>.</para>
      </summary>
      <value>Always “Transparent Bar”.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.TransparentWaterfall2DModel">
      <summary>
        <para>The transparent waterfall bar <see href="https://docs.devexpress.com/WPF/4285/controls-and-libraries/charts-suite/chart-control/series/series-and-marker-models">model</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.TransparentWaterfall2DModel.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.TransparentWaterfall2DModel"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.TransparentWaterfall2DModel.ModelName">
      <summary>
        <para>Returns the TransparentWaterfall2DModel name.</para>
      </summary>
      <value>Always Transparent Waterfall.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.TrendLine">
      <summary>
        <para>Represents an individual Trend Line.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.TrendLine.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.TrendLine"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.TrendLine.ExtrapolateToInfinity">
      <summary>
        <para>Specifies whether the <see href="https://docs.devexpress.com/WPF/14327/controls-and-libraries/charts-suite/chart-control/series/indicators/simple-indicators/trend-lines">Trend Line</see> is extrapolated to infinity.</para>
      </summary>
      <value>true if the Trend Line is extrapolated to infinity; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.TrendLine.ExtrapolateToInfinityProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.TrendLine.ExtrapolateToInfinity">TrendLine.ExtrapolateToInfinity</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.TrendLine.ExtrapolateToNegativeInfinity">
      <summary>
        <para>Specifies whether the <see href="https://docs.devexpress.com/WPF/14327/controls-and-libraries/charts-suite/chart-control/series/indicators/simple-indicators/trend-lines">Trend Line</see> is extrapolated to negative infinity.</para>
      </summary>
      <value>true to extrapolate the Trend Line to negative infinity; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.TrendLine.ExtrapolateToNegativeInfinityProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.TrendLine.ExtrapolateToNegativeInfinity"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.TrendSegmentColorizer">
      <summary>
        <para>The colorizer that changes a line/area’s color when a point value increases or decreases.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.TrendSegmentColorizer.#ctor">
      <summary>
        <para>Initializes a new instance of the TrendSegmentColorizer class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.TrendSegmentColorizer.FallingTrendColor">
      <summary>
        <para>Gets or sets the color used to draw the falling value segments.</para>
      </summary>
      <value>The color the colorizer uses to draw the falling value segments.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.TrendSegmentColorizer.FallingTrendColorProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.TrendSegmentColorizer.FallingTrendColor">TrendSegmentColorizer.FallingTrendColor</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.TrendSegmentColorizer.FallingTrendLegendText">
      <summary>
        <para>Gets or sets the text the <see href="https://docs.devexpress.com/WPF/6343/controls-and-libraries/charts-suite/chart-control/legends">legend</see> uses to identify the falling trend segments.</para>
      </summary>
      <value>The text the legend shows for the falling trend colorizer legend item.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.TrendSegmentColorizer.FallingTrendLegendTextProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.TrendSegmentColorizer.FallingTrendLegendText">TrendSegmentColorizer.FallingTrendLegendText</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.TrendSegmentColorizer.RisingTrendColor">
      <summary>
        <para>Gets or sets the color used to draw the rising value segments.</para>
      </summary>
      <value>The color the colorizer uses to draw the rising value segments.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.TrendSegmentColorizer.RisingTrendColorProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.TrendSegmentColorizer.RisingTrendColor">TrendSegmentColorizer.RisingTrendColor</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.TrendSegmentColorizer.RisingTrendLegendText">
      <summary>
        <para>Gets or sets the text the <see href="https://docs.devexpress.com/WPF/6343/controls-and-libraries/charts-suite/chart-control/legends">legend</see> uses to identify the rising trend segments.</para>
      </summary>
      <value>The text the legend shows for the rising trend colorizer legend item.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.TrendSegmentColorizer.RisingTrendLegendTextProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.TrendSegmentColorizer.RisingTrendLegendText">TrendSegmentColorizer.RisingTrendLegendText</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.TrendSegmentColorizer.ShowInLegend">
      <summary>
        <para>Gets or sets the value that specifies whether the colorizer should provide items for the legend.</para>
      </summary>
      <value>true, if the legend should show the colorizer items; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.TrendSegmentColorizer.ShowInLegendProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.TrendSegmentColorizer.ShowInLegend">TrendSegmentColorizer.ShowInLegend</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.TriangleMarker2DModel">
      <summary>
        <para>The Triangle marker <see href="https://docs.devexpress.com/WPF/4285/controls-and-libraries/charts-suite/chart-control/series/series-and-marker-models">model</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.TriangleMarker2DModel.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.TriangleMarker2DModel"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.TriangleMarker2DModel.ModelName">
      <summary>
        <para>Gets the name of the <see cref="T:DevExpress.Xpf.Charts.TriangleMarker2DModel"/>.</para>
      </summary>
      <value>Always “Triangle”.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.TriangularMovingAverage">
      <summary>
        <para>Represents a Triangular Moving Average indicator.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.TriangularMovingAverage.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.TriangularMovingAverage"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.TripleExponentialMovingAverageTema">
      <summary>
        <para>A Triple Exponential Moving Average (TEMA) indicator.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.TripleExponentialMovingAverageTema.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.TripleExponentialMovingAverageTema"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.TripleExponentialMovingAverageTrix">
      <summary>
        <para>A Triple Exponential Moving Average (TRIX) indicator.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.TripleExponentialMovingAverageTrix.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.TripleExponentialMovingAverageTrix"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.TripleExponentialMovingAverageTrix.PointsCount">
      <summary>
        <para>Gets or sets the number of <see href="https://docs.devexpress.com/WPF/6340/controls-and-libraries/charts-suite/chart-control/series/series-points">data points</see> used to calculate the indicator.</para>
      </summary>
      <value>An integer value, specifying the number of points.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.TripleExponentialMovingAverageTrix.PointsCountProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.TripleExponentialMovingAverageTrix.PointsCount">TripleExponentialMovingAverageTrix.PointsCount</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.TripleExponentialMovingAverageTrix.ValueLevel">
      <summary>
        <para>Gets or sets the value specifying which series point value should be used to calculate the indicator.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraCharts.ValueLevel"/> enumeration value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.TripleExponentialMovingAverageTrix.ValueLevelProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.TripleExponentialMovingAverageTrix.ValueLevel">TripleExponentialMovingAverageTrix.ValueLevel</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.TypicalPrice">
      <summary>
        <para>A Typical Price indicator.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.TypicalPrice.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.TypicalPrice"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Unit">
      <summary>
        <para>The length measurement.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Unit.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Unit"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Unit.#ctor(System.Double,DevExpress.Xpf.Charts.UnitType)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Unit"/> class with the specified value and the unit type.</para>
      </summary>
      <param name="value">The unit value.</param>
      <param name="unitType">The unit type.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Unit.#ctor(System.Double)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.Unit"/> class with the specified absolute value.</para>
      </summary>
      <param name="value">The absolute value of the Unit.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Unit.GetAbsolute(System.Double,System.Double)">
      <summary>
        <para>Returns the unit value as an absolute value.</para>
      </summary>
      <param name="min">The minimum limit of data values.</param>
      <param name="max">The maximum limit of data values.</param>
      <returns>The unit value as an absolute value.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.Unit.GetNormalize(System.Double,System.Double)">
      <summary>
        <para>Returns the normalized unit value.</para>
      </summary>
      <param name="min">The minimum limit of data values.</param>
      <param name="max">The maximum limit of data values.</param>
      <returns>The normalized unit value.</returns>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Unit.UnitType">
      <summary>
        <para>Returns the type of the unit.</para>
      </summary>
      <value>The unit type.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Unit.UnitTypeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Unit.UnitType">Unit.UnitType</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Unit.Value">
      <summary>
        <para>Returns the value of the unit.</para>
      </summary>
      <value>The unit value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Unit.ValueProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.Unit.Value">Unit.Value</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.UnitType">
      <summary>
        <para>Lists the unit types.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.UnitType.Absolute">
      <summary>
        <para>The unit is measured as an absolute value.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.UnitType.Percent">
      <summary>
        <para>The unit is measured as a percent.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.UnwindDirection">
      <summary>
        <para>Lists the values that are used to define the direction of an unwinding <see href="https://docs.devexpress.com/WPF/6851/controls-and-libraries/charts-suite/chart-control/animation/animation">animation</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.UnwindDirection.BottomToTop">
      <summary>
        <para>The Unwind animation is directed from the bottom to the top.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.UnwindDirection.LeftToRight">
      <summary>
        <para>The Unwind animation is directed from the left to the right.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.UnwindDirection.RightToLeft">
      <summary>
        <para>The Unwind animation is directed from the right to the left.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.UnwindDirection.TopToBottom">
      <summary>
        <para>The Unwind animation is directed from the top to the bottom.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.ValueChangeInfo`1">
      <summary>
        <para>Stores information about changed values.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ValueChangeInfo`1.IsChanged">
      <summary>
        <para>Returns whether the value has been changed.</para>
      </summary>
      <value>true, if value has been changed; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ValueChangeInfo`1.NewValue">
      <summary>
        <para>Returns the new value of the changed value.</para>
      </summary>
      <value>An object of the type designated by the specified generic type parameter.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ValueChangeInfo`1.OldValue">
      <summary>
        <para>Returns the old value of the changed value.</para>
      </summary>
      <value>An object of the type designated by the specified generic type parameter.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.ValueKeyProvider3D">
      <summary>
        <para>Provides values of series points as keys for the <see cref="T:DevExpress.Xpf.Charts.KeyColorColorizer3D"/>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ValueKeyProvider3D.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.ValueKeyProvider3D"/> class with default settings.</para>
      </summary>
    </member>
    <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.BoxPlotMax">
      <summary>
        <para>Indicates the Max value of a series point that belongs to the Box Plot series.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ValueLevel.BoxPlotMean">
      <summary>
        <para>Indicates the Mean value of a series point that belongs to the Box Plot series.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ValueLevel.BoxPlotMedian">
      <summary>
        <para>Indicates the Median value of a series point that belongs to the Box Plot series.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ValueLevel.BoxPlotMin">
      <summary>
        <para>Indicates the Min value of a series point that belongs to the Box Plot series.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ValueLevel.BoxPlotQuartile_1">
      <summary>
        <para>Indicates the First Quartile value of a series point that belongs to the Box Plot series.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ValueLevel.BoxPlotQuartile3">
      <summary>
        <para>Indicates the Third Quartile value of a series point that belongs to the Box Plot series.</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.ValueProvider3D">
      <summary>
        <para>Provides values of series points as values for the <see cref="T:DevExpress.Xpf.Charts.RangeColorizer3D"/>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ValueProvider3D.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.ValueProvider3D"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.ValueTopNOptions">
      <summary>
        <para>The “<see href="https://docs.devexpress.com/WPF/120130/controls-and-libraries/charts-suite/chart-control/provide-data/top-n-and-others">Top N and Others</see>“ feature options that selects points whose values are larger than the threshold.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ValueTopNOptions.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.ValueTopNOptions"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ValueTopNOptions.Value">
      <summary>
        <para>Gets or sets the threshold value, which is the minimum limit for displyed <see href="https://docs.devexpress.com/WPF/120130/controls-and-libraries/charts-suite/chart-control/provide-data/top-n-and-others">Top</see> points.</para>
      </summary>
      <value>The threshold value, which is the minimum limit for displayed Top points.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ValueTopNOptions.ValueProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ValueTopNOptions.Value">ValueTopNOptions.Value</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 level with the bottom of the <see href="https://docs.devexpress.com/WPF/6333/controls-and-libraries/charts-suite/chart-control/diagram/diagram">Diagram</see>.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.VerticalPosition.BottomOutside">
      <summary>
        <para>The legend is positioned at the bottom of the diagram.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.VerticalPosition.Center">
      <summary>
        <para>Centers a legend vertically within the <see href="https://docs.devexpress.com/WPF/6333/controls-and-libraries/charts-suite/chart-control/diagram/diagram">Diagram</see>.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.VerticalPosition.Top">
      <summary>
        <para>The legend is positioned level with the top of the <see href="https://docs.devexpress.com/WPF/6333/controls-and-libraries/charts-suite/chart-control/diagram/diagram">Diagram</see>.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.VerticalPosition.TopOutside">
      <summary>
        <para>The legend is positioned at the top of the diagram.</para>
        <para />
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.VioletIIPalette">
      <summary>
        <para>Represents the VioletII palette.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.VioletIIPalette.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.VioletIIPalette"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.VioletIIPalette.PaletteName">
      <summary>
        <para>Gets the name of the <see cref="T:DevExpress.Xpf.Charts.VioletIIPalette"/>.</para>
      </summary>
      <value>Always VioletII.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.VioletPalette">
      <summary>
        <para>Represents the Violet palette.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.VioletPalette.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.VioletPalette"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.VioletPalette.PaletteName">
      <summary>
        <para>Gets the name of the <see cref="T:DevExpress.Xpf.Charts.VioletPalette"/>.</para>
      </summary>
      <value>Always Violet.</value>
    </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 <see cref="T:DevExpress.Xpf.Charts.VisibilityInPane"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.VisibilityInPane.Pane">
      <summary>
        <para>Specifies the pane (or its View Model), on which the indicator is plotted.</para>
      </summary>
      <value>An object of a pane’s View Model class or the <see cref="T:DevExpress.Xpf.Charts.Pane"/> object.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.VisibilityInPane.PaneIndex">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.VisibilityInPane.PaneProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.VisibilityInPane.Pane">VisibilityInPane.Pane</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.VisibilityInPane.Visible">
      <summary>
        <para>Provides whether a particular axis should be visible on the pane.</para>
      </summary>
      <value>true to show an axis on the pane; otherwise false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.VisibilityInPane.VisibleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.VisibilityInPane.Visible">VisibilityInPane.Visible</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</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 <see cref="T:DevExpress.Xpf.Charts.VisibilityInPaneCollection"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Waterfall2DModel">
      <summary>
        <para>The base class for waterfall series models.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.Waterfall2DModel.ModelName">
      <summary>
        <para>Returns the model name.</para>
      </summary>
      <value>The model name.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.WaterfallAbsoluteValueOptions">
      <summary>
        <para>Stores settings for a waterfall chart that is plotted based on absolute data source values.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.WaterfallAbsoluteValueOptions.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.WaterfallAbsoluteValueOptions"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.WaterfallLabelPosition">
      <summary>
        <para>Lists the values used to specify the position of <see href="https://docs.devexpress.com/WPF/401277/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/bar-series/waterfall">Waterfall</see> <see href="https://docs.devexpress.com/WPF/6341/controls-and-libraries/charts-suite/chart-control/series/series-point-labels">labels</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.WaterfallLabelPosition.Auto">
      <summary>
        <para>The label position is defined based on the series count. Labels are outside waterfall bars if the chart shows a single waterfall series. Labels are positioned in the bar center if the chart shows multiple waterfall series.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.WaterfallLabelPosition.Center">
      <summary>
        <para>Labels are displayed in the center of waterfall bars.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.WaterfallLabelPosition.InsideEnd">
      <summary>
        <para>Labels are displayed inside waterfall bars, at the bottom of falling bars and at the top of rising bars.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.WaterfallLabelPosition.InsideStart">
      <summary>
        <para>Labels are displayed inside waterfall bars, at the bottom of rising bars and at the top of falling bars.</para>
        <para />
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.WaterfallRelativeValueOptions">
      <summary>
        <para>Stores settings for a waterfall chart that is plotted based on relative data source values.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.WaterfallRelativeValueOptions.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.WaterfallRelativeValueOptions"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.WaterfallRelativeValueOptions.StartBarLabel">
      <summary>
        <para>Gets or sets the start bar label.</para>
      </summary>
      <value>A string value that specifies the start bar label.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.WaterfallRelativeValueOptions.StartBarLabelProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.WaterfallRelativeValueOptions.StartBarLabel">WaterfallRelativeValueOptions.StartBarLabel</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.WaterfallRelativeValueOptions.StartBarValue">
      <summary>
        <para>Gets or sets the start bar value.</para>
      </summary>
      <value>A number that the waterfall chart should use as an initial value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.WaterfallRelativeValueOptions.StartBarValueProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.WaterfallRelativeValueOptions.StartBarValue">WaterfallRelativeValueOptions.StartBarValue</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.WaterfallSeries2D">
      <summary>
        <para>Represents the <see href="https://docs.devexpress.com/WPF/401277/controls-and-libraries/charts-suite/chart-control/series/2d-series-types/bar-series/waterfall">Waterfall</see> series.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.WaterfallSeries2D.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.WaterfallSeries2D"/> class with default settings.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.WaterfallSeries2D.ConnectorBrushProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.WaterfallSeries2D.ConnectorBrush">WaterfallSeries2D.ConnectorBrush</see> dependency property.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.WaterfallSeries2D.ConnectorStyleProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.WaterfallSeries2D.ConnectorStyle">WaterfallSeries2D.ConnectorStyle</see> dependency property.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.WaterfallSeries2D.FallingBarBrush">
      <summary>
        <para>Gets or sets the falling bar color.</para>
      </summary>
      <value>The falling bar’s fill color.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.WaterfallSeries2D.FallingBarBrushProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.WaterfallSeries2D.FallingBarBrush">WaterfallSeries2D.FallingBarBrush</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Charts.WaterfallSeries2D.GetConnectorBrush(DevExpress.Xpf.Charts.XYDiagram2D)">
      <summary>
        <para>Gets the value of the <see cref="P:DevExpress.Xpf.Charts.WaterfallSeries2D.ConnectorBrush">WaterfallSeries2D.ConnectorBrush</see> attached property for a specified <see cref="T:DevExpress.Xpf.Charts.XYDiagram2D"/>.</para>
      </summary>
      <param name="diagram">The diagram from which the property value is read.</param>
      <returns>The connectors’ brush.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.WaterfallSeries2D.GetConnectorStyle(DevExpress.Xpf.Charts.XYDiagram2D)">
      <summary>
        <para>Gets the value of the <see cref="P:DevExpress.Xpf.Charts.WaterfallSeries2D.ConnectorStyle">WaterfallSeries2D.ConnectorStyle</see> attached property for a specified <see cref="T:DevExpress.Xpf.Charts.XYDiagram2D"/>.</para>
      </summary>
      <param name="diagram">The diagram from which the property value is read.</param>
      <returns>The connectors’ style.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.WaterfallSeries2D.GetLabelPosition(DevExpress.Xpf.Charts.SeriesLabel)">
      <summary>
        <para>Returns the attached <see cref="P:DevExpress.Xpf.Charts.WaterfallSeries2D.LabelPosition">WaterfallSeries2D.LabelPosition</see> property’s value for a specified <see cref="T:DevExpress.Xpf.Charts.SeriesLabel"/>.</para>
      </summary>
      <param name="label">A series label whose LabelPosition property is to be returned.</param>
      <returns>A value that defines the label position.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.WaterfallSeries2D.GetStartBarBrush(DevExpress.Xpf.Charts.XYDiagram2D)">
      <summary>
        <para>Gets the value of the <see cref="P:DevExpress.Xpf.Charts.WaterfallSeries2D.StartBarBrush">WaterfallSeries2D.StartBarBrush</see> attached property for a specified <see cref="T:DevExpress.Xpf.Charts.XYDiagram2D"/>.</para>
      </summary>
      <param name="diagram">The diagram from which the property value is read.</param>
      <returns>The start bar brush.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.WaterfallSeries2D.GetSubtotalBarBrush(DevExpress.Xpf.Charts.XYDiagram2D)">
      <summary>
        <para>Gets the value of the <see cref="P:DevExpress.Xpf.Charts.WaterfallSeries2D.SubtotalBarBrush">WaterfallSeries2D.SubtotalBarBrush</see> attached property for a specified <see cref="T:DevExpress.Xpf.Charts.XYDiagram2D"/>.</para>
      </summary>
      <param name="diagram">The diagram from which the property value is read.</param>
      <returns>The subtotal brush.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.WaterfallSeries2D.GetTotalBarBrush(DevExpress.Xpf.Charts.XYDiagram2D)">
      <summary>
        <para>Gets the value of the <see cref="P:DevExpress.Xpf.Charts.WaterfallSeries2D.TotalBarBrush">WaterfallSeries2D.TotalBarBrush</see> attached property for a specified <see cref="T:DevExpress.Xpf.Charts.XYDiagram2D"/>.</para>
      </summary>
      <param name="diagram">The diagram from which the property value is read.</param>
      <returns>The subtotal brush.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.WaterfallSeries2D.GetValueOptions(DevExpress.Xpf.Charts.XYDiagram2D)">
      <summary>
        <para>Gets the value of the <see cref="P:DevExpress.Xpf.Charts.WaterfallSeries2D.ValueOptions">WaterfallSeries2D.ValueOptions</see> attached property for a specified <see cref="T:DevExpress.Xpf.Charts.XYDiagram2D"/>.</para>
      </summary>
      <param name="diagram">The diagram from which the property value is read.</param>
      <returns>The waterfall value options.</returns>
    </member>
    <member name="F:DevExpress.Xpf.Charts.WaterfallSeries2D.LabelPositionProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.WaterfallSeries2D.LabelPosition">WaterfallSeries2D.LabelPosition</see> dependency property.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.WaterfallSeries2D.Model">
      <summary>
        <para>Gets or sets the model used to draw elements of a 2D waterfall series.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Charts.Waterfall2DModel"/> class descendant.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.WaterfallSeries2D.ModelProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.WaterfallSeries2D.Model">WaterfallSeries2D.Model</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.WaterfallSeries2D.RisingBarBrush">
      <summary>
        <para>Gets or sets the rising bar color.</para>
      </summary>
      <value>The rising bar’s fill color.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.WaterfallSeries2D.RisingBarBrushProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.WaterfallSeries2D.RisingBarBrush">WaterfallSeries2D.RisingBarBrush</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Charts.WaterfallSeries2D.SetConnectorBrush(DevExpress.Xpf.Charts.XYDiagram2D,System.Windows.Media.Brush)">
      <summary>
        <para>Sets the <see cref="P:DevExpress.Xpf.Charts.WaterfallSeries2D.ConnectorBrush">WaterfallSeries2D.ConnectorBrush</see> attached property value to the specified <see cref="T:DevExpress.Xpf.Charts.XYDiagram2D"/>.</para>
      </summary>
      <param name="diagram">The diagram to which the attached property is written.</param>
      <param name="connectorBrush">The brush that is used to draw connectors.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.WaterfallSeries2D.SetConnectorStyle(DevExpress.Xpf.Charts.XYDiagram2D,DevExpress.Xpf.Charts.LineStyle)">
      <summary>
        <para>Sets the <see cref="P:DevExpress.Xpf.Charts.WaterfallSeries2D.ConnectorStyle">WaterfallSeries2D.ConnectorStyle</see> attached property value to the specified <see cref="T:DevExpress.Xpf.Charts.XYDiagram2D"/>.</para>
      </summary>
      <param name="diagram">The diagram to which the attached property is written.</param>
      <param name="connectorStyle">The connectors’ line style.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.WaterfallSeries2D.SetLabelPosition(DevExpress.Xpf.Charts.SeriesLabel,DevExpress.Xpf.Charts.WaterfallLabelPosition)">
      <summary>
        <para>Specifies the attached <see cref="P:DevExpress.Xpf.Charts.WaterfallSeries2D.LabelPosition">WaterfallSeries2D.LabelPosition</see> property’s value for a specified <see cref="T:DevExpress.Xpf.Charts.SeriesLabel"/>.</para>
      </summary>
      <param name="label">A series label whose LabelPosition property is to be set.</param>
      <param name="value">A value that defines the label position.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.WaterfallSeries2D.SetStartBarBrush(DevExpress.Xpf.Charts.XYDiagram2D,System.Windows.Media.SolidColorBrush)">
      <summary>
        <para>Sets the <see cref="P:DevExpress.Xpf.Charts.WaterfallSeries2D.StartBarBrush">WaterfallSeries2D.StartBarBrush</see> attached property value to the specified <see cref="T:DevExpress.Xpf.Charts.XYDiagram2D"/>.</para>
      </summary>
      <param name="diagram">The diagram to which the attached property is written.</param>
      <param name="startBarBrush">The brush that is used to draw the start bar.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.WaterfallSeries2D.SetSubtotalBarBrush(DevExpress.Xpf.Charts.XYDiagram2D,System.Windows.Media.SolidColorBrush)">
      <summary>
        <para>Sets the <see cref="P:DevExpress.Xpf.Charts.WaterfallSeries2D.SubtotalBarBrush">WaterfallSeries2D.SubtotalBarBrush</see> attached property value to the specified <see cref="T:DevExpress.Xpf.Charts.XYDiagram2D"/>.</para>
      </summary>
      <param name="diagram">The diagram to which the attached property is written.</param>
      <param name="subtotalBarBrush">The brush that is used to draw subtotals.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.WaterfallSeries2D.SetTotalBarBrush(DevExpress.Xpf.Charts.XYDiagram2D,System.Windows.Media.SolidColorBrush)">
      <summary>
        <para>Sets the <see cref="P:DevExpress.Xpf.Charts.WaterfallSeries2D.TotalBarBrush">WaterfallSeries2D.TotalBarBrush</see> attached property value to the specified <see cref="T:DevExpress.Xpf.Charts.XYDiagram2D"/>.</para>
      </summary>
      <param name="diagram">The diagram to which the attached property is written.</param>
      <param name="totalBarBrush">The brush that is used to draw the total bar.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.WaterfallSeries2D.SetValueOptions(DevExpress.Xpf.Charts.XYDiagram2D,DevExpress.Xpf.Charts.WaterfallValueOptionsBase)">
      <summary>
        <para>Sets the <see cref="P:DevExpress.Xpf.Charts.WaterfallSeries2D.ValueOptions">WaterfallSeries2D.ValueOptions</see> attached property value to the specified <see cref="T:DevExpress.Xpf.Charts.XYDiagram2D"/>.</para>
      </summary>
      <param name="diagram">The diagram to which the attached property is written.</param>
      <param name="valueOptions">The waterfall chart value options.</param>
    </member>
    <member name="F:DevExpress.Xpf.Charts.WaterfallSeries2D.StartBarBrushProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.WaterfallSeries2D.StartBarBrush">WaterfallSeries2D.StartBarBrush</see> dependency property.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.WaterfallSeries2D.SubtotalBarBrushProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.WaterfallSeries2D.SubtotalBarBrush">WaterfallSeries2D.SubtotalBarBrush</see> dependency property.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.WaterfallSeries2D.TotalBarBrushProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.WaterfallSeries2D.TotalBarBrush">WaterfallSeries2D.TotalBarBrush</see> dependency property.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.WaterfallSeries2D.ValueOptionsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.WaterfallSeries2D.ValueOptions">WaterfallSeries2D.ValueOptions</see> dependency property.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.WaterfallValueOptionsBase">
      <summary>
        <para>The base class for <see cref="T:DevExpress.Xpf.Charts.WaterfallSeries2D">waterfall</see> point value options.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.WaterfallValueOptionsBase.ShowTotal">
      <summary>
        <para>Gets or sets whether to show the total bar.</para>
      </summary>
      <value>true, if the total label should be visible; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.WaterfallValueOptionsBase.ShowTotalProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.WaterfallValueOptionsBase.ShowTotal">WaterfallValueOptionsBase.ShowTotal</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.WaterfallValueOptionsBase.Subtotals">
      <summary>
        <para>Returns a collection of waterfall chart subtotals.</para>
      </summary>
      <value>A collection of <see cref="T:DevExpress.Xpf.Charts.Subtotal"/> objects.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.WaterfallValueOptionsBase.SubtotalsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.WaterfallValueOptionsBase.Subtotals">WaterfallValueOptionsBase.Subtotals</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.WaterfallValueOptionsBase.TotalLabel">
      <summary>
        <para>Gets or sets the waterfall total bar’s string label that is used in the <see href="https://docs.devexpress.com/WPF/6336/controls-and-libraries/charts-suite/chart-control/axes/axis-labels">axis label</see> and <see href="https://docs.devexpress.com/WPF/14682/controls-and-libraries/charts-suite/chart-control/tooltip-and-crosshair-cursor/crosshair-cursor">crosshair</see>.</para>
      </summary>
      <value>A string value that specifies the total bar label.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.WaterfallValueOptionsBase.TotalLabelProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.WaterfallValueOptionsBase.TotalLabel">WaterfallValueOptionsBase.TotalLabel</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.Weekday">
      <summary>
        <para>Lists the days of week.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Weekday.Friday">
      <summary>
        <para>Identifies Friday.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Weekday.Monday">
      <summary>
        <para>Identifies Monday.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Weekday.None">
      <summary>
        <para>Weekday is not specified.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Weekday.Saturday">
      <summary>
        <para>Identifies Saturday.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Weekday.Sunday">
      <summary>
        <para>Identifies Sunday.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Weekday.Thursday">
      <summary>
        <para>Identifies Thursday.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Weekday.Tuesday">
      <summary>
        <para>Identifies Tuesday.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.Weekday.Wednesday">
      <summary>
        <para>Identifies Wednesday.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.WeightedClose">
      <summary>
        <para>A Weighted Close indicator.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.WeightedClose.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.WeightedClose"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.WeightedMovingAverage">
      <summary>
        <para>Represents a Weighted Moving Average indicator.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.WeightedMovingAverage.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.WeightedMovingAverage"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.WidthIntervalNumericScaleOptions">
      <summary>
        <para>The options that provide means to create axis intervals with a specified width.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.WidthIntervalNumericScaleOptions.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.WidthIntervalNumericScaleOptions"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.WidthIntervalNumericScaleOptions.Width">
      <summary>
        <para>Gets or sets the interval width in x-axis measurement units.</para>
      </summary>
      <value>The interval size in measurement units.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.WidthIntervalNumericScaleOptions.WidthProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.WidthIntervalNumericScaleOptions.Width">WidthIntervalNumericScaleOptions.Width</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.WilliamsR">
      <summary>
        <para>A Williams %R indicator.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.WilliamsR.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.WilliamsR"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.WilliamsR.PointsCount">
      <summary>
        <para>Gets or sets the number of <see href="https://docs.devexpress.com/WPF/6340/controls-and-libraries/charts-suite/chart-control/series/series-points">data points</see> used to calculate the indicator.</para>
      </summary>
      <value>An integer value, specifying the number of points.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.WilliamsR.PointsCountProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.WilliamsR.PointsCount">WilliamsR.PointsCount</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.WorkdaysOptions">
      <summary>
        <para>Contains settings that specify holidays and workdays for the date-time axis scale.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.WorkdaysOptions.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.WorkdaysOptions"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.WorkdaysOptions.ExactWorkdays">
      <summary>
        <para>Specifies strict workdays that don’t depend on the <see cref="P:DevExpress.Xpf.Charts.WorkdaysOptions.Holidays">WorkdaysOptions.Holidays</see> and <see cref="P:DevExpress.Xpf.Charts.WorkdaysOptions.Workdays">WorkdaysOptions.Workdays</see> properties settings.</para>
      </summary>
      <value>An array of <see cref="T:System.DateTime"/> objects.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.WorkdaysOptions.ExactWorkdaysProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.WorkdaysOptions.ExactWorkdays">WorkdaysOptions.ExactWorkdays</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.WorkdaysOptions.Holidays">
      <summary>
        <para>Specifies holidays for exclusion from the date-time axis scale.</para>
      </summary>
      <value>An array of <see cref="T:System.DateTime"/> objects.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.WorkdaysOptions.HolidaysProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.WorkdaysOptions.Holidays">WorkdaysOptions.Holidays</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Charts.WorkdaysOptions.LoadHolidays(System.String,System.String)">
      <summary>
        <para>Imports holidays from the specified file for the selected location.</para>
      </summary>
      <param name="fileName">A <see cref="T:System.String"/> value, specifying the file name.</param>
      <param name="location">A <see cref="T:System.String"/> value, specifying the location.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.WorkdaysOptions.LoadHolidays(System.String)">
      <summary>
        <para>Imports holidays from the specified file.</para>
      </summary>
      <param name="fileName">A <see cref="T:System.String"/> value, specifying the file name.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.WorkdaysOptions.ShouldSerializeExactWorkdays(System.Windows.Markup.XamlDesignerSerializationManager)">
      <summary>
        <para>This member supports the internal infrastructure and is not intended to be used directly from your code.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.WorkdaysOptions.ShouldSerializeHolidays(System.Windows.Markup.XamlDesignerSerializationManager)">
      <summary>
        <para>This member supports the internal infrastructure and is not intended to be used directly from your code.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.WorkdaysOptions.Workdays">
      <summary>
        <para>Specifies which days of the week are the workdays.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Charts.Weekday"/> enumeration value(s), specifying the workdays for the week.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.WorkdaysOptions.WorkdaysProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.WorkdaysOptions.Workdays">WorkdaysOptions.Workdays</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.WorkTimeRule">
      <summary>
        <para>A work time rule which is used to exclude non-working time from the date-time X-axis.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.WorkTimeRule.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.WorkTimeRule"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.WorkTimeRule.Date">
      <summary>
        <para>Gets or sets the date on which the specified working time intervals should be applied.</para>
      </summary>
      <value>A <see cref="T:System.DateTime"/> value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.WorkTimeRule.DateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.WorkTimeRule.Date">WorkTimeRule.Date</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.WorkTimeRule.IsActive">
      <summary>
        <para>Gets or sets the value that specifies whether the axis takes into account the work time rule when computes scale.</para>
      </summary>
      <value>true if the rule is active; otherwise false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.WorkTimeRule.IsActiveProperty">
      <summary>
        <para>Identifies the <see cref="F:DevExpress.Xpf.Charts.WorkTimeRule.IsActiveProperty"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.WorkTimeRule.Weekdays">
      <summary>
        <para>Gets or sets weekdays on which the specified working time intervals should be applied.</para>
      </summary>
      <value>The <see cref="T:DevExpress.Xpf.Charts.Weekday"/> enumeration values.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.WorkTimeRule.WeekdaysProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.WorkTimeRule.Weekdays">WorkTimeRule.Weekdays</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.WorkTimeRule.WorkIntervals">
      <summary>
        <para>Returns a collection of the working time intervals within a day.</para>
      </summary>
      <value>The collection of the <see cref="T:DevExpress.Xpf.Charts.TimeInterval"/> objects.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.WorkTimeRule.WorkIntervalsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.WorkTimeRule.WorkIntervals">WorkTimeRule.WorkIntervals</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.WorkTimeRuleCollection">
      <summary>
        <para>A collection of <see cref="T:DevExpress.Xpf.Charts.WorkTimeRule"/> objects.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.WorkTimeRuleCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.WorkTimeRuleCollection"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.XArgumentKeyProvider3D">
      <summary>
        <para>Provides X-argument values of series points as keys for the <see cref="T:DevExpress.Xpf.Charts.KeyColorColorizer3D"/>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.XArgumentKeyProvider3D.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.XArgumentKeyProvider3D"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.XAxis3D">
      <summary>
        <para>The X axis (axis of arguments) of the 3D Chart.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.XAxis3D.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.XAxis3D"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.XYDiagram2D">
      <summary>
        <para>Represents a <see href="https://docs.devexpress.com/WPF/115312/controls-and-libraries/charts-suite/chart-control/diagram/2d-xy-diagram">diagram</see> 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 <see cref="T:DevExpress.Xpf.Charts.XYDiagram2D"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.XYDiagram2D.ActualAxisX">
      <summary>
        <para>Gets the actual <see href="https://docs.devexpress.com/WPF/6334/controls-and-libraries/charts-suite/chart-control/axes/axes">x-axis</see> of the <see cref="T:DevExpress.Xpf.Charts.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 <see href="https://docs.devexpress.com/WPF/6334/controls-and-libraries/charts-suite/chart-control/axes/axes">y-axis</see> of the <see cref="T:DevExpress.Xpf.Charts.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 <see cref="T:DevExpress.Xpf.Charts.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 <see cref="T:DevExpress.Xpf.Charts.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 <see cref="P:DevExpress.Xpf.Charts.XYDiagram2D.ActualPanes">XYDiagram2D.ActualPanes</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.XYDiagram2D.AllowSeriesBitmapCaching">
      <summary>
        <para>Gets or sets the value that indicates whether the diagram should cache visible series in a bitmap image. This is a dependency property.</para>
      </summary>
      <value>true if the diagram should cache visible series; otherwise false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.XYDiagram2D.AllowSeriesBitmapCachingProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.XYDiagram2D.AllowSeriesBitmapCaching">XYDiagram2D.AllowSeriesBitmapCaching</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.XYDiagram2D.AllPanes">
      <summary>
        <para>Returns the collection that contains the default pane and additional panes within the diagram.</para>
      </summary>
      <value>A collection of <see cref="T:DevExpress.Xpf.Charts.Pane"/> objects.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.XYDiagram2D.AllPanesProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.XYDiagram2D.AllPanes"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.XYDiagram2D.AxisX">
      <summary>
        <para>Gets the <see href="https://docs.devexpress.com/WPF/6334/controls-and-libraries/charts-suite/chart-control/axes/axes">X-axis</see>.</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">XYDiagram2D.AxisX</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.XYDiagram2D.AxisY">
      <summary>
        <para>Gets the <see href="https://docs.devexpress.com/WPF/6334/controls-and-libraries/charts-suite/chart-control/axes/axes">Y-axis</see>.</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">XYDiagram2D.AxisY</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.XYDiagram2D.BarDistance">
      <summary>
        <para>Gets or sets the variable distance value (as a fraction of axis units) 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 axis units, 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">XYDiagram2D.BarDistanceFixed</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.XYDiagram2D.BarDistanceProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.XYDiagram2D.BarDistance">XYDiagram2D.BarDistance</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.Charts.XYDiagram2D.BeforeScroll">
      <summary>
        <para>Occurs before the diagram is scrolled.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.XYDiagram2D.BeforeScrollEvent">
      <summary>
        <para>Identifies the <see cref="E:DevExpress.Xpf.Charts.XYDiagram2D.BeforeScroll">XYDiagram2D.BeforeScroll</see> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.Charts.XYDiagram2D.BeforeZoom">
      <summary>
        <para>Occurs before the diagram is zoomed.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.XYDiagram2D.BeforeZoomEvent">
      <summary>
        <para>Identifies the <see cref="E:DevExpress.Xpf.Charts.XYDiagram2D.BeforeZoom">XYDiagram2D.BeforeZoom</see> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Charts.XYDiagram2D.CanScrollAxisXTo(System.Double)">
      <summary>
        <para>Checks whether 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>true if it is allowed to scroll; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.XYDiagram2D.CanScrollAxisYTo(System.Double)">
      <summary>
        <para>Checks whether 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>true if it is allowed to scroll; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.XYDiagram2D.CanScrollHorizontally(System.Int32)">
      <summary>
        <para>Checks whether 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>true if it is allowed to scroll; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.XYDiagram2D.CanScrollVertically(System.Int32)">
      <summary>
        <para>Checks whether 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>true if it is allowed to scroll; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.XYDiagram2D.CanSetAxisXRange">
      <summary>
        <para>Checks whether it is possible to set a custom range for the X-axis.</para>
      </summary>
      <returns>true if it is allowed to set a range; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.XYDiagram2D.CanSetAxisXZoomRatio">
      <summary>
        <para>Checks whether it is possible to set a custom zoom ratio for the X-axis.</para>
      </summary>
      <returns>true if it is allowed to set a custom zoom ratio; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.XYDiagram2D.CanSetAxisYRange">
      <summary>
        <para>Checks whether it is possible to set a custom range for the Y-axis.</para>
      </summary>
      <returns>true if it is allowed to set a range; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.XYDiagram2D.CanSetAxisYZoomRatio">
      <summary>
        <para>Checks whether it is possible to set a custom zoom ratio for the Y-axis.</para>
      </summary>
      <returns>true if it is allowed to set a custom zoom ratio; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.XYDiagram2D.CanUndoZoom">
      <summary>
        <para>Checks whether it is possible to undo the last zooming operation.</para>
      </summary>
      <returns>true if it is allowed to undo zooming; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.XYDiagram2D.CanZoomIn">
      <summary>
        <para>Checks whether it is possible to zoom in to a diagram.</para>
      </summary>
      <returns>true if it is allowed to zoom in; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.XYDiagram2D.CanZoomIntoRectangle">
      <summary>
        <para>Checks whether it is possible to zoom into a rectangle on a diagram.</para>
      </summary>
      <returns>true if it is allowed to zoom into a rectangle; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.XYDiagram2D.CanZoomOut">
      <summary>
        <para>Checks whether it is possible to zoom out of a diagram.</para>
      </summary>
      <returns>true if it is allowed to zoom out; otherwise, false.</returns>
    </member>
    <member name="P:DevExpress.Xpf.Charts.XYDiagram2D.CrosshairBorderBrush">
      <summary>
        <para>Get or sets the border brush of the Crosshair series label.</para>
      </summary>
      <value>The brush that paints the border of the Crosshair label.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.XYDiagram2D.CrosshairBorderBrushProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.XYDiagram2D.CrosshairBorderBrush">XYDiagram2D.CrosshairBorderBrush</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.XYDiagram2D.CrosshairEmptySeriesLabelTemplate">
      <summary>
        <para>For internal use.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.XYDiagram2D.CrosshairEmptySeriesLabelTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.XYDiagram2D.CrosshairEmptySeriesLabelTemplate">XYDiagram2D.CrosshairEmptySeriesLabelTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.XYDiagram2D.CrosshairPopupBackground">
      <summary>
        <para>Get or sets the background of the Crosshair series label.</para>
      </summary>
      <value>The brush that paints the background of the Crosshair label.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.XYDiagram2D.CrosshairPopupBackgroundProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.XYDiagram2D.CrosshairPopupBackground">XYDiagram2D.CrosshairPopupBackground</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.XYDiagram2D.CrosshairSeriesLabelForeground">
      <summary>
        <para>Get or sets the foreground of the Crosshair series label.</para>
      </summary>
      <value>The brush that paints the foreground of the Crosshair label.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.XYDiagram2D.CrosshairSeriesLabelForegroundProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.XYDiagram2D.CrosshairSeriesLabelForeground">XYDiagram2D.CrosshairSeriesLabelForeground</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.XYDiagram2D.CrosshairSeriesLabelTemplate">
      <summary>
        <para>Get or sets the template of the Crosshair series label.</para>
      </summary>
      <value>The label template.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.XYDiagram2D.CrosshairSeriesLabelTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.XYDiagram2D.CrosshairSeriesLabelTemplate">XYDiagram2D.CrosshairSeriesLabelTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.XYDiagram2D.DefaultPane">
      <summary>
        <para>Provides access to a default <see href="https://docs.devexpress.com/WPF/10631/controls-and-libraries/charts-suite/chart-control/panes/panes">pane</see> 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 <see cref="P:DevExpress.Xpf.Charts.XYDiagram2D.DefaultPane">XYDiagram2D.DefaultPane</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.XYDiagram2D.DependentAxesYRange">
      <summary>
        <para>Gets or sets the value indicating whether the visual range of all Y-axes (axes of values) should be calculated only by values of points contained in the visual range of the X-axis (axis of arguments).</para>
      </summary>
      <value>The value that defines whether the y-axis visual range should be calculated based on the x-axis visual range.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.XYDiagram2D.DependentAxesYRangeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.XYDiagram2D.DependentAxesYRange">XYDiagram2D.DependentAxesYRange</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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.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.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,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.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.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.DateTime,System.TimeSpan,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">The point’s argument.</param>
      <param name="value">The point’s value.</param>
      <param name="axisX">An <see cref="T:DevExpress.Xpf.Charts.AxisX2D"/> descendant that specifies the point’s X-axis.</param>
      <param name="axisY">An <see cref="T:DevExpress.Xpf.Charts.AxisY2D"/> descendant that specifies the point’s Y-axis.</param>
      <param name="pane">The point’s pane.</param>
      <returns>A <see cref="T:DevExpress.Xpf.Charts.ControlCoordinates"/> object that contains information about the point’s screen coordinates and its associated pane.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.XYDiagram2D.DiagramToPoint(System.DateTime,System.TimeSpan,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">The point’s argument.</param>
      <param name="value">The point’s value.</param>
      <param name="axisX">An <see cref="T:DevExpress.Xpf.Charts.AxisX2D"/> descendant that specifies the point’s X-axis.</param>
      <param name="axisY">An <see cref="T:DevExpress.Xpf.Charts.AxisY2D"/> descendant that specifies the point’s Y-axis.</param>
      <returns>A <see cref="T:DevExpress.Xpf.Charts.ControlCoordinates"/> object that contains information about the point’s screen coordinates and its associated pane.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.XYDiagram2D.DiagramToPoint(System.DateTime,System.TimeSpan)">
      <summary>
        <para>Converts the diagram coordinates of a point into screen coordinates.</para>
      </summary>
      <param name="argument">The point’s argument.</param>
      <param name="value">The point’s value.</param>
      <returns>A <see cref="T:DevExpress.Xpf.Charts.ControlCoordinates"/> object that contains 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.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.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,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.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.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.TimeSpan,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">sThe point’s argument.</param>
      <param name="value">The point’s value.</param>
      <param name="axisX">An <see cref="T:DevExpress.Xpf.Charts.AxisX2D"/> descendant that specifies the point’s X-axis.</param>
      <param name="axisY">An <see cref="T:DevExpress.Xpf.Charts.AxisY2D"/> descendant that specifies the point’s Y-axis.</param>
      <param name="pane">The point’s pane.</param>
      <returns>A <see cref="T:DevExpress.Xpf.Charts.ControlCoordinates"/> object that contains information about the point’s screen coordinates and its associated pane.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.XYDiagram2D.DiagramToPoint(System.Double,System.TimeSpan,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">The point’s argument.</param>
      <param name="value">The time-span value that defines the point’s value.</param>
      <param name="axisX">An <see cref="T:DevExpress.Xpf.Charts.AxisX2D"/> descendant that specifies the point’s X-axis.</param>
      <param name="axisY">An <see cref="T:DevExpress.Xpf.Charts.AxisY2D"/> descendant that specifies the point’s Y-axis.</param>
      <returns>A <see cref="T:DevExpress.Xpf.Charts.ControlCoordinates"/> object that contains information about the point’s screen coordinates and its associated pane.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.XYDiagram2D.DiagramToPoint(System.Double,System.TimeSpan)">
      <summary>
        <para>Converts the diagram coordinates of a point into screen coordinates.</para>
      </summary>
      <param name="argument">The point’s argument.</param>
      <param name="value">The point’s value.</param>
      <returns>A <see cref="T:DevExpress.Xpf.Charts.ControlCoordinates"/> object that contains 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.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="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.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.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.String,System.TimeSpan,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">The point’s argument.</param>
      <param name="value">The time-span value that defines the point’s value.</param>
      <param name="axisX">An <see cref="T:DevExpress.Xpf.Charts.AxisX2D"/> descendant that specifies the point’s X-axis.</param>
      <param name="axisY">An <see cref="T:DevExpress.Xpf.Charts.AxisY2D"/> descendant that specifies the point’s Y-axis.</param>
      <param name="pane">The point’s pane.</param>
      <returns>A <see cref="T:DevExpress.Xpf.Charts.ControlCoordinates"/> object that contains information about the point’s screen coordinates and its associated pane.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.XYDiagram2D.DiagramToPoint(System.String,System.TimeSpan,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">The point’s argument.</param>
      <param name="value">The point’s value.</param>
      <param name="axisX">An <see cref="T:DevExpress.Xpf.Charts.AxisX2D"/> descendant that specifies the point’s X-axis.</param>
      <param name="axisY">An <see cref="T:DevExpress.Xpf.Charts.AxisY2D"/> descendant that specifies the point’s Y-axis.</param>
      <returns>A <see cref="T:DevExpress.Xpf.Charts.ControlCoordinates"/> object that contains information about the point’s screen coordinates and its associated pane.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.XYDiagram2D.DiagramToPoint(System.String,System.TimeSpan)">
      <summary>
        <para>Converts the diagram coordinates of a point into screen coordinates.</para>
      </summary>
      <param name="argument">The point’s argument.</param>
      <param name="value">The point’s value.</param>
      <returns>A <see cref="T:DevExpress.Xpf.Charts.ControlCoordinates"/> object that contains information about the point’s screen coordinates and its associated pane.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.XYDiagram2D.DiagramToPoint(System.TimeSpan,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">The time-span value that defines the point’s argument.</param>
      <param name="axisX">An <see cref="T:DevExpress.Xpf.Charts.AxisX2D"/> descendant that specifies the point’s X-axis.</param>
      <param name="axisY">An <see cref="T:DevExpress.Xpf.Charts.AxisY2D"/> descendant that specifies the point’s Y-axis.</param>
      <returns>A <see cref="T:DevExpress.Xpf.Charts.ControlCoordinates"/> object that contains information about the point’s screen coordinates and its associated pane.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.XYDiagram2D.DiagramToPoint(System.TimeSpan,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">The point’s argument.</param>
      <param name="value">The point’s value.</param>
      <param name="axisX">An <see cref="T:DevExpress.Xpf.Charts.AxisX2D"/> descendant that specifies the point’s X-axis.</param>
      <param name="axisY">An <see cref="T:DevExpress.Xpf.Charts.AxisY2D"/> descendant that specifies the point’s Y-axis.</param>
      <returns>A <see cref="T:DevExpress.Xpf.Charts.ControlCoordinates"/> object that contains information about the point’s screen coordinates and its associated pane.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.XYDiagram2D.DiagramToPoint(System.TimeSpan,System.DateTime)">
      <summary>
        <para>Converts the diagram coordinates of a point into screen coordinates.</para>
      </summary>
      <param name="argument">The point’s argument.</param>
      <param name="value">The point’s value.</param>
      <returns>A <see cref="T:DevExpress.Xpf.Charts.ControlCoordinates"/> object that contains information about the point’s screen coordinates and its associated pane.”</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.XYDiagram2D.DiagramToPoint(System.TimeSpan,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">The time-span value that defines the point’s argument.</param>
      <param name="value">The point’s value.</param>
      <param name="axisX">An <see cref="T:DevExpress.Xpf.Charts.AxisX2D"/> descendant that specifies the point’s X-axis.</param>
      <param name="axisY">An <see cref="T:DevExpress.Xpf.Charts.AxisY2D"/> descendant that specifies the point’s Y-axis.</param>
      <param name="pane">The point’s pane.</param>
      <returns>A <see cref="T:DevExpress.Xpf.Charts.ControlCoordinates"/> object that contains information about the point’s screen coordinates and its associated pane.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.XYDiagram2D.DiagramToPoint(System.TimeSpan,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">The point’s argument.</param>
      <param name="value">The point’s value.</param>
      <param name="axisX">An <see cref="T:DevExpress.Xpf.Charts.AxisX2D"/> descendant that specifies the point’s X-axis.</param>
      <param name="axisY">An <see cref="T:DevExpress.Xpf.Charts.AxisY2D"/> descendant that specifies the point’s Y-axis.</param>
      <returns>A <see cref="T:DevExpress.Xpf.Charts.ControlCoordinates"/> object that contains information about the point’s screen coordinates and its associated pane.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.XYDiagram2D.DiagramToPoint(System.TimeSpan,System.Double)">
      <summary>
        <para>Converts the diagram coordinates of a point into screen coordinates.</para>
      </summary>
      <param name="argument">The point’s argument.</param>
      <param name="value">The point’s value.</param>
      <returns>A <see cref="T:DevExpress.Xpf.Charts.ControlCoordinates"/> object that contains information about the point’s screen coordinates and its associated pane.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.XYDiagram2D.DiagramToPoint(System.TimeSpan,System.TimeSpan,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">The point’s argument.</param>
      <param name="value">The point’s value.</param>
      <param name="axisX">An <see cref="T:DevExpress.Xpf.Charts.AxisX2D"/> descendant that specifies the point’s X-axis.</param>
      <param name="axisY">An <see cref="T:DevExpress.Xpf.Charts.AxisY2D"/> descendant that specifies the point’s Y-axis.</param>
      <param name="pane">The point’s pane.</param>
      <returns>A <see cref="T:DevExpress.Xpf.Charts.ControlCoordinates"/> object that contains information about the point’s screen coordinates and its associated pane.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.XYDiagram2D.DiagramToPoint(System.TimeSpan,System.TimeSpan,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">The point’s argument.</param>
      <param name="value">The point’s value.</param>
      <param name="axisX">An <see cref="T:DevExpress.Xpf.Charts.AxisX2D"/> descendant that specifies the point’s X-axis.</param>
      <param name="axisY">An <see cref="T:DevExpress.Xpf.Charts.AxisY2D"/> descendant that specifies the point’s Y-axis.</param>
      <returns>A <see cref="T:DevExpress.Xpf.Charts.ControlCoordinates"/> object that contains information about the point’s screen coordinates and its associated pane.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.XYDiagram2D.DiagramToPoint(System.TimeSpan,System.TimeSpan)">
      <summary>
        <para>Converts the diagram coordinates of a point into screen coordinates.</para>
      </summary>
      <param name="argument">The time-span value that defines the point’s argument.</param>
      <param name="value">The time-span value that defines the point’s value.</param>
      <returns>A <see cref="T:DevExpress.Xpf.Charts.ControlCoordinates"/> object that contains information about the point’s screen coordinates and its associated pane.</returns>
    </member>
    <member name="P:DevExpress.Xpf.Charts.XYDiagram2D.Elements">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.XYDiagram2D.ElementsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.XYDiagram2D.Elements">XYDiagram2D.Elements</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.XYDiagram2D.ElementTypeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.XYDiagram2D.ElementType">XYDiagram2D.ElementType</see> attached property.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.XYDiagram2D.EnableAxisXNavigation">
      <summary>
        <para>Specifies whether scroll and zoom operations are allowed for the <see href="https://docs.devexpress.com/WPF/6334/controls-and-libraries/charts-suite/chart-control/axes/axes">X-Axis</see> of the <see href="https://docs.devexpress.com/WPF/6333/controls-and-libraries/charts-suite/chart-control/diagram/diagram">XY-Diagram 2D</see>.</para>
      </summary>
      <value>true to allow scrolling and zooming; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.XYDiagram2D.EnableAxisXNavigationProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.XYDiagram2D.EnableAxisXNavigation">XYDiagram2D.EnableAxisXNavigation</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.XYDiagram2D.EnableAxisYNavigation">
      <summary>
        <para>Specifies whether scroll and zoom operations are allowed for the <see href="https://docs.devexpress.com/WPF/6334/controls-and-libraries/charts-suite/chart-control/axes/axes">Y-Axis</see> of the <see href="https://docs.devexpress.com/WPF/6333/controls-and-libraries/charts-suite/chart-control/diagram/diagram">XY-Diagram 2D</see>.</para>
      </summary>
      <value>true to allow scrolling and zooming; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.XYDiagram2D.EnableAxisYNavigationProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.XYDiagram2D.EnableAxisYNavigation">XYDiagram2D.EnableAxisYNavigation</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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>true if all bars of the same series should always have the same width; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.XYDiagram2D.EqualBarWidthProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.XYDiagram2D.EqualBarWidth">XYDiagram2D.EqualBarWidth</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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">XYDiagram2D.ElementType</see> 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">XYDiagram2D.ElementType</see> property value for the element.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.XYDiagram2D.GetIndicatorAxisY(DevExpress.Xpf.Charts.SeparatePaneIndicator)">
      <summary>
        <para>Gets the value of the <see cref="P:DevExpress.Xpf.Charts.XYDiagram2D.IndicatorAxisY">XYDiagram2D.IndicatorAxisY</see> attached property for the specified separate pane indicator.</para>
      </summary>
      <param name="indicator">A <see cref="T:DevExpress.Xpf.Charts.SeparatePaneIndicator"/> object representing the separate pane indicator to which the axis is assigned.</param>
      <returns>A <see cref="T:DevExpress.Xpf.Charts.SecondaryAxisY2D"/> object representing the Y-axis associated with the indicator.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.XYDiagram2D.GetIndicatorPane(DevExpress.Xpf.Charts.SeparatePaneIndicator)">
      <summary>
        <para>Gets the value of the <see cref="P:DevExpress.Xpf.Charts.XYDiagram2D.IndicatorPane">XYDiagram2D.IndicatorPane</see> attached property for the specified separate pane indicator.</para>
      </summary>
      <param name="indicator">A <see cref="T:DevExpress.Xpf.Charts.SeparatePaneIndicator"/> object representing the separate pane indicator to which the axis is assigned.</param>
      <returns>A <see cref="T:DevExpress.Xpf.Charts.Pane"/> object representing the pane associated with the indicator.</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">XYDiagram2D.SeriesAxisX</see> 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">XYDiagram2D.SeriesAxisY</see> 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">XYDiagram2D.SeriesPane</see> 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="F:DevExpress.Xpf.Charts.XYDiagram2D.IndicatorAxisYProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.XYDiagram2D.IndicatorAxisY">XYDiagram2D.IndicatorAxisY</see> dependency property.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.XYDiagram2D.IndicatorPaneProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.XYDiagram2D.IndicatorPane">XYDiagram2D.IndicatorPane</see> dependency property.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.XYDiagram2D.InvertedStep">
      <summary>
        <para>Gets or set the value  that specifies the manner in which step lines connect data point markers.</para>
      </summary>
      <value>true, if markers are connected using inverted steps; false if standard steps are used to connect markers.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.XYDiagram2D.InvertedStepProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.XYDiagram2D.InvertedStep">XYDiagram2D.InvertedStep</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.XYDiagram2D.LabelsResolveOverlappingMinIndent">
      <summary>
        <para>Gets or sets the minimum indent between adjacent <see href="https://docs.devexpress.com/WPF/6341/controls-and-libraries/charts-suite/chart-control/series/series-point-labels">series labels</see>, 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">XYDiagram2D.LabelsResolveOverlappingMinIndent</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.XYDiagram2D.NavigationOptions">
      <summary>
        <para>Zoom and scroll settings for the <see cref="T:DevExpress.Xpf.Charts.XYDiagram2D"/>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Charts.NavigationOptions"/> object that contains zoom and scroll options.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.XYDiagram2D.NavigationOptionsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.XYDiagram2D.NavigationOptions">XYDiagram2D.NavigationOptions</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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="E:DevExpress.Xpf.Charts.XYDiagram2D.PaneCollapsedChanged">
      <summary>
        <para>Occurs after a pane is collapsed.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.XYDiagram2D.PaneCollapsedChangedEvent">
      <summary>
        <para>Identifies the <see cref="E:DevExpress.Xpf.Charts.XYDiagram2D.PaneCollapsedChanged">XYDiagram2D.PaneCollapsedChanged</see> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.XYDiagram2D.PaneItemsSource">
      <summary>
        <para>Gets or sets the collection of objects used to generate <see href="https://docs.devexpress.com/WPF/10631/controls-and-libraries/charts-suite/chart-control/panes/panes">panes</see>.</para>
      </summary>
      <value>A collection that is used to generate the <see href="https://docs.devexpress.com/WPF/10631/controls-and-libraries/charts-suite/chart-control/panes/panes">panes</see> of the diagram. The default is null (Nothing in Visual Basic).</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.XYDiagram2D.PaneItemsSourceProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.XYDiagram2D.PaneItemsSource">XYDiagram2D.PaneItemsSource</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.XYDiagram2D.PaneItemTemplate">
      <summary>
        <para>Gets or sets the <see cref="T:System.Windows.DataTemplate"/> that specifies how to convert a model object to a pane.</para>
      </summary>
      <value>A <see cref="T:System.Windows.DataTemplate"/> that specifies a generated pane’s parameters. The default is null (Nothing in Visual Basic).</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.XYDiagram2D.PaneItemTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.XYDiagram2D.PaneItemTemplate">XYDiagram2D.PaneItemTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.XYDiagram2D.PaneItemTemplateSelector">
      <summary>
        <para>Gets or sets the custom logic for selecting a data template that converts a model object to a pane.</para>
      </summary>
      <value>The <see cref="T:System.Windows.Controls.DataTemplateSelector"/> descendant class object that provides logic and returns a <see cref="T:System.Windows.DataTemplate"/>. The default is null (Nothing in Visual Basic).</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.XYDiagram2D.PaneItemTemplateSelectorProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.XYDiagram2D.PaneItemTemplateSelector">XYDiagram2D.PaneItemTemplateSelector</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.XYDiagram2D.PaneLayout">
      <summary>
        <para>Gets or sets the diagram’s layout configuration.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Charts.LayoutBase"/> descendant that is the pane layout options’ storage.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.XYDiagram2D.PaneLayoutProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.XYDiagram2D.PaneLayout"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.XYDiagram2D.PaneOrientation">
      <summary>
        <para>Specifies whether the <see href="https://docs.devexpress.com/WPF/10631/controls-and-libraries/charts-suite/chart-control/panes/panes">pane</see> 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 <see cref="P:DevExpress.Xpf.Charts.XYDiagram2D.PaneOrientation">XYDiagram2D.PaneOrientation</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.XYDiagram2D.Panes">
      <summary>
        <para>Provides access to the <see href="https://docs.devexpress.com/WPF/6333/controls-and-libraries/charts-suite/chart-control/diagram/diagram">diagram</see>‘s <see href="https://docs.devexpress.com/WPF/10631/controls-and-libraries/charts-suite/chart-control/panes/panes">pane</see> collection.</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 <see href="https://docs.devexpress.com/WPF/10631/controls-and-libraries/charts-suite/chart-control/panes/panes">panes</see> 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 <see cref="P:DevExpress.Xpf.Charts.XYDiagram2D.PanesPanel">XYDiagram2D.PanesPanel</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.XYDiagram2D.PanesProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.XYDiagram2D.Panes">XYDiagram2D.Panes</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Charts.XYDiagram2D.PointToDiagram(System.Windows.Point)">
      <summary>
        <para>Converts the screen coordinates of a point into an <see href="https://docs.devexpress.com/WPF/6333/controls-and-libraries/charts-suite/chart-control/diagram/diagram">XY-Diagram</see> coordinates object.</para>
      </summary>
      <param name="p">A <see cref="T:System.Windows.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="P:DevExpress.Xpf.Charts.XYDiagram2D.Rotated">
      <summary>
        <para>Gets or sets whether the diagram is rotated.</para>
      </summary>
      <value>true to rotate the diagram; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.XYDiagram2D.RotatedProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.XYDiagram2D.Rotated">XYDiagram2D.Rotated</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.XYDiagram2D.RuntimePaneCollapse">
      <summary>
        <para>Gets or sets the value that specifies whether an end user can collapse chart panes.</para>
      </summary>
      <value>true, if an end user can collapse and expand the pane; false, if an end user cannot collapse and expand the pane.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.XYDiagram2D.RuntimePaneCollapseProperty">
      <summary>
        <para>Identifies the <see cref="F:DevExpress.Xpf.Charts.XYDiagram2D.RuntimePaneCollapseProperty"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="E:DevExpress.Xpf.Charts.XYDiagram2D.Scroll">
      <summary>
        <para>Occurs after an <see cref="T:DevExpress.Xpf.Charts.XYDiagram2D"/> is 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 that specifies the position to which to scroll. The value should be in the [0;1] range where 0 defines the beginning of the axis and 1 is the end.</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 that specifies the position to which to scroll. The value should be in the [0;1] range where 0 defines the beginning of the axis and 1 is the end.</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">XYDiagram2D.Scroll</see> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Charts.XYDiagram2D.ScrollHorizontally(System.Int32)">
      <summary>
        <para>Scrolls a diagram by value in pixels in the horizontal direction.</para>
      </summary>
      <param name="dx">An integer value that specifies a shift in pixels.</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 by value in pixels in the vertical direction.</para>
      </summary>
      <param name="dy">An integer value that specifies a shift in pixels.</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 <see href="https://docs.devexpress.com/WPF/7845/controls-and-libraries/charts-suite/chart-control/axes/primary-and-secondary-axes">secondary</see> 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 <see cref="P:DevExpress.Xpf.Charts.XYDiagram2D.SecondaryAxesX">XYDiagram2D.SecondaryAxesX</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.XYDiagram2D.SecondaryAxesY">
      <summary>
        <para>Gets the collection of <see href="https://docs.devexpress.com/WPF/7845/controls-and-libraries/charts-suite/chart-control/axes/primary-and-secondary-axes">secondary</see> 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 <see cref="P:DevExpress.Xpf.Charts.XYDiagram2D.SecondaryAxesY">XYDiagram2D.SecondaryAxesY</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.XYDiagram2D.SecondaryAxisXItemsSource">
      <summary>
        <para>Gets or sets the collection used to generate secondary X-axes.</para>
      </summary>
      <value>A collection that is used to generate the secondary X-axes of the Chart. The default is null (Nothing in Visual Basic).</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.XYDiagram2D.SecondaryAxisXItemsSourceProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.XYDiagram2D.SecondaryAxisXItemsSource">XYDiagram2D.SecondaryAxisXItemsSource</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.XYDiagram2D.SecondaryAxisXItemTemplate">
      <summary>
        <para>Gets or sets the <see cref="T:System.Windows.DataTemplate"/> that specifies how to convert a model object to a secondary X-axis.</para>
      </summary>
      <value>A <see cref="T:System.Windows.DataTemplate"/> that specifies the visualization of the secondary X-axes data objects. The default is null (Nothing in Visual Basic).</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.XYDiagram2D.SecondaryAxisXItemTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.XYDiagram2D.SecondaryAxisXItemTemplate">XYDiagram2D.SecondaryAxisXItemTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.XYDiagram2D.SecondaryAxisXItemTemplateSelector">
      <summary>
        <para>Gets or sets the custom logic for selecting a data template that converts a model object to a secondary X-axis.</para>
      </summary>
      <value>The <see cref="T:System.Windows.Controls.DataTemplateSelector"/> descendant class object that provides logic and returns a <see cref="T:System.Windows.DataTemplate"/>. The default is null (Nothing in Visual Basic).</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.XYDiagram2D.SecondaryAxisXItemTemplateSelectorProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.XYDiagram2D.SecondaryAxisXItemTemplateSelector">XYDiagram2D.SecondaryAxisXItemTemplateSelector</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.XYDiagram2D.SecondaryAxisYItemsSource">
      <summary>
        <para>Gets or sets the collection used to generate secondary Y-axes.</para>
      </summary>
      <value>A collection that is used to generate the secondary Y-axes of the Chart. The default is null (Nothing in Visual Basic).</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.XYDiagram2D.SecondaryAxisYItemsSourceProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.XYDiagram2D.SecondaryAxisYItemsSource">XYDiagram2D.SecondaryAxisYItemsSource</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.XYDiagram2D.SecondaryAxisYItemTemplate">
      <summary>
        <para>Gets or sets the <see cref="T:System.Windows.DataTemplate"/> that specifies how to convert a model object to a secondary Y-axis.</para>
      </summary>
      <value>A <see cref="T:System.Windows.DataTemplate"/> that specifies the visualization of the secondary Y-axes data objects. The default is null (Nothing in Visual Basic).</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.XYDiagram2D.SecondaryAxisYItemTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.XYDiagram2D.SecondaryAxisYItemTemplate">XYDiagram2D.SecondaryAxisYItemTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.XYDiagram2D.SecondaryAxisYItemTemplateSelector">
      <summary>
        <para>Gets or sets the custom logic for selecting a data template that converts a model object to a secondary Y-axis.</para>
      </summary>
      <value>The <see cref="T:System.Windows.Controls.DataTemplateSelector"/> descendant class object that provides logic and returns a <see cref="T:System.Windows.DataTemplate"/>. The default is null (Nothing in Visual Basic).</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.XYDiagram2D.SecondaryAxisYItemTemplateSelectorProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.XYDiagram2D.SecondaryAxisYItemTemplateSelector">XYDiagram2D.SecondaryAxisYItemTemplateSelector</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.XYDiagram2D.SelectionTemplate">
      <summary>
        <para>Gets or sets the template that defines presentation of the selection inside the <see cref="T:DevExpress.Xpf.Charts.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 <see cref="P:DevExpress.Xpf.Charts.XYDiagram2D.SelectionTemplate">XYDiagram2D.SelectionTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.XYDiagram2D.SeriesAxisXProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.XYDiagram2D.SeriesAxisX">XYDiagram2D.SeriesAxisX</see> attached property.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.XYDiagram2D.SeriesAxisYProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.XYDiagram2D.SeriesAxisY">XYDiagram2D.SeriesAxisY</see> attached property.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.XYDiagram2D.SeriesPaneProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.XYDiagram2D.SeriesPane">XYDiagram2D.SeriesPane</see> attached property.</para>
      </summary>
    </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 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>Changes the current zoom value for the <see href="https://docs.devexpress.com/WPF/6334/controls-and-libraries/charts-suite/chart-control/axes/axes">X-axis</see> 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 0 and less than or equal to 1.</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 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>Changes the current zoom value for the <see href="https://docs.devexpress.com/WPF/6334/controls-and-libraries/charts-suite/chart-control/axes/axes">Y-axis</see> 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 0 and less than or equal to 1.</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">XYDiagram2D.ElementType</see> 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 DevExpress.Xpf.Charts.XYDiagram2DElementType value.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.XYDiagram2D.SetIndicatorAxisY(DevExpress.Xpf.Charts.SeparatePaneIndicator,DevExpress.Xpf.Charts.SecondaryAxisY2D)">
      <summary>
        <para>Sets the value of the <see cref="P:DevExpress.Xpf.Charts.XYDiagram2D.IndicatorAxisY">XYDiagram2D.IndicatorAxisY</see> attached property for the specified separate pane indicator.</para>
      </summary>
      <param name="indicator">A <see cref="T:DevExpress.Xpf.Charts.SeparatePaneIndicator"/> object representing the separate pane indicator to which the axis is assigned.</param>
      <param name="axis">A <see cref="T:DevExpress.Xpf.Charts.SecondaryAxisY2D"/> object representing the Y-axis associated with the indicator.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.XYDiagram2D.SetIndicatorPane(DevExpress.Xpf.Charts.SeparatePaneIndicator,DevExpress.Xpf.Charts.Pane)">
      <summary>
        <para>Sets the value of the <see cref="P:DevExpress.Xpf.Charts.XYDiagram2D.IndicatorPane">XYDiagram2D.IndicatorPane</see> attached property for the specified separate pane indicator.</para>
      </summary>
      <param name="indicator">A <see cref="T:DevExpress.Xpf.Charts.SeparatePaneIndicator"/> object representing the separate pane indicator to which the axis is assigned.</param>
      <param name="pane">A <see cref="T:DevExpress.Xpf.Charts.Pane"/> object representing the pane associated with the indicator.</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">XYDiagram2D.SeriesAxisX</see> 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">XYDiagram2D.SeriesAxisY</see> 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">XYDiagram2D.SeriesPane</see> attached property for 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.ShouldSerializeActualPanes(System.Windows.Markup.XamlDesignerSerializationManager)">
      <summary>
        <para>Indicates whether the effective value of the <see cref="P:DevExpress.Xpf.Charts.XYDiagram2D.ActualPanes">XYDiagram2D.ActualPanes</see> property should be serialized during serialization of a <see cref="T:DevExpress.Xpf.Charts.XYDiagram2D"/> object.</para>
      </summary>
      <param name="manager">A <see cref="T:System.Windows.Markup.XamlDesignerSerializationManager"/> object, which is the serialization service manager object for the <see cref="T:DevExpress.Xpf.Charts.XYDiagram2D"/>.</param>
      <returns>This method returns false to avoid serialization of the  <see cref="P:DevExpress.Xpf.Charts.XYDiagram2D.ActualPanes">XYDiagram2D.ActualPanes</see> property using <see cref="T:System.Windows.Markup.XamlWriter"/>.</returns>
    </member>
    <member name="M:DevExpress.Xpf.Charts.XYDiagram2D.ShouldSerializeAllPanes(System.Windows.Markup.XamlDesignerSerializationManager)">
      <summary>
        <para>Tests whether panes should be persisted.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.XYDiagram2D.ShouldSerializeElements(System.Windows.Markup.XamlDesignerSerializationManager)">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.XYDiagram2D.ShowCrosshair(DevExpress.Xpf.Charts.ControlCoordinates)">
      <summary>
        <para>Shows the Crosshair Cursor at the specified coordinate of the Chart Control.</para>
      </summary>
      <param name="coordinates">The Chart Control coordinate.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.XYDiagram2D.ShowCrosshair(System.Object,System.Object,DevExpress.Xpf.Charts.AxisX2D,DevExpress.Xpf.Charts.AxisY2D,DevExpress.Xpf.Charts.Pane)">
      <summary>
        <para>Shows the Crosshair Cursor at the point of the specified diagram coordinates related to the specified axes and pane.</para>
      </summary>
      <param name="argument">The argument value.</param>
      <param name="value">The value.</param>
      <param name="axisX">The X-axis by which the argument is measured.</param>
      <param name="axisY">The Y-axis by which the argument is measured.</param>
      <param name="pane">The pane on which the Crosshair Cursor should be shown.</param>
    </member>
    <member name="M:DevExpress.Xpf.Charts.XYDiagram2D.ShowCrosshair(System.Windows.Point)">
      <summary>
        <para>Shows the Crosshair Cursor at the point with the specified coordinates related to the top-left corner of the chart.</para>
      </summary>
      <param name="screenPoint">The screen point at which the cursor should be shown.</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 <see cref="T:DevExpress.Xpf.Charts.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">XYDiagram2D.Zoom</see> routed event.</para>
      </summary>
      <value>A routed event identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Charts.XYDiagram2D.ZoomIn(System.Nullable{System.Windows.Point})">
      <summary>
        <para>Zooms in to a diagram.</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.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{System.Windows.Point})">
      <summary>
        <para>Zooms out of a diagram.</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.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.XYDiagram2DBeforeScrollEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.Charts.XYDiagram2D.BeforeScroll">XYDiagram2D.BeforeScroll</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.XYDiagram2DBeforeScrollEventArgs.#ctor(DevExpress.Xpf.Charts.AxisBase,DevExpress.Xpf.Charts.RangeInfo)">
      <summary>
        <para>Initializes a <see cref="T:DevExpress.Xpf.Charts.XYDiagram2DBeforeScrollEventArgs"/> instance with the specified settings.</para>
      </summary>
      <param name="axis">The scrolled axis.</param>
      <param name="newRange">Information about a new visual range.</param>
    </member>
    <member name="P:DevExpress.Xpf.Charts.XYDiagram2DBeforeScrollEventArgs.Axis">
      <summary>
        <para>Returns the scrolled axis.</para>
      </summary>
      <value>The axis that a user scrolled.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.XYDiagram2DBeforeScrollEventArgs.Cancel">
      <summary>
        <para>Gets or sets the value that specifies whether scrolling is canceled.</para>
      </summary>
      <value>true if the scrolling is canceled; otherwise false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.XYDiagram2DBeforeScrollEventArgs.NewRange">
      <summary>
        <para>Returns information about the zoomed axis’s new visual range.</para>
      </summary>
      <value>Information about the zoomed axis’s new visual range.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.XYDiagram2DBeforeScrollEventHandler">
      <summary>
        <para>A method that handles the <see cref="E:DevExpress.Xpf.Charts.XYDiagram2D.BeforeScroll"/> event.</para>
      </summary>
      <param name="sender">The event sender.</param>
      <param name="e">The event arguments.</param>
    </member>
    <member name="T:DevExpress.Xpf.Charts.XYDiagram2DBeforeZoomEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.Charts.XYDiagram2D.BeforeZoom">XYDiagram2D.BeforeZoom</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.XYDiagram2DBeforeZoomEventArgs.#ctor(DevExpress.Xpf.Charts.AxisBase,DevExpress.Xpf.Charts.RangeInfo)">
      <summary>
        <para>Initializes a <see cref="T:DevExpress.Xpf.Charts.XYDiagram2DBeforeZoomEventArgs"/> instance with the specified settings.</para>
      </summary>
      <param name="axis">The zoomed axis.</param>
      <param name="newRange">Information about a new visual range.</param>
    </member>
    <member name="P:DevExpress.Xpf.Charts.XYDiagram2DBeforeZoomEventArgs.Axis">
      <summary>
        <para>Returns the zoomed axis.</para>
      </summary>
      <value>The zoomed axis.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.XYDiagram2DBeforeZoomEventArgs.Cancel">
      <summary>
        <para>Gets or sets the value that specifies whether zooming is canceled.</para>
      </summary>
      <value>true if the zooming is canceled; otherwise false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.XYDiagram2DBeforeZoomEventArgs.NewRange">
      <summary>
        <para>Returns information about the zoomed axis’s new visual range.</para>
      </summary>
      <value>Information about the zoomed axis’s new visual range.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.XYDiagram2DBeforeZoomEventHandler">
      <summary>
        <para>Represents a method that will handle the <see cref="E:DevExpress.Xpf.Charts.XYDiagram2D.BeforeZoom">XYDiagram2D.BeforeZoom</see> events.</para>
      </summary>
      <param name="sender">The event source. This parameter identifies the <see cref="T:DevExpress.Xpf.Charts.XYDiagram2D"/> which raised the event.</param>
      <param name="e">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">XYDiagram2D.Scroll</see> event.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.XYDiagram2DScrollEventArgs.AxisX">
      <summary>
        <para>Gets the <see href="https://docs.devexpress.com/WPF/6334/controls-and-libraries/charts-suite/chart-control/axes/axes">X-axis</see>, 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">XYDiagram2D.Scroll</see> event has been raised.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.XYDiagram2DScrollEventArgs.AxisY">
      <summary>
        <para>Gets the <see href="https://docs.devexpress.com/WPF/6334/controls-and-libraries/charts-suite/chart-control/axes/axes">Y-axis</see>, 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">XYDiagram2D.Scroll</see> 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">Axis.Range</see> 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">Axis.Range</see> 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.NewXRange">
      <summary>
        <para>Gets the new value of the <see cref="P:DevExpress.Xpf.Charts.Axis2D.VisualRange">Axis2D.VisualRange</see> property of the X-axis.</para>
      </summary>
      <value>A DevExpress.Xpf.Charts.RangeInfo object which represents the new value of the axis range.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.XYDiagram2DScrollEventArgs.NewYRange">
      <summary>
        <para>Gets the new value of the <see cref="P:DevExpress.Xpf.Charts.Axis2D.VisualRange">Axis2D.VisualRange</see> property of the Y-axis.</para>
      </summary>
      <value>A DevExpress.Xpf.Charts.RangeInfo object which represents 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">Axis.Range</see> 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">Axis.Range</see> 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.OldXRange">
      <summary>
        <para>Gets the old value of the <see cref="P:DevExpress.Xpf.Charts.Axis2D.VisualRange">Axis2D.VisualRange</see> property of the X-axis.</para>
      </summary>
      <value>A DevExpress.Xpf.Charts.RangeInfo object which represents the old value of the axis range.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.XYDiagram2DScrollEventArgs.OldYRange">
      <summary>
        <para>Gets the old value of the <see cref="P:DevExpress.Xpf.Charts.Axis2D.VisualRange">Axis2D.VisualRange</see> property of the Y-axis.</para>
      </summary>
      <value>A DevExpress.Xpf.Charts.RangeInfo object which represents 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">XYDiagram2D.Scroll</see> 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.XYDiagram2DScrollEventHandler">
      <summary>
        <para>Represents a method that will handle the <see cref="E:DevExpress.Xpf.Charts.XYDiagram2D.Scroll">XYDiagram2D.Scroll</see> 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.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">XYDiagram2D.ScrollHorizontallyCommand</see>, <see cref="P:DevExpress.Xpf.Charts.XYDiagram2D.ScrollVerticallyCommand">XYDiagram2D.ScrollVerticallyCommand</see>, <see cref="P:DevExpress.Xpf.Charts.XYDiagram2D.ScrollAxisXToCommand">XYDiagram2D.ScrollAxisXToCommand</see> or <see cref="P:DevExpress.Xpf.Charts.XYDiagram2D.ScrollAxisYToCommand">XYDiagram2D.ScrollAxisYToCommand</see>).</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 clicked.</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 clicked.</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.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 both along the X and Y axes (e.g. when it’s scrolled using the mouse pointer).</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.XYDiagram2DZoomEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Xpf.Charts.XYDiagram2D.Zoom">XYDiagram2D.Zoom</see> event.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.XYDiagram2DZoomEventArgs.AxisX">
      <summary>
        <para>Gets the <see href="https://docs.devexpress.com/WPF/6334/controls-and-libraries/charts-suite/chart-control/axes/axes">X-axis</see>, 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">XYDiagram2D.Zoom</see> event has been raised.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.XYDiagram2DZoomEventArgs.AxisY">
      <summary>
        <para>Gets the <see href="https://docs.devexpress.com/WPF/6334/controls-and-libraries/charts-suite/chart-control/axes/axes">Y-axis</see>, 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">XYDiagram2D.Zoom</see> 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">Axis.Range</see> 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">Axis.Range</see> 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.NewXRange">
      <summary>
        <para>Gets the new value of the <see cref="P:DevExpress.Xpf.Charts.Axis2D.VisualRange">Axis2D.VisualRange</see> property of the X-axis.</para>
      </summary>
      <value>A DevExpress.Xpf.Charts.RangeInfo object which represents the new value of the axis range.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.XYDiagram2DZoomEventArgs.NewYRange">
      <summary>
        <para>Gets the new value of the <see cref="P:DevExpress.Xpf.Charts.Axis2D.VisualRange">Axis2D.VisualRange</see> property of the Y-axis.</para>
      </summary>
      <value>A DevExpress.Xpf.Charts.RangeInfo object which represents 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">Axis.Range</see> 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">Axis.Range</see> 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.OldXRange">
      <summary>
        <para>Gets the old value of the <see cref="P:DevExpress.Xpf.Charts.Axis2D.VisualRange">Axis2D.VisualRange</see> property of the X-axis.</para>
      </summary>
      <value>A DevExpress.Xpf.Charts.RangeInfo object which represents the old value of the axis range.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.XYDiagram2DZoomEventArgs.OldYRange">
      <summary>
        <para>Gets the old value of the <see cref="P:DevExpress.Xpf.Charts.Axis2D.VisualRange">Axis2D.VisualRange</see> property of the Y-axis.</para>
      </summary>
      <value>A DevExpress.Xpf.Charts.RangeInfo object which represents 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">XYDiagram2D.Zoom</see> 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.XYDiagram2DZoomEventHandler">
      <summary>
        <para>Represents a method that will handle the <see cref="E:DevExpress.Xpf.Charts.XYDiagram2D.Zoom">XYDiagram2D.Zoom</see> 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.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">XYDiagram2D.ZoomInCommand</see>, <see cref="P:DevExpress.Xpf.Charts.XYDiagram2D.ZoomOutCommand">XYDiagram2D.ZoomOutCommand</see>, <see cref="P:DevExpress.Xpf.Charts.XYDiagram2D.ZoomIntoRectangleCommand">XYDiagram2D.ZoomIntoRectangleCommand</see>, <see cref="P:DevExpress.Xpf.Charts.XYDiagram2D.SetAxisXZoomRatioCommand">XYDiagram2D.SetAxisXZoomRatioCommand</see>, <see cref="P:DevExpress.Xpf.Charts.XYDiagram2D.SetAxisYZoomRatioCommand">XYDiagram2D.SetAxisYZoomRatioCommand</see> or <see cref="P:DevExpress.Xpf.Charts.XYDiagram2D.UndoZoomCommand">XYDiagram2D.UndoZoomCommand</see>).</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.XYDiagram3D">
      <summary>
        <para>Represents a <see href="https://docs.devexpress.com/WPF/115313/controls-and-libraries/charts-suite/chart-control/diagram/3d-xy-diagram">diagram</see> that is used to plot XY 3D series.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.XYDiagram3D.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.XYDiagram3D"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.XYDiagram3D.ActualAxisX">
      <summary>
        <para>Gets the actual <see href="https://docs.devexpress.com/WPF/6334/controls-and-libraries/charts-suite/chart-control/axes/axes">x-axis</see> of the <see cref="T:DevExpress.Xpf.Charts.XYDiagram3D"/>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Xpf.Charts.AxisX3D"/> descendant.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.XYDiagram3D.ActualAxisY">
      <summary>
        <para>Gets the actual <see href="https://docs.devexpress.com/WPF/6334/controls-and-libraries/charts-suite/chart-control/axes/axes">y-axis</see> of the <see cref="T:DevExpress.Xpf.Charts.XYDiagram3D"/>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Xpf.Charts.AxisY3D"/> descendant.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.XYDiagram3D.AxisX">
      <summary>
        <para>Gets the <see href="https://docs.devexpress.com/WPF/6334/controls-and-libraries/charts-suite/chart-control/axes/axes">X-axis</see>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Xpf.Charts.AxisX3D"/> object which represents the X Axis.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.XYDiagram3D.AxisXProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.XYDiagram3D.AxisX">XYDiagram3D.AxisX</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.XYDiagram3D.AxisY">
      <summary>
        <para>Gets the <see href="https://docs.devexpress.com/WPF/6334/controls-and-libraries/charts-suite/chart-control/axes/axes">Y-axis</see>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Xpf.Charts.AxisY3D"/> object which represents the Y Axis.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.XYDiagram3D.AxisYProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.XYDiagram3D.AxisY">XYDiagram3D.AxisY</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.XYDiagram3D.BarDistance">
      <summary>
        <para>Gets or sets the variable distance value (as a fraction of axis units) between two bars of different 3D 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 axis units, where an axis unit is the distance between two major values on the axis.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.XYDiagram3D.BarDistanceFixed">
      <summary>
        <para>Gets or sets the fixed distance value (in pixels) between two bars of different 3D 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.XYDiagram3D.BarDistanceFixedProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.XYDiagram3D.BarDistanceFixed">XYDiagram3D.BarDistanceFixed</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.XYDiagram3D.BarDistanceProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.XYDiagram3D.BarDistance">XYDiagram3D.BarDistance</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.XYDiagram3D.DomainBrush">
      <summary>
        <para>Gets or sets the color of the 3D XY-<see href="https://docs.devexpress.com/WPF/6333/controls-and-libraries/charts-suite/chart-control/diagram/diagram">diagram</see> 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.XYDiagram3D.DomainBrushProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.XYDiagram3D.DomainBrush">XYDiagram3D.DomainBrush</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.XYDiagram3D.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>true if all bars of the same series should always have the same width; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.XYDiagram3D.EqualBarWidthProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.XYDiagram3D.EqualBarWidth">XYDiagram3D.EqualBarWidth</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.XYDiagram3D.HeightToWidthRatio">
      <summary>
        <para>Gets or sets a value that specifies the ratio of the diagram’s height to its width, as a percentage.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value that specifies the height to width ratio of the diagram.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.XYDiagram3D.HeightToWidthRatioProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.XYDiagram3D.HeightToWidthRatio">XYDiagram3D.HeightToWidthRatio</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.XYDiagram3D.Material">
      <summary>
        <para>Gets or sets a material to draw the 3D <see href="https://docs.devexpress.com/WPF/6333/controls-and-libraries/charts-suite/chart-control/diagram/diagram">Diagram</see>.</para>
      </summary>
      <value>A <see cref="T:System.Windows.Media.Media3D.Material"/> object, specifying the material for the diagram.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.XYDiagram3D.MaterialProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.XYDiagram3D.Material">XYDiagram3D.Material</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.XYDiagram3D.PlaneDepthFixed">
      <summary>
        <para>Gets or sets the depth (thickness) of coordinate planes. The units of measurement are specific diagram pixels.</para>
      </summary>
      <value>An integer value that specifies the coordinate plane thickness, in diagram pixels. It should be more than 0. The default is 15.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.XYDiagram3D.PlaneDepthFixedProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.XYDiagram3D.PlaneDepthFixed">XYDiagram3D.PlaneDepthFixed</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.XYDiagram3D.SeriesDistance">
      <summary>
        <para>Gets or sets the value that represents the distance between series for a 3D plot.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value, measured in fractions of X-axis units. An axis unit is a distance between two major values on the X-axis.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.XYDiagram3D.SeriesDistanceProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.XYDiagram3D.SeriesDistance">XYDiagram3D.SeriesDistance</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.XYDiagram3D.SeriesPadding">
      <summary>
        <para>Gets or sets the padding between series and argument coordinate planes (front and back).  The units of measurement are specific diagram pixels.</para>
      </summary>
      <value>An integer value that specifies the space between series and coordinate planes.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.XYDiagram3D.SeriesPaddingProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.XYDiagram3D.SeriesPadding">XYDiagram3D.SeriesPadding</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.XYSeries">
      <summary>
        <para>Represents the base class for all series, which can be represented via <see cref="T:DevExpress.Xpf.Charts.XYDiagram2D"/> or <see cref="T:DevExpress.Xpf.Charts.XYDiagram3D"/>.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.XYSeries.AggregateFunction">
      <summary>
        <para>Gets or sets the function that is used to aggregate series points.</para>
      </summary>
      <value>The aggregate function type.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.XYSeries.AggregateFunctionProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.XYSeries.AggregateFunction">XYSeries.AggregateFunction</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 series.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.XYSeries.BrushProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.XYSeries.Brush">XYSeries.Brush</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.XYSeries.ColorEach">
      <summary>
        <para>Indicates whether each <see href="https://docs.devexpress.com/WPF/6340/controls-and-libraries/charts-suite/chart-control/series/series-points">point marker</see> of a series is shown with a different color.</para>
      </summary>
      <value>true to paint each point marker with a different color; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.XYSeries.ColorEachProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.XYSeries.ColorEach">XYSeries.ColorEach</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.XYSeries.CustomAggregateFunction">
      <summary>
        <para>Gets or sets the custom aggregate function callback that calculates the aggregated values.</para>
      </summary>
      <value>The custom aggregate function callback.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.XYSeries.CustomAggregateFunctionProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.XYSeries.CustomAggregateFunction">XYSeries.CustomAggregateFunction</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.XYSeries2D">
      <summary>
        <para>Serves as a base for all <see href="https://docs.devexpress.com/WPF/114223/controls-and-libraries/charts-suite/chart-control/series/2d-series-types">2D XY-series</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.XYSeries2D.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.XYSeries2D"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.XYSeries2D.AllowResample">
      <summary>
        <para>Indicates whether the chart resampling mechanism applies to the series.</para>
      </summary>
      <value>true if the series is resampled; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.XYSeries2D.AxisX">
      <summary>
        <para>Specifies the X-axis (or its View Model) that measures the series.</para>
      </summary>
      <value>An object of an X-axis’ View Model class or the <see cref="T:DevExpress.Xpf.Charts.AxisX2D"/> object.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.XYSeries2D.AxisXIndex">
      <summary>
        <para>For internal use only.</para>
      </summary>
      <value>An integer value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.XYSeries2D.AxisXProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.XYSeries2D.AxisX">XYSeries2D.AxisX</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.XYSeries2D.AxisY">
      <summary>
        <para>Specifies the Y-axis (or its View Model) that measures a series.</para>
      </summary>
      <value>An object of an Y-axis’ View Model class or the <see cref="T:DevExpress.Xpf.Charts.AxisY2D"/> object.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.XYSeries2D.AxisYIndex">
      <summary>
        <para>For internal use only.</para>
      </summary>
      <value>An integer value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.XYSeries2D.AxisYProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.XYSeries2D.AxisY">XYSeries2D.AxisY</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.XYSeries2D.CrosshairContentShowMode">
      <summary>
        <para>Gets or sets the element that displays the series’s Crosshair content.</para>
      </summary>
      <value>The value that defines the chart element containing series’s Crosshair data.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.XYSeries2D.CrosshairContentShowModeProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.XYSeries2D.CrosshairContentShowMode">XYSeries2D.CrosshairContentShowMode</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.XYSeries2D.CrosshairEmptyValueLegendText">
      <summary>
        <para>Gets or sets the text that is displayed by the Crosshair when it has no values to be displayed.</para>
      </summary>
      <value>The string value specifying text that the Crosshair shows when it has no series data to display.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.XYSeries2D.CrosshairEmptyValueLegendTextProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.XYSeries2D.CrosshairEmptyValueLegendText">XYSeries2D.CrosshairEmptyValueLegendText</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.XYSeries2D.CrosshairEnabled">
      <summary>
        <para>Gets or sets a value that specifies whether a crosshair cursor is enabled for a <see href="https://docs.devexpress.com/WPF/6339/controls-and-libraries/charts-suite/chart-control/series/series">2D chart’s series</see>.</para>
      </summary>
      <value>Null - the CrosshairEnabled property value is obtained from the parent’s <see cref="P:DevExpress.Xpf.Charts.ChartControlBase.CrosshairEnabled">ChartControlBase.CrosshairEnabled</see> property; True - a crosshair cursor is enabled for a series; False -  a crosshair cursor is disabled.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.XYSeries2D.CrosshairEnabledProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.XYSeries2D.CrosshairEnabled">XYSeries2D.CrosshairEnabled</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.XYSeries2D.CrosshairLabelPattern">
      <summary>
        <para>Gets or sets a format string that specifies the display text in a crosshair label for the current <see href="https://docs.devexpress.com/WPF/6339/controls-and-libraries/charts-suite/chart-control/series/series">XYSeries2D</see> type.</para>
      </summary>
      <value>A <see cref="T:System.String"/> that is the 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 <see cref="P:DevExpress.Xpf.Charts.XYSeries2D.CrosshairLabelPattern">XYSeries2D.CrosshairLabelPattern</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.XYSeries2D.CrosshairLabelTemplate">
      <summary>
        <para>Gets or sets the template that defines the presentation of the Crosshair Cursor’s series labels for the <see href="https://docs.devexpress.com/WPF/6339/controls-and-libraries/charts-suite/chart-control/series/series">series</see>. This is a dependency property.</para>
      </summary>
      <value>The Crosshair Cursor’s series label template.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.XYSeries2D.CrosshairLabelTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.XYSeries2D.CrosshairLabelTemplate">XYSeries2D.CrosshairLabelTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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>Null - the CrosshairLabelVisibility property value is obtained from the parent’s <see cref="P:DevExpress.Xpf.Charts.CrosshairOptionsBase.ShowCrosshairLabels">CrosshairOptionsBase.ShowCrosshairLabels</see> property; True - crosshair labels are visible on a diagram; False - crosshair  labels are hidden.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.XYSeries2D.CrosshairLabelVisibilityProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.XYSeries2D.CrosshairLabelVisibility">XYSeries2D.CrosshairLabelVisibility</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.XYSeries2D.EmptyPointOptions">
      <summary>
        <para>Returns options related to empty points of the series.</para>
      </summary>
      <value>Contains settings for series empty points.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.XYSeries2D.EmptyPointOptionsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.XYSeries2D.EmptyPointOptions"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.XYSeries2D.FirstPoint">
      <summary>
        <para>Specifies settings for the first series point.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Charts.SidePoint"/> object that contains settings for the first series point.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.XYSeries2D.FirstPointProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.XYSeries2D.FirstPoint"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.XYSeries2D.IndicatorItemsSource">
      <summary>
        <para>Gets or sets the collection of objects used to generate series’ indicators.</para>
      </summary>
      <value>A collection that is used to generate series’ indicators. The default is null (Nothing in Visual Basic).</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.XYSeries2D.IndicatorItemsSourceProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.XYSeries2D.IndicatorItemsSource">XYSeries2D.IndicatorItemsSource</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.XYSeries2D.IndicatorItemTemplate">
      <summary>
        <para>Gets or sets the <see cref="T:System.Windows.DataTemplate"/> that specifies how to convert a model object to an indicator.</para>
      </summary>
      <value>A <see cref="T:System.Windows.DataTemplate"/> that specifies a generated indicator’s parameters. The default is null (Nothing in Visual Basic).</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.XYSeries2D.IndicatorItemTemplateProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.XYSeries2D.IndicatorItemTemplate">XYSeries2D.IndicatorItemTemplate</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.XYSeries2D.IndicatorItemTemplateSelector">
      <summary>
        <para>Gets or sets the custom logic for selecting a data template that converts a model object to an indicator.</para>
      </summary>
      <value>The <see cref="T:System.Windows.Controls.DataTemplateSelector"/> descendant class object that provides logic and returns a <see cref="T:System.Windows.DataTemplate"/>. The default is null (Nothing in Visual Basic).</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.XYSeries2D.IndicatorItemTemplateSelectorProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.XYSeries2D.IndicatorItemTemplateSelector">XYSeries2D.IndicatorItemTemplateSelector</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </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 <see cref="P:DevExpress.Xpf.Charts.XYSeries2D.Indicators">XYSeries2D.Indicators</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.XYSeries2D.LastPoint">
      <summary>
        <para>Specifies settings for the last series point.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Xpf.Charts.SidePoint"/> object that contains settings for the last series point.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.XYSeries2D.LastPointProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.XYSeries2D.LastPoint"/> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.XYSeries2D.Pane">
      <summary>
        <para>Specifies the <see href="https://docs.devexpress.com/WPF/10631/controls-and-libraries/charts-suite/chart-control/panes/panes">pane</see> (or its View Model) on which the series is plotted.</para>
      </summary>
      <value>An object of a pane’s View Model class or the <see cref="T:DevExpress.Xpf.Charts.Pane"/> object.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.XYSeries2D.PaneIndex">
      <summary>
        <para>For internal use only.</para>
      </summary>
      <value>An integer value.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.XYSeries2D.PaneProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.XYSeries2D.Pane">XYSeries2D.Pane</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="P:DevExpress.Xpf.Charts.XYSeries2D.RangeControlOptions">
      <summary>
        <para>Gets or sets options that specify how the Range control visualizes the series data.</para>
      </summary>
      <value>The storage of options that specifies how the Range control visualizes the series data.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.XYSeries2D.RangeControlOptionsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.XYSeries2D.RangeControlOptions">XYSeries2D.RangeControlOptions</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.XYSeries3D">
      <summary>
        <para>Serves as a base for all <see href="https://docs.devexpress.com/WPF/114250/controls-and-libraries/charts-suite/chart-control/series/3d-series-types">3D XY-series</see>.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.YArgumentKeyProvider3D">
      <summary>
        <para>Provides Y-argument values of series points as keys for the <see cref="T:DevExpress.Xpf.Charts.KeyColorColorizer3D"/>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.YArgumentKeyProvider3D.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.YArgumentKeyProvider3D"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.YAxis3D">
      <summary>
        <para>The Y axis (axis of values) of the 3D Chart.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.YAxis3D.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.YAxis3D"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Xpf.Charts.YellowOrangePalette">
      <summary>
        <para>Represents the YellowOrange palette.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.YellowOrangePalette.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.YellowOrangePalette"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.YellowOrangePalette.PaletteName">
      <summary>
        <para>Gets the name of the <see cref="T:DevExpress.Xpf.Charts.YellowOrangePalette"/>.</para>
      </summary>
      <value>Always YellowOrange.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.YellowPalette">
      <summary>
        <para>Represents the Yellow palette.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.YellowPalette.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.YellowPalette"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Xpf.Charts.YellowPalette.PaletteName">
      <summary>
        <para>Gets the name of the <see cref="T:DevExpress.Xpf.Charts.YellowPalette"/>.</para>
      </summary>
      <value>Always Yellow.</value>
    </member>
    <member name="T:DevExpress.Xpf.Charts.ZAxis3D">
      <summary>
        <para>The Z axis (axis of arguments) of the 3D Chart.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ZAxis3D.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Xpf.Charts.ZAxis3D"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ZAxis3D.AlwaysShowZeroLevelProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ZAxis3D.AlwaysShowZeroLevel">ZAxis3D.AlwaysShowZeroLevel</see> dependency property.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ZAxis3D.GetAlwaysShowZeroLevel(DevExpress.Xpf.Charts.ChartNonVisualElement)">
      <summary>
        <para>Gets the value of the <see cref="P:DevExpress.Xpf.Charts.ZAxis3D.AlwaysShowZeroLevel">ZAxis3D.AlwaysShowZeroLevel</see> attached property for the specified <see cref="T:DevExpress.Xpf.Charts.Range"/>.</para>
      </summary>
      <param name="range">The range for which the value should be obtained.</param>
      <returns>true if the zero level should be displayed on the Z-axis; otherwise false.</returns>
    </member>
    <member name="P:DevExpress.Xpf.Charts.ZAxis3D.NumericScaleOptions">
      <summary>
        <para>Gets or sets the scale options of the Z-axis.</para>
      </summary>
      <value>The Z-axis scale options.</value>
    </member>
    <member name="F:DevExpress.Xpf.Charts.ZAxis3D.NumericScaleOptionsProperty">
      <summary>
        <para>Identifies the <see cref="P:DevExpress.Xpf.Charts.ZAxis3D.NumericScaleOptions">ZAxis3D.NumericScaleOptions</see> dependency property.</para>
      </summary>
      <value>A dependency property identifier.</value>
    </member>
    <member name="M:DevExpress.Xpf.Charts.ZAxis3D.SetAlwaysShowZeroLevel(DevExpress.Xpf.Charts.ChartNonVisualElement,System.Boolean)">
      <summary>
        <para>Sets the value of the <see cref="P:DevExpress.Xpf.Charts.ZAxis3D.AlwaysShowZeroLevel">ZAxis3D.AlwaysShowZeroLevel</see> attached property for the specified <see cref="T:DevExpress.Xpf.Charts.Range"/>.</para>
      </summary>
      <param name="range">The range for which the value should be specified.</param>
      <param name="value">true if the zero level should be displayed on the Z-axis; otherwise false.</param>
    </member>
  </members>
</doc>