bin/OxyPlot.Wpf.xml

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>OxyPlot.Wpf</name>
    </assembly>
    <members>
        <member name="T:OxyPlot.Wpf.Annotation">
            <summary>
            The annotation base class.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Annotation.LayerProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.Annotation.Layer"/> dependency property.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.Annotation.CreateModel">
            <summary>
            Creates the internal annotation object.
            </summary>
            <returns>The annotation.</returns>
        </member>
        <member name="M:OxyPlot.Wpf.Annotation.SynchronizeProperties">
            <summary>
            Synchronizes the properties.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.Annotation.AppearanceChanged(System.Windows.DependencyObject,System.Windows.DependencyPropertyChangedEventArgs)">
            <summary>
            Handles changes in appearance.
            </summary>
            <param name="d">The sender.</param>
            <param name="e">The <see cref="T:System.Windows.DependencyPropertyChangedEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:OxyPlot.Wpf.Annotation.DataChanged(System.Windows.DependencyObject,System.Windows.DependencyPropertyChangedEventArgs)">
            <summary>
            Handles changes in data.
            </summary>
            <param name="d">The sender.</param>
            <param name="e">The <see cref="T:System.Windows.DependencyPropertyChangedEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="P:OxyPlot.Wpf.Annotation.Layer">
            <summary>
            Gets or sets the rendering layer of the annotation. The default value is <see cref="F:OxyPlot.Annotations.AnnotationLayer.AboveSeries"/>.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.Annotation.InternalAnnotation">
            <summary>
            Gets or sets the internal annotation object.
            </summary>
        </member>
        <member name="T:OxyPlot.Wpf.ArrowAnnotation">
            <summary>
            This is a WPF wrapper of OxyPlot.ArrowAnnotation
            </summary>
        </member>
        <member name="T:OxyPlot.Wpf.TextualAnnotation">
            <summary>
            Provides an abstract base class for annotations that contains text.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.TextualAnnotation.TextProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.TextualAnnotation.Text"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.TextualAnnotation.TextPositionProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.TextualAnnotation.TextPosition"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.TextualAnnotation.TextRotationProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.TextualAnnotation.TextRotation"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.TextualAnnotation.TextColorProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.TextualAnnotation.TextColor"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.TextualAnnotation.TextHorizontalAlignmentProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.TextualAnnotation.TextHorizontalAlignment"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.TextualAnnotation.TextVerticalAlignmentProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.TextualAnnotation.TextVerticalAlignment"/> dependency property.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.TextualAnnotation.SynchronizeProperties">
            <summary>
            Synchronizes the properties.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.TextualAnnotation.Text">
            <summary>
            Gets or sets the text.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.TextualAnnotation.TextColor">
            <summary>
            Gets or sets the color of the text.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.TextualAnnotation.TextPosition">
            <summary>
            Gets or sets the text position.
            </summary>
            <remarks>If the value is <c>DataPoint.Undefined</c>, the centroid of the polygon will be used.</remarks>
        </member>
        <member name="P:OxyPlot.Wpf.TextualAnnotation.TextHorizontalAlignment">
            <summary>
            Gets or sets the text horizontal alignment.
            </summary>
            <value>The text horizontal alignment.</value>
        </member>
        <member name="P:OxyPlot.Wpf.TextualAnnotation.TextVerticalAlignment">
            <summary>
            Gets or sets the vertical alignment of text (above or below the line).
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.TextualAnnotation.TextRotation">
            <summary>
            Gets or sets the rotation angle (degrees).
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.ArrowAnnotation.ArrowDirectionProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.ArrowAnnotation.ArrowDirection"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.ArrowAnnotation.ColorProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.ArrowAnnotation.Color"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.ArrowAnnotation.EndPointProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.ArrowAnnotation.EndPoint"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.ArrowAnnotation.HeadLengthProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.ArrowAnnotation.HeadLength"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.ArrowAnnotation.HeadWidthProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.ArrowAnnotation.HeadWidth"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.ArrowAnnotation.LineJoinProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.ArrowAnnotation.LineJoin"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.ArrowAnnotation.LineStyleProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.ArrowAnnotation.LineStyle"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.ArrowAnnotation.StartPointProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.ArrowAnnotation.StartPoint"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.ArrowAnnotation.StrokeThicknessProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.ArrowAnnotation.StrokeThickness"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.ArrowAnnotation.VeenessProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.ArrowAnnotation.Veeness"/> dependency property.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.ArrowAnnotation.#cctor">
            <summary>
            Initializes static members of the <see cref="T:OxyPlot.Wpf.ArrowAnnotation"/> class.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.ArrowAnnotation.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:OxyPlot.Wpf.ArrowAnnotation"/> class.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.ArrowAnnotation.CreateModel">
            <summary>
            Creates the internal annotation object.
            </summary>
            <returns>The annotation.</returns>
        </member>
        <member name="M:OxyPlot.Wpf.ArrowAnnotation.SynchronizeProperties">
            <summary>
            Synchronizes the properties.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.ArrowAnnotation.ArrowDirection">
            <summary>
            Gets or sets the arrow direction.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.ArrowAnnotation.Color">
            <summary>
            Gets or sets the color.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.ArrowAnnotation.EndPoint">
            <summary>
            Gets or sets the end point.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.ArrowAnnotation.HeadLength">
            <summary>
            Gets or sets the length of the head (relative to the stroke thickness).
            </summary>
            <value>The length of the head.</value>
        </member>
        <member name="P:OxyPlot.Wpf.ArrowAnnotation.HeadWidth">
            <summary>
            Gets or sets the width of the head (relative to the stroke thickness).
            </summary>
            <value>The width of the head.</value>
        </member>
        <member name="P:OxyPlot.Wpf.ArrowAnnotation.LineJoin">
            <summary>
            Gets or sets the line join.
            </summary>
            <value>The line join.</value>
        </member>
        <member name="P:OxyPlot.Wpf.ArrowAnnotation.LineStyle">
            <summary>
            Gets or sets LineStyle.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.ArrowAnnotation.StartPoint">
            <summary>
            Gets or sets the start point.
            </summary>
            <remarks>This property is overridden by the ArrowDirection property, if set.</remarks>
        </member>
        <member name="P:OxyPlot.Wpf.ArrowAnnotation.StrokeThickness">
            <summary>
            Gets or sets the stroke thickness.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.ArrowAnnotation.Veeness">
            <summary>
            Gets or sets the 'veeness' of the arrow head (relative to thickness).
            </summary>
        </member>
        <member name="T:OxyPlot.Wpf.PointAnnotation">
            <summary>
            This is a WPF wrapper of <see cref="T:OxyPlot.Annotations.PointAnnotation"/>.
            </summary>
        </member>
        <member name="T:OxyPlot.Wpf.ShapeAnnotation">
            <summary>
            Provides an abstract base class for shape annotations.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.ShapeAnnotation.FillProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.ShapeAnnotation.Fill"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.ShapeAnnotation.StrokeProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.ShapeAnnotation.Stroke"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.ShapeAnnotation.StrokeThicknessProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.ShapeAnnotation.StrokeThickness"/> dependency property.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.ShapeAnnotation.SynchronizeProperties">
            <summary>
            Synchronizes the properties.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.ShapeAnnotation.Fill">
            <summary>
            Gets or sets the fill color.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.ShapeAnnotation.Stroke">
            <summary>
            Gets or sets the stroke color.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.ShapeAnnotation.StrokeThickness">
            <summary>
            Gets or sets the stroke thickness.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.PointAnnotation.XProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.PointAnnotation.X"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.PointAnnotation.YProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.PointAnnotation.Y"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.PointAnnotation.SizeProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.PointAnnotation.Size"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.PointAnnotation.TextMarginProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.PointAnnotation.TextMargin"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.PointAnnotation.ShapeProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.PointAnnotation.Shape"/> dependency property.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.PointAnnotation.#cctor">
            <summary>
            Initializes static members of the <see cref="T:OxyPlot.Wpf.PointAnnotation"/> class.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.PointAnnotation.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:OxyPlot.Wpf.PointAnnotation"/> class.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.PointAnnotation.CreateModel">
            <summary>
            Creates the internal annotation object.
            </summary>
            <returns>The annotation.</returns>
        </member>
        <member name="M:OxyPlot.Wpf.PointAnnotation.SynchronizeProperties">
            <summary>
            Synchronizes the properties.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.PointAnnotation.Size">
            <summary>
            Gets or sets the size.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.PointAnnotation.TextMargin">
            <summary>
            Gets or sets the text margin.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.PointAnnotation.Shape">
            <summary>
            Gets or sets the shape.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.PointAnnotation.X">
            <summary>
            Gets or sets the X coordinate.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.PointAnnotation.Y">
            <summary>
            Gets or sets the Y coordinate.
            </summary>
        </member>
        <member name="T:OxyPlot.Wpf.EllipseAnnotation">
            <summary>
            This is a WPF wrapper of OxyPlot.EllipseAnnotation
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.EllipseAnnotation.XProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.EllipseAnnotation.X"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.EllipseAnnotation.YProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.EllipseAnnotation.Y"/> dependency property.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.EllipseAnnotation.#cctor">
            <summary>
            Initializes static members of the <see cref="T:OxyPlot.Wpf.EllipseAnnotation"/> class.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.EllipseAnnotation.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:OxyPlot.Wpf.EllipseAnnotation"/> class.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.EllipseAnnotation.CreateModel">
            <summary>
            Creates the internal annotation object.
            </summary>
            <returns>The annotation.</returns>
        </member>
        <member name="M:OxyPlot.Wpf.EllipseAnnotation.SynchronizeProperties">
            <summary>
            Synchronizes the properties.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.EllipseAnnotation.X">
            <summary>
            Gets or sets the X.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.EllipseAnnotation.Y">
            <summary>
            Gets or sets the Y.
            </summary>
        </member>
        <member name="T:OxyPlot.Wpf.FunctionAnnotation">
            <summary>
            This is a WPF wrapper of OxyPlot.PathAnnotation
            </summary>
        </member>
        <member name="T:OxyPlot.Wpf.PathAnnotation">
            <summary>
            This is a WPF wrapper of OxyPlot.PathAnnotation
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.PathAnnotation.ColorProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.PathAnnotation.Color"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.PathAnnotation.ClipByXAxisProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.PathAnnotation.ClipByXAxis"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.PathAnnotation.ClipByYAxisProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.PathAnnotation.ClipByYAxis"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.PathAnnotation.ClipTextProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.PathAnnotation.ClipText"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.PathAnnotation.LineJoinProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.PathAnnotation.LineJoin"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.PathAnnotation.LineStyleProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.PathAnnotation.LineStyle"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.PathAnnotation.StrokeThicknessProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.PathAnnotation.StrokeThickness"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.PathAnnotation.TextMarginProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.PathAnnotation.TextMargin"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.PathAnnotation.TextOrientationProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.PathAnnotation.TextOrientation"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.PathAnnotation.TextLinePositionProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.PathAnnotation.TextLinePosition"/> dependency property.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.PathAnnotation.CreateModel">
            <summary>
            Creates the internal annotation object.
            </summary>
            <returns>The annotation.</returns>
        </member>
        <member name="M:OxyPlot.Wpf.PathAnnotation.SynchronizeProperties">
            <summary>
            Synchronizes the properties.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.PathAnnotation.ClipByXAxis">
            <summary>
            Gets or sets a value indicating whether to clip the annotation line by the X axis range.
            </summary>
            <value><c>true</c> if clipping by the X axis is enabled; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:OxyPlot.Wpf.PathAnnotation.ClipByYAxis">
            <summary>
            Gets or sets a value indicating whether to clip the annotation line by the Y axis range.
            </summary>
            <value><c>true</c> if clipping by the Y axis is enabled; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:OxyPlot.Wpf.PathAnnotation.ClipText">
            <summary>
            Gets or sets a value indicating whether the text should be clipped within the plot area.
            </summary>
            <value><c>true</c> if text should be clipped; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:OxyPlot.Wpf.PathAnnotation.Color">
            <summary>
            Gets or sets the annotation color.
            </summary>
            <value>The color.</value>
        </member>
        <member name="P:OxyPlot.Wpf.PathAnnotation.LineJoin">
            <summary>
            Gets or sets the line join.
            </summary>
            <value>The line join.</value>
        </member>
        <member name="P:OxyPlot.Wpf.PathAnnotation.LineStyle">
            <summary>
            Gets or sets LineStyle.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.PathAnnotation.StrokeThickness">
            <summary>
            Gets or sets StrokeThickness.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.PathAnnotation.TextMargin">
            <summary>
            Gets or sets the text margin (along the line).
            </summary>
            <value>The text margin.</value>
        </member>
        <member name="P:OxyPlot.Wpf.PathAnnotation.TextOrientation">
            <summary>
            Gets or sets the text orientation.
            </summary>
            <value>The text orientation.</value>
        </member>
        <member name="P:OxyPlot.Wpf.PathAnnotation.TextLinePosition">
            <summary>
            Gets or sets the text position relative to the line.
            </summary>
            <value>The text position in the interval [0,1].</value>
            <remarks>Positions smaller than 0.25 are left aligned at the start of the line
            Positions larger than 0.75 are right aligned at the end of the line
            Other positions are center aligned at the specified position</remarks>
        </member>
        <member name="F:OxyPlot.Wpf.FunctionAnnotation.TypeProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.FunctionAnnotation.Type"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.FunctionAnnotation.EquationProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.FunctionAnnotation.Equation"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.FunctionAnnotation.ResolutionProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.FunctionAnnotation.Resolution"/> dependency property.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.FunctionAnnotation.#cctor">
            <summary>
            Initializes static members of the <see cref="T:OxyPlot.Wpf.FunctionAnnotation"/> class.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.FunctionAnnotation.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:OxyPlot.Wpf.FunctionAnnotation"/> class.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.FunctionAnnotation.CreateModel">
            <summary>
            Creates the internal annotation object.
            </summary>
            <returns>The annotation.</returns>
        </member>
        <member name="M:OxyPlot.Wpf.FunctionAnnotation.SynchronizeProperties">
            <summary>
            Synchronizes the properties.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.FunctionAnnotation.Equation">
            <summary>
            Gets or sets the equation.
            </summary>
            <value>The equation.</value>
        </member>
        <member name="P:OxyPlot.Wpf.FunctionAnnotation.Resolution">
            <summary>
            Gets or sets the resolution.
            </summary>
            <value>The resolution.</value>
        </member>
        <member name="P:OxyPlot.Wpf.FunctionAnnotation.Type">
            <summary>
            Gets or sets Type.
            </summary>
        </member>
        <member name="T:OxyPlot.Wpf.PolygonAnnotation">
            <summary>
            This is a WPF wrapper of OxyPlot.PolygonAnnotation
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.PolygonAnnotation.LineJoinProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.PolygonAnnotation.LineJoin"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.PolygonAnnotation.LineStyleProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.PolygonAnnotation.LineStyle"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.PolygonAnnotation.PointsProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.PolygonAnnotation.Points"/> dependency property.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.PolygonAnnotation.#cctor">
            <summary>
            Initializes static members of the <see cref="T:OxyPlot.Wpf.PolygonAnnotation"/> class.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.PolygonAnnotation.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:OxyPlot.Wpf.PolygonAnnotation"/> class.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.PolygonAnnotation.CreateModel">
            <summary>
            Creates the internal annotation object.
            </summary>
            <returns>The annotation.</returns>
        </member>
        <member name="M:OxyPlot.Wpf.PolygonAnnotation.SynchronizeProperties">
            <summary>
            Synchronizes the properties.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.PolygonAnnotation.LineJoin">
            <summary>
            Gets or sets the line join.
            </summary>
            <value>The line join.</value>
        </member>
        <member name="P:OxyPlot.Wpf.PolygonAnnotation.LineStyle">
            <summary>
            Gets or sets the line style.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.PolygonAnnotation.Points">
            <summary>
            Gets or sets the points.
            </summary>
        </member>
        <member name="T:OxyPlot.Wpf.PolylineAnnotation">
            <summary>
            This is a WPF wrapper of OxyPlot.PolylineAnnotation
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.PolylineAnnotation.SmoothProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.PolylineAnnotation.Smooth"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.PolylineAnnotation.MinimumSegmentLengthProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.PolylineAnnotation.MinimumSegmentLength"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.PolylineAnnotation.PointsProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.PolylineAnnotation.Points"/> dependency property.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.PolylineAnnotation.#cctor">
            <summary>
            Initializes static members of the <see cref="T:OxyPlot.Wpf.PolylineAnnotation"/> class.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.PolylineAnnotation.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:OxyPlot.Wpf.PolylineAnnotation"/> class.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.PolylineAnnotation.CreateModel">
            <summary>
            Creates the internal annotation object.
            </summary>
            <returns>The annotation.</returns>
        </member>
        <member name="M:OxyPlot.Wpf.PolylineAnnotation.SynchronizeProperties">
            <summary>
            Synchronizes the properties.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.PolylineAnnotation.Points">
            <summary>
            Gets or sets the points.
            </summary>
            <value>The points.</value>
        </member>
        <member name="P:OxyPlot.Wpf.PolylineAnnotation.MinimumSegmentLength">
            <summary>
            Gets or sets the minimum length of the segment.
            Increasing this number will increase performance,
            but make the curve less accurate.
            </summary>
            <value>The minimum length of the segment.</value>
        </member>
        <member name="P:OxyPlot.Wpf.PolylineAnnotation.Smooth">
            <summary>
            Gets or sets a value indicating whether the polyline should be smoothed.
            </summary>
            <value><c>true</c> if smooth; otherwise, <c>false</c>.</value>
        </member>
        <member name="T:OxyPlot.Wpf.RectangleAnnotation">
            <summary>
            This is a WPF wrapper of OxyPlot.RectangleAnnotation
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.RectangleAnnotation.MaximumXProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.RectangleAnnotation.MaximumX"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.RectangleAnnotation.MaximumYProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.RectangleAnnotation.MaximumY"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.RectangleAnnotation.MinimumXProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.RectangleAnnotation.MinimumX"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.RectangleAnnotation.MinimumYProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.RectangleAnnotation.MinimumY"/> dependency property.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.RectangleAnnotation.#cctor">
            <summary>
            Initializes static members of the <see cref="T:OxyPlot.Wpf.RectangleAnnotation"/> class.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.RectangleAnnotation.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:OxyPlot.Wpf.RectangleAnnotation"/> class.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.RectangleAnnotation.CreateModel">
            <summary>
            Creates the internal annotation object.
            </summary>
            <returns>The annotation.</returns>
        </member>
        <member name="M:OxyPlot.Wpf.RectangleAnnotation.SynchronizeProperties">
            <summary>
            Synchronizes the properties.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.RectangleAnnotation.MaximumX">
            <summary>
            Gets or sets the Maximum X.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.RectangleAnnotation.MaximumY">
            <summary>
            Gets or sets the Maximum Y.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.RectangleAnnotation.MinimumX">
            <summary>
            Gets or sets the Minimum X.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.RectangleAnnotation.MinimumY">
            <summary>
            Gets or sets the Minimum Y.
            </summary>
        </member>
        <member name="T:OxyPlot.Wpf.TextAnnotation">
            <summary>
            This is a WPF wrapper of OxyPlot.TextAnnotation
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.TextAnnotation.BackgroundProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.TextAnnotation.Background"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.TextAnnotation.OffsetProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.TextAnnotation.Offset"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.TextAnnotation.PaddingProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.TextAnnotation.Padding"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.TextAnnotation.StrokeProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.TextAnnotation.Stroke"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.TextAnnotation.StrokeThicknessProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.TextAnnotation.StrokeThickness"/> dependency property.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.TextAnnotation.#cctor">
            <summary>
            Initializes static members of the <see cref="T:OxyPlot.Wpf.TextAnnotation"/> class.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.TextAnnotation.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:OxyPlot.Wpf.TextAnnotation"/> class.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.TextAnnotation.CreateModel">
            <summary>
            Creates the internal annotation object.
            </summary>
            <returns>The annotation.</returns>
        </member>
        <member name="M:OxyPlot.Wpf.TextAnnotation.SynchronizeProperties">
            <summary>
            Synchronizes the properties.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.TextAnnotation.Background">
            <summary>
            Gets or sets the fill color of the background rectangle.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.TextAnnotation.Offset">
            <summary>
            Gets or sets the position offset (screen coordinates).
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.TextAnnotation.Padding">
            <summary>
            Gets or sets the padding of the background rectangle.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.TextAnnotation.Stroke">
            <summary>
            Gets or sets the stroke color of the background rectangle.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.TextAnnotation.StrokeThickness">
            <summary>
            Gets or sets the stroke thickness of the background rectangle.
            </summary>
        </member>
        <member name="T:OxyPlot.Wpf.LineAnnotation">
            <summary>
            This is a WPF wrapper of OxyPlot.LineAnnotation
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.LineAnnotation.TypeProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.LineAnnotation.Type"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.LineAnnotation.InterceptProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.LineAnnotation.Intercept"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.LineAnnotation.MaximumXProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.LineAnnotation.MaximumX"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.LineAnnotation.MaximumYProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.LineAnnotation.MaximumY"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.LineAnnotation.MinimumXProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.LineAnnotation.MinimumX"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.LineAnnotation.MinimumYProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.LineAnnotation.MinimumY"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.LineAnnotation.SlopeProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.LineAnnotation.Slope"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.LineAnnotation.XProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.LineAnnotation.X"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.LineAnnotation.YProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.LineAnnotation.Y"/> dependency property.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.LineAnnotation.#cctor">
            <summary>
            Initializes static members of the <see cref="T:OxyPlot.Wpf.LineAnnotation"/> class.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.LineAnnotation.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:OxyPlot.Wpf.LineAnnotation"/> class.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.LineAnnotation.CreateModel">
            <summary>
            Creates the internal annotation object.
            </summary>
            <returns>The annotation.</returns>
        </member>
        <member name="M:OxyPlot.Wpf.LineAnnotation.SynchronizeProperties">
            <summary>
            Synchronizes the properties.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.LineAnnotation.Intercept">
            <summary>
            Gets or sets Intercept.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.LineAnnotation.MaximumX">
            <summary>
            Gets or sets MaximumX.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.LineAnnotation.MaximumY">
            <summary>
            Gets or sets MaximumY.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.LineAnnotation.MinimumX">
            <summary>
            Gets or sets MinimumX.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.LineAnnotation.MinimumY">
            <summary>
            Gets or sets MinimumY.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.LineAnnotation.Slope">
            <summary>
            Gets or sets Slope.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.LineAnnotation.Type">
            <summary>
            Gets or sets Type.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.LineAnnotation.X">
            <summary>
            Gets or sets X.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.LineAnnotation.Y">
            <summary>
            Gets or sets Y.
            </summary>
        </member>
        <member name="T:OxyPlot.Wpf.AngleAxis">
            <summary>
            This is a WPF wrapper of OxyPlot.AngleAxis.
            </summary>
        </member>
        <member name="T:OxyPlot.Wpf.LinearAxis">
            <summary>
            This is a WPF wrapper of OxyPlot.LinearAxis.
            </summary>
        </member>
        <member name="T:OxyPlot.Wpf.Axis">
            <summary>
            The axis base.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Axis.AbsoluteMaximumProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.Axis.AbsoluteMaximum"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Axis.AbsoluteMinimumProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.Axis.AbsoluteMinimum"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Axis.AngleProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.Axis.Angle"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Axis.AxisTickToLabelDistanceProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.Axis.AxisTickToLabelDistance"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Axis.AxisTitleDistanceProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.Axis.AxisTitleDistance"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Axis.AxisDistanceProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.Axis.AxisDistance"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Axis.AxislineColorProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.Axis.AxislineColor"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Axis.AxislineStyleProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.Axis.AxislineStyle"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Axis.AxislineThicknessProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.Axis.AxislineThickness"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Axis.ClipTitleProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.Axis.ClipTitle"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Axis.EndPositionProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.Axis.EndPosition"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Axis.ExtraGridlineColorProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.Axis.ExtraGridlineColor"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Axis.ExtraGridlineStyleProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.Axis.ExtraGridlineStyle"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Axis.ExtraGridlineThicknessProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.Axis.ExtraGridlineThickness"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Axis.ExtraGridlinesProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.Axis.ExtraGridlines"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Axis.FilterFunctionProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.Axis.FilterFunction"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Axis.FilterMaxValueProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.Axis.FilterMaxValue"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Axis.FilterMinValueProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.Axis.FilterMinValue"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Axis.FontProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.Axis.Font"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Axis.FontSizeProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.Axis.FontSize"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Axis.FontWeightProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.Axis.FontWeight"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Axis.IntervalLengthProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.Axis.IntervalLength"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Axis.IsAxisVisibleProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.Axis.IsAxisVisible"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Axis.IsPanEnabledProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.Axis.IsPanEnabled"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Axis.IsZoomEnabledProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.Axis.IsZoomEnabled"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Axis.KeyProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.Axis.Key"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Axis.LabelFormatterProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.Axis.LabelFormatter"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Axis.LayerProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.Axis.Layer"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Axis.MajorGridlineColorProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.Axis.MajorGridlineColor"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Axis.MajorGridlineStyleProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.Axis.MajorGridlineStyle"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Axis.MajorGridlineThicknessProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.Axis.MajorGridlineThickness"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Axis.MajorStepProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.Axis.MajorStep"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Axis.MajorTickSizeProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.Axis.MajorTickSize"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Axis.MaximumPaddingProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.Axis.MaximumPadding"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Axis.MaximumProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.Axis.Maximum"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Axis.MinimumPaddingProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.Axis.MinimumPadding"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Axis.MinimumProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.Axis.Minimum"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Axis.MinimumRangeProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.Axis.MinimumRange"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Axis.MinorGridlineColorProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.Axis.MinorGridlineColor"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Axis.MinorGridlineStyleProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.Axis.MinorGridlineStyle"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Axis.MinorGridlineThicknessProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.Axis.MinorGridlineThickness"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Axis.MinorStepProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.Axis.MinorStep"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Axis.MinorTickSizeProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.Axis.MinorTickSize"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Axis.PositionAtZeroCrossingProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.Axis.PositionAtZeroCrossing"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Axis.PositionProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.Axis.Position"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Axis.PositionTierProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.Axis.PositionTier"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Axis.StartPositionProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.Axis.StartPosition"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Axis.StringFormatProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.Axis.StringFormat"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Axis.TickStyleProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.Axis.TickStyle"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Axis.TicklineColorProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.Axis.TicklineColor"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Axis.TitleClippingLengthProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.Axis.TitleClippingLength"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Axis.TitleColorProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.Axis.TitleColor"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Axis.TitleFontProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.Axis.TitleFont"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Axis.TitleFontSizeProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.Axis.TitleFontSize"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Axis.TitleFontWeightProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.Axis.TitleFontWeight"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Axis.TitleFormatStringProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.Axis.TitleFormatString"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Axis.TitlePositionProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.Axis.TitlePosition"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Axis.TitleProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.Axis.Title"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Axis.UnitProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.Axis.Unit"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Axis.UseSuperExponentialFormatProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.Axis.UseSuperExponentialFormat"/> dependency property.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.Axis.CreateModel">
            <summary>
            Creates the model.
            </summary>
            <returns>An axis object.</returns>
        </member>
        <member name="M:OxyPlot.Wpf.Axis.AppearanceChanged(System.Windows.DependencyObject,System.Windows.DependencyPropertyChangedEventArgs)">
            <summary>
            The visual appearance changed.
            </summary>
            <param name="d">The sender.</param>
            <param name="e">The event args.</param>
        </member>
        <member name="M:OxyPlot.Wpf.Axis.DataChanged(System.Windows.DependencyObject,System.Windows.DependencyPropertyChangedEventArgs)">
            <summary>
            The data changed.
            </summary>
            <param name="d">The sender.</param>
            <param name="e">The event args.</param>
        </member>
        <member name="M:OxyPlot.Wpf.Axis.OnDataChanged">
            <summary>
            The on data changed handler.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.Axis.OnPropertyChanged(System.Windows.DependencyPropertyChangedEventArgs)">
            <summary>
            The on property changed handler.
            </summary>
            <param name="e">The event args.</param>
        </member>
        <member name="M:OxyPlot.Wpf.Axis.OnVisualChanged">
            <summary>
            Handles changed visuals.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.Axis.SynchronizeProperties">
            <summary>
            Synchronizes the properties.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.Axis.InternalAxis">
            <summary>
            Gets or sets the internal axis.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.Axis.AbsoluteMaximum">
            <summary>
            Gets or sets the absolute maximum. This is only used for the UI control. It will not be possible to zoom/pan beyond this limit.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.Axis.AbsoluteMinimum">
            <summary>
            Gets or sets the absolute minimum. This is only used for the UI control. It will not be possible to zoom/pan beyond this limit.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.Axis.Angle">
            <summary>
            Gets or sets Angle.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.Axis.AxisDistance">
            <summary>
            Gets or sets AxisDistance.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.Axis.AxisTickToLabelDistance">
            <summary>
            Gets or sets AxisTickToLabelDistance.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.Axis.AxisTitleDistance">
            <summary>
            Gets or sets AxisTitleDistance.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.Axis.AxislineColor">
            <summary>
            Gets or sets the color of the axis line.
            </summary>
            <value>The color of the axis line.</value>
        </member>
        <member name="P:OxyPlot.Wpf.Axis.AxislineStyle">
            <summary>
            Gets or sets the axis line style.
            </summary>
            <value>The axis line style.</value>
        </member>
        <member name="P:OxyPlot.Wpf.Axis.AxislineThickness">
            <summary>
            Gets or sets the axis line thickness.
            </summary>
            <value>The axis line thickness.</value>
        </member>
        <member name="P:OxyPlot.Wpf.Axis.ClipTitle">
            <summary>
            Gets or sets a value indicating whether [clip title].
            </summary>
            <value><c>true</c> if [clip title]; otherwise, <c>false</c> .</value>
        </member>
        <member name="P:OxyPlot.Wpf.Axis.EndPosition">
            <summary>
            Gets or sets EndPosition.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.Axis.ExtraGridlineColor">
            <summary>
            Gets or sets ExtraGridlineColor.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.Axis.ExtraGridlineStyle">
            <summary>
            Gets or sets ExtraGridlineStyle.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.Axis.ExtraGridlineThickness">
            <summary>
            Gets or sets ExtraGridlineThickness.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.Axis.ExtraGridlines">
            <summary>
            Gets or sets ExtraGridLines.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.Axis.FilterFunction">
            <summary>
            Gets or sets the filter function.
            </summary>
            <value>The filter function.</value>
        </member>
        <member name="P:OxyPlot.Wpf.Axis.FilterMaxValue">
            <summary>
            Gets or sets FilterMaxValue.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.Axis.FilterMinValue">
            <summary>
            Gets or sets FilterMinValue.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.Axis.Font">
            <summary>
            Gets or sets Font.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.Axis.FontSize">
            <summary>
            Gets or sets FontSize.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.Axis.FontWeight">
            <summary>
            Gets or sets the font weight.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.Axis.IntervalLength">
            <summary>
            Gets or sets the interval length.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.Axis.IsAxisVisible">
            <summary>
            Gets or sets a value indicating whether the axis is visible.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.Axis.IsPanEnabled">
            <summary>
            Gets or sets a value indicating whether pan is enabled.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.Axis.IsZoomEnabled">
            <summary>
            Gets or sets a value indicating whether zoom is enabled.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.Axis.Key">
            <summary>
            Gets or sets the axis key.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.Axis.LabelFormatter">
            <summary>
            Gets or sets the label formatter.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.Axis.Layer">
            <summary>
            Gets or sets the layer.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.Axis.MajorGridlineColor">
            <summary>
            Gets or sets the color of the major gridlines.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.Axis.MajorGridlineStyle">
            <summary>
            Gets or sets the line style of the major gridlines.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.Axis.MajorGridlineThickness">
            <summary>
            Gets or sets MajorGridlineThickness.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.Axis.MajorStep">
            <summary>
            Gets or sets MajorStep.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.Axis.MajorTickSize">
            <summary>
            Gets or sets MajorTickSize.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.Axis.Maximum">
            <summary>
            Gets or sets Maximum.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.Axis.MaximumPadding">
            <summary>
            Gets or sets MaximumPadding.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.Axis.Minimum">
            <summary>
            Gets or sets Minimum.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.Axis.MinimumPadding">
            <summary>
            Gets or sets MinimumPadding.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.Axis.MinimumRange">
            <summary>
            Gets or sets MinimumRange.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.Axis.MinorGridlineColor">
            <summary>
            Gets or sets MinorGridlineColor.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.Axis.MinorGridlineStyle">
            <summary>
            Gets or sets MinorGridlineStyle.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.Axis.MinorGridlineThickness">
            <summary>
            Gets or sets MinorGridlineThickness.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.Axis.MinorStep">
            <summary>
            Gets or sets MinorStep.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.Axis.MinorTickSize">
            <summary>
            Gets or sets MinorTickSize.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.Axis.Position">
            <summary>
            Gets or sets Position.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.Axis.PositionAtZeroCrossing">
            <summary>
            Gets or sets a value indicating whether PositionAtZeroCrossing.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.Axis.PositionTier">
            <summary>
            Gets or sets the position tier which defines in which tier the axis is displayed.
            </summary>
            <remarks>The bigger the value the further afar is the axis from the graph.</remarks>
        </member>
        <member name="P:OxyPlot.Wpf.Axis.StartPosition">
            <summary>
            Gets or sets the start position.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.Axis.StringFormat">
            <summary>
            Gets or sets the string format.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.Axis.TickStyle">
            <summary>
            Gets or sets the tick style.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.Axis.TicklineColor">
            <summary>
            Gets or sets the tick line color.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.Axis.Title">
            <summary>
            Gets or sets the title.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.Axis.TitleClippingLength">
            <summary>
            Gets or sets the length of the title clipping.
            </summary>
            <value>The length of the title clipping.</value>
        </member>
        <member name="P:OxyPlot.Wpf.Axis.TitleColor">
            <summary>
            Gets or sets the color of the title.
            </summary>
            <value>The color of the title.</value>
        </member>
        <member name="P:OxyPlot.Wpf.Axis.TitleFont">
            <summary>
            Gets or sets the title font.
            </summary>
            <value>The title font.</value>
        </member>
        <member name="P:OxyPlot.Wpf.Axis.TitleFontSize">
            <summary>
            Gets or sets the size of the title font.
            </summary>
            <value>The size of the title font.</value>
        </member>
        <member name="P:OxyPlot.Wpf.Axis.TitleFontWeight">
            <summary>
            Gets or sets the title font weight.
            </summary>
            <value>The title font weight.</value>
        </member>
        <member name="P:OxyPlot.Wpf.Axis.TitleFormatString">
            <summary>
            Gets or sets TitleFormatString.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.Axis.TitlePosition">
            <summary>
            Gets or sets TitlePosition.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.Axis.Unit">
            <summary>
            Gets or sets Unit.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.Axis.UseSuperExponentialFormat">
            <summary>
            Gets or sets a value indicating whether UseSuperExponentialFormat.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.LinearAxis.FormatAsFractionsProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.LinearAxis.FormatAsFractions"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.LinearAxis.FractionUnitProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.LinearAxis.FractionUnit"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.LinearAxis.FractionUnitSymbolProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.LinearAxis.FractionUnitSymbol"/> dependency property.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.LinearAxis.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:OxyPlot.Wpf.LinearAxis"/> class.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.LinearAxis.CreateModel">
            <summary>
            Creates the internal axis.
            </summary>
            <returns>The internal axis.</returns>
        </member>
        <member name="M:OxyPlot.Wpf.LinearAxis.SynchronizeProperties">
            <summary>
            Synchronizes the properties.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.LinearAxis.FormatAsFractions">
            <summary>
            Gets or sets a value indicating whether FormatAsFractions.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.LinearAxis.FractionUnit">
            <summary>
            Gets or sets FractionUnit.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.LinearAxis.FractionUnitSymbol">
            <summary>
            Gets or sets FractionUnitSymbol.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.AngleAxis.StartAngleProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.AngleAxis.StartAngle"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.AngleAxis.EndAngleProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.AngleAxis.EndAngle"/> dependency property.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.AngleAxis.#cctor">
            <summary>
            Initializes static members of the <see cref="T:OxyPlot.Wpf.AngleAxis"/> class.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.AngleAxis.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:OxyPlot.Wpf.AngleAxis"/> class.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.AngleAxis.SynchronizeProperties">
            <summary>
            Synchronizes the properties.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.AngleAxis.StartAngle">
            <summary>
            Gets or sets the start angle (degrees).
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.AngleAxis.EndAngle">
            <summary>
            Gets or sets the end angle (degrees).
            </summary>
        </member>
        <member name="T:OxyPlot.Wpf.CategoryAxis">
            <summary>
            This is a WPF wrapper of OxyPlot.CategoryAxis.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.CategoryAxis.GapWidthProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.CategoryAxis.GapWidth"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.CategoryAxis.IsTickCenteredProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.CategoryAxis.IsTickCentered"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.CategoryAxis.ItemsSourceProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.CategoryAxis.ItemsSource"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.CategoryAxis.LabelFieldProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.CategoryAxis.LabelField"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.CategoryAxis.LabelsProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.CategoryAxis.Labels"/> dependency property.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.CategoryAxis.#cctor">
            <summary>
            Initializes static members of the <see cref="T:OxyPlot.Wpf.CategoryAxis"/> class.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.CategoryAxis.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:OxyPlot.Wpf.CategoryAxis"/> class.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.CategoryAxis.CreateModel">
            <summary>
            Creates the internal axis.
            </summary>
            <returns>The internal axis.</returns>
        </member>
        <member name="M:OxyPlot.Wpf.CategoryAxis.SynchronizeProperties">
            <summary>
            Synchronizes the properties.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.CategoryAxis.GapWidth">
            <summary>
            Gets or sets the gap width.
            </summary>
            <value>The width of the gap.</value>
        </member>
        <member name="P:OxyPlot.Wpf.CategoryAxis.IsTickCentered">
            <summary>
            Gets or sets a value indicating whether IsTickCentered.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.CategoryAxis.ItemsSource">
            <summary>
            Gets or sets ItemsSource.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.CategoryAxis.LabelField">
            <summary>
            Gets or sets LabelField.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.CategoryAxis.Labels">
            <summary>
            Gets or sets Labels.
            </summary>
        </member>
        <member name="T:OxyPlot.Wpf.DateTimeAxis">
            <summary>
            This is a WPF wrapper of OxyPlot.DateTimeAxis.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.DateTimeAxis.CalendarWeekRuleProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.DateTimeAxis.CalendarWeekRule"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.DateTimeAxis.FirstDateTimeProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.DateTimeAxis.FirstDateTime"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.DateTimeAxis.FirstDayOfWeekProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.DateTimeAxis.FirstDayOfWeek"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.DateTimeAxis.IntervalTypeProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.DateTimeAxis.IntervalType"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.DateTimeAxis.LastDateTimeProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.DateTimeAxis.LastDateTime"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.DateTimeAxis.MinorIntervalTypeProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.DateTimeAxis.MinorIntervalType"/> dependency property.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.DateTimeAxis.#cctor">
            <summary>
            Initializes static members of the <see cref="T:OxyPlot.Wpf.DateTimeAxis"/> class.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.DateTimeAxis.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:OxyPlot.Wpf.DateTimeAxis"/> class.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.DateTimeAxis.CreateModel">
            <summary>
            Creates the internal model.
            </summary>
            <returns>The internal axis.</returns>
        </member>
        <member name="M:OxyPlot.Wpf.DateTimeAxis.SynchronizeProperties">
            <summary>
            Synchronizes the properties.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.DateTimeAxis.CalendarWeekRule">
            <summary>
            Gets or sets CalendarWeekRule.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.DateTimeAxis.FirstDateTime">
            <summary>
            Gets or sets FirstDateTime.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.DateTimeAxis.FirstDayOfWeek">
            <summary>
            Gets or sets FirstDayOfWeek.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.DateTimeAxis.IntervalType">
            <summary>
            Gets or sets IntervalType.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.DateTimeAxis.LastDateTime">
            <summary>
            Gets or sets LastDateTime.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.DateTimeAxis.MinorIntervalType">
            <summary>
            Gets or sets MinorIntervalType.
            </summary>
        </member>
        <member name="T:OxyPlot.Wpf.LinearColorAxis">
            <summary>
            Provides a WPF wrapper for the <see cref="T:OxyPlot.Axes.LinearColorAxis"/>.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.LinearColorAxis.GradientStopsProperty">
            <summary>
            Identifies the <see cref="F:OxyPlot.Wpf.LinearColorAxis.GradientStopsProperty"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.LinearColorAxis.HighColorProperty">
            <summary>
            Identifies the <see cref="F:OxyPlot.Wpf.LinearColorAxis.HighColorProperty"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.LinearColorAxis.LowColorProperty">
            <summary>
            Identifies the <see cref="F:OxyPlot.Wpf.LinearColorAxis.LowColorProperty"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.LinearColorAxis.PaletteSizeProperty">
            <summary>
            Identifies the <see cref="F:OxyPlot.Wpf.LinearColorAxis.PaletteSizeProperty"/> dependency property.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.LinearColorAxis.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:OxyPlot.Wpf.LinearColorAxis"/> class.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.LinearColorAxis.CreateModel">
            <summary>
            Creates the model.
            </summary>
            <returns>
            An axis object.
            </returns>
        </member>
        <member name="M:OxyPlot.Wpf.LinearColorAxis.SynchronizeProperties">
            <summary>
            Synchronizes the properties.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.LinearColorAxis.Interpolate(System.Collections.Generic.List{System.Windows.Media.GradientStop},System.Int32)">
            <summary>
            Translates a collection of <see cref="T:System.Windows.Media.GradientStop"/> to an <see cref="T:OxyPlot.OxyPalette"/>.
            </summary>
            <param name="stops">
            The gradient stops collection to convert.
            </param>
            <param name="paletteSize">
            The palette size.
            </param>
            <returns>
            The interpolated <see cref="T:OxyPlot.OxyPalette"/>.
            </returns>
        </member>
        <member name="M:OxyPlot.Wpf.LinearColorAxis.ValidatePaletteSize(System.Object)">
            <summary>
            Validates the palette size.
            </summary>
            <param name="value">
            The property value.
            </param>
            <returns>
            The validation result.
            </returns>
        </member>
        <member name="P:OxyPlot.Wpf.LinearColorAxis.PaletteSize">
            <summary>
            Gets or sets the palette size.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.LinearColorAxis.HighColor">
            <summary>
            Gets or sets the high color.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.LinearColorAxis.LowColor">
            <summary>
            Gets or sets the low color.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.LinearColorAxis.GradientStops">
            <summary>
            Gets or sets the gradient stops.
            </summary>
        </member>
        <member name="T:OxyPlot.Wpf.MagnitudeAxis">
            <summary>
            This is a WPF wrapper of OxyPlot.MagnitudeAxis.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.MagnitudeAxis.#cctor">
            <summary>
            Initializes static members of the <see cref="T:OxyPlot.Wpf.MagnitudeAxis"/> class.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.MagnitudeAxis.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:OxyPlot.Wpf.MagnitudeAxis"/> class.
            </summary>
        </member>
        <member name="T:OxyPlot.Wpf.TimeSpanAxis">
            <summary>
            This is a WPF wrapper of OxyPlot.TimeSpanAxis.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.TimeSpanAxis.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:OxyPlot.Wpf.TimeSpanAxis"/> class.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.TimeSpanAxis.CreateModel">
            <summary>
            Creates the internal axis.
            </summary>
            <returns>The internal axis.</returns>
        </member>
        <member name="M:OxyPlot.Wpf.TimeSpanAxis.SynchronizeProperties">
            <summary>
            The synchronize properties.
            </summary>
        </member>
        <member name="T:OxyPlot.Wpf.LogarithmicAxis">
            <summary>
            This is a WPF wrapper of OxyPlot.LogarithmicAxis.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.LogarithmicAxis.BaseProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.LogarithmicAxis.Base"/> dependency property.
            </summary>
            <value>The logarithmic base.</value>
        </member>
        <member name="F:OxyPlot.Wpf.LogarithmicAxis.PowerPaddingProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.LogarithmicAxis.PowerPadding"/> dependency property.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.LogarithmicAxis.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:OxyPlot.Wpf.LogarithmicAxis"/> class.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.LogarithmicAxis.CreateModel">
            <summary>
            Creates the internal axis.
            </summary>
            <returns>The internal axis.</returns>
        </member>
        <member name="M:OxyPlot.Wpf.LogarithmicAxis.SynchronizeProperties">
            <summary>
            Synchronizes the properties.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.LogarithmicAxis.Base">
            <summary>
            Gets or sets Base.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.LogarithmicAxis.PowerPadding">
            <summary>
            Gets or sets a value indicating whether the ActualMaximum and ActualMinimum values should be padded to the nearest power of the Base.
            </summary>
        </member>
        <member name="T:OxyPlot.Wpf.ThicknessConverter">
            <summary>
            Converts from <see cref="T:System.Windows.Thickness"/> to the maximum thicknesses.
            </summary>
            <remarks>This is used in the <see cref="T:OxyPlot.Wpf.TrackerControl"/> to convert BorderThickness properties to Path.StrokeThickness (double).
            The maximum thickness value is used.</remarks>
        </member>
        <member name="M:OxyPlot.Wpf.ThicknessConverter.Convert(System.Object,System.Type,System.Object,System.Globalization.CultureInfo)">
            <summary>
            Converts a value.
            </summary>
            <param name="value">The value produced by the binding source.</param>
            <param name="targetType">The type of the binding target property.</param>
            <param name="parameter">The converter parameter to use.</param>
            <param name="culture">The culture to use in the converter.</param>
            <returns>A converted value. If the method returns <c>null</c>, the valid <c>null</c> value is used.</returns>
        </member>
        <member name="M:OxyPlot.Wpf.ThicknessConverter.ConvertBack(System.Object,System.Type,System.Object,System.Globalization.CultureInfo)">
            <summary>
            Converts a value.
            </summary>
            <param name="value">The value that is produced by the binding target.</param>
            <param name="targetType">The type to convert to.</param>
            <param name="parameter">The converter parameter to use.</param>
            <param name="culture">The culture to use in the converter.</param>
            <returns>A converted value. If the method returns <c>null</c>, the valid <c>null</c> value is used.</returns>
        </member>
        <member name="T:OxyPlot.Wpf.OxyColorConverter">
            <summary>
            Converts between <see cref="T:OxyPlot.OxyColor"/> and <see cref="T:System.Windows.Media.Color"/>.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.OxyColorConverter.Convert(System.Object,System.Type,System.Object,System.Globalization.CultureInfo)">
            <summary>
            Converts a value.
            </summary>
            <param name="value">The value produced by the binding source.</param>
            <param name="targetType">The type of the binding target property.</param>
            <param name="parameter">The converter parameter to use.</param>
            <param name="culture">The culture to use in the converter.</param>
            <returns>A converted value. If the method returns <c>null</c>, the valid <c>null</c> value is used.</returns>
        </member>
        <member name="M:OxyPlot.Wpf.OxyColorConverter.ConvertBack(System.Object,System.Type,System.Object,System.Globalization.CultureInfo)">
            <summary>
            Converts a value.
            </summary>
            <param name="value">The value that is produced by the binding target.</param>
            <param name="targetType">The type to convert to.</param>
            <param name="parameter">The converter parameter to use.</param>
            <param name="culture">The culture to use in the converter.</param>
            <returns>A converted value. If the method returns <c>null</c>, the valid <c>null</c> value is used.</returns>
        </member>
        <member name="T:OxyPlot.Wpf.PlotCommands">
            <summary>
            Provides a standard set of commands for the <see cref="T:OxyPlot.Wpf.PlotView"/> control.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.PlotCommands.ResetAxes">
            <summary>
            Gets the value that represents the "Reset all axes" command.
            </summary>
        </member>
        <member name="T:OxyPlot.Wpf.PlotView">
            <summary>
            Represents a control that displays a <see cref="T:OxyPlot.PlotModel"/>.
            </summary>
            <summary>
            Represents a control that displays a <see cref="T:OxyPlot.PlotModel"/>.
            </summary>
            <remarks>This file contains dependency properties used for defining the PlotView in XAML. These properties are only used when Model is <c>null</c>. In this case an internal PlotModel is created and the dependency properties are copied from the control to the internal PlotModel.</remarks>
            <summary>
            Represents a control that displays a <see cref="T:OxyPlot.PlotModel"/>.
            </summary>
        </member>
        <member name="T:OxyPlot.Wpf.RenderingControl">
            <summary>
            Provides an abstract base class for Control objects that listens to the CompositionTarget.Rendering event.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.RenderingControl.renderingEventListener">
            <summary>
            The renderingEventListener
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.RenderingControl.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:OxyPlot.Wpf.RenderingControl"/> class.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.RenderingControl.SubscribeToRenderingEvent">
            <summary>
            Subscribes to CompositionTarget.Rendering event.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.RenderingControl.UnsubscribeRenderingEvent">
            <summary>
            Unsubscribes the CompositionTarget.Rendering event.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.RenderingControl.OnCompositionTargetRendering(System.Object,System.Windows.Media.RenderingEventArgs)">
            <summary>
            Handles the CompositionTarget.Rendering event.
            </summary>
            <param name="sender">The sender.</param>
            <param name="eventArgs">The <see cref="T:System.Windows.Media.RenderingEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="F:OxyPlot.Wpf.PlotView.PartGrid">
            <summary>
            The Grid PART constant.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.PlotView.modelLock">
            <summary>
            The model lock.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.PlotView.trackerDefinitions">
            <summary>
            The tracker definitions.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.PlotView.canvas">
            <summary>
            The canvas.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.PlotView.currentlyAttachedModel">
            <summary>
            The currently attached model.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.PlotView.currentModel">
            <summary>
            The current model (synchronized with the <see cref="P:OxyPlot.Wpf.PlotView.Model"/> property, but can be accessed from all threads.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.PlotView.currentTracker">
            <summary>
            The current tracker.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.PlotView.grid">
            <summary>
            The grid.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.PlotView.internalModel">
            <summary>
            The internal model.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.PlotView.defaultController">
            <summary>
            The default controller.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.PlotView.isPlotInvalidated">
            <summary>
            Invalidation flag (0: no update, 1: update visual elements only, 2:update data).
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.PlotView.isRendering">
            <summary>
            The is rendering flag.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.PlotView.mouseDownPoint">
            <summary>
            The mouse down point.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.PlotView.overlays">
            <summary>
            The overlays.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.PlotView.renderContext">
            <summary>
            The render context
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.PlotView.zoomControl">
            <summary>
            The zoom control.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.PlotView.#cctor">
            <summary>
            Initializes static members of the <see cref="T:OxyPlot.Wpf.PlotView"/> class.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.PlotView.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:OxyPlot.Wpf.PlotView"/> class.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.PlotView.HideTracker">
            <summary>
            Hides the tracker.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.PlotView.HideZoomRectangle">
            <summary>
            Hides the zoom rectangle.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.PlotView.InvalidatePlot(System.Boolean)">
            <summary>
            Invalidate the PlotView (not blocking the UI thread)
            </summary>
            <param name="updateData">The update Data.</param>
        </member>
        <member name="M:OxyPlot.Wpf.PlotView.SetCursorType(OxyPlot.CursorType)">
            <summary>
            Sets the cursor type.
            </summary>
            <param name="cursorType">The cursor type.</param>
        </member>
        <member name="M:OxyPlot.Wpf.PlotView.ShowTracker(OxyPlot.TrackerHitResult)">
            <summary>
            Shows the tracker.
            </summary>
            <param name="trackerHitResult">The tracker data.</param>
        </member>
        <member name="M:OxyPlot.Wpf.PlotView.ShowZoomRectangle(OxyPlot.OxyRect)">
            <summary>
            Shows the zoom rectangle.
            </summary>
            <param name="r">The rectangle.</param>
        </member>
        <member name="M:OxyPlot.Wpf.PlotView.SetClipboardText(System.String)">
            <summary>
            Stores text on the clipboard.
            </summary>
            <param name="text">The text.</param>
        </member>
        <member name="M:OxyPlot.Wpf.PlotView.OnApplyTemplate">
            <summary>
            When overridden in a derived class, is invoked whenever application code or internal processes call <see cref="M:System.Windows.FrameworkElement.ApplyTemplate" /> .
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.PlotView.PanAllAxes(System.Windows.Vector)">
            <summary>
            Pans all axes.
            </summary>
            <param name="delta">The delta.</param>
        </member>
        <member name="M:OxyPlot.Wpf.PlotView.ZoomAllAxes(System.Double)">
            <summary>
            Zooms all axes.
            </summary>
            <param name="factor">The zoom factor.</param>
        </member>
        <member name="M:OxyPlot.Wpf.PlotView.ResetAllAxes">
            <summary>
            Resets all axes.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.PlotView.SaveBitmap(System.String,System.Int32,System.Int32,OxyPlot.OxyColor)">
            <summary>
            Saves the PlotView as a bitmap.
            </summary>
            <param name="fileName">Name of the file.</param>
            <param name="width">The width.</param>
            <param name="height">The height.</param>
            <param name="background">The background.</param>
        </member>
        <member name="M:OxyPlot.Wpf.PlotView.SaveXaml(System.String)">
            <summary>
            Saves the PlotView as xaml.
            </summary>
            <param name="fileName">Name of the file.</param>
        </member>
        <member name="M:OxyPlot.Wpf.PlotView.ToBitmap">
            <summary>
            Renders the PlotView to a bitmap.
            </summary>
            <returns>A bitmap.</returns>
        </member>
        <member name="M:OxyPlot.Wpf.PlotView.ToXaml">
            <summary>
            Renders the PlotView to xaml.
            </summary>
            <returns>The xaml.</returns>
        </member>
        <member name="M:OxyPlot.Wpf.PlotView.ArrangeOverride(System.Windows.Size)">
            <summary>
            Called to arrange and size the content of a <see cref="T:System.Windows.Controls.Control" /> object.
            </summary>
            <param name="arrangeBounds">The computed size that is used to arrange the content.</param>
            <returns>The size of the control.</returns>
        </member>
        <member name="M:OxyPlot.Wpf.PlotView.OnAppearanceChanged">
            <summary>
            Called when the visual appearance is changed.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.PlotView.OnKeyDown(System.Windows.Input.KeyEventArgs)">
            <summary>
            Invoked when an unhandled KeyDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
            </summary>
            <param name="e">The <see cref="T:System.Windows.Input.KeyEventArgs" /> that contains the event data.</param>
        </member>
        <member name="M:OxyPlot.Wpf.PlotView.OnMouseDown(System.Windows.Input.MouseButtonEventArgs)">
            <summary>
            Invoked when an unhandled MouseDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
            </summary>
            <param name="e">The <see cref="T:System.Windows.Input.MouseButtonEventArgs" /> that contains the event data. This event data reports details about the mouse button that was pressed and the handled state.</param>
        </member>
        <member name="M:OxyPlot.Wpf.PlotView.OnMouseMove(System.Windows.Input.MouseEventArgs)">
            <summary>
            Invoked when an unhandled MouseMove attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
            </summary>
            <param name="e">The <see cref="T:System.Windows.Input.MouseEventArgs" /> that contains the event data.</param>
        </member>
        <member name="M:OxyPlot.Wpf.PlotView.OnMouseUp(System.Windows.Input.MouseButtonEventArgs)">
            <summary>
            Invoked when an unhandled MouseUp routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
            </summary>
            <param name="e">The <see cref="T:System.Windows.Input.MouseButtonEventArgs" /> that contains the event data. The event data reports that the mouse button was released.</param>
        </member>
        <member name="M:OxyPlot.Wpf.PlotView.OnMouseEnter(System.Windows.Input.MouseEventArgs)">
            <summary>
            Invoked when an unhandled <see cref="E:System.Windows.Input.Mouse.MouseEnter" /> attached event is raised on this element. Implement this method to add class handling for this event.
            </summary>
            <param name="e">The <see cref="T:System.Windows.Input.MouseEventArgs" /> that contains the event data.</param>
        </member>
        <member name="M:OxyPlot.Wpf.PlotView.OnMouseLeave(System.Windows.Input.MouseEventArgs)">
            <summary>
            Invoked when an unhandled <see cref="E:System.Windows.Input.Mouse.MouseLeave" /> attached event is raised on this element. Implement this method to add class handling for this event.
            </summary>
            <param name="e">The <see cref="T:System.Windows.Input.MouseEventArgs" /> that contains the event data.</param>
        </member>
        <member name="M:OxyPlot.Wpf.PlotView.OnMouseWheel(System.Windows.Input.MouseWheelEventArgs)">
            <summary>
            Invoked when an unhandled MouseWheel attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
            </summary>
            <param name="e">The <see cref="T:System.Windows.Input.MouseWheelEventArgs" /> that contains the event data.</param>
        </member>
        <member name="M:OxyPlot.Wpf.PlotView.OnVisualParentChanged(System.Windows.DependencyObject)">
            <summary>
            Called when the parent of visual object is changed.
            </summary>
            <param name="oldParent">A value of type <see cref="T:System.Windows.DependencyObject" /> that represents the previous parent of the <see cref="T:System.Windows.Media.Media3D.Visual3D" /> object. If the <see cref="T:System.Windows.Media.Media3D.Visual3D" /> object did not have a previous parent, the value of the parameter is <c>null</c>.</param>
        </member>
        <member name="M:OxyPlot.Wpf.PlotView.PlotLoaded(System.Object,System.Windows.RoutedEventArgs)">
            <summary>
            Handles the Loaded event.
            </summary>
            <param name="sender">The sender.</param>
            <param name="e">The <see cref="T:System.Windows.RoutedEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:OxyPlot.Wpf.PlotView.PlotUnloaded(System.Object,System.Windows.RoutedEventArgs)">
            <summary>
            Handles the Unloaded event.
            </summary>
            <param name="sender">The sender.</param>
            <param name="e">The <see cref="T:System.Windows.RoutedEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:OxyPlot.Wpf.PlotView.AppearanceChanged(System.Windows.DependencyObject,System.Windows.DependencyPropertyChangedEventArgs)">
            <summary>
            Called when the visual appearance is changed.
            </summary>
            <param name="d">The d.</param>
            <param name="e">The <see cref="T:System.Windows.DependencyPropertyChangedEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:OxyPlot.Wpf.PlotView.ModelChanged(System.Windows.DependencyObject,System.Windows.DependencyPropertyChangedEventArgs)">
            <summary>
            Called when the model is changed.
            </summary>
            <param name="d">The sender.</param>
            <param name="e">The <see cref="T:System.Windows.DependencyPropertyChangedEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:OxyPlot.Wpf.PlotView.DoCopy(System.Object,System.Windows.Input.ExecutedRoutedEventArgs)">
            <summary>
            Performs the copy operation.
            </summary>
            <param name="sender">The sender.</param>
            <param name="e">The <see cref="T:System.Windows.Input.ExecutedRoutedEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:OxyPlot.Wpf.PlotView.Invoke(System.Action)">
            <summary>
            Invokes the specified action on the UI Thread (blocking the calling thread).
            </summary>
            <param name="action">The action.</param>
        </member>
        <member name="M:OxyPlot.Wpf.PlotView.BeginInvoke(System.Action)">
            <summary>
            Invokes the specified action on the UI Thread (without blocking the calling thread).
            </summary>
            <param name="action">The action.</param>
        </member>
        <member name="M:OxyPlot.Wpf.PlotView.OnAnnotationsChanged(System.Object,System.Collections.Specialized.NotifyCollectionChangedEventArgs)">
            <summary>
            Called when annotations is changed.
            </summary>
            <param name="sender">The sender.</param>
            <param name="e">The <see cref="T:System.Collections.Specialized.NotifyCollectionChangedEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:OxyPlot.Wpf.PlotView.OnAxesChanged(System.Object,System.Collections.Specialized.NotifyCollectionChangedEventArgs)">
            <summary>
            Called when axes is changed.
            </summary>
            <param name="sender">The sender.</param>
            <param name="e">The <see cref="T:System.Collections.Specialized.NotifyCollectionChangedEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:OxyPlot.Wpf.PlotView.OnModelChanged">
            <summary>
            Called when the model is changed.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.PlotView.OnSeriesChanged(System.Object,System.Collections.Specialized.NotifyCollectionChangedEventArgs)">
            <summary>
            Called when series is changed.
            </summary>
            <param name="sender">The sender.</param>
            <param name="e">The <see cref="T:System.Collections.Specialized.NotifyCollectionChangedEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:OxyPlot.Wpf.PlotView.OnSizeChanged(System.Object,System.Windows.SizeChangedEventArgs)">
            <summary>
            Called when size of the control is changed.
            </summary>
            <param name="sender">The sender.</param>
            <param name="e">The <see cref="T:System.Windows.SizeChangedEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:OxyPlot.Wpf.PlotView.SyncLogicalTree(System.Collections.Specialized.NotifyCollectionChangedEventArgs)">
            <summary>
            Synchronizes the logical tree.
            </summary>
            <param name="e">The <see cref="T:System.Collections.Specialized.NotifyCollectionChangedEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:OxyPlot.Wpf.PlotView.UpdateModel(System.Boolean)">
            <summary>
            Updates the model. If Model==<c>null</c>, an internal model will be created. The ActualModel.Update will be called (updates all series data).
            </summary>
            <param name="updateData">if set to <c>true</c> , all data collections will be updated.</param>
        </member>
        <member name="M:OxyPlot.Wpf.PlotView.SynchronizeProperties">
            <summary>
            Synchronize properties in the internal PlotView model
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.PlotView.SynchronizeAnnotations">
            <summary>
            Synchronizes the annotations in the internal model.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.PlotView.SynchronizeAxes">
            <summary>
            Synchronizes the axes in the internal model.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.PlotView.SynchronizeSeries">
            <summary>
            Synchronizes the series in the internal model.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.PlotView.UpdateVisuals">
            <summary>
            Updates the visuals.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.PlotView.ControllerProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.PlotView.Controller"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.PlotView.CultureProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.PlotView.Culture"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.PlotView.DefaultTrackerTemplateProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.PlotView.DefaultTrackerTemplate"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.PlotView.IsLegendVisibleProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.PlotView.IsLegendVisible"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.PlotView.IsMouseWheelEnabledProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.PlotView.IsMouseWheelEnabled"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.PlotView.LegendBackgroundProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.PlotView.LegendBackground"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.PlotView.LegendBorderProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.PlotView.LegendBorder"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.PlotView.LegendBorderThicknessProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.PlotView.LegendBorderThickness"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.PlotView.LegendFontProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.PlotView.LegendFont"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.PlotView.LegendFontSizeProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.PlotView.LegendFontSize"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.PlotView.LegendFontWeightProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.PlotView.LegendFontWeight"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.PlotView.LegendItemAlignmentProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.PlotView.LegendItemAlignment"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.PlotView.LegendItemOrderProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.PlotView.LegendItemOrder"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.PlotView.LegendItemSpacingProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.PlotView.LegendItemSpacing"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.PlotView.LegendMarginProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.PlotView.LegendMargin"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.PlotView.LegendMaxWidthProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.PlotView.LegendMaxWidth"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.PlotView.LegendOrientationProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.PlotView.LegendOrientation"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.PlotView.LegendColumnSpacingProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.PlotView.LegendColumnSpacing"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.PlotView.LegendPaddingProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.PlotView.LegendPadding"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.PlotView.LegendPlacementProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.PlotView.LegendPlacement"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.PlotView.LegendPositionProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.PlotView.LegendPosition"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.PlotView.LegendSymbolLengthProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.PlotView.LegendSymbolLength"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.PlotView.LegendSymbolMarginProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.PlotView.LegendSymbolMargin"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.PlotView.LegendSymbolPlacementProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.PlotView.LegendSymbolPlacement"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.PlotView.SelectionColorProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.PlotView.SelectionColor"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.PlotView.RenderingDecoratorProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.PlotView.RenderingDecorator"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.PlotView.SubtitleFontProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.PlotView.SubtitleFont"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.PlotView.TitleColorProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.PlotView.TitleColor"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.PlotView.SubtitleColorProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.PlotView.SubtitleColor"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.PlotView.DefaultFontProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.PlotView.DefaultFont"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.PlotView.DefaultFontSizeProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.PlotView.DefaultFontSize"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.PlotView.DefaultColorsProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.PlotView.DefaultColors"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.PlotView.AxisTierDistanceProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.PlotView.AxisTierDistance"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.PlotView.LegendTextColorProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.PlotView.LegendTextColor"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.PlotView.LegendTitleProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.PlotView.LegendTitle"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.PlotView.LegendTitleColorProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.PlotView.LegendTextColor"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.PlotView.LegendTitleFontProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.PlotView.LegendTitleFont"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.PlotView.LegendTitleFontSizeProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.PlotView.LegendTitleFontSize"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.PlotView.LegendTitleFontWeightProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.PlotView.LegendTitleFontWeight"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.PlotView.ModelProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.PlotView.Model"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.PlotView.PanCursorProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.PlotView.PanCursor"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.PlotView.PlotAreaBackgroundProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.PlotView.PlotAreaBackground"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.PlotView.PlotAreaBorderColorProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.PlotView.PlotAreaBorderColor"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.PlotView.PlotAreaBorderThicknessProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.PlotView.PlotAreaBorderThickness"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.PlotView.PlotMarginsProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.PlotView.PlotMargins"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.PlotView.PlotTypeProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.PlotView.PlotType"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.PlotView.SubtitleFontSizeProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.PlotView.SubtitleFontSize"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.PlotView.SubtitleFontWeightProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.PlotView.SubtitleFontWeight"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.PlotView.SubtitleProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.PlotView.Subtitle"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.PlotView.TextColorProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.PlotView.TextColor"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.PlotView.TitleAlignmentProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.PlotView.TitleHorizontalAlignment"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.PlotView.TitleFontProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.PlotView.TitleFont"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.PlotView.TitleFontSizeProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.PlotView.TitleFontSize"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.PlotView.TitleFontWeightProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.PlotView.TitleFontWeight"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.PlotView.TitlePaddingProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.PlotView.TitlePadding"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.PlotView.TitleProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.PlotView.Title"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.PlotView.InvalidateFlagProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.PlotView.InvalidateFlag"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.PlotView.ZoomHorizontalCursorProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.PlotView.ZoomHorizontalCursor"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.PlotView.ZoomRectangleCursorProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.PlotView.ZoomRectangleCursor"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.PlotView.ZoomRectangleTemplateProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.PlotView.ZoomRectangleTemplate"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.PlotView.ZoomVerticalCursorProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.PlotView.ZoomVerticalCursor"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.PlotView.annotations">
            <summary>
            The annotations.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.PlotView.axes">
            <summary>
            The axes.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.PlotView.series">
            <summary>
            The series.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.PlotView.InvalidateFlagChanged">
            <summary>
            Invalidates the PlotView control/view when the <see cref="P:OxyPlot.Wpf.PlotView.InvalidateFlag"/> property is changed.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.PlotView.OnManipulationStarted(System.Windows.Input.ManipulationStartedEventArgs)">
            <summary>
            Called when the <see cref="E:System.Windows.UIElement.ManipulationStarted" /> event occurs.
            </summary>
            <param name="e">The data for the event.</param>
        </member>
        <member name="M:OxyPlot.Wpf.PlotView.OnManipulationDelta(System.Windows.Input.ManipulationDeltaEventArgs)">
            <summary>
            Called when the <see cref="E:System.Windows.UIElement.ManipulationDelta" /> event occurs.
            </summary>
            <param name="e">The data for the event.</param>
        </member>
        <member name="M:OxyPlot.Wpf.PlotView.OnManipulationCompleted(System.Windows.Input.ManipulationCompletedEventArgs)">
            <summary>
            Called when the <see cref="E:System.Windows.UIElement.ManipulationCompleted" /> event occurs.
            </summary>
            <param name="e">The data for the event.</param>
        </member>
        <member name="P:OxyPlot.Wpf.PlotView.Annotations">
            <summary>
            Gets the annotations.
            </summary>
            <value>The annotations.</value>
        </member>
        <member name="P:OxyPlot.Wpf.PlotView.DisconnectCanvasWhileUpdating">
            <summary>
            Gets or sets a value indicating whether to disconnect the canvas while updating.
            </summary>
            <value><c>true</c> if canvas should be disconnected while updating; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:OxyPlot.Wpf.PlotView.IsRendering">
            <summary>
            Gets or sets a value indicating whether this instance is being rendered.
            </summary>
            <remarks>When the visual is removed from the visual tree, this property should be set to <c>false</c>.</remarks>
        </member>
        <member name="P:OxyPlot.Wpf.PlotView.TrackerDefinitions">
            <summary>
            Gets the tracker definitions.
            </summary>
            <value>The tracker definitions.</value>
        </member>
        <member name="P:OxyPlot.Wpf.PlotView.OxyPlot#IView#ActualModel">
            <summary>
            Gets the actual model.
            </summary>
            <value>The actual model.</value>
        </member>
        <member name="P:OxyPlot.Wpf.PlotView.ActualModel">
            <summary>
            Gets the actual model.
            </summary>
            <value>The actual model.</value>
        </member>
        <member name="P:OxyPlot.Wpf.PlotView.OxyPlot#IView#ActualController">
            <summary>
            Gets the actual PlotView controller.
            </summary>
            <value>The actual PlotView controller.</value>
        </member>
        <member name="P:OxyPlot.Wpf.PlotView.ClientArea">
            <summary>
            Gets the coordinates of the client area of the view.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.PlotView.ActualController">
            <summary>
            Gets the actual PlotView controller.
            </summary>
            <value>The actual PlotView controller.</value>
        </member>
        <member name="P:OxyPlot.Wpf.PlotView.Axes">
            <summary>
            Gets the axes.
            </summary>
            <value>The axes.</value>
        </member>
        <member name="P:OxyPlot.Wpf.PlotView.Culture">
            <summary>
            Gets or sets Culture.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.PlotView.DefaultTrackerTemplate">
            <summary>
            Gets or sets the tracker template.
            </summary>
            <value>The tracker template.</value>
        </member>
        <member name="P:OxyPlot.Wpf.PlotView.IsLegendVisible">
            <summary>
            Gets or sets a value indicating whether IsLegendVisible.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.PlotView.IsMouseWheelEnabled">
            <summary>
            Gets or sets a value indicating whether the mouse wheel is enabled.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.PlotView.LegendBackground">
            <summary>
            Gets or sets LegendBackground.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.PlotView.LegendBorder">
            <summary>
            Gets or sets LegendBorder.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.PlotView.LegendBorderThickness">
            <summary>
            Gets or sets LegendBorderThickness.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.PlotView.LegendFont">
            <summary>
            Gets or sets LegendFont.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.PlotView.LegendFontSize">
            <summary>
            Gets or sets LegendFontSize.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.PlotView.LegendFontWeight">
            <summary>
            Gets or sets LegendFontWeight.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.PlotView.LegendItemAlignment">
            <summary>
            Gets or sets LegendItemAlignment.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.PlotView.LegendItemOrder">
            <summary>
            Gets or sets LegendItemOrder.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.PlotView.LegendItemSpacing">
            <summary>
            Gets or sets LegendItemSpacing.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.PlotView.LegendMaxWidth">
            <summary>
            Gets or sets the max width of the legends.
            </summary>
            <value>The max width of the legends.</value>
        </member>
        <member name="P:OxyPlot.Wpf.PlotView.LegendMargin">
            <summary>
            Gets or sets LegendMargin.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.PlotView.LegendOrientation">
            <summary>
            Gets or sets LegendOrientation.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.PlotView.LegendColumnSpacing">
            <summary>
            Gets or sets the legend column spacing.
            </summary>
            <value>The legend column spacing.</value>
        </member>
        <member name="P:OxyPlot.Wpf.PlotView.LegendPadding">
            <summary>
            Gets or sets the legend padding.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.PlotView.LegendPlacement">
            <summary>
            Gets or sets LegendPlacement.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.PlotView.LegendPosition">
            <summary>
            Gets or sets the legend position.
            </summary>
            <value>The legend position.</value>
        </member>
        <member name="P:OxyPlot.Wpf.PlotView.LegendSymbolLength">
            <summary>
            Gets or sets LegendSymbolLength.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.PlotView.LegendSymbolMargin">
            <summary>
            Gets or sets LegendSymbolMargin.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.PlotView.LegendSymbolPlacement">
            <summary>
            Gets or sets LegendSymbolPlacement.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.PlotView.LegendTitleFont">
            <summary>
            Gets or sets LegendTitleFont.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.PlotView.DefaultFont">
            <summary>
            Gets or sets the default font.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.PlotView.DefaultFontSize">
            <summary>
            Gets or sets the default font size.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.PlotView.DefaultColors">
            <summary>
            Gets or sets the default colors.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.PlotView.LegendTextColor">
            <summary>
            Gets or sets the text color of the legends.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.PlotView.LegendTitle">
            <summary>
            Gets or sets the legend title.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.PlotView.LegendTitleColor">
            <summary>
            Gets or sets color of the legend title.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.PlotView.AxisTierDistance">
            <summary>
            Gets or sets the axis tier distance.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.PlotView.SelectionColor">
            <summary>
            Gets or sets the color of selected elements.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.PlotView.RenderingDecorator">
            <summary>
            Gets or sets a rendering decorator.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.PlotView.SubtitleFont">
            <summary>
            Gets or sets the font of the subtitles.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.PlotView.TitleColor">
            <summary>
            Gets or sets the color of the titles.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.PlotView.LegendTitleFontSize">
            <summary>
            Gets or sets the font size of the legend titles.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.PlotView.SubtitleColor">
            <summary>
            Gets or sets the color of the subtitles.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.PlotView.LegendTitleFontWeight">
            <summary>
            Gets or sets the font weight of the legend titles.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.PlotView.Model">
            <summary>
            Gets or sets the model.
            </summary>
            <value>The model.</value>
        </member>
        <member name="P:OxyPlot.Wpf.PlotView.PanCursor">
            <summary>
            Gets or sets the pan cursor.
            </summary>
            <value>The pan cursor.</value>
        </member>
        <member name="P:OxyPlot.Wpf.PlotView.PlotAreaBackground">
            <summary>
            Gets or sets the background brush of the PlotView area.
            </summary>
            <value>The brush.</value>
        </member>
        <member name="P:OxyPlot.Wpf.PlotView.PlotAreaBorderColor">
            <summary>
            Gets or sets the color of the PlotView area border.
            </summary>
            <value>The color of the PlotView area border.</value>
        </member>
        <member name="P:OxyPlot.Wpf.PlotView.PlotAreaBorderThickness">
            <summary>
            Gets or sets the thickness of the PlotView area border.
            </summary>
            <value>The thickness of the PlotView area border.</value>
        </member>
        <member name="P:OxyPlot.Wpf.PlotView.Controller">
            <summary>
            Gets or sets the PlotView controller.
            </summary>
            <value>The PlotView controller.</value>
        </member>
        <member name="P:OxyPlot.Wpf.PlotView.PlotMargins">
            <summary>
            Gets or sets the PlotView margins.
            </summary>
            <value>The PlotView margins.</value>
        </member>
        <member name="P:OxyPlot.Wpf.PlotView.PlotType">
            <summary>
            Gets or sets PlotType.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.PlotView.Series">
            <summary>
            Gets the series.
            </summary>
            <value>The series.</value>
        </member>
        <member name="P:OxyPlot.Wpf.PlotView.Subtitle">
            <summary>
            Gets or sets the subtitle.
            </summary>
            <value>The subtitle.</value>
        </member>
        <member name="P:OxyPlot.Wpf.PlotView.SubtitleFontSize">
            <summary>
            Gets or sets the font size of the subtitle.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.PlotView.SubtitleFontWeight">
            <summary>
            Gets or sets the font weight of the subtitle.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.PlotView.TextColor">
            <summary>
            Gets or sets text color.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.PlotView.Title">
            <summary>
            Gets or sets the title.
            </summary>
            <value>The title.</value>
        </member>
        <member name="P:OxyPlot.Wpf.PlotView.TitleHorizontalAlignment">
            <summary>
            Gets or sets the horizontal alignment of the title and subtitle.
            </summary>
            <value>
            The alignment.
            </value>
        </member>
        <member name="P:OxyPlot.Wpf.PlotView.TitleFont">
            <summary>
            Gets or sets font of the title.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.PlotView.TitleFontSize">
            <summary>
            Gets or sets font size of the title.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.PlotView.TitleFontWeight">
            <summary>
            Gets or sets font weight of the title.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.PlotView.TitlePadding">
            <summary>
            Gets or sets padding around the title.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.PlotView.InvalidateFlag">
            <summary>
            Gets or sets the refresh flag (an integer value). When the flag is changed, the PlotView will be refreshed.
            </summary>
            <value>The refresh value.</value>
        </member>
        <member name="P:OxyPlot.Wpf.PlotView.ZoomHorizontalCursor">
            <summary>
            Gets or sets the horizontal zoom cursor.
            </summary>
            <value>The zoom horizontal cursor.</value>
        </member>
        <member name="P:OxyPlot.Wpf.PlotView.ZoomRectangleCursor">
            <summary>
            Gets or sets the rectangle zoom cursor.
            </summary>
            <value>The zoom rectangle cursor.</value>
        </member>
        <member name="P:OxyPlot.Wpf.PlotView.ZoomRectangleTemplate">
            <summary>
            Gets or sets the zoom rectangle template.
            </summary>
            <value>The zoom rectangle template.</value>
        </member>
        <member name="P:OxyPlot.Wpf.PlotView.ZoomVerticalCursor">
            <summary>
            Gets or sets the vertical zoom cursor.
            </summary>
            <value>The zoom vertical cursor.</value>
        </member>
        <member name="T:OxyPlot.Wpf.HeatMapSeries">
            <summary>
            HeatMapSeries WPF wrapper
            </summary>
        </member>
        <member name="T:OxyPlot.Wpf.XYAxisSeries">
            <summary>
            Abstract base class for series that use X and Y axes.
            </summary>
        </member>
        <member name="T:OxyPlot.Wpf.ItemsSeries">
            <summary>
            Abstract base class for series that use X and Y axes.
            </summary>
        </member>
        <member name="T:OxyPlot.Wpf.Series">
            <summary>
            Abstract base class for series.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Series.ColorProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.Series.Color"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Series.TitleProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.Series.Title"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Series.TrackerFormatStringProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.Series.TrackerFormatString"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Series.TrackerKeyProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.Series.TrackerKey"/> dependency property.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.Series.#cctor">
            <summary>
            Initializes static members of the <see cref="T:OxyPlot.Wpf.Series"/> class.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.Series.CreateModel">
            <summary>
            Creates the model.
            </summary>
            <returns>A series.</returns>
        </member>
        <member name="M:OxyPlot.Wpf.Series.AppearanceChanged(System.Windows.DependencyObject,System.Windows.DependencyPropertyChangedEventArgs)">
            <summary>
            The appearance changed.
            </summary>
            <param name="d">The d.</param>
            <param name="e">The e.</param>
        </member>
        <member name="M:OxyPlot.Wpf.Series.DataChanged(System.Windows.DependencyObject,System.Windows.DependencyPropertyChangedEventArgs)">
            <summary>
            The data changed.
            </summary>
            <param name="d">The d.</param>
            <param name="e">The e.</param>
        </member>
        <member name="M:OxyPlot.Wpf.Series.OnDataChanged">
            <summary>
            The on data changed.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.Series.OnItemsSourceChanged(System.Collections.IEnumerable,System.Collections.IEnumerable)">
            <summary>
            The on items source changed.
            </summary>
            <param name="oldValue">The old value.</param>
            <param name="newValue">The new value.</param>
        </member>
        <member name="M:OxyPlot.Wpf.Series.OnVisualChanged">
            <summary>
            The on visual changed.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.Series.SynchronizeProperties(OxyPlot.Series.Series)">
            <summary>
            Synchronizes the properties.
            </summary>
            <param name="s">The series.</param>
        </member>
        <member name="P:OxyPlot.Wpf.Series.Color">
            <summary>
            Gets or sets Color.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.Series.InternalSeries">
            <summary>
            Gets or sets the internal series.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.Series.Title">
            <summary>
            Gets or sets Title.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.Series.TrackerFormatString">
            <summary>
            Gets or sets TrackerFormatString.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.Series.TrackerKey">
            <summary>
            Gets or sets TrackerKey.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.ItemsSeries.SynchronizeProperties(OxyPlot.Series.Series)">
            <summary>
            Synchronizes the properties.
            </summary>
            <param name="series">The series.</param>
        </member>
        <member name="F:OxyPlot.Wpf.XYAxisSeries.XAxisKeyProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.XYAxisSeries.XAxisKey"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.XYAxisSeries.YAxisKeyProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.XYAxisSeries.YAxisKey"/> dependency property.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.XYAxisSeries.#cctor">
            <summary>
            Initializes static members of the <see cref="T:OxyPlot.Wpf.XYAxisSeries"/> class.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.XYAxisSeries.SynchronizeProperties(OxyPlot.Series.Series)">
            <summary>
            Synchronizes the properties.
            </summary>
            <param name="series">The series.</param>
        </member>
        <member name="P:OxyPlot.Wpf.XYAxisSeries.XAxisKey">
            <summary>
            Gets or sets the x-axis key.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.XYAxisSeries.YAxisKey">
            <summary>
            Gets or sets the y axis key.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.HeatMapSeries.DataProperty">
            <summary>
            Identifies this <see cref="F:OxyPlot.Wpf.HeatMapSeries.DataProperty"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.HeatMapSeries.X0Property">
            <summary>
            Identifies this <see cref="F:OxyPlot.Wpf.HeatMapSeries.X0Property"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.HeatMapSeries.X1Property">
            <summary>
            Identifies this <see cref="F:OxyPlot.Wpf.HeatMapSeries.X1Property"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.HeatMapSeries.Y0Property">
            <summary>
            Identifies this <see cref="F:OxyPlot.Wpf.HeatMapSeries.Y0Property"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.HeatMapSeries.Y1Property">
            <summary>
            Identifies this <see cref="F:OxyPlot.Wpf.HeatMapSeries.Y1Property"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.HeatMapSeries.ColorAxisKeyProperty">
            <summary>
            Identifies this <see cref="F:OxyPlot.Wpf.HeatMapSeries.ColorAxisKeyProperty"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.HeatMapSeries.LowColorProperty">
            <summary>
            Identifies this <see cref="F:OxyPlot.Wpf.HeatMapSeries.LowColorProperty"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.HeatMapSeries.HighColorProperty">
            <summary>
            Identifies this <see cref="F:OxyPlot.Wpf.HeatMapSeries.HighColorProperty"/> dependency property.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.HeatMapSeries.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:OxyPlot.Wpf.HeatMapSeries"/> class.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.HeatMapSeries.CreateModel">
            <summary>
            The create model.
            </summary>
            <returns>
            The <see cref="T:OxyPlot.Wpf.Series"/>.
            </returns>
        </member>
        <member name="M:OxyPlot.Wpf.HeatMapSeries.SynchronizeProperties(OxyPlot.Series.Series)">
            <summary>
            The synchronize properties.
            </summary>
            <param name="series">
            The series.
            </param>
        </member>
        <member name="P:OxyPlot.Wpf.HeatMapSeries.LowColor">
            <summary>
            Gets or sets LowColor
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.HeatMapSeries.HighColor">
            <summary>
            Gets or sets HighColor
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.HeatMapSeries.ColorAxisKey">
            <summary>
            Gets or sets ColorAxisKey property.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.HeatMapSeries.X0">
            <summary>
            Gets or sets X0.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.HeatMapSeries.X1">
            <summary>
            Gets or sets X1
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.HeatMapSeries.Y0">
            <summary>
            Gets or sets Y0
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.HeatMapSeries.Y1">
            <summary>
            Gets or sets Y1
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.HeatMapSeries.Data">
            <summary>
            Gets or sets Data
            </summary>
        </member>
        <member name="T:OxyPlot.Wpf.ScatterSeries`1">
            <summary>
            Provides a base class for scatter series.
            </summary>
            <typeparam name="T">The type of the points.</typeparam>
        </member>
        <member name="F:OxyPlot.Wpf.ScatterSeries`1.BinSizeProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.ScatterSeries`1.BinSize"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.ScatterSeries`1.DataFieldSizeProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.ScatterSeries`1.DataFieldSize"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.ScatterSeries`1.DataFieldTagProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.ScatterSeries`1.DataFieldTag"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.ScatterSeries`1.DataFieldValueProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.ScatterSeries`1.DataFieldValue"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.ScatterSeries`1.DataFieldXProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.ScatterSeries`1.DataFieldX"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.ScatterSeries`1.DataFieldYProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.ScatterSeries`1.DataFieldY"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.ScatterSeries`1.MappingProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.ScatterSeries`1.Mapping"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.ScatterSeries`1.MarkerFillProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.ScatterSeries`1.MarkerFill"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.ScatterSeries`1.MarkerOutlineProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.ScatterSeries`1.MarkerOutline"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.ScatterSeries`1.MarkerSizeProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.ScatterSeries`1.MarkerSize"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.ScatterSeries`1.MarkerStrokeProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.ScatterSeries`1.MarkerStroke"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.ScatterSeries`1.MarkerStrokeThicknessProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.ScatterSeries`1.MarkerStrokeThickness"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.ScatterSeries`1.MarkerTypeProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.ScatterSeries`1.MarkerType"/> dependency property.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.ScatterSeries`1.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:OxyPlot.Wpf.ScatterSeries`1"/> class.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.ScatterSeries`1.CreateModel">
            <summary>
            Creates the internal series.
            </summary>
            <returns>The series.</returns>
        </member>
        <member name="M:OxyPlot.Wpf.ScatterSeries`1.SynchronizeProperties(OxyPlot.Series.Series)">
            <summary>
            Synchronizes the properties.
            </summary>
            <param name="series">The series.</param>
        </member>
        <member name="P:OxyPlot.Wpf.ScatterSeries`1.BinSize">
            <summary>
            Gets or sets bin size.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.ScatterSeries`1.DataFieldSize">
            <summary>
            Gets or sets size data field.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.ScatterSeries`1.DataFieldTag">
            <summary>
            Gets or sets tag data field.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.ScatterSeries`1.DataFieldValue">
            <summary>
            Gets or sets value (color) data field.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.ScatterSeries`1.DataFieldX">
            <summary>
            Gets or sets X data field.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.ScatterSeries`1.DataFieldY">
            <summary>
            Gets or sets Y data field.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.ScatterSeries`1.Mapping">
            <summary>
            Gets or sets mapping function.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.ScatterSeries`1.MarkerFill">
            <summary>
            Gets or sets fill color of the markers.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.ScatterSeries`1.MarkerOutline">
            <summary>
            Gets or sets custom outline of the markers.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.ScatterSeries`1.MarkerSize">
            <summary>
            Gets or sets the size of the markers.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.ScatterSeries`1.MarkerStroke">
            <summary>
            Gets or sets color of the marker strokes.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.ScatterSeries`1.MarkerStrokeThickness">
            <summary>
            Gets or sets thickness of the marker strokes.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.ScatterSeries`1.MarkerType">
            <summary>
            Gets or sets type of the markers.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.ScatterSeries`1.ColorAxisKey">
            <summary>
            Gets or sets the color axis key.
            </summary>
            <value>The color axis key.</value>
        </member>
        <member name="T:OxyPlot.Wpf.StairStepSeries">
            <summary>
            This is a WPF wrapper of OxyPlot.StairStepSeries
            </summary>
        </member>
        <member name="T:OxyPlot.Wpf.LineSeries">
            <summary>
            This is a WPF wrapper of OxyPlot.LineSeries
            </summary>
        </member>
        <member name="T:OxyPlot.Wpf.DataPointSeries">
            <summary>
            Base class for data series
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.DataPointSeries.CanTrackerInterpolatePointsProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.DataPointSeries.CanTrackerInterpolatePoints"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.DataPointSeries.DataFieldXProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.DataPointSeries.DataFieldX"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.DataPointSeries.DataFieldYProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.DataPointSeries.DataFieldY"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.DataPointSeries.MappingProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.DataPointSeries.Mapping"/> dependency property.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.DataPointSeries.SynchronizeProperties(OxyPlot.Series.Series)">
            <summary>
            Synchronizes the properties.
            </summary>
            <param name="series">The series.</param>
        </member>
        <member name="P:OxyPlot.Wpf.DataPointSeries.CanTrackerInterpolatePoints">
            <summary>
            Gets or sets a value indicating whether the tracker can interpolate points.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.DataPointSeries.DataFieldX">
            <summary>
            Gets or sets DataFieldX.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.DataPointSeries.DataFieldY">
            <summary>
            Gets or sets DataFieldY.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.DataPointSeries.Mapping">
            <summary>
            Gets or sets the mapping.
            </summary>
            <value>The mapping.</value>
        </member>
        <member name="F:OxyPlot.Wpf.LineSeries.BrokenLineColorProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.LineSeries.BrokenLineColor"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.LineSeries.BrokenLineStyleProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.LineSeries.BrokenLineStyle"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.LineSeries.BrokenLineThicknessProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.LineSeries.BrokenLineThickness"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.LineSeries.DashesProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.LineSeries.Dashes"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.LineSeries.DecimatorProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.LineSeries.Decimator"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.LineSeries.LabelFormatStringProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.LineSeries.LabelFormatString"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.LineSeries.LabelMarginProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.LineSeries.LabelMargin"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.LineSeries.LineJoinProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.LineSeries.LineJoin"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.LineSeries.LineLegendPositionProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.LineSeries.LineLegendPosition"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.LineSeries.LineStyleProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.LineSeries.LineStyle"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.LineSeries.MarkerFillProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.LineSeries.MarkerFill"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.LineSeries.MarkerOutlineProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.LineSeries.MarkerOutline"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.LineSeries.MarkerResolutionProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.LineSeries.MarkerResolution"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.LineSeries.MarkerSizeProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.LineSeries.MarkerSize"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.LineSeries.MarkerStrokeProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.LineSeries.MarkerStroke"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.LineSeries.MarkerStrokeThicknessProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.LineSeries.MarkerStrokeThickness"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.LineSeries.MarkerTypeProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.LineSeries.MarkerType"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.LineSeries.MinimumSegmentLengthProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.LineSeries.MinimumSegmentLength"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.LineSeries.SmoothProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.LineSeries.Smooth"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.LineSeries.StrokeThicknessProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.LineSeries.StrokeThickness"/> dependency property.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.LineSeries.#cctor">
            <summary>
            Initializes static members of the <see cref="T:OxyPlot.Wpf.LineSeries"/> class.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.LineSeries.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:OxyPlot.Wpf.LineSeries"/> class.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.LineSeries.CreateModel">
            <summary>
            Creates the internal series.
            </summary>
            <returns>The internal series.</returns>
        </member>
        <member name="M:OxyPlot.Wpf.LineSeries.SynchronizeProperties(OxyPlot.Series.Series)">
            <summary>
            Synchronizes the properties.
            </summary>
            <param name="series">The series.</param>
        </member>
        <member name="P:OxyPlot.Wpf.LineSeries.BrokenLineColor">
            <summary>
            Gets or sets the broken line color.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.LineSeries.BrokenLineStyle">
            <summary>
            Gets or sets the broken line style.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.LineSeries.BrokenLineThickness">
            <summary>
            Gets or sets the broken line thickness.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.LineSeries.Dashes">
            <summary>
            Gets or sets Dashes.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.LineSeries.Decimator">
            <summary>
            Gets or sets the decimator.
            </summary>
            <value>
            The decimator.
            </value>
        </member>
        <member name="P:OxyPlot.Wpf.LineSeries.LabelFormatString">
            <summary>
            Gets or sets the label format string.
            </summary>
            <value>The label format string.</value>
        </member>
        <member name="P:OxyPlot.Wpf.LineSeries.LabelMargin">
            <summary>
            Gets or sets the label margin.
            </summary>
            <value>The label margin.</value>
        </member>
        <member name="P:OxyPlot.Wpf.LineSeries.LineJoin">
            <summary>
            Gets or sets LineJoin.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.LineSeries.LineLegendPosition">
            <summary>
            Gets or sets LineLegendPosition.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.LineSeries.LineStyle">
            <summary>
            Gets or sets LineStyle.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.LineSeries.MarkerFill">
            <summary>
            Gets or sets MarkerFill.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.LineSeries.MarkerOutline">
            <summary>
            Gets or sets MarkerOutline.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.LineSeries.MarkerResolution">
            <summary>
            Gets or sets the marker resolution.
            </summary>
            <value>The marker resolution.</value>
        </member>
        <member name="P:OxyPlot.Wpf.LineSeries.MarkerSize">
            <summary>
            Gets or sets the marker size.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.LineSeries.MarkerStroke">
            <summary>
            Gets or sets MarkerStroke.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.LineSeries.MarkerStrokeThickness">
            <summary>
            Gets or sets MarkerStrokeThickness.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.LineSeries.MarkerType">
            <summary>
            Gets or sets MarkerType.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.LineSeries.MinimumSegmentLength">
            <summary>
            Gets or sets MinimumSegmentLength.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.LineSeries.Smooth">
            <summary>
            Gets or sets a value indicating whether this <see cref="T:OxyPlot.Wpf.DataPointSeries"/> is smooth.
            </summary>
            <value><c>true</c> if smooth; otherwise, <c>false</c> .</value>
        </member>
        <member name="P:OxyPlot.Wpf.LineSeries.StrokeThickness">
            <summary>
            Gets or sets StrokeThickness.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.StairStepSeries.VerticalStrokeThicknessProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.StairStepSeries.VerticalStrokeThickness"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.StairStepSeries.VerticalLineStyleProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.StairStepSeries.VerticalStrokeThickness"/> dependency property.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.StairStepSeries.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:OxyPlot.Wpf.StairStepSeries"/> class.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.StairStepSeries.CreateModel">
            <summary>
            Creates the internal series.
            </summary>
            <returns>
            The internal series.
            </returns>
        </member>
        <member name="M:OxyPlot.Wpf.StairStepSeries.SynchronizeProperties(OxyPlot.Series.Series)">
            <summary>
            Synchronizes the properties.
            </summary>
            <param name="series">The series.</param>
        </member>
        <member name="P:OxyPlot.Wpf.StairStepSeries.VerticalStrokeThickness">
            <summary>
            Gets or sets the stroke thickness of the vertical line segments.
            </summary>
            <value>The vertical stroke thickness.</value>
            <remarks>Set the value to NaN to use the StrokeThickness property for both horizontal and vertical segments.
            Using the VerticalStrokeThickness property will have a small performance hit.</remarks>
        </member>
        <member name="P:OxyPlot.Wpf.StairStepSeries.VerticalLineStyle">
            <summary>
            Gets or sets the line style of the vertical line segments.
            </summary>
            <value>The vertical line style.</value>
        </member>
        <member name="T:OxyPlot.Wpf.ScatterErrorSeries">
            <summary>
            This is a WPF wrapper of OxyPlot.ScatterErrorSeries
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.ScatterErrorSeries.DataFieldErrorXProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.ScatterErrorSeries.DataFieldErrorX"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.ScatterErrorSeries.DataFieldErrorYProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.ScatterErrorSeries.DataFieldErrorY"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.ScatterErrorSeries.ErrorBarColorProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.ScatterErrorSeries.ErrorBarColor"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.ScatterErrorSeries.ErrorBarStopWidthProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.ScatterErrorSeries.ErrorBarStopWidth"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.ScatterErrorSeries.ErrorBarStrokeThicknessProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.ScatterErrorSeries.ErrorBarStrokeThickness"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.ScatterErrorSeries.MinimumErrorSizeProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.ScatterErrorSeries.MinimumErrorSize"/> dependency property.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.ScatterErrorSeries.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:OxyPlot.Wpf.ScatterErrorSeries"/> class.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.ScatterErrorSeries.SynchronizeProperties(OxyPlot.Series.Series)">
            <summary>
            Synchronizes the properties.
            </summary>
            <param name="series">The series.</param>
        </member>
        <member name="P:OxyPlot.Wpf.ScatterErrorSeries.DataFieldErrorX">
            <summary>
            Gets or sets the data field X error.
            </summary>
            <value>
            The data field error.
            </value>
        </member>
        <member name="P:OxyPlot.Wpf.ScatterErrorSeries.DataFieldErrorY">
            <summary>
            Gets or sets the data field Y error.
            </summary>
            <value>
            The data field error.
            </value>
        </member>
        <member name="P:OxyPlot.Wpf.ScatterErrorSeries.ErrorBarColor">
            <summary>
            Gets or sets the color of the error bar.
            </summary>
            <value>
            The color of the error bar.
            </value>
        </member>
        <member name="P:OxyPlot.Wpf.ScatterErrorSeries.ErrorBarStopWidth">
            <summary>
            Gets or sets the width of the error bar stop.
            </summary>
            <value>
            The width of the error bar stop.
            </value>
        </member>
        <member name="P:OxyPlot.Wpf.ScatterErrorSeries.ErrorBarStrokeThickness">
            <summary>
            Gets or sets the error bar stroke thickness.
            </summary>
            <value>
            The error bar stroke thickness.
            </value>
        </member>
        <member name="P:OxyPlot.Wpf.ScatterErrorSeries.MinimumErrorSize">
            <summary>
            Gets or sets the minimum size (relative to <see cref="P:OxyPlot.Wpf.ScatterSeries`1.MarkerSize"/>) of the error bars to be shown.
            </summary>
        </member>
        <member name="T:OxyPlot.Wpf.RenderingEventListener">
            <summary>
            Provides a weak event listener that pass the CompositionTarget.Rendering event to the specified handler.
            </summary>
        </member>
        <member name="T:OxyPlot.Wpf.WeakEventListener`2">
            <summary>
            Provides a weak event listener that pass the events of the specified event manager to the specified event handler.
            </summary>
            <typeparam name="TEventManager">The type of the event manager.</typeparam>
            <typeparam name="TEventArgs">The type of the event args.</typeparam>
        </member>
        <member name="F:OxyPlot.Wpf.WeakEventListener`2.realHandler">
            <summary>
            The real event handler.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.WeakEventListener`2.#ctor(System.EventHandler{`1})">
            <summary>
            Initializes a new instance of the <see cref="T:OxyPlot.Wpf.WeakEventListener`2"/> class.
            </summary>
            <param name="handler">The handler.</param>
        </member>
        <member name="M:OxyPlot.Wpf.WeakEventListener`2.System#Windows#IWeakEventListener#ReceiveWeakEvent(System.Type,System.Object,System.EventArgs)">
            <summary>
            Receives events from the centralized event manager.
            </summary>
            <param name="managerType">The type of the <see cref="T:System.Windows.WeakEventManager" /> calling this method.</param>
            <param name="sender">Object that originated the event.</param>
            <param name="e">Event data.</param>
            <returns><c>true</c> if the listener handled the event. It is considered an error by the <see cref="T:System.Windows.WeakEventManager" /> handling in WPF to register a listener for an event that the listener does not handle. Regardless, the method should return <c>false</c> if it receives an event that it does not recognize or handle.</returns>
        </member>
        <member name="M:OxyPlot.Wpf.RenderingEventListener.#ctor(System.EventHandler{System.Windows.Media.RenderingEventArgs})">
            <summary>
            Initializes a new instance of the <see cref="T:OxyPlot.Wpf.RenderingEventListener"/> class.
            </summary>
            <param name="handler">The handler.</param>
        </member>
        <member name="T:OxyPlot.Wpf.RenderingEventManager">
            <summary>
            Represents a weak event manager for the CompositionTarget.Rendering event.
            </summary>
        </member>
        <member name="T:OxyPlot.Wpf.WeakEventManagerBase`1">
            <summary>
            Provides a generic base class for weak event managers that handle static events.
            </summary>
            <typeparam name="TManager">The type of the manager.</typeparam>
        </member>
        <member name="M:OxyPlot.Wpf.WeakEventManagerBase`1.AddListener(System.Windows.IWeakEventListener)">
            <summary>
            Adds the specified listener.
            </summary>
            <param name="listener">The listener.</param>
        </member>
        <member name="M:OxyPlot.Wpf.WeakEventManagerBase`1.RemoveListener(System.Windows.IWeakEventListener)">
            <summary>
            Removes the specified listener.
            </summary>
            <param name="listener">The listener.</param>
        </member>
        <member name="M:OxyPlot.Wpf.WeakEventManagerBase`1.StartListening(System.Object)">
            <summary>
            When overridden in a derived class, starts listening for the event being managed. After <see cref="M:System.Windows.WeakEventManager.StartListening(System.Object)" /> is first called, the manager should be in the state of calling <see cref="M:System.Windows.WeakEventManager.DeliverEvent(System.Object,System.EventArgs)" /> or <see cref="M:System.Windows.WeakEventManager.DeliverEventToList(System.Object,System.EventArgs,System.Windows.WeakEventManager.ListenerList)" /> whenever the relevant event from the provided source is handled.
            </summary>
            <param name="source">The source to begin listening on.</param>
        </member>
        <member name="M:OxyPlot.Wpf.WeakEventManagerBase`1.StopListening(System.Object)">
            <summary>
            When overridden in a derived class, stops listening on the provided source for the event being managed.
            </summary>
            <param name="source">The source to stop listening on.</param>
        </member>
        <member name="M:OxyPlot.Wpf.WeakEventManagerBase`1.Handler(System.Object,System.EventArgs)">
            <summary>
            Handlers the specified sender.
            </summary>
            <param name="sender">The sender.</param>
            <param name="e">The <see cref="T:System.EventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:OxyPlot.Wpf.WeakEventManagerBase`1.StartListening">
            <summary>
            Starts the listening.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.WeakEventManagerBase`1.StopListening">
            <summary>
            Stops the listening.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.WeakEventManagerBase`1.CurrentManager">
            <summary>
            Gets the current manager.
            </summary>
            <value>The current manager.</value>
        </member>
        <member name="M:OxyPlot.Wpf.RenderingEventManager.StartListening">
            <summary>
            Start listening to the CompositionTarget.Rendering event.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.RenderingEventManager.StopListening">
            <summary>
            Stop listening to the CompositionTarget.Rendering event.
            </summary>
        </member>
        <member name="T:OxyPlot.Wpf.MoreColors">
            <summary>
            Defines additional <see cref="T:System.Windows.Media.Colors"/>.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.MoreColors.Undefined">
            <summary>
            The undefined color.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.MoreColors.Automatic">
            <summary>
            The automatic color.
            </summary>
        </member>
        <member name="T:OxyPlot.Wpf.NamespaceDoc">
            <summary>
            The OxyPlot.Wpf namespace contains WPF controls and PNG export functionality based on WPF.
            </summary>
        </member>
        <member name="T:OxyPlot.Wpf.ColumnSeries">
            <summary>
            This is a WPF wrapper of OxyPlot.BarSeries
            </summary>
        </member>
        <member name="T:OxyPlot.Wpf.BarSeriesBase`1">
            <summary>
            This is a WPF wrapper of OxyPlot.BarSeries&lt;T&gt;.
            </summary>
            <typeparam name="T">The type of the items.</typeparam>
        </member>
        <member name="T:OxyPlot.Wpf.BarSeriesBase">
            <summary>
            This is a WPF wrapper of OxyPlot.BarSeriesBase
            </summary>
        </member>
        <member name="T:OxyPlot.Wpf.CategorizedSeries">
            <summary>
            This is a WPF wrapper of OxyPlot.BarSeries
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.BarSeriesBase.BaseValueProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.BarSeriesBase.BaseValue"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.BarSeriesBase.ColorFieldProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.BarSeriesBase.ColorField"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.BarSeriesBase.FillColorProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.BarSeriesBase.FillColor"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.BarSeriesBase.IsStackedProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.BarSeriesBase.IsStacked"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.BarSeriesBase.LabelFormatStringProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.BarSeriesBase.LabelFormatString"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.BarSeriesBase.LabelMarginProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.BarSeriesBase.LabelMargin"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.BarSeriesBase.LabelPlacementProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.BarSeriesBase.LabelPlacement"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.BarSeriesBase.NegativeFillColorProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.BarSeriesBase.NegativeFillColor"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.BarSeriesBase.StackGroupProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.BarSeriesBase.StackGroup"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.BarSeriesBase.StrokeColorProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.BarSeriesBase.StrokeColor"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.BarSeriesBase.StrokeThicknessProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.BarSeriesBase.StrokeThickness"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.BarSeriesBase.ValueFieldProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.BarSeriesBase.ValueField"/> dependency property.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.BarSeriesBase.#cctor">
            <summary>
            Initializes static members of the <see cref="T:OxyPlot.Wpf.BarSeriesBase"/> class.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.BarSeriesBase.CreateModel">
            <summary>
            Creates the model.
            </summary>
            <returns>The series.</returns>
        </member>
        <member name="M:OxyPlot.Wpf.BarSeriesBase.SynchronizeProperties(OxyPlot.Series.Series)">
            <summary>
            Synchronizes the properties.
            </summary>
            <param name="series">The series.</param>
        </member>
        <member name="P:OxyPlot.Wpf.BarSeriesBase.BaseValue">
            <summary>
            Gets or sets BaseValue.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.BarSeriesBase.ColorField">
            <summary>
            Gets or sets the color field.
            </summary>
            <value>The color field.</value>
        </member>
        <member name="P:OxyPlot.Wpf.BarSeriesBase.FillColor">
            <summary>
            Gets or sets the color of the fill.
            </summary>
            <value>The color of the fill.</value>
        </member>
        <member name="P:OxyPlot.Wpf.BarSeriesBase.IsStacked">
            <summary>
            Gets or sets a value indicating whether the series is stacked.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.BarSeriesBase.LabelFormatString">
            <summary>
            Gets or sets the label format string.
            </summary>
            <value>The label format string.</value>
        </member>
        <member name="P:OxyPlot.Wpf.BarSeriesBase.LabelMargin">
            <summary>
            Gets or sets the label margin.
            </summary>
            <value>The label margin.</value>
        </member>
        <member name="P:OxyPlot.Wpf.BarSeriesBase.LabelPlacement">
            <summary>
            Gets or sets the label placement.
            </summary>
            <value>The label placement.</value>
        </member>
        <member name="P:OxyPlot.Wpf.BarSeriesBase.NegativeFillColor">
            <summary>
            Gets or sets NegativeFillColor.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.BarSeriesBase.StackGroup">
            <summary>
            Gets or sets the stack group.
            </summary>
            <value>The stack group.</value>
        </member>
        <member name="P:OxyPlot.Wpf.BarSeriesBase.StrokeColor">
            <summary>
            Gets or sets the stroke color.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.BarSeriesBase.StrokeThickness">
            <summary>
            Gets or sets the stroke thickness.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.BarSeriesBase.ValueField">
            <summary>
            Gets or sets the value field.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.BarSeriesBase`1.SynchronizeProperties(OxyPlot.Series.Series)">
            <summary>
            Synchronizes the properties.
            </summary>
            <param name="series">The series.</param>
        </member>
        <member name="F:OxyPlot.Wpf.ColumnSeries.ColumnWidthProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.ColumnSeries.ColumnWidth"/> dependency property.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.ColumnSeries.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:OxyPlot.Wpf.ColumnSeries"/> class.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.ColumnSeries.SynchronizeProperties(OxyPlot.Series.Series)">
            <summary>
            Synchronizes the properties.
            </summary>
            <param name="series">The series.</param>
        </member>
        <member name="P:OxyPlot.Wpf.ColumnSeries.ColumnWidth">
            <summary>
            Gets or sets ColumnWidth.
            </summary>
        </member>
        <member name="T:OxyPlot.Wpf.SvgExporter">
            <summary>
            Provides functionality to export plots to scalable vector graphics using text measuring in WPF.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.SvgExporter.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:OxyPlot.Wpf.SvgExporter"/> class.
            </summary>
        </member>
        <member name="T:OxyPlot.Wpf.Keyboard">
            <summary>
            Provides utility methods related to the keyboard.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.Keyboard.GetModifierKeys">
            <summary>
            Gets the current modifier keys.
            </summary>
            <returns>A <see cref="T:OxyPlot.OxyModifierKeys"/> value.</returns>
        </member>
        <member name="T:OxyPlot.Wpf.XamlExporter">
            <summary>
            Provides functionality to export plots to XAML.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.XamlExporter.ExportToString(OxyPlot.IPlotModel,System.Double,System.Double,OxyPlot.OxyColor)">
            <summary>
            Export the specified plot model to an xaml string.
            </summary>
            <param name="model">The model.</param>
            <param name="width">The width.</param>
            <param name="height">The height.</param>
            <param name="background">The background.</param>
            <returns>A xaml string.</returns>
        </member>
        <member name="M:OxyPlot.Wpf.XamlExporter.Export(OxyPlot.PlotModel,System.String,System.Double,System.Double,OxyPlot.OxyColor)">
            <summary>
            Exports the specified plot model to a xaml file.
            </summary>
            <param name="model">The model.</param>
            <param name="fileName">Name of the file.</param>
            <param name="width">The width.</param>
            <param name="height">The height.</param>
            <param name="background">The background.</param>
        </member>
        <member name="T:OxyPlot.Wpf.PngExporter">
            <summary>
            Provides functionality to export plots to png.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.PngExporter.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:OxyPlot.Wpf.PngExporter"/> class.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.PngExporter.Export(OxyPlot.PlotModel,System.String,System.Int32,System.Int32,OxyPlot.OxyColor,System.Int32)">
            <summary>
            Exports the specified plot model to a file.
            </summary>
            <param name="model">The model to export.</param>
            <param name="fileName">The file name.</param>
            <param name="width">The width of the output bitmap.</param>
            <param name="height">The height of the output bitmap.</param>
            <param name="background">The background color. The default value is <c>null</c>.</param>
            <param name="resolution">The resolution (resolution). The default value is 96.</param>
        </member>
        <member name="M:OxyPlot.Wpf.PngExporter.Export(OxyPlot.PlotModel,System.IO.Stream,System.Int32,System.Int32,OxyPlot.OxyColor,System.Int32)">
            <summary>
            Exports the specified plot model to a stream.
            </summary>
            <param name="model">The model to export.</param>
            <param name="stream">The stream.</param>
            <param name="width">The width of the output bitmap.</param>
            <param name="height">The height of the output bitmap.</param>
            <param name="background">The background color. The default value is <c>null</c>.</param>
            <param name="resolution">The resolution (resolution). The default value is 96.</param>
        </member>
        <member name="M:OxyPlot.Wpf.PngExporter.ExportToBitmap(OxyPlot.PlotModel,System.Int32,System.Int32,OxyPlot.OxyColor,System.Int32)">
            <summary>
            Exports the specified plot model to a bitmap.
            </summary>
            <param name="model">The plot model.</param>
            <param name="width">The width.</param>
            <param name="height">The height.</param>
            <param name="background">The background.</param>
            <param name="resolution">The resolution (dpi).</param>
            <returns>A bitmap.</returns>
        </member>
        <member name="M:OxyPlot.Wpf.PngExporter.Export(OxyPlot.PlotModel,System.IO.Stream)">
            <summary>
            Exports the specified <see cref="T:OxyPlot.PlotModel"/> to the specified <see cref="T:System.IO.Stream"/>.
            </summary>
            <param name="model">The model.</param>
            <param name="stream">The output stream.</param>
        </member>
        <member name="M:OxyPlot.Wpf.PngExporter.ExportToBitmap(OxyPlot.IPlotModel)">
            <summary>
            Exports the specified plot model to a bitmap.
            </summary>
            <param name="model">The model to export.</param>
            <returns>A bitmap.</returns>
        </member>
        <member name="P:OxyPlot.Wpf.PngExporter.Width">
            <summary>
            Gets or sets the width of the output image.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.PngExporter.Height">
            <summary>
            Gets or sets the height of the output image.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.PngExporter.Resolution">
            <summary>
            Gets or sets the resolution of the output image.
            </summary>
            <value>The resolution in dots per inch (dpi).</value>
        </member>
        <member name="P:OxyPlot.Wpf.PngExporter.Background">
            <summary>
            Gets or sets the background color.
            </summary>
        </member>
        <member name="T:OxyPlot.Wpf.BarSeries">
            <summary>
            This is a WPF wrapper of OxyPlot.BarSeries
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.BarSeries.BarWidthProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.BarSeries.BarWidth"/> dependency property.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.BarSeries.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:OxyPlot.Wpf.BarSeries"/> class.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.BarSeries.SynchronizeProperties(OxyPlot.Series.Series)">
            <summary>
            Synchronizes the properties.
            </summary>
            <param name="series">The series.</param>
        </member>
        <member name="P:OxyPlot.Wpf.BarSeries.BarWidth">
            <summary>
            Gets or sets the bar width.
            </summary>
        </member>
        <member name="T:OxyPlot.Wpf.TwoColorLineSeries">
            <summary>
            The WPF wrapper for OxyPlot.TwoColorLineSeries.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.TwoColorLineSeries.Color2Property">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.TwoColorLineSeries.Color2"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.TwoColorLineSeries.LimitProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.TwoColorLineSeries.Limit"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.TwoColorLineSeries.LineStyle2Property">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.TwoColorLineSeries.LineStyle2"/> dependency property.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.TwoColorLineSeries.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:OxyPlot.Wpf.TwoColorLineSeries"/> class.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.TwoColorLineSeries.SynchronizeProperties(OxyPlot.Series.Series)">
            <summary>
            Synchronizes the properties.
            </summary>
            <param name="series">The series.</param>
        </member>
        <member name="P:OxyPlot.Wpf.TwoColorLineSeries.Color2">
            <summary>
            Gets or sets Color2.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.TwoColorLineSeries.Limit">
            <summary>
            Gets or sets Limit.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.TwoColorLineSeries.LineStyle2">
            <summary>
            Gets or sets LineStyle2.
            </summary>
        </member>
        <member name="T:OxyPlot.Wpf.ScatterSeries">
            <summary>
            This is a WPF wrapper of OxyPlot.ScatterSeries
            </summary>
        </member>
        <member name="T:OxyPlot.Wpf.TrackerControl">
            <summary>
            The tracker control.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.TrackerControl.PartPath">
            <summary>
            The path part string.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.TrackerControl.PartContent">
            <summary>
            The content part string.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.TrackerControl.PartContentcontainer">
            <summary>
            The content container part string.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.TrackerControl.PartHorizontalline">
            <summary>
            The horizontal line part string.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.TrackerControl.PartVerticalline">
            <summary>
            The vertical line part string.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.TrackerControl.HorizontalLineVisibilityProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.TrackerControl.HorizontalLineVisibility"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.TrackerControl.VerticalLineVisibilityProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.TrackerControl.VerticalLineVisibility"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.TrackerControl.LineStrokeProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.TrackerControl.LineStroke"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.TrackerControl.LineExtentsProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.TrackerControl.LineExtents"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.TrackerControl.LineDashArrayProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.TrackerControl.LineDashArray"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.TrackerControl.BorderEdgeModeProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.TrackerControl.BorderEdgeMode"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.TrackerControl.ShowPointerProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.TrackerControl.ShowPointer"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.TrackerControl.CornerRadiusProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.TrackerControl.CornerRadius"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.TrackerControl.DistanceProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.TrackerControl.Distance"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.TrackerControl.CanCenterHorizontallyProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.TrackerControl.CanCenterHorizontally"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.TrackerControl.CanCenterVerticallyProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.TrackerControl.CanCenterVertically"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.TrackerControl.PositionProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.TrackerControl.Position"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.TrackerControl.content">
            <summary>
            The content.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.TrackerControl.horizontalLine">
            <summary>
            The horizontal line.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.TrackerControl.path">
            <summary>
            The path.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.TrackerControl.contentContainer">
            <summary>
            The content container.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.TrackerControl.verticalLine">
            <summary>
            The vertical line.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.TrackerControl.#cctor">
            <summary>
            Initializes static members of the <see cref="T:OxyPlot.Wpf.TrackerControl"/> class.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.TrackerControl.OnApplyTemplate">
            <summary>
            When overridden in a derived class, is invoked whenever application code or internal processes call <see cref="M:System.Windows.FrameworkElement.ApplyTemplate" />.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.TrackerControl.PositionChanged(System.Windows.DependencyObject,System.Windows.DependencyPropertyChangedEventArgs)">
            <summary>
            Called when the position is changed.
            </summary>
            <param name="sender">The sender.</param>
            <param name="e">The <see cref="T:System.Windows.DependencyPropertyChangedEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:OxyPlot.Wpf.TrackerControl.OnPositionChanged(System.Windows.DependencyPropertyChangedEventArgs)">
            <summary>
            Called when the position is changed.
            </summary>
            <param name="dependencyPropertyChangedEventArgs">The dependency property changed event args.</param>
        </member>
        <member name="M:OxyPlot.Wpf.TrackerControl.UpdatePositionAndBorder">
            <summary>
            Update the position and border of the tracker.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.TrackerControl.CreateBorderGeometry(System.Windows.HorizontalAlignment,System.Windows.VerticalAlignment,System.Double,System.Double,System.Windows.Thickness@)">
            <summary>
            Create the border geometry.
            </summary>
            <param name="ha">The horizontal alignment.</param>
            <param name="va">The vertical alignment.</param>
            <param name="width">The width.</param>
            <param name="height">The height.</param>
            <param name="margin">The margin.</param>
            <returns>The border geometry.</returns>
        </member>
        <member name="M:OxyPlot.Wpf.TrackerControl.CreatePointerBorderGeometry(System.Windows.HorizontalAlignment,System.Windows.VerticalAlignment,System.Double,System.Double,System.Windows.Thickness@)">
            <summary>
            Create a border geometry with a 'pointer'.
            </summary>
            <param name="ha">The horizontal alignment.</param>
            <param name="va">The vertical alignment.</param>
            <param name="width">The width.</param>
            <param name="height">The height.</param>
            <param name="margin">The margin.</param>
            <returns>The border geometry.</returns>
        </member>
        <member name="P:OxyPlot.Wpf.TrackerControl.BorderEdgeMode">
            <summary>
            Gets or sets BorderEdgeMode.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.TrackerControl.HorizontalLineVisibility">
            <summary>
            Gets or sets HorizontalLineVisibility.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.TrackerControl.VerticalLineVisibility">
            <summary>
            Gets or sets VerticalLineVisibility.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.TrackerControl.LineStroke">
            <summary>
            Gets or sets LineStroke.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.TrackerControl.LineExtents">
            <summary>
            Gets or sets LineExtents.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.TrackerControl.LineDashArray">
            <summary>
            Gets or sets LineDashArray.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.TrackerControl.ShowPointer">
            <summary>
            Gets or sets a value indicating whether to show a 'pointer' on the border.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.TrackerControl.CornerRadius">
            <summary>
            Gets or sets the corner radius (only used when ShowPoint=<c>false</c>).
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.TrackerControl.Distance">
            <summary>
            Gets or sets the distance of the content container from the trackers Position.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.TrackerControl.CanCenterHorizontally">
            <summary>
            Gets or sets a value indicating whether the tracker can center its content box horizontally.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.TrackerControl.CanCenterVertically">
            <summary>
            Gets or sets a value indicating whether the tracker can center its content box vertically.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.TrackerControl.Position">
            <summary>
            Gets or sets Position of the tracker.
            </summary>
        </member>
        <member name="T:OxyPlot.Wpf.TrackerDefinition">
            <summary>
            Represents a tracker definition.
            </summary>
            <remarks>The tracker definitions make it possible to show different trackers for different series.
            The <see cref="P:OxyPlot.Series.Series.TrackerKey"/> property is matched with the <see cref="P:OxyPlot.Wpf.TrackerDefinition.TrackerKey"/>
            in the TrackerDefinitions collection in the <see cref="T:OxyPlot.Wpf.PlotView"/> control.</remarks>
        </member>
        <member name="F:OxyPlot.Wpf.TrackerDefinition.TrackerKeyProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.TrackerDefinition.TrackerKey"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.TrackerDefinition.TrackerTemplateProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.TrackerDefinition.TrackerTemplate"/> dependency property.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.TrackerDefinition.TrackerKey">
            <summary>
            Gets or sets the tracker key.
            </summary>
            <remarks>The Plot will use this property to find the TrackerDefinition that matches the TrackerKey of the current series.</remarks>
        </member>
        <member name="P:OxyPlot.Wpf.TrackerDefinition.TrackerTemplate">
            <summary>
            Gets or sets the tracker template.
            </summary>
            <remarks>The tracker control will be added/removed from the Tracker overlay as necessary.
            The DataContext of the tracker will be set to a TrackerHitResult with the current tracker data.</remarks>
        </member>
        <member name="T:OxyPlot.Wpf.AreaSeries">
            <summary>
            This is a WPF wrapper of OxyPlot.AreaSeries
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.AreaSeries.Color2Property">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.AreaSeries.Color2"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.AreaSeries.ConstantY2Property">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.AreaSeries.ConstantY2"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.AreaSeries.DataFieldX2Property">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.AreaSeries.DataFieldX2"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.AreaSeries.DataFieldY2Property">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.AreaSeries.DataFieldY2"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.AreaSeries.FillProperty">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.AreaSeries.Fill"/> dependency property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.AreaSeries.Reverse2Property">
            <summary>
            Identifies the <see cref="P:OxyPlot.Wpf.AreaSeries.Reverse2"/> dependency property.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.AreaSeries.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:OxyPlot.Wpf.AreaSeries"/> class.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.AreaSeries.CreateModel">
            <summary>
            Creates the internal series.
            </summary>
            <returns>The internal series.</returns>
        </member>
        <member name="M:OxyPlot.Wpf.AreaSeries.SynchronizeProperties(OxyPlot.Series.Series)">
            <summary>
            Synchronizes the properties.
            </summary>
            <param name="series">The series.</param>
        </member>
        <member name="P:OxyPlot.Wpf.AreaSeries.Color2">
            <summary>
            Gets or sets the color of the second line.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.AreaSeries.ConstantY2">
            <summary>
            Gets or sets ConstantY2.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.AreaSeries.DataFieldX2">
            <summary>
            Gets or sets DataFieldX2.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.AreaSeries.DataFieldY2">
            <summary>
            Gets or sets DataFieldY2.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.AreaSeries.Fill">
            <summary>
            Gets or sets Fill.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.AreaSeries.Reverse2">
            <summary>
            Gets or sets a value indicating whether Reverse2.
            </summary>
        </member>
        <member name="T:OxyPlot.Wpf.Plot">
            <summary>
            Represents a control that displays a <see cref="T:OxyPlot.PlotModel"/>.
            </summary>
        </member>
        <member name="T:OxyPlot.Wpf.ConverterExtensions">
            <summary>
            Extension method used to convert to/from Windows/Windows.Media classes.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.ConverterExtensions.DistanceTo(System.Windows.Point,System.Windows.Point)">
            <summary>
            Calculate the distance between two points.
            </summary>
            <param name="p1">The first point.</param>
            <param name="p2">The second point.</param>
            <returns>The distance.</returns>
        </member>
        <member name="M:OxyPlot.Wpf.ConverterExtensions.ToBrush(OxyPlot.OxyColor)">
            <summary>
            Converts an <see cref="T:OxyPlot.OxyColor"/> to a <see cref="T:System.Windows.Media.Brush"/>.
            </summary>
            <param name="c">The color.</param>
            <returns>A <see cref="T:System.Windows.Media.SolidColorBrush"/>.</returns>
        </member>
        <member name="M:OxyPlot.Wpf.ConverterExtensions.ToColor(OxyPlot.OxyColor)">
            <summary>
            Converts an <see cref="T:OxyPlot.OxyColor"/> to a <see cref="T:System.Windows.Media.Color"/>.
            </summary>
            <param name="c">The color.</param>
            <returns>A Color.</returns>
        </member>
        <member name="M:OxyPlot.Wpf.ConverterExtensions.ToThickness(OxyPlot.OxyThickness)">
            <summary>
            Converts an OxyThickness to a Thickness.
            </summary>
            <param name="c">The thickness.</param>
            <returns>A <see cref="T:System.Windows.Thickness"/> instance.</returns>
        </member>
        <member name="M:OxyPlot.Wpf.ConverterExtensions.ToVector(OxyPlot.ScreenVector)">
            <summary>
            Converts a ScreenVector to a Vector.
            </summary>
            <param name="c">The c.</param>
            <returns>A <see cref="T:System.Windows.Vector"/> instance.</returns>
        </member>
        <member name="M:OxyPlot.Wpf.ConverterExtensions.ToHorizontalAlignment(System.Windows.HorizontalAlignment)">
            <summary>
            Converts a HorizontalAlignment to a HorizontalAlignment.
            </summary>
            <param name="alignment">The alignment.</param>
            <returns>A HorizontalAlignment.</returns>
        </member>
        <member name="M:OxyPlot.Wpf.ConverterExtensions.ToVerticalAlignment(System.Windows.VerticalAlignment)">
            <summary>
            Converts a HorizontalAlignment to a VerticalAlignment.
            </summary>
            <param name="alignment">The alignment.</param>
            <returns>A VerticalAlignment.</returns>
        </member>
        <member name="M:OxyPlot.Wpf.ConverterExtensions.ToOxyColor(System.Windows.Media.Color)">
            <summary>
            Converts a Color to an OxyColor.
            </summary>
            <param name="color">The color.</param>
            <returns>An OxyColor.</returns>
        </member>
        <member name="M:OxyPlot.Wpf.ConverterExtensions.ToOxyColor(System.Windows.Media.Brush)">
            <summary>
            Converts a <see cref="T:System.Windows.Media.Brush"/> to an <see cref="T:OxyPlot.OxyColor"/>.
            </summary>
            <param name="brush">The brush.</param>
            <returns>An <see cref="T:OxyPlot.OxyColor"/>.</returns>
        </member>
        <member name="M:OxyPlot.Wpf.ConverterExtensions.ToOxyThickness(System.Windows.Thickness)">
            <summary>
            Converts a Thickness to an <see cref="T:OxyPlot.OxyThickness"/>.
            </summary>
            <param name="t">The thickness.</param>
            <returns>An <see cref="T:OxyPlot.OxyThickness"/>.</returns>
        </member>
        <member name="M:OxyPlot.Wpf.ConverterExtensions.ToScreenPoint(System.Windows.Point)">
            <summary>
            Converts a <see cref="T:System.Windows.Point"/> to a <see cref="T:OxyPlot.ScreenPoint"/>.
            </summary>
            <param name="pt">The point.</param>
            <returns>A <see cref="T:OxyPlot.ScreenPoint"/>.</returns>
        </member>
        <member name="M:OxyPlot.Wpf.ConverterExtensions.ToScreenPointArray(System.Windows.Point[])">
            <summary>
            Converts a Point array to a ScreenPoint array.
            </summary>
            <param name="points">The points.</param>
            <returns>A ScreenPoint array.</returns>
        </member>
        <member name="M:OxyPlot.Wpf.ConverterExtensions.ToScreenVector(System.Windows.Vector)">
            <summary>
            Converts the specified vector to a ScreenVector.
            </summary>
            <param name="vector">The vector.</param>
            <returns>A <see cref="T:OxyPlot.ScreenVector"/>.</returns>
        </member>
        <member name="M:OxyPlot.Wpf.ConverterExtensions.Convert(System.Windows.Input.Key)">
            <summary>
            Converts the specified key.
            </summary>
            <param name="k">The key to convert.</param>
            <returns>The converted key.</returns>
        </member>
        <member name="M:OxyPlot.Wpf.ConverterExtensions.Convert(System.Windows.Input.MouseButton)">
            <summary>
            Converts the specified button.
            </summary>
            <param name="button">The button to convert.</param>
            <returns>The converted mouse button.</returns>
        </member>
        <member name="M:OxyPlot.Wpf.ConverterExtensions.ToMouseWheelEventArgs(System.Windows.Input.MouseWheelEventArgs,System.Windows.IInputElement)">
            <summary>
            Converts <see cref="T:System.Windows.Input.MouseWheelEventArgs"/> to <see cref="T:OxyPlot.OxyMouseWheelEventArgs"/> for a mouse wheel event.
            </summary>
            <param name="e">The <see cref="T:System.Windows.Input.MouseWheelEventArgs"/> instance containing the event data.</param>
            <param name="relativeTo">The <see cref="T:System.Windows.IInputElement"/> that the event is relative to.</param>
            <returns>A <see cref="T:OxyPlot.OxyMouseWheelEventArgs"/> containing the converted event arguments.</returns>
        </member>
        <member name="M:OxyPlot.Wpf.ConverterExtensions.ToMouseDownEventArgs(System.Windows.Input.MouseButtonEventArgs,System.Windows.IInputElement)">
            <summary>
            Converts <see cref="T:System.Windows.Input.MouseButtonEventArgs"/> to <see cref="T:OxyPlot.OxyMouseEventArgs"/> for a mouse down event.
            </summary>
            <param name="e">The <see cref="T:System.Windows.Input.MouseButtonEventArgs"/> instance containing the event data.</param>
            <param name="relativeTo">The <see cref="T:System.Windows.IInputElement"/> that the event is relative to.</param>
            <returns>A <see cref="T:OxyPlot.OxyMouseEventArgs"/> containing the converted event arguments.</returns>
        </member>
        <member name="M:OxyPlot.Wpf.ConverterExtensions.ToMouseReleasedEventArgs(System.Windows.Input.MouseButtonEventArgs,System.Windows.IInputElement)">
            <summary>
            Converts <see cref="T:System.Windows.Input.MouseButtonEventArgs"/> to <see cref="T:OxyPlot.OxyMouseEventArgs"/> for a mouse up event.
            </summary>
            <param name="e">The <see cref="T:System.Windows.Input.MouseButtonEventArgs"/> instance containing the event data.</param>
            <param name="relativeTo">The <see cref="T:System.Windows.IInputElement"/> that the event is relative to.</param>
            <returns>A <see cref="T:OxyPlot.OxyMouseEventArgs"/> containing the converted event arguments.</returns>
        </member>
        <member name="M:OxyPlot.Wpf.ConverterExtensions.ToMouseEventArgs(System.Windows.Input.MouseEventArgs,System.Windows.IInputElement)">
            <summary>
            Converts <see cref="T:System.Windows.Input.MouseEventArgs"/> to <see cref="T:OxyPlot.OxyMouseEventArgs"/> for a mouse event.
            </summary>
            <param name="e">The <see cref="T:System.Windows.Input.MouseEventArgs"/> instance containing the event data.</param>
            <param name="relativeTo">The <see cref="T:System.Windows.IInputElement"/> that the event is relative to.</param>
            <returns>A <see cref="T:OxyPlot.OxyMouseEventArgs"/> containing the converted event arguments.</returns>
        </member>
        <member name="M:OxyPlot.Wpf.ConverterExtensions.ToTouchEventArgs(System.Windows.Input.ManipulationStartedEventArgs,System.Windows.UIElement)">
            <summary>
            Converts <see cref="T:System.Windows.Input.ManipulationStartedEventArgs"/> to <see cref="T:OxyPlot.OxyMouseEventArgs"/> for a touch started event.
            </summary>
            <param name="e">The <see cref="T:System.Windows.Input.ManipulationStartedEventArgs"/> instance containing the event data.</param>
            <param name="relativeTo">The <see cref="T:System.Windows.UIElement"/> that the event is relative to.</param>
            <returns>A <see cref="T:OxyPlot.OxyMouseEventArgs"/> containing the converted event arguments.</returns>
        </member>
        <member name="M:OxyPlot.Wpf.ConverterExtensions.ToTouchEventArgs(System.Windows.Input.ManipulationDeltaEventArgs,System.Windows.UIElement)">
            <summary>
            Converts <see cref="T:System.Windows.Input.ManipulationDeltaEventArgs"/> to <see cref="T:OxyPlot.OxyMouseEventArgs"/> for a touch delta event.
            </summary>
            <param name="e">The <see cref="T:System.Windows.Input.ManipulationDeltaEventArgs"/> instance containing the event data.</param>
            <param name="relativeTo">The <see cref="T:System.Windows.UIElement"/> that the event is relative to.</param>
            <returns>A <see cref="T:OxyPlot.OxyMouseEventArgs"/> containing the converted event arguments.</returns>
        </member>
        <member name="M:OxyPlot.Wpf.ConverterExtensions.ToTouchEventArgs(System.Windows.Input.ManipulationCompletedEventArgs,System.Windows.UIElement)">
            <summary>
            Converts <see cref="T:System.Windows.Input.ManipulationCompletedEventArgs"/> to <see cref="T:OxyPlot.OxyMouseEventArgs"/> for a touch completed event.
            </summary>
            <param name="e">The <see cref="T:System.Windows.Input.ManipulationCompletedEventArgs"/> instance containing the event data.</param>
            <param name="relativeTo">The <see cref="T:System.Windows.UIElement"/> that the event is relative to.</param>
            <returns>A <see cref="T:OxyPlot.OxyMouseEventArgs"/> containing the converted event arguments.</returns>
        </member>
        <member name="T:OxyPlot.Wpf.TextMeasurementMethod">
            <summary>
            The text measurement methods.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.TextMeasurementMethod.TextBlock">
            <summary>
            Measurement by TextBlock.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.TextMeasurementMethod.GlyphTypeface">
            <summary>
            Measurement by glyph typeface.
            </summary>
        </member>
        <member name="T:OxyPlot.Wpf.ShapesRenderContext">
            <summary>
            Provides a <see cref="T:OxyPlot.IRenderContext"/> implementation that adds WPF shapes to a <see cref="T:System.Windows.Controls.Canvas"/>.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.ShapesRenderContext.MaxFiguresPerGeometry">
            <summary>
            The maximum number of figures per geometry.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.ShapesRenderContext.MaxPolylinesPerLine">
            <summary>
            The maximum number of polylines per line.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.ShapesRenderContext.MinPointsPerPolyline">
            <summary>
            The minimum number of points per polyline.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.ShapesRenderContext.imagesInUse">
            <summary>
            The images in use
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.ShapesRenderContext.imageCache">
            <summary>
            The image cache
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.ShapesRenderContext.brushCache">
            <summary>
            The brush cache.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.ShapesRenderContext.fontFamilyCache">
            <summary>
            The font family cache
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.ShapesRenderContext.canvas">
            <summary>
            The canvas.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.ShapesRenderContext.clip">
            <summary>
            The clip rectangle.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.ShapesRenderContext.currentToolTip">
            <summary>
            The current tool tip
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.ShapesRenderContext.pixelScale">
            <summary>
            The pixel scale
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.ShapesRenderContext.#ctor(System.Windows.Controls.Canvas)">
            <summary>
            Initializes a new instance of the <see cref="T:OxyPlot.Wpf.ShapesRenderContext"/> class.
            </summary>
            <param name="canvas">The canvas.</param>
        </member>
        <member name="M:OxyPlot.Wpf.ShapesRenderContext.DrawEllipse(OxyPlot.OxyRect,OxyPlot.OxyColor,OxyPlot.OxyColor,System.Double)">
            <summary>
            Draws an ellipse.
            </summary>
            <param name="rect">The rectangle.</param>
            <param name="fill">The fill color. If set to <c>OxyColors.Undefined</c>, the ellipse will not be filled.</param>
            <param name="stroke">The stroke color. If set to <c>OxyColors.Undefined</c>, the ellipse will not be stroked.</param>
            <param name="thickness">The thickness (in device independent units, 1/96 inch).</param>
        </member>
        <member name="M:OxyPlot.Wpf.ShapesRenderContext.DrawEllipses(System.Collections.Generic.IList{OxyPlot.OxyRect},OxyPlot.OxyColor,OxyPlot.OxyColor,System.Double)">
            <summary>
            Draws a collection of ellipses, where all have the same stroke and fill.
            This performs better than calling DrawEllipse multiple times.
            </summary>
            <param name="rectangles">The rectangles.</param>
            <param name="fill">The fill color. If set to <c>OxyColors.Undefined</c>, the ellipses will not be filled.</param>
            <param name="stroke">The stroke color. If set to <c>OxyColors.Undefined</c>, the ellipses will not be stroked.</param>
            <param name="thickness">The stroke thickness (in device independent units, 1/96 inch).</param>
        </member>
        <member name="M:OxyPlot.Wpf.ShapesRenderContext.DrawLine(System.Collections.Generic.IList{OxyPlot.ScreenPoint},OxyPlot.OxyColor,System.Double,System.Double[],OxyPlot.LineJoin,System.Boolean)">
            <summary>
            Draws a polyline.
            </summary>
            <param name="points">The points.</param>
            <param name="stroke">The stroke color.</param>
            <param name="thickness">The stroke thickness (in device independent units, 1/96 inch).</param>
            <param name="dashArray">The dash array (in device independent units, 1/96 inch). Use <c>null</c> to get a solid line.</param>
            <param name="lineJoin">The line join type.</param>
            <param name="aliased">if set to <c>true</c> the shape will be aliased.</param>
        </member>
        <member name="M:OxyPlot.Wpf.ShapesRenderContext.DrawLineSegments(System.Collections.Generic.IList{OxyPlot.ScreenPoint},OxyPlot.OxyColor,System.Double,System.Double[],OxyPlot.LineJoin,System.Boolean)">
            <summary>
            Draws line segments defined by points (0,1) (2,3) (4,5) etc.
            This should have better performance than calling DrawLine for each segment.
            </summary>
            <param name="points">The points.</param>
            <param name="stroke">The stroke color.</param>
            <param name="thickness">The stroke thickness (in device independent units, 1/96 inch).</param>
            <param name="dashArray">The dash array (in device independent units, 1/96 inch).</param>
            <param name="lineJoin">The line join type.</param>
            <param name="aliased">if set to <c>true</c> the shape will be aliased.</param>
        </member>
        <member name="M:OxyPlot.Wpf.ShapesRenderContext.DrawPolygon(System.Collections.Generic.IList{OxyPlot.ScreenPoint},OxyPlot.OxyColor,OxyPlot.OxyColor,System.Double,System.Double[],OxyPlot.LineJoin,System.Boolean)">
            <summary>
            Draws a polygon.
            </summary>
            <param name="points">The points.</param>
            <param name="fill">The fill color. If set to <c>OxyColors.Undefined</c>, the polygon will not be filled.</param>
            <param name="stroke">The stroke color. If set to <c>OxyColors.Undefined</c>, the polygon will not be stroked.</param>
            <param name="thickness">The stroke thickness (in device independent units, 1/96 inch).</param>
            <param name="dashArray">The dash array (in device independent units, 1/96 inch).</param>
            <param name="lineJoin">The line join type.</param>
            <param name="aliased">If set to <c>true</c> the polygon will be aliased.</param>
        </member>
        <member name="M:OxyPlot.Wpf.ShapesRenderContext.DrawPolygons(System.Collections.Generic.IList{System.Collections.Generic.IList{OxyPlot.ScreenPoint}},OxyPlot.OxyColor,OxyPlot.OxyColor,System.Double,System.Double[],OxyPlot.LineJoin,System.Boolean)">
            <summary>
            Draws a collection of polygons, where all polygons have the same stroke and fill.
            This performs better than calling DrawPolygon multiple times.
            </summary>
            <param name="polygons">The polygons.</param>
            <param name="fill">The fill color. If set to <c>OxyColors.Undefined</c>, the polygons will not be filled.</param>
            <param name="stroke">The stroke color. If set to <c>OxyColors.Undefined</c>, the polygons will not be stroked.</param>
            <param name="thickness">The stroke thickness (in device independent units, 1/96 inch).</param>
            <param name="dashArray">The dash array (in device independent units, 1/96 inch).</param>
            <param name="lineJoin">The line join type.</param>
            <param name="aliased">if set to <c>true</c> the shape will be aliased.</param>
        </member>
        <member name="M:OxyPlot.Wpf.ShapesRenderContext.DrawRectangle(OxyPlot.OxyRect,OxyPlot.OxyColor,OxyPlot.OxyColor,System.Double)">
            <summary>
            Draws a rectangle.
            </summary>
            <param name="rect">The rectangle.</param>
            <param name="fill">The fill color. If set to <c>OxyColors.Undefined</c>, the rectangle will not be filled.</param>
            <param name="stroke">The stroke color. If set to <c>OxyColors.Undefined</c>, the rectangle will not be stroked.</param>
            <param name="thickness">The stroke thickness (in device independent units, 1/96 inch).</param>
        </member>
        <member name="M:OxyPlot.Wpf.ShapesRenderContext.DrawRectangles(System.Collections.Generic.IList{OxyPlot.OxyRect},OxyPlot.OxyColor,OxyPlot.OxyColor,System.Double)">
            <summary>
            Draws a collection of rectangles, where all have the same stroke and fill.
            This performs better than calling DrawRectangle multiple times.
            </summary>
            <param name="rectangles">The rectangles.</param>
            <param name="fill">The fill color. If set to <c>OxyColors.Undefined</c>, the rectangles will not be filled.</param>
            <param name="stroke">The stroke color. If set to <c>OxyColors.Undefined</c>, the rectangles will not be stroked.</param>
            <param name="thickness">The stroke thickness (in device independent units, 1/96 inch).</param>
        </member>
        <member name="M:OxyPlot.Wpf.ShapesRenderContext.DrawText(OxyPlot.ScreenPoint,System.String,OxyPlot.OxyColor,System.String,System.Double,System.Double,System.Double,OxyPlot.HorizontalAlignment,OxyPlot.VerticalAlignment,System.Nullable{OxyPlot.OxySize})">
            <summary>
            Draws text.
            </summary>
            <param name="p">The position.</param>
            <param name="text">The text.</param>
            <param name="fill">The text color.</param>
            <param name="fontFamily">The font family.</param>
            <param name="fontSize">Size of the font (in device independent units, 1/96 inch).</param>
            <param name="fontWeight">The font weight.</param>
            <param name="rotate">The rotation angle.</param>
            <param name="halign">The horizontal alignment.</param>
            <param name="valign">The vertical alignment.</param>
            <param name="maxSize">The maximum size of the text (in device independent units, 1/96 inch).</param>
        </member>
        <member name="M:OxyPlot.Wpf.ShapesRenderContext.MeasureText(System.String,System.String,System.Double,System.Double)">
            <summary>
            Measures the size of the specified text.
            </summary>
            <param name="text">The text.</param>
            <param name="fontFamily">The font family.</param>
            <param name="fontSize">Size of the font (in device independent units, 1/96 inch).</param>
            <param name="fontWeight">The font weight.</param>
            <returns>
            The size of the text (in device independent units, 1/96 inch).
            </returns>
        </member>
        <member name="M:OxyPlot.Wpf.ShapesRenderContext.SetToolTip(System.String)">
            <summary>
            Sets the tool tip for the following items.
            </summary>
            <param name="text">The text in the tool tip.</param>
        </member>
        <member name="M:OxyPlot.Wpf.ShapesRenderContext.DrawImage(OxyPlot.OxyImage,System.Double,System.Double,System.Double,System.Double,System.Double,System.Double,System.Double,System.Double,System.Double,System.Boolean)">
            <summary>
            Draws a portion of the specified <see cref="T:OxyPlot.OxyImage"/>.
            </summary>
            <param name="source">The source.</param>
            <param name="srcX">The x-coordinate of the upper-left corner of the portion of the source image to draw.</param>
            <param name="srcY">The y-coordinate of the upper-left corner of the portion of the source image to draw.</param>
            <param name="srcWidth">Width of the portion of the source image to draw.</param>
            <param name="srcHeight">Height of the portion of the source image to draw.</param>
            <param name="destX">The x-coordinate of the upper-left corner of drawn image.</param>
            <param name="destY">The y-coordinate of the upper-left corner of drawn image.</param>
            <param name="destWidth">The width of the drawn image.</param>
            <param name="destHeight">The height of the drawn image.</param>
            <param name="opacity">The opacity.</param>
            <param name="interpolate">interpolate if set to <c>true</c>.</param>
        </member>
        <member name="M:OxyPlot.Wpf.ShapesRenderContext.SetClip(OxyPlot.OxyRect)">
            <summary>
            Sets the clipping rectangle.
            </summary>
            <param name="clippingRect">The clipping rectangle.</param>
            <returns><c>true</c> if the clip rectangle was set.</returns>
        </member>
        <member name="M:OxyPlot.Wpf.ShapesRenderContext.ResetClip">
            <summary>
            Resets the clip rectangle.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.ShapesRenderContext.CleanUp">
            <summary>
            Cleans up resources not in use.
            </summary>
            <remarks>This method is called at the end of each rendering.</remarks>
        </member>
        <member name="M:OxyPlot.Wpf.ShapesRenderContext.MeasureTextByGlyphTypeface(System.String,System.String,System.Double,System.Double)">
            <summary>
            Measures the size of the specified text by a faster method (using GlyphTypefaces).
            </summary>
            <param name="text">The text.</param>
            <param name="fontFamily">The font family.</param>
            <param name="fontSize">The font size.</param>
            <param name="fontWeight">The font weight.</param>
            <returns>The size of the text.</returns>
        </member>
        <member name="M:OxyPlot.Wpf.ShapesRenderContext.GetFontWeight(System.Double)">
            <summary>
            Gets the font weight.
            </summary>
            <param name="fontWeight">The font weight value.</param>
            <returns>The font weight.</returns>
        </member>
        <member name="M:OxyPlot.Wpf.ShapesRenderContext.MeasureTextSize(System.Windows.Media.GlyphTypeface,System.Double,System.String)">
            <summary>
            Fast text size calculation
            </summary>
            <param name="glyphTypeface">The glyph typeface.</param>
            <param name="sizeInEm">The size.</param>
            <param name="s">The text.</param>
            <returns>The text size.</returns>
        </member>
        <member name="M:OxyPlot.Wpf.ShapesRenderContext.CreateAndAdd``1(System.Double,System.Double)">
            <summary>
            Creates an element of the specified type and adds it to the canvas.
            </summary>
            <typeparam name="T">Type of element to create.</typeparam>
            <param name="clipOffsetX">The clip offset executable.</param>
            <param name="clipOffsetY">The clip offset asynchronous.</param>
            <returns>The element.</returns>
        </member>
        <member name="M:OxyPlot.Wpf.ShapesRenderContext.ApplyToolTip(System.Windows.FrameworkElement)">
            <summary>
            Applies the current tool tip to the specified element.
            </summary>
            <param name="element">The element.</param>
        </member>
        <member name="M:OxyPlot.Wpf.ShapesRenderContext.DrawLineSegmentsByStreamGeometry(System.Collections.Generic.IList{OxyPlot.ScreenPoint},OxyPlot.OxyColor,System.Double,System.Double[],OxyPlot.LineJoin,System.Boolean)">
            <summary>
            Draws the line segments by stream geometry.
            </summary>
            <param name="points">The points.</param>
            <param name="stroke">The stroke color.</param>
            <param name="thickness">The thickness.</param>
            <param name="dashArray">The dash array. Use <c>null</c> to get a solid line.</param>
            <param name="lineJoin">The line join.</param>
            <param name="aliased">Draw aliased line if set to <c>true</c> .</param>
        </member>
        <member name="M:OxyPlot.Wpf.ShapesRenderContext.GetCachedBrush(OxyPlot.OxyColor)">
            <summary>
            Gets the cached brush.
            </summary>
            <param name="color">The color.</param>
            <returns>The brush.</returns>
        </member>
        <member name="M:OxyPlot.Wpf.ShapesRenderContext.GetCachedFontFamily(System.String)">
            <summary>
            Gets the cached font family.
            </summary>
            <param name="familyName">Name of the family.</param>
            <returns>The FontFamily.</returns>
        </member>
        <member name="M:OxyPlot.Wpf.ShapesRenderContext.SetStroke(System.Windows.Shapes.Shape,OxyPlot.OxyColor,System.Double,OxyPlot.LineJoin,System.Collections.Generic.IEnumerable{System.Double},System.Double,System.Boolean)">
            <summary>
            Sets the stroke properties of the specified shape object.
            </summary>
            <param name="shape">The shape.</param>
            <param name="stroke">The stroke color.</param>
            <param name="thickness">The thickness.</param>
            <param name="lineJoin">The line join.</param>
            <param name="dashArray">The dash array. Use <c>null</c> to get a solid line.</param>
            <param name="dashOffset">The dash offset.</param>
            <param name="aliased">The aliased.</param>
        </member>
        <member name="M:OxyPlot.Wpf.ShapesRenderContext.GetImageSource(OxyPlot.OxyImage)">
            <summary>
            Gets the bitmap source.
            </summary>
            <param name="image">The image.</param>
            <returns>The bitmap source.</returns>
        </member>
        <member name="M:OxyPlot.Wpf.ShapesRenderContext.DrawLineBalanced(System.Collections.Generic.IList{OxyPlot.ScreenPoint},OxyPlot.OxyColor,System.Double,System.Double[],OxyPlot.LineJoin,System.Boolean)">
            <summary>
            Draws the line using the MaxPolylinesPerLine and MinPointsPerPolyline properties.
            </summary>
            <param name="points">The points.</param>
            <param name="stroke">The stroke color.</param>
            <param name="thickness">The thickness.</param>
            <param name="dashArray">The dash array. Use <c>null</c> to get a solid line.</param>
            <param name="lineJoin">The line join.</param>
            <param name="aliased">Render aliased if set to <c>true</c>.</param>
            <remarks>See <a href="https://oxyplot.codeplex.com/discussions/456679">discussion</a>.</remarks>
        </member>
        <member name="M:OxyPlot.Wpf.ShapesRenderContext.ToPoint(OxyPlot.ScreenPoint)">
            <summary>
            Converts a <see cref="T:OxyPlot.ScreenPoint"/> to a <see cref="T:System.Windows.Point"/>.
            </summary>
            <param name="pt">The screen point.</param>
            <returns>A <see cref="T:System.Windows.Point"/>.</returns>
        </member>
        <member name="M:OxyPlot.Wpf.ShapesRenderContext.ToPixelAlignedPoint(OxyPlot.ScreenPoint)">
            <summary>
            Converts a <see cref="T:OxyPlot.ScreenPoint"/> to a pixel aligned<see cref="T:System.Windows.Point"/>.
            </summary>
            <param name="pt">The screen point.</param>
            <returns>A pixel aligned <see cref="T:System.Windows.Point"/>.</returns>
        </member>
        <member name="M:OxyPlot.Wpf.ShapesRenderContext.ToRect(OxyPlot.OxyRect)">
            <summary>
            Converts an <see cref="T:OxyPlot.OxyRect"/> to a <see cref="T:System.Windows.Rect"/>.
            </summary>
            <param name="r">The rectangle.</param>
            <returns>A <see cref="T:System.Windows.Rect"/>.</returns>
        </member>
        <member name="M:OxyPlot.Wpf.ShapesRenderContext.ToPixelAlignedRect(OxyPlot.OxyRect)">
            <summary>
            Converts an <see cref="T:OxyPlot.OxyRect"/> to a pixel aligned <see cref="T:System.Windows.Rect"/>.
            </summary>
            <param name="r">The rectangle.</param>
            <returns>A pixel aligned<see cref="T:System.Windows.Rect"/>.</returns>
        </member>
        <member name="M:OxyPlot.Wpf.ShapesRenderContext.ToPoint(OxyPlot.ScreenPoint,System.Boolean)">
            <summary>
            Converts a <see cref="T:OxyPlot.ScreenPoint"/> to a <see cref="T:System.Windows.Point"/>.
            </summary>
            <param name="pt">The screen point.</param>
            <param name="aliased">use pixel alignment conversion if set to <c>true</c>.</param>
            <returns>A <see cref="T:System.Windows.Point"/>.</returns>
        </member>
        <member name="M:OxyPlot.Wpf.ShapesRenderContext.ToPointCollection(System.Collections.Generic.IEnumerable{OxyPlot.ScreenPoint},System.Boolean)">
            <summary>
            Creates a point collection from the specified points.
            </summary>
            <param name="points">The points to convert.</param>
            <param name="aliased">convert to pixel aligned points if set to <c>true</c>.</param>
            <returns>The point collection.</returns>
        </member>
        <member name="P:OxyPlot.Wpf.ShapesRenderContext.TextMeasurementMethod">
            <summary>
            Gets or sets the text measurement method.
            </summary>
            <value>The text measurement method.</value>
        </member>
        <member name="P:OxyPlot.Wpf.ShapesRenderContext.TextFormattingMode">
            <summary>
            Gets or sets the text formatting mode.
            </summary>
            <value>The text formatting mode. The default value is <see cref="F:System.Windows.Media.TextFormattingMode.Display"/>.</value>
        </member>
        <member name="P:OxyPlot.Wpf.ShapesRenderContext.BalancedLineDrawingThicknessLimit">
            <summary>
            Gets or sets the thickness limit for "balanced" line drawing.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.ShapesRenderContext.UseStreamGeometry">
            <summary>
            Gets or sets a value indicating whether to use stream geometry for lines and polygons rendering.
            </summary>
            <value><c>true</c> if stream geometry should be used; otherwise, <c>false</c> .</value>
            <remarks>The XamlWriter does not serialize StreamGeometry, so set this to <c>false</c> if you want to export to XAML. Using stream geometry seems to be slightly faster than using path geometry.</remarks>
        </member>
        <member name="P:OxyPlot.Wpf.ShapesRenderContext.RendersToScreen">
            <summary>
            Gets or sets a value indicating whether the context renders to screen.
            </summary>
            <value><c>true</c> if the context renders to screen; otherwise, <c>false</c>.</value>
        </member>
        <member name="T:OxyPlot.Wpf.Properties.Resources">
            <summary>
              A strongly-typed resource class, for looking up localized strings, etc.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.Properties.Resources.ResourceManager">
            <summary>
              Returns the cached ResourceManager instance used by this class.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.Properties.Resources.Culture">
            <summary>
              Overrides the current thread's CurrentUICulture property for all
              resource lookups using this strongly typed resource class.
            </summary>
        </member>
    </members>
</doc>