Click here to Skip to main content
15,879,326 members
Articles / Web Development / CSS3

AngleSharp

Rate me:
Please Sign up or sign in to vote.
5.00/5 (87 votes)
3 Jul 2013BSD28 min read 259.8K   4.3K   166  
Bringing the DOM to C# with a HTML5/CSS3 parser written in C#.
<?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>
            The layer 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 layer.
            </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>
            The text 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="F:OxyPlot.Wpf.ArrowAnnotation.ArrowDirectionProperty">
            <summary>
            The ArrowDirection property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.ArrowAnnotation.ColorProperty">
            <summary>
            The Color property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.ArrowAnnotation.EndPointProperty">
            <summary>
            The EndPoint property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.ArrowAnnotation.HeadLengthProperty">
            <summary>
            The HeadLength property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.ArrowAnnotation.HeadWidthProperty">
            <summary>
            The HeadWidth property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.ArrowAnnotation.LineJoinProperty">
            <summary>
            The LineJoin property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.ArrowAnnotation.LineStyleProperty">
            <summary>
            The LineStyle property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.ArrowAnnotation.StartPointProperty">
            <summary>
            The StartPoint property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.ArrowAnnotation.StrokeThicknessProperty">
            <summary>
            The StrokeThickness property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.ArrowAnnotation.VeenessProperty">
            <summary>
            The Veeness property.
            </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.EllipseAnnotation">
            <summary>
                This is a WPF wrapper of OxyPlot.EllipseAnnotation
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.EllipseAnnotation.FillProperty">
            <summary>
                The Fill property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.EllipseAnnotation.StrokeProperty">
            <summary>
                The Stroke property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.EllipseAnnotation.StrokeThicknessProperty">
            <summary>
                The Stroke property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.EllipseAnnotation.XProperty">
            <summary>
                The X property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.EllipseAnnotation.YProperty">
            <summary>
                The Y property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.EllipseAnnotation.TextRotationProperty">
            <summary>
                The text rotation property
            </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.Fill">
            <summary>
                Gets or sets the fill color.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.EllipseAnnotation.Stroke">
            <summary>
                Gets or sets the stroke color.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.EllipseAnnotation.StrokeThickness">
            <summary>
                Gets or sets the stroke thickness.
            </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="P:OxyPlot.Wpf.EllipseAnnotation.TextRotation">
            <summary>
                Gets or sets the text rotation (degrees).
            </summary>
            <value>The text rotation in degrees.</value>
        </member>
        <member name="T:OxyPlot.Wpf.PolygonAnnotation">
            <summary>
            This is a WPF wrapper of OxyPlot.PolygonAnnotation
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.PolygonAnnotation.ColorProperty">
            <summary>
            The color property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.PolygonAnnotation.FillProperty">
            <summary>
            The maximum x property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.PolygonAnnotation.LineJoinProperty">
            <summary>
            The line join property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.PolygonAnnotation.LineStyleProperty">
            <summary>
            The line style property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.PolygonAnnotation.PointsProperty">
            <summary>
            The Points property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.PolygonAnnotation.StrokeThicknessProperty">
            <summary>
            The stroke thickness property.
            </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.Color">
            <summary>
            Gets or sets the stroke color.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.PolygonAnnotation.Fill">
            <summary>
            Gets or sets the fill color.
            </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="P:OxyPlot.Wpf.PolygonAnnotation.StrokeThickness">
            <summary>
            Gets or sets the stroke thickness.
            </summary>
        </member>
        <member name="T:OxyPlot.Wpf.RectangleAnnotation">
            <summary>
                This is a WPF wrapper of OxyPlot.RectangleAnnotation
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.RectangleAnnotation.FillProperty">
            <summary>
                The Fill property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.RectangleAnnotation.StrokeProperty">
            <summary>
                The Stroke property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.RectangleAnnotation.StrokeThicknessProperty">
            <summary>
                The Stroke property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.RectangleAnnotation.MaximumXProperty">
            <summary>
                The MaximumX property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.RectangleAnnotation.MaximumYProperty">
            <summary>
                The MaximumY property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.RectangleAnnotation.MinimumXProperty">
            <summary>
                The MinimumX property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.RectangleAnnotation.MinimumYProperty">
            <summary>
                The MinimumY property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.RectangleAnnotation.TextRotationProperty">
            <summary>
                The text rotation property
            </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.Fill">
            <summary>
                Gets or sets the fill color.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.RectangleAnnotation.Stroke">
            <summary>
                Gets or sets the stroke color.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.RectangleAnnotation.StrokeThickness">
            <summary>
                Gets or sets the stroke thickness.
            </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="P:OxyPlot.Wpf.RectangleAnnotation.TextRotation">
            <summary>
                Gets or sets the text rotation (degrees).
            </summary>
            <value>The text rotation in degrees.</value>
        </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>
            The Background property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.TextAnnotation.TextColorProperty">
            <summary>
            The TextColor property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.TextAnnotation.OffsetProperty">
            <summary>
            The Offset property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.TextAnnotation.PaddingProperty">
            <summary>
            The Padding property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.TextAnnotation.PositionProperty">
            <summary>
            The Position property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.TextAnnotation.RotationProperty">
            <summary>
            The Rotation property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.TextAnnotation.StrokeProperty">
            <summary>
            The Stroke property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.TextAnnotation.StrokeThicknessProperty">
            <summary>
            The StrokeThickness property.
            </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.TextColor">
            <summary>
            Gets or sets the color of the text.
            </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.Position">
            <summary>
            Gets or sets the position of the text.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.TextAnnotation.Rotation">
            <summary>
            Gets or sets the rotation angle (degrees).
            </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.ClipByXAxisProperty">
            <summary>
            The ClipByXAxis property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.LineAnnotation.ClipByYAxisProperty">
            <summary>
            The ClipByYAxis property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.LineAnnotation.ColorProperty">
            <summary>
            The color property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.LineAnnotation.EquationTypeProperty">
            <summary>
            The equation type property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.LineAnnotation.InterceptProperty">
            <summary>
            The intercept property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.LineAnnotation.LineJoinProperty">
            <summary>
            The line join property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.LineAnnotation.LineStyleProperty">
            <summary>
            The line style property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.LineAnnotation.MaximumXProperty">
            <summary>
            The maximum x property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.LineAnnotation.MaximumYProperty">
            <summary>
            The maximum y property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.LineAnnotation.MinimumXProperty">
            <summary>
            The minimum x property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.LineAnnotation.MinimumYProperty">
            <summary>
            The minimum y property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.LineAnnotation.SlopeProperty">
            <summary>
            The slope property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.LineAnnotation.StrokeThicknessProperty">
            <summary>
            The stroke thickness property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.LineAnnotation.TextHorizontalAlignmentProperty">
            <summary>
            The TextHorizontalAlignment property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.LineAnnotation.TextMarginProperty">
            <summary>
            The TextMargin property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.LineAnnotation.TextOrientationProperty">
            <summary>
            The TextOrientation property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.LineAnnotation.TextPositionProperty">
            <summary>
            The TextPosition property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.LineAnnotation.TextVerticalAlignmentProperty">
            <summary>
            The TextVerticalAlignment property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.LineAnnotation.XProperty">
            <summary>
            The x property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.LineAnnotation.YProperty">
            <summary>
            The y property.
            </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.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.LineAnnotation.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.LineAnnotation.Color">
            <summary>
            Gets or sets Color.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.LineAnnotation.Intercept">
            <summary>
            Gets or sets Intercept.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.LineAnnotation.LineJoin">
            <summary>
            Gets or sets the line join.
            </summary>
            <value>The line join.</value>
        </member>
        <member name="P:OxyPlot.Wpf.LineAnnotation.LineStyle">
            <summary>
            Gets or sets LineStyle.
            </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.StrokeThickness">
            <summary>
            Gets or sets StrokeThickness.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.LineAnnotation.TextHorizontalAlignment">
            <summary>
            Gets or sets the text horizontal alignment.
            </summary>
            <value>The text horizontal alignment.</value>
        </member>
        <member name="P:OxyPlot.Wpf.LineAnnotation.TextMargin">
            <summary>
            Gets or sets the text margin (along the line).
            </summary>
            <value>The text margin.</value>
        </member>
        <member name="P:OxyPlot.Wpf.LineAnnotation.TextOrientation">
            <summary>
            Gets or sets the text orientation.
            </summary>
            <value>The text orientation.</value>
        </member>
        <member name="P:OxyPlot.Wpf.LineAnnotation.TextPosition">
            <summary>
            Gets or sets the text position fraction.
            </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="P:OxyPlot.Wpf.LineAnnotation.TextVerticalAlignment">
            <summary>
            Gets or sets the vertical alignment of text (above or below the line).
            </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>
            The absolute maximum property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Axis.AbsoluteMinimumProperty">
            <summary>
            The absolute minimum property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Axis.AngleProperty">
            <summary>
            The angle property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Axis.AxisTickToLabelDistanceProperty">
            <summary>
            The axis tick to label distance property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Axis.AxisTitleDistanceProperty">
            <summary>
            The axis title distance property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Axis.AxislineColorProperty">
            <summary>
            The axisline color property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Axis.AxislineStyleProperty">
            <summary>
            The axisline style property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Axis.AxislineThicknessProperty">
            <summary>
            The axisline thickness property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Axis.ClipTitleProperty">
            <summary>
            The clip title property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Axis.EndPositionProperty">
            <summary>
            The end position property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Axis.ExtraGridlineColorProperty">
            <summary>
            The extra gridline color property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Axis.ExtraGridlineStyleProperty">
            <summary>
            The extra gridline style property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Axis.ExtraGridlineThicknessProperty">
            <summary>
            The extra gridline thickness property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Axis.ExtraGridlinesProperty">
            <summary>
            The extra gridlines property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Axis.FilterFunctionProperty">
            <summary>
            The filter function property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Axis.FilterMaxValueProperty">
            <summary>
            The filter max value property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Axis.FilterMinValueProperty">
            <summary>
            The filter min value property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Axis.FontProperty">
            <summary>
            The font property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Axis.FontSizeProperty">
            <summary>
            The font size property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Axis.FontWeightProperty">
            <summary>
            The font weight property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Axis.IntervalLengthProperty">
            <summary>
            The interval length property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Axis.IsAxisVisibleProperty">
            <summary>
            The is axis visible property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Axis.IsPanEnabledProperty">
            <summary>
            The is pan enabled property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Axis.IsZoomEnabledProperty">
            <summary>
            The is zoom enabled property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Axis.KeyProperty">
            <summary>
            The key property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Axis.LayerProperty">
            <summary>
            The layer property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Axis.MajorGridlineColorProperty">
            <summary>
            The major gridline color property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Axis.MajorGridlineStyleProperty">
            <summary>
            The major gridline style property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Axis.MajorGridlineThicknessProperty">
            <summary>
            The major gridline thickness property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Axis.MajorStepProperty">
            <summary>
            The major step property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Axis.MajorTickSizeProperty">
            <summary>
            The major tick size property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Axis.MaximumPaddingProperty">
            <summary>
            The maximum padding property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Axis.MaximumProperty">
            <summary>
            The maximum property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Axis.MinimumPaddingProperty">
            <summary>
            The minimum padding property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Axis.MinimumProperty">
            <summary>
            The minimum property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Axis.MinimumRangeProperty">
            <summary>
            The minimum range property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Axis.MinorGridlineColorProperty">
            <summary>
            The minor gridline color property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Axis.MinorGridlineStyleProperty">
            <summary>
            The minor gridline style property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Axis.MinorGridlineThicknessProperty">
            <summary>
            The minor gridline thickness property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Axis.MinorStepProperty">
            <summary>
            The minor step property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Axis.MinorTickSizeProperty">
            <summary>
            The minor tick size property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Axis.PositionAtZeroCrossingProperty">
            <summary>
            The position at zero crossing property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Axis.PositionProperty">
            <summary>
            The position property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Axis.PositionTierProperty">
            <summary>
            The positionTier property
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Axis.ShowMinorTicksProperty">
            <summary>
            The show minor ticks property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Axis.StartPositionProperty">
            <summary>
            The start position property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Axis.StringFormatProperty">
            <summary>
            The string format property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Axis.TickStyleProperty">
            <summary>
            The tick style property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Axis.TicklineColorProperty">
            <summary>
            The tickline color property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Axis.TitleClippingLengthProperty">
            <summary>
            The title clipping length property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Axis.TitleColorProperty">
            <summary>
            The title color property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Axis.TitleFontProperty">
            <summary>
            The title font property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Axis.TitleFontSizeProperty">
            <summary>
            The title font size property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Axis.TitleFontWeightProperty">
            <summary>
            The title font weight property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Axis.TitleFormatStringProperty">
            <summary>
            The title format string property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Axis.TitlePositionProperty">
            <summary>
            The title position property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Axis.TitleProperty">
            <summary>
            The title property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Axis.UnitProperty">
            <summary>
            The unit property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Axis.UseSuperExponentialFormatProperty">
            <summary>
            The use super exponential format 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>
            The on visual changed handler.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.Axis.SynchronizeProperties">
            <summary>
            The synchronize 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 AbsoluteMaximum.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.Axis.AbsoluteMinimum">
            <summary>
            Gets or sets AbsoluteMinimum.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.Axis.Angle">
            <summary>
            Gets or sets Angle.
            </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 axisline style.
            </value>
        </member>
        <member name="P:OxyPlot.Wpf.Axis.AxislineThickness">
            <summary>
            Gets or sets the axis line thickness.
            </summary>
            <value>
            The axisline 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 FontWeight.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.Axis.IntervalLength">
            <summary>
            Gets or sets IntervalLength.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.Axis.IsAxisVisible">
            <summary>
            Gets or sets a value indicating whether IsAxisVisible.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.Axis.IsPanEnabled">
            <summary>
            Gets or sets a value indicating whether IsPanEnabled.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.Axis.IsZoomEnabled">
            <summary>
            Gets or sets a value indicating whether IsZoomEnabled.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.Axis.Key">
            <summary>
            Gets or sets Key.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.Axis.Layer">
            <summary>
            Gets or sets Layer.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.Axis.MajorGridlineColor">
            <summary>
            Gets or sets MajorGridlineColor.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.Axis.MajorGridlineStyle">
            <summary>
            Gets or sets MajorGridlineStyle.
            </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 the further afar is the axis from the graph.
            </remarks>
        </member>
        <member name="P:OxyPlot.Wpf.Axis.ShowMinorTicks">
            <summary>
            Gets or sets a value indicating whether to show minor ticks.
            </summary>
        </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>
            The format as fractions property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.LinearAxis.FractionUnitProperty">
            <summary>
            The fraction unit property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.LinearAxis.FractionUnitSymbolProperty">
            <summary>
            The fraction unit symbol 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>
            The create model.
            </summary>
            <returns>
            </returns>
        </member>
        <member name="M:OxyPlot.Wpf.LinearAxis.SynchronizeProperties">
            <summary>
            The synchronize 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="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="T:OxyPlot.Wpf.CategoryAxis">
            <summary>
            This is a WPF wrapper of OxyPlot.CategoryAxis.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.CategoryAxis.GapWidthProperty">
            <summary>
            The gap width property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.CategoryAxis.IsTickCenteredProperty">
            <summary>
            The is tick centered property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.CategoryAxis.ItemsSourceProperty">
            <summary>
            The items source property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.CategoryAxis.LabelFieldProperty">
            <summary>
            The label field property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.CategoryAxis.LabelsProperty">
            <summary>
            The labels 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>
            The create model.
            </summary>
            <returns>
            </returns>
        </member>
        <member name="M:OxyPlot.Wpf.CategoryAxis.SynchronizeProperties">
            <summary>
            The synchronize 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>
            The calendar week rule property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.DateTimeAxis.FirstDateTimeProperty">
            <summary>
            The first date time property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.DateTimeAxis.FirstDayOfWeekProperty">
            <summary>
            The first day of week property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.DateTimeAxis.IntervalTypeProperty">
            <summary>
            The interval type property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.DateTimeAxis.LastDateTimeProperty">
            <summary>
            The last date time property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.DateTimeAxis.MinorIntervalTypeProperty">
            <summary>
            The minor interval type property.
            </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>
            The create model.
            </summary>
            <returns>
            </returns>
        </member>
        <member name="M:OxyPlot.Wpf.DateTimeAxis.SynchronizeProperties">
            <summary>
            The synchronize 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.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>
            The create model.
            </summary>
            <returns>
            </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>
            Gets or sets the logarithmic base (normally 10).
            http://en.wikipedia.org/wiki/Logarithm
            </summary>
            <value>The logarithmic base.</value>
        </member>
        <member name="F:OxyPlot.Wpf.LogarithmicAxis.PowerPaddingProperty">
            <summary>
            The power padding 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>
            The create model.
            </summary>
            <returns>
            </returns>
        </member>
        <member name="M:OxyPlot.Wpf.LogarithmicAxis.SynchronizeProperties">
            <summary>
            The synchronize 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 Thickness to double.
            This is used to convert BorderThickness properties to Path.StrokeThickness (double).
            The maximum thickness value is used.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.ThicknessConverter.Convert(System.Object,System.Type,System.Object,System.Globalization.CultureInfo)">
            <summary>
            The convert.
            </summary>
            <param name="value">
            The value.
            </param>
            <param name="targetType">
            The target type.
            </param>
            <param name="parameter">
            The parameter.
            </param>
            <param name="culture">
            The culture.
            </param>
            <returns>
            The convert.
            </returns>
        </member>
        <member name="M:OxyPlot.Wpf.ThicknessConverter.ConvertBack(System.Object,System.Type,System.Object,System.Globalization.CultureInfo)">
            <summary>
            The convert back.
            </summary>
            <param name="value">
            The value.
            </param>
            <param name="targetType">
            The target type.
            </param>
            <param name="parameter">
            The parameter.
            </param>
            <param name="culture">
            The culture.
            </param>
            <returns>
            The convert back.
            </returns>
        </member>
        <member name="T:OxyPlot.Wpf.OxyColorConverter">
            <summary>
            The oxy color converter.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.OxyColorConverter.Convert(System.Object,System.Type,System.Object,System.Globalization.CultureInfo)">
            <summary>
            The convert.
            </summary>
            <param name="value">
            The value.
            </param>
            <param name="targetType">
            The target type.
            </param>
            <param name="parameter">
            The parameter.
            </param>
            <param name="culture">
            The culture.
            </param>
            <returns>
            The convert.
            </returns>
        </member>
        <member name="M:OxyPlot.Wpf.OxyColorConverter.ConvertBack(System.Object,System.Type,System.Object,System.Globalization.CultureInfo)">
            <summary>
            The convert back.
            </summary>
            <param name="value">
            The value.
            </param>
            <param name="targetType">
            The target type.
            </param>
            <param name="parameter">
            The parameter.
            </param>
            <param name="culture">
            The culture.
            </param>
            <returns>
            The convert back.
            </returns>
        </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>
            true 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 false 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.NamespaceDoc">
            <summary>
            The OxyPlot.Wpf namespace contains WPF controls and classes providing output to bitmap and flow documents.
            </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="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="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>
            The color property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Series.TitleProperty">
            <summary>
            The title property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Series.TrackerFormatStringProperty">
            <summary>
            The tracker format string property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Series.TrackerKeyProperty">
            <summary>
            The tracker key 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.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.ItemsSeries.SynchronizeProperties(OxyPlot.Series.Series)">
            <summary>
            The synchronize properties.
            </summary>
            <param name="series">
            The series.
            </param>
        </member>
        <member name="F:OxyPlot.Wpf.XYAxisSeries.XAxisKeyProperty">
            <summary>
            The x axis key property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.XYAxisSeries.YAxisKeyProperty">
            <summary>
            The y axis key property.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.XYAxisSeries.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.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.BarSeriesBase.BaseValueProperty">
            <summary>
                The bar width property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.BarSeriesBase.ColorFieldProperty">
            <summary>
            The color field property
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.BarSeriesBase.FillColorProperty">
            <summary>
                The fill color property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.BarSeriesBase.IsStackedProperty">
            <summary>
                The is stacked property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.BarSeriesBase.LabelFormatStringProperty">
            <summary>
                The label format string property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.BarSeriesBase.LabelMarginProperty">
            <summary>
            The label margin property
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.BarSeriesBase.LabelPlacementProperty">
            <summary>
            The label placement property
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.BarSeriesBase.NegativeFillColorProperty">
            <summary>
                The negative fill color property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.BarSeriesBase.StackGroupProperty">
            <summary>
            The stack group property
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.BarSeriesBase.StrokeColorProperty">
            <summary>
                The stroke color property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.BarSeriesBase.StrokeThicknessProperty">
            <summary>
                The stroke thickness property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.BarSeriesBase.ValueFieldProperty">
            <summary>
                The value field 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>
                The bar width property.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.ColumnSeries.#cctor">
            <summary>
                Initializes static members of the <see cref="T:OxyPlot.Wpf.ColumnSeries"/> class.
            </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>
                The synchronize 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.XamlExporter">
            <summary>
            Export a PlotModel to .xaml
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.XamlExporter.ExportToString(OxyPlot.PlotModel,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.InputBindingX">
            <summary>
            Represents an input binding that supports binding to the InputGesture.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.InputBindingX.GeztureProperty">
            <summary>
            The gesture property.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.InputBindingX.OnGeztureChanged">
            <summary>
            Called when the gesture property changed.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.InputBindingX.GeztureChanged(System.Windows.DependencyObject,System.Windows.DependencyPropertyChangedEventArgs)">
            <summary>
            Called when the gesture property 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="P:OxyPlot.Wpf.InputBindingX.Gezture">
            <summary>
            Gets or sets the gesture.
            </summary>
            <value>The gezture.</value>
        </member>
        <member name="T:OxyPlot.Wpf.KeyGestureExtension">
            <summary>
            Markup extension for key and mouse gestures.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.KeyGestureExtension.gesture">
            <summary>
            The gesture.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.KeyGestureExtension.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:OxyPlot.Wpf.KeyGestureExtension"/> class.
            </summary>
            <param name="gesture">
            The gesture.
            </param>
        </member>
        <member name="M:OxyPlot.Wpf.KeyGestureExtension.ProvideValue(System.IServiceProvider)">
            <summary>
            Provides the value.
            </summary>
            <param name="service">
            The service.
            </param>
            <returns>
            The provide value.
            </returns>
        </member>
        <member name="T:OxyPlot.Wpf.Plot">
            <summary>
            Represents the WPF Plot control.
            </summary>
            <remarks>
            This file contains dependency properties used for defining the plot in XAML. These properties are only used when Model is null. 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 WPF control that displays an OxyPlot plot.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Plot.PartGrid">
            <summary>
            The Grid PART constant.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Plot.AutoAdjustPlotMarginsProperty">
            <summary>
            The auto adjust plot margins property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Plot.CultureProperty">
            <summary>
            The culture property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Plot.DefaultTrackerTemplateProperty">
            <summary>
            The default tracker property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Plot.IsLegendVisibleProperty">
            <summary>
            The is legend visible property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Plot.IsMouseWheelEnabledProperty">
            <summary>
            The is mouse wheel enabled property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Plot.KeyboardPanHorizontalStepProperty">
            <summary>
            The keyboard pan horizontal step property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Plot.KeyboardPanVerticalStepProperty">
            <summary>
            The keyboard pan vertical step property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Plot.LegendBackgroundProperty">
            <summary>
            The legend background property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Plot.LegendBorderProperty">
            <summary>
            The legend border property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Plot.LegendBorderThicknessProperty">
            <summary>
            The legend border thickness property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Plot.LegendFontProperty">
            <summary>
            The legend font property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Plot.LegendFontSizeProperty">
            <summary>
            The legend font size property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Plot.LegendFontWeightProperty">
            <summary>
            The legend font weight property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Plot.LegendItemAlignmentProperty">
            <summary>
            The legend item alignment property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Plot.LegendItemOrderProperty">
            <summary>
            The legend item order property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Plot.LegendItemSpacingProperty">
            <summary>
            The legend item spacing property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Plot.LegendMarginProperty">
            <summary>
            The legend margin property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Plot.LegendMaxWidthProperty">
            <summary>
            The legend max width property
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Plot.LegendOrientationProperty">
            <summary>
            The legend orientation property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Plot.LegendColumnSpacingProperty">
            <summary>
            The legend column spacing property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Plot.LegendPaddingProperty">
            <summary>
            The legend padding property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Plot.LegendPlacementProperty">
            <summary>
            The legend placement property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Plot.LegendPositionProperty">
            <summary>
            The legend position property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Plot.LegendSymbolLengthProperty">
            <summary>
            The legend symbol length property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Plot.LegendSymbolMarginProperty">
            <summary>
            The legend symbol margin property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Plot.LegendSymbolPlacementProperty">
            <summary>
            The legend symbol placement property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Plot.LegendTitleFontProperty">
            <summary>
            The legend title font property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Plot.LegendTitleFontSizeProperty">
            <summary>
            The legend title font size property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Plot.LegendTitleFontWeightProperty">
            <summary>
            The legend title font weight property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Plot.ModelProperty">
            <summary>
            The model property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Plot.OrthographicToggleGestureProperty">
            <summary>
            The orthographic toggle gesture property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Plot.PanCursorProperty">
            <summary>
            The pan cursor property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Plot.PlotAreaBorderColorProperty">
            <summary>
            The plot area border color property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Plot.PlotAreaBorderThicknessProperty">
            <summary>
            The plot area border thickness property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Plot.PlotMarginsProperty">
            <summary>
            The plot margins property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Plot.PlotTypeProperty">
            <summary>
            The plot type property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Plot.SubtitleFontSizeProperty">
            <summary>
            The subtitle font size property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Plot.SubtitleFontWeightProperty">
            <summary>
            The subtitle font weight property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Plot.SubtitleProperty">
            <summary>
            The subtitle property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Plot.TextColorProperty">
            <summary>
            The text color property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Plot.TitleFontProperty">
            <summary>
            The title font property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Plot.TitleFontSizeProperty">
            <summary>
            The title font size property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Plot.TitleFontWeightProperty">
            <summary>
            The title font weight property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Plot.TitlePaddingProperty">
            <summary>
            The title padding property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Plot.TitleProperty">
            <summary>
            The title property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Plot.ZoomHorizontalCursorProperty">
            <summary>
            The zoom horizontal cursor property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Plot.ZoomRectangleCursorProperty">
            <summary>
            The zoom rectangle cursor property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Plot.ZoomRectangleTemplateProperty">
            <summary>
            The zoom rectangle template property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Plot.ZoomVerticalCursorProperty">
            <summary>
            The zoom vertical cursor property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Plot.annotations">
            <summary>
            The annotations.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Plot.axes">
            <summary>
            The axes.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Plot.series">
            <summary>
            The series.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.Plot.SynchronizeProperties">
            <summary>
            Synchronize properties between the WPF control and the internal PlotModel (only if Model is undefined).
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Plot.manipulationQueue">
            <summary>
            The stack of manipulation events. This is used to try to avoid latency of the ManipulationDelta events.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Plot.modelLock">
            <summary>
            The model lock.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Plot.trackerDefinitions">
            <summary>
            The tracker definitions.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Plot.updateModelAndVisualsLock">
            <summary>
            The update model and visuals lock.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Plot.canvas">
            <summary>
            The canvas.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Plot.currentModel">
            <summary>
            The current model.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Plot.currentTracker">
            <summary>
            The current tracker.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Plot.grid">
            <summary>
            The grid.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Plot.internalModel">
            <summary>
            The internal model.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Plot.isPlotInvalidated">
            <summary>
            Invalidation flag (0: no update, 1: update visual elements only, 2:update data).
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Plot.isRendering">
            <summary>
            The is rendering flag.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Plot.lastManipulationScale">
            <summary>
            The last cumulative manipulation scale.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Plot.mouseDownPoint">
            <summary>
            The mouse down point.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Plot.mouseManipulator">
            <summary>
            The mouse manipulator.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Plot.overlays">
            <summary>
            The overlays.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Plot.renderContext">
            <summary>
            The render context
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Plot.touchDownPoint">
            <summary>
            The touch down point.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Plot.touchPan">
            <summary>
            The touch pan manipulator.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Plot.touchZoom">
            <summary>
            The touch zoom manipulator.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.Plot.zoomControl">
            <summary>
            The zoom control.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.Plot.#cctor">
            <summary>
            Initializes static members of the <see cref="T:OxyPlot.Wpf.Plot"/> class.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.Plot.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:OxyPlot.Wpf.Plot"/> class.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.Plot.GetAxesFromPoint(OxyPlot.ScreenPoint,OxyPlot.Axes.Axis@,OxyPlot.Axes.Axis@)">
            <summary>
            Gets the axes from a point.
            </summary>
            <param name="pt">
            The point.
            </param>
            <param name="xaxis">
            The x-axis.
            </param>
            <param name="yaxis">
            The y-axis.
            </param>
        </member>
        <member name="M:OxyPlot.Wpf.Plot.GetSeriesFromPoint(OxyPlot.ScreenPoint,System.Double)">
            <summary>
            Gets the series that is nearest the specified point (in screen coordinates).
            </summary>
            <param name="pt">
            The point.
            </param>
            <param name="limit">
            The maximum distance, if this is exceeded the method will return null.
            </param>
            <returns>
            The closest DataSeries
            </returns>
        </member>
        <member name="M:OxyPlot.Wpf.Plot.HideTracker">
            <summary>
            Hides the tracker.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.Plot.HideZoomRectangle">
            <summary>
            Hides the zoom rectangle.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.Plot.InvalidatePlot(System.Boolean)">
            <summary>
            Invalidate the plot (not blocking the UI thread)
            </summary>
            <param name="updateData">
            The update Data.
            </param>
        </member>
        <member name="M:OxyPlot.Wpf.Plot.Pan(OxyPlot.Axes.Axis,OxyPlot.ScreenPoint,OxyPlot.ScreenPoint)">
            <summary>
            Pans the specified axis.
            </summary>
            <param name="axis">
            The axis.
            </param>
            <param name="ppt">
            The previous point (screen coordinates).
            </param>
            <param name="cpt">
            The current point (screen coordinates).
            </param>
        </member>
        <member name="M:OxyPlot.Wpf.Plot.RefreshPlot(System.Boolean)">
            <summary>
            Refresh the plot immediately (blocking UI thread)
            </summary>
            <param name="updateData">
            if set to <c>true</c> , the data collections will be updated.
            </param>
        </member>
        <member name="M:OxyPlot.Wpf.Plot.Reset(OxyPlot.Axes.Axis)">
            <summary>
            Resets the specified axis.
            </summary>
            <param name="axis">
            The axis.
            </param>
        </member>
        <member name="M:OxyPlot.Wpf.Plot.SetCursorType(OxyPlot.CursorType)">
            <summary>
            Sets the cursor type.
            </summary>
            <param name="cursorType">
            The cursor type.
            </param>
        </member>
        <member name="M:OxyPlot.Wpf.Plot.ShowTracker(OxyPlot.TrackerHitResult)">
            <summary>
            Shows the tracker.
            </summary>
            <param name="trackerHitResult">
            The tracker data.
            </param>
        </member>
        <member name="M:OxyPlot.Wpf.Plot.ShowZoomRectangle(OxyPlot.OxyRect)">
            <summary>
            Shows the zoom rectangle.
            </summary>
            <param name="r">
            The rectangle.
            </param>
        </member>
        <member name="M:OxyPlot.Wpf.Plot.Zoom(OxyPlot.Axes.Axis,System.Double,System.Double)">
            <summary>
            Zooms the specified axis to the specified values.
            </summary>
            <param name="axis">
            The axis.
            </param>
            <param name="p1">
            The new minimum value.
            </param>
            <param name="p2">
            The new maximum value.
            </param>
        </member>
        <member name="M:OxyPlot.Wpf.Plot.ZoomAt(OxyPlot.Axes.Axis,System.Double,System.Double)">
            <summary>
            Zooms at the specified position.
            </summary>
            <param name="axis">
            The axis.
            </param>
            <param name="factor">
            The zoom factor.
            </param>
            <param name="x">
            The position to zoom at.
            </param>
        </member>
        <member name="M:OxyPlot.Wpf.Plot.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.Plot.PanAll(System.Windows.Vector)">
            <summary>
            Pans all axes.
            </summary>
            <param name="delta">
            The delta.
            </param>
        </member>
        <member name="M:OxyPlot.Wpf.Plot.ResetAllAxes">
            <summary>
            Reset all axes.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.Plot.SaveBitmap(System.String,System.Int32,System.Int32,OxyPlot.OxyColor)">
            <summary>
            Saves the plot 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.Plot.SaveXaml(System.String)">
            <summary>
            Saves the plot as xaml.
            </summary>
            <param name="fileName">
            Name of the file.
            </param>
        </member>
        <member name="M:OxyPlot.Wpf.Plot.ToBitmap">
            <summary>
            Renders the plot to a bitmap.
            </summary>
            <returns>
            A bitmap.
            </returns>
        </member>
        <member name="M:OxyPlot.Wpf.Plot.ToXaml">
            <summary>
            Renders the plot to xaml.
            </summary>
            <returns>
            The xaml.
            </returns>
        </member>
        <member name="M:OxyPlot.Wpf.Plot.ZoomAllAxes(System.Double)">
            <summary>
            Zooms all axes.
            </summary>
            <param name="delta">
            The delta.
            </param>
        </member>
        <member name="M:OxyPlot.Wpf.Plot.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.Plot.OnAppearanceChanged">
            <summary>
            Called when the visual appearance is changed.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.Plot.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="M:OxyPlot.Wpf.Plot.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.Plot.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="M:OxyPlot.Wpf.Plot.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.Plot.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.Plot.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.Plot.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.Plot.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.Plot.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.Plot.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 null.</param>
        </member>
        <member name="M:OxyPlot.Wpf.Plot.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.Plot.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.Plot.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.Plot.ConvertChangedButton(System.Windows.Input.MouseEventArgs)">
            <summary>
            Converts the changed button.
            </summary>
            <param name="e">
            The <see cref="T:System.Windows.Input.MouseEventArgs"/> instance containing the event data.
            </param>
            <returns>
            The mouse button.
            </returns>
        </member>
        <member name="M:OxyPlot.Wpf.Plot.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.Plot.CreateManipulationEventArgs(System.Windows.Input.MouseEventArgs)">
            <summary>
            Creates the manipulation event arguments.
            </summary>
            <param name="e">
            The <see cref="T:System.Windows.Input.MouseEventArgs"/> instance containing the event data.
            </param>
            <returns>
            A manipulation event arguments object.
            </returns>
        </member>
        <member name="M:OxyPlot.Wpf.Plot.CreateMouseEventArgs(System.Windows.Input.MouseEventArgs)">
            <summary>
            Creates the mouse event arguments.
            </summary>
            <param name="e">
            The <see cref="T:System.Windows.Input.MouseEventArgs"/> instance containing the event data.
            </param>
            <returns>
            Mouse event arguments.
            </returns>
        </member>
        <member name="M:OxyPlot.Wpf.Plot.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.Plot.GetManipulator(System.Windows.Input.MouseButtonEventArgs)">
            <summary>
            Gets the manipulator for the current mouse button and modifier keys.
            </summary>
            <param name="e">
            The event args.
            </param>
            <returns>
            A manipulator or null if no gesture was recognized.
            </returns>
        </member>
        <member name="M:OxyPlot.Wpf.Plot.HandleStackedManipulationEvents">
            <summary>
            Handles the stacked manipulation events.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.Plot.Invoke(System.Action)">
            <summary>
            Invokes the specified action on the dispatcher, if necessary.
            </summary>
            <param name="action">The action.</param>
        </member>
        <member name="M:OxyPlot.Wpf.Plot.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.Plot.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.Plot.OnDataContextChanged(System.Object,System.Windows.DependencyPropertyChangedEventArgs)">
            <summary>
            Called when the data context 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.Plot.OnModelChanged">
            <summary>
            Called when the model is changed.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.Plot.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.Plot.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.Plot.ResetAxesHandler(System.Object,System.Windows.Input.ExecutedRoutedEventArgs)">
            <summary>
            The reset axes handler.
            </summary>
            <param name="sender">
            The sender.
            </param>
            <param name="e">
            The e.
            </param>
        </member>
        <member name="M:OxyPlot.Wpf.Plot.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.Plot.UpdateModel(System.Boolean)">
            <summary>
            Updates the model. If Model==null, an internal model will be created. The ActualModel.UpdateModelAndVisuals 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.Plot.UpdateModelAndVisuals(System.Boolean)">
            <summary>
            Updates the model. If Model==null, an internal model will be created. The ActualModel.UpdateModel 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.Plot.UpdateVisuals">
            <summary>
            Updates the visuals.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.Plot.ResetAxesCommand">
            <summary>
            Gets the reset axes command.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.Plot.AutoAdjustPlotMargins">
            <summary>
            Gets or sets a value indicating whether AutoAdjustPlotMargins.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.Plot.Axes">
            <summary>
            Gets the axes.
            </summary>
            <value> The axes. </value>
        </member>
        <member name="P:OxyPlot.Wpf.Plot.Culture">
            <summary>
            Gets or sets Culture.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.Plot.DefaultTrackerTemplate">
            <summary>
            Gets or sets the tracker template.
            </summary>
            <value> The tracker template. </value>
        </member>
        <member name="P:OxyPlot.Wpf.Plot.IsLegendVisible">
            <summary>
            Gets or sets a value indicating whether IsLegendVisible.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.Plot.IsMouseWheelEnabled">
            <summary>
            Gets or sets a value indicating whether the mouse wheel is enabled.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.Plot.KeyboardPanHorizontalStep">
            <summary>
            Gets or sets the keyboard pan horizontal step (fraction of plot area width).
            </summary>
            <value> The keyboard pan horizontal step. </value>
        </member>
        <member name="P:OxyPlot.Wpf.Plot.KeyboardPanVerticalStep">
            <summary>
            Gets or sets the keyboard pan vertical step size (fraction of plot area height).
            </summary>
            <value> The keyboard pan vertical step. </value>
        </member>
        <member name="P:OxyPlot.Wpf.Plot.LegendBackground">
            <summary>
            Gets or sets LegendBackground.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.Plot.LegendBorder">
            <summary>
            Gets or sets LegendBorder.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.Plot.LegendBorderThickness">
            <summary>
            Gets or sets LegendBorderThickness.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.Plot.LegendFont">
            <summary>
            Gets or sets LegendFont.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.Plot.LegendFontSize">
            <summary>
            Gets or sets LegendFontSize.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.Plot.LegendFontWeight">
            <summary>
            Gets or sets LegendFontWeight.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.Plot.LegendItemAlignment">
            <summary>
            Gets or sets LegendItemAlignment.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.Plot.LegendItemOrder">
            <summary>
            Gets or sets LegendItemOrder.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.Plot.LegendItemSpacing">
            <summary>
            Gets or sets LegendItemSpacing.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.Plot.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.Plot.LegendMargin">
            <summary>
            Gets or sets LegendMargin.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.Plot.LegendOrientation">
            <summary>
            Gets or sets LegendOrientation.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.Plot.LegendColumnSpacing">
            <summary>
            Gets or sets the legend column spacing.
            </summary>
            <value>The legend column spacing.</value>
        </member>
        <member name="P:OxyPlot.Wpf.Plot.LegendPadding">
            <summary>
            Gets or sets the legend padding.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.Plot.LegendPlacement">
            <summary>
            Gets or sets LegendPlacement.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.Plot.LegendPosition">
            <summary>
            Gets or sets the legend position.
            </summary>
            <value> The legend position. </value>
        </member>
        <member name="P:OxyPlot.Wpf.Plot.LegendSymbolLength">
            <summary>
            Gets or sets LegendSymbolLength.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.Plot.LegendSymbolMargin">
            <summary>
            Gets or sets LegendSymbolMargin.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.Plot.LegendSymbolPlacement">
            <summary>
            Gets or sets LegendSymbolPlacement.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.Plot.LegendTitleFont">
            <summary>
            Gets or sets LegendTitleFont.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.Plot.LegendTitleFontSize">
            <summary>
            Gets or sets LegendTitleFontSize.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.Plot.LegendTitleFontWeight">
            <summary>
            Gets or sets LegendTitleFontWeight.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.Plot.Model">
            <summary>
            Gets or sets the model.
            </summary>
            <value> The model. </value>
        </member>
        <member name="P:OxyPlot.Wpf.Plot.PanCursor">
            <summary>
            Gets or sets the pan cursor.
            </summary>
            <value> The pan cursor. </value>
        </member>
        <member name="P:OxyPlot.Wpf.Plot.PlotAreaBorderColor">
            <summary>
            Gets or sets the color of the plot area border.
            </summary>
            <value> The color of the plot area border. </value>
        </member>
        <member name="P:OxyPlot.Wpf.Plot.PlotAreaBorderThickness">
            <summary>
            Gets or sets the thickness of the plot area border.
            </summary>
            <value> The thickness of the plot area border. </value>
        </member>
        <member name="P:OxyPlot.Wpf.Plot.PlotMargins">
            <summary>
            Gets or sets the plot margins.
            </summary>
            <value> The plot margins. </value>
        </member>
        <member name="P:OxyPlot.Wpf.Plot.PlotType">
            <summary>
            Gets or sets PlotType.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.Plot.ResetAxesGesture">
            <summary>
            Gets or sets the reset axes gesture.
            </summary>
            <value> The reset axes gesture. </value>
        </member>
        <member name="P:OxyPlot.Wpf.Plot.Series">
            <summary>
            Gets the series.
            </summary>
            <value> The series. </value>
        </member>
        <member name="P:OxyPlot.Wpf.Plot.Subtitle">
            <summary>
            Gets or sets the subtitle.
            </summary>
            <value> The subtitle. </value>
        </member>
        <member name="P:OxyPlot.Wpf.Plot.SubtitleFontSize">
            <summary>
            Gets or sets SubtitleFontSize.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.Plot.SubtitleFontWeight">
            <summary>
            Gets or sets SubtitleFontWeight.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.Plot.TextColor">
            <summary>
            Gets or sets TextColor.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.Plot.Title">
            <summary>
            Gets or sets the title.
            </summary>
            <value> The title. </value>
        </member>
        <member name="P:OxyPlot.Wpf.Plot.TitleFont">
            <summary>
            Gets or sets TitleFont.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.Plot.TitleFontSize">
            <summary>
            Gets or sets TitleFontSize.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.Plot.TitleFontWeight">
            <summary>
            Gets or sets TitleFontWeight.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.Plot.TitlePadding">
            <summary>
            Gets or sets TitlePadding.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.Plot.ZoomHorizontalCursor">
            <summary>
            Gets or sets the horizontal zoom cursor.
            </summary>
            <value> The zoom horizontal cursor. </value>
        </member>
        <member name="P:OxyPlot.Wpf.Plot.ZoomRectangleCursor">
            <summary>
            Gets or sets the rectangle zoom cursor.
            </summary>
            <value> The zoom rectangle cursor. </value>
        </member>
        <member name="P:OxyPlot.Wpf.Plot.ZoomRectangleTemplate">
            <summary>
            Gets or sets the zoom rectangle template.
            </summary>
            <value> The zoom rectangle template. </value>
        </member>
        <member name="P:OxyPlot.Wpf.Plot.ZoomVerticalCursor">
            <summary>
            Gets or sets the vertical zoom cursor.
            </summary>
            <value> The zoom vertical cursor. </value>
        </member>
        <member name="P:OxyPlot.Wpf.Plot.Annotations">
            <summary>
            Gets the annotations.
            </summary>
            <value> The annotations. </value>
        </member>
        <member name="P:OxyPlot.Wpf.Plot.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.Plot.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 false.
            </remarks>
        </member>
        <member name="P:OxyPlot.Wpf.Plot.TrackerDefinitions">
            <summary>
            Gets the tracker definitions.
            </summary>
            <value> The tracker definitions. </value>
        </member>
        <member name="P:OxyPlot.Wpf.Plot.ActualModel">
            <summary>
            Gets the actual model.
            </summary>
            <value> The actual model. </value>
        </member>
        <member name="T:OxyPlot.Wpf.PngExporter">
            <summary>
            Export a PlotModel to .png using WPF
            </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.</param>
            <param name="fileName">The file name.</param>
            <param name="width">The width.</param>
            <param name="height">The height.</param>
            <param name="background">The background.</param>
            <param name="resolution">The resolution.</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.</param>
            <param name="stream">The stream.</param>
            <param name="width">The width.</param>
            <param name="height">The height.</param>
            <param name="background">The background.</param>
            <param name="resolution">The resolution.</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="dpi">The resolution.</param>
            <returns>A bitmap.</returns>
        </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>
                The bar width property.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.BarSeries.#cctor">
            <summary>
                Initializes static members of the <see cref="T:OxyPlot.Wpf.BarSeries"/> class.
            </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="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>
            The can tracker interpolate points property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.DataPointSeries.DataFieldXProperty">
            <summary>
            The data field x property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.DataPointSeries.DataFieldYProperty">
            <summary>
            The data field y property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.DataPointSeries.MappingProperty">
            <summary>
            The mapping property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.DataPointSeries.SmoothProperty">
            <summary>
            The smooth property.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.DataPointSeries.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.DataPointSeries.SynchronizeProperties(OxyPlot.Series.Series)">
            <summary>
            The synchronize 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="P:OxyPlot.Wpf.DataPointSeries.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="F:OxyPlot.Wpf.LineSeries.DashesProperty">
            <summary>
            The dashes property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.LineSeries.LabelFormatStringProperty">
            <summary>
            The label format string property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.LineSeries.LabelMarginProperty">
            <summary>
            The label margin property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.LineSeries.LineJoinProperty">
            <summary>
            The line join property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.LineSeries.LineLegendPositionProperty">
            <summary>
            The line legend position property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.LineSeries.LineStyleProperty">
            <summary>
            The line style property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.LineSeries.MarkerFillProperty">
            <summary>
            The marker fill property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.LineSeries.MarkerOutlineProperty">
            <summary>
            The marker outline property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.LineSeries.MarkerResolutionProperty">
            <summary>
            The marker resolution property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.LineSeries.MarkerSizeProperty">
            <summary>
            The marker size property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.LineSeries.MarkerStrokeProperty">
            <summary>
            The marker stroke property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.LineSeries.MarkerStrokeThicknessProperty">
            <summary>
            The marker stroke thickness property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.LineSeries.MarkerTypeProperty">
            <summary>
            The marker type property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.LineSeries.MinimumSegmentLengthProperty">
            <summary>
            The minimum segment length property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.LineSeries.StrokeThicknessProperty">
            <summary>
            The stroke thickness 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>
            The create model.
            </summary>
            <returns>
            The series.
            </returns>
        </member>
        <member name="M:OxyPlot.Wpf.LineSeries.SynchronizeProperties(OxyPlot.Series.Series)">
            <summary>
            The synchronize properties.
            </summary>
            <param name="series">
            The series.
            </param>
        </member>
        <member name="P:OxyPlot.Wpf.LineSeries.Dashes">
            <summary>
            Gets or sets Dashes.
            </summary>
        </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.StrokeThickness">
            <summary>
            Gets or sets StrokeThickness.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.TwoColorLineSeries.Color2Property">
            <summary>
            The color 2 property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.TwoColorLineSeries.LimitProperty">
            <summary>
            The limit property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.TwoColorLineSeries.LineStyle2Property">
            <summary>
            The line style 2 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>
            The synchronize 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="F:OxyPlot.Wpf.ScatterSeries.BinSizeProperty">
            <summary>
            The bin size property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.ScatterSeries.DataFieldSizeProperty">
            <summary>
            The data field size property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.ScatterSeries.DataFieldTagProperty">
            <summary>
            The data field tag property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.ScatterSeries.DataFieldValueProperty">
            <summary>
            The data field value property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.ScatterSeries.DataFieldXProperty">
            <summary>
            The data field x property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.ScatterSeries.DataFieldYProperty">
            <summary>
            The data field y property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.ScatterSeries.MappingProperty">
            <summary>
            The mapping property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.ScatterSeries.MarkerFillProperty">
            <summary>
            The marker fill property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.ScatterSeries.MarkerOutlineProperty">
            <summary>
            The marker outline property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.ScatterSeries.MarkerSizeProperty">
            <summary>
            The marker size property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.ScatterSeries.MarkerStrokeProperty">
            <summary>
            The marker stroke property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.ScatterSeries.MarkerStrokeThicknessProperty">
            <summary>
            The marker stroke thickness property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.ScatterSeries.MarkerTypeProperty">
            <summary>
            The marker type property.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.ScatterSeries.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:OxyPlot.Wpf.ScatterSeries"/> class.
            </summary>
        </member>
        <member name="M:OxyPlot.Wpf.ScatterSeries.CreateModel">
            <summary>
            Creates the internal series.
            </summary>
            <returns>
            The series.
            </returns>
        </member>
        <member name="M:OxyPlot.Wpf.ScatterSeries.SynchronizeProperties(OxyPlot.Series.Series)">
            <summary>
            The synchronize properties.
            </summary>
            <param name="series">
            The series.
            </param>
        </member>
        <member name="P:OxyPlot.Wpf.ScatterSeries.BinSize">
            <summary>
            Gets or sets BinSize.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.ScatterSeries.DataFieldSize">
            <summary>
            Gets or sets DataFieldSize.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.ScatterSeries.DataFieldTag">
            <summary>
            Gets or sets DataFieldTag.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.ScatterSeries.DataFieldValue">
            <summary>
            Gets or sets DataFieldValue.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.ScatterSeries.DataFieldX">
            <summary>
            Gets or sets DataFieldX.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.ScatterSeries.DataFieldY">
            <summary>
            Gets or sets DataFieldY.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.ScatterSeries.Mapping">
            <summary>
            Gets or sets Mapping.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.ScatterSeries.MarkerFill">
            <summary>
            Gets or sets MarkerFill.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.ScatterSeries.MarkerOutline">
            <summary>
            Gets or sets MarkerOutline.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.ScatterSeries.MarkerSize">
            <summary>
            Gets or sets MarkerSize.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.ScatterSeries.MarkerStroke">
            <summary>
            Gets or sets MarkerStroke.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.ScatterSeries.MarkerStrokeThickness">
            <summary>
            Gets or sets MarkerStrokeThickness.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.ScatterSeries.MarkerType">
            <summary>
            Gets or sets MarkerType.
            </summary>
        </member>
        <member name="P:OxyPlot.Wpf.ScatterSeries.ColorAxisKey">
            <summary>
            Gets or sets the color axis key.
            </summary>
            <value>
            The color axis key.
            </value>
        </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>
            The horizontal line visibility property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.TrackerControl.VerticalLineVisibilityProperty">
            <summary>
            The vertical line visibility property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.TrackerControl.LineStrokeProperty">
            <summary>
            The line stroke property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.TrackerControl.LineExtentsProperty">
            <summary>
            The line extents property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.TrackerControl.LineDashArrayProperty">
            <summary>
            The line dash array property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.TrackerControl.BorderEdgeModeProperty">
            <summary>
            The border edge mode property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.TrackerControl.ShowPointerProperty">
            <summary>
            The show arrow property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.TrackerControl.CornerRadiusProperty">
            <summary>
            The corner radius property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.TrackerControl.DistanceProperty">
            <summary>
            The distance property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.TrackerControl.CanCenterHorizontallyProperty">
            <summary>
            The can center horizontally property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.TrackerControl.CanCenterVerticallyProperty">
            <summary>
            The can center vertically property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.TrackerControl.PositionProperty">
            <summary>
            The position 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=false).
            </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>
            The tracker definition.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.TrackerDefinition.TrackerKeyProperty">
            <summary>
            The tracker key property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.TrackerDefinition.TrackerTemplateProperty">
            <summary>
            The tracker template 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.ConstantY2Property">
            <summary>
            The constant y 2 property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.AreaSeries.DataFieldX2Property">
            <summary>
            The data field x 2 property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.AreaSeries.DataFieldY2Property">
            <summary>
            The data field y 2 property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.AreaSeries.FillProperty">
            <summary>
            The fill property.
            </summary>
        </member>
        <member name="F:OxyPlot.Wpf.AreaSeries.Reverse2Property">
            <summary>
            The reverse 2 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>
            The create model.
            </summary>
            <returns>
            </returns>
        </member>
        <member name="M:OxyPlot.Wpf.AreaSeries.SynchronizeProperties(OxyPlot.Series.Series)">
            <summary>
            The synchronize properties.
            </summary>
            <param name="series">
            The series.
            </param>
        </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.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.ToHorizontalTextAlign(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.ToVerticalTextAlign(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.Nullable{System.Windows.Media.Color})">
            <summary>
            Converts a nullable <see cref="T:System.Windows.Media.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.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.ConverterExtensions.ToRect(OxyPlot.OxyRect,System.Boolean)">
            <summary>
            Converts an <see cref="T:OxyPlot.OxyRect"/> to a <see cref="T:System.Windows.Rect"/>.
            </summary>
            <param name="r">
            The rectangle.
            </param>
            <param name="aliased">
            use pixel alignment if set to <c>true</c>.
            </param>
            <returns>
            A <see cref="T:System.Windows.Rect"/>.
            </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="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>
            Rendering WPF shapes to a 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.clip">
            <summary>
            The clip rectangle.
            </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.canvas">
            <summary>
            The canvas.
            </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>
        </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.</param>
            <param name="stroke">The stroke color.</param>
            <param name="thickness">The thickness.</param>
        </member>
        <member name="M:OxyPlot.Wpf.ShapesRenderContext.DrawEllipses(System.Collections.Generic.IList{OxyPlot.OxyRect},OxyPlot.OxyColor,OxyPlot.OxyColor,System.Double)">
            <summary>
            The draw ellipses.
            </summary>
            <param name="rectangles">
            The rectangles.
            </param>
            <param name="fill">
            The fill.
            </param>
            <param name="stroke">
            The stroke.
            </param>
            <param name="thickness">
            The thickness.
            </param>
        </member>
        <member name="M:OxyPlot.Wpf.ShapesRenderContext.DrawLine(System.Collections.Generic.IList{OxyPlot.ScreenPoint},OxyPlot.OxyColor,System.Double,System.Double[],OxyPlot.OxyPenLineJoin,System.Boolean)">
            <summary>
            The draw line.
            </summary>
            <param name="points">
            The points.
            </param>
            <param name="stroke">
            The stroke.
            </param>
            <param name="thickness">
            The thickness.
            </param>
            <param name="dashArray">
            The dash array.
            </param>
            <param name="lineJoin">
            The line join.
            </param>
            <param name="aliased">
            The aliased.
            </param>
        </member>
        <member name="M:OxyPlot.Wpf.ShapesRenderContext.DrawLineSegments(System.Collections.Generic.IList{OxyPlot.ScreenPoint},OxyPlot.OxyColor,System.Double,System.Double[],OxyPlot.OxyPenLineJoin,System.Boolean)">
            <summary>
            The draw line segments.
            </summary>
            <param name="points">
            The points.
            </param>
            <param name="stroke">
            The stroke.
            </param>
            <param name="thickness">
            The thickness.
            </param>
            <param name="dashArray">
            The dash array.
            </param>
            <param name="lineJoin">
            The line join.
            </param>
            <param name="aliased">
            The 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.OxyPenLineJoin,System.Boolean)">
            <summary>
            Draws the polygon from the specified points. The polygon can have stroke and/or fill.
            </summary>
            <param name="points">
            The points.
            </param>
            <param name="fill">
            The fill color.
            </param>
            <param name="stroke">
            The stroke color.
            </param>
            <param name="thickness">
            The stroke thickness.
            </param>
            <param name="dashArray">
            The dash array.
            </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.DrawPolygons(System.Collections.Generic.IList{System.Collections.Generic.IList{OxyPlot.ScreenPoint}},OxyPlot.OxyColor,OxyPlot.OxyColor,System.Double,System.Double[],OxyPlot.OxyPenLineJoin,System.Boolean)">
            <summary>
            The draw polygons.
            </summary>
            <param name="polygons">
            The polygons.
            </param>
            <param name="fill">
            The fill.
            </param>
            <param name="stroke">
            The stroke.
            </param>
            <param name="thickness">
            The thickness.
            </param>
            <param name="dashArray">
            The dash array.
            </param>
            <param name="lineJoin">
            The line join.
            </param>
            <param name="aliased">
            The aliased.
            </param>
        </member>
        <member name="M:OxyPlot.Wpf.ShapesRenderContext.DrawRectangle(OxyPlot.OxyRect,OxyPlot.OxyColor,OxyPlot.OxyColor,System.Double)">
            <summary>
            Draws the rectangle.
            </summary>
            <param name="rect">
            The rectangle.
            </param>
            <param name="fill">
            The fill.
            </param>
            <param name="stroke">
            The stroke.
            </param>
            <param name="thickness">
            The thickness.
            </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.</param>
            <param name="stroke">The stroke color.</param>
            <param name="thickness">The stroke thickness.</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 the text.
            </summary>
            <param name="p">The position.</param>
            <param name="text">The text.</param>
            <param name="fill">The fill color.</param>
            <param name="fontFamily">The font family.</param>
            <param name="fontSize">Size of the font.</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.</param>
        </member>
        <member name="M:OxyPlot.Wpf.ShapesRenderContext.MeasureText(System.String,System.String,System.Double,System.Double)">
            <summary>
            Measures the text.
            </summary>
            <param name="text">The text.</param>
            <param name="fontFamily">The font family.</param>
            <param name="fontSize">Size of the font.</param>
            <param name="fontWeight">The font weight.</param>
            <returns>
            The text size.
            </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 tooltip.
            </param>
            <params>This is only used in the plot controls.</params>
        </member>
        <member name="M:OxyPlot.Wpf.ShapesRenderContext.GetImageInfo(OxyPlot.OxyImage)">
            <summary>
            Gets the size of the specified image.
            </summary>
            <param name="source">The image source.</param>
            <returns>
            An <see cref="T:OxyPlot.OxyImageInfo"/> structure.
            </returns>
        </member>
        <member name="M:OxyPlot.Wpf.ShapesRenderContext.DrawImage(OxyPlot.OxyImage,System.UInt32,System.UInt32,System.UInt32,System.UInt32,System.Double,System.Double,System.Double,System.Double,System.Double,System.Boolean)">
            <summary>
            Draws the specified portion of the specified <see cref="T:OxyPlot.OxyImage"/> at the specified location and with the specified size.
            </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 clip rectangle.
            </summary>
            <param name="clippingRect">The clipping rectangle.</param>
            <returns>True 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.Add(System.Windows.FrameworkElement,System.Double,System.Double)">
            <summary>
            The add.
            </summary>
            <param name="e">The e.</param>
            <param name="clipOffsetX">The clip offset X.</param>
            <param name="clipOffsetY">The clip offset Y.</param>
        </member>
        <member name="M:OxyPlot.Wpf.ShapesRenderContext.ApplyTooltip(System.Windows.FrameworkElement)">
            <summary>
            The apply tooltip.
            </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.OxyPenLineJoin,System.Boolean)">
            <summary>
            Draws the line segments by stream geometry.
            </summary>
            <param name="points">
            The points.
            </param>
            <param name="stroke">
            The stroke.
            </param>
            <param name="thickness">
            The thickness.
            </param>
            <param name="dashArray">
            The dash array.
            </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.SetStroke(System.Windows.Shapes.Shape,OxyPlot.OxyColor,System.Double,OxyPlot.OxyPenLineJoin,System.Collections.Generic.IEnumerable{System.Double},System.Boolean)">
            <summary>
            The set stroke.
            </summary>
            <param name="shape">
            The shape.
            </param>
            <param name="stroke">
            The stroke.
            </param>
            <param name="thickness">
            The thickness.
            </param>
            <param name="lineJoin">
            The line join.
            </param>
            <param name="dashArray">
            The dash array.
            </param>
            <param name="aliased">
            The aliased.
            </param>
        </member>
        <member name="M:OxyPlot.Wpf.ShapesRenderContext.ApplyClip(System.Windows.UIElement,System.Double,System.Double)">
            <summary>
            Applies the clip rectangle.
            </summary>
            <param name="image">The image.</param>
            <param name="x">The x offset of the element.</param>
            <param name="y">The y offset of the element.</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="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.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 false 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.CurrentToolTip">
            <summary>
            Gets or sets the current tooltip.
            </summary>
            <value>
            The current tooltip.
            </value>
        </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>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The BSD License


Written By
Chief Technology Officer
Germany Germany
Florian lives in Munich, Germany. He started his programming career with Perl. After programming C/C++ for some years he discovered his favorite programming language C#. He did work at Siemens as a programmer until he decided to study Physics.

During his studies he worked as an IT consultant for various companies. After graduating with a PhD in theoretical particle Physics he is working as a senior technical consultant in the field of home automation and IoT.

Florian has been giving lectures in C#, HTML5 with CSS3 and JavaScript, software design, and other topics. He is regularly giving talks at user groups, conferences, and companies. He is actively contributing to open-source projects. Florian is the maintainer of AngleSharp, a completely managed browser engine.

Comments and Discussions