Mqtt-SWB-Dashboard/packages/OxyPlot.Wpf.1.0.0/lib/net40/OxyPlot.Wpf.XML

6556 lines
286 KiB
Plaintext
Raw Normal View History

2017-09-17 11:45:39 +02:00
<?xml version="1.0"?>
<doc>
<assembly>
<name>OxyPlot.Wpf</name>
</assembly>
<members>
<member name="T:OxyPlot.Wpf.Annotation">
<summary>
The annotation base class.
</summary>
</member>
<member name="F:OxyPlot.Wpf.Annotation.LayerProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.Annotation.Layer"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.Annotation.XAxisKeyProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.Annotation.XAxisKey"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.Annotation.YAxisKeyProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.Annotation.YAxisKey"/> dependency property.
</summary>
</member>
<member name="P:OxyPlot.Wpf.Annotation.Layer">
<summary>
Gets or sets the rendering layer of the annotation. The default value is <see cref="F:OxyPlot.Annotations.AnnotationLayer.AboveSeries" />.
</summary>
</member>
<member name="P:OxyPlot.Wpf.Annotation.XAxisKey">
<summary>
Gets or sets the X axis key.
</summary>
</member>
<member name="P:OxyPlot.Wpf.Annotation.YAxisKey">
<summary>
Gets or sets the Y axis key.
</summary>
</member>
<member name="P:OxyPlot.Wpf.Annotation.InternalAnnotation">
<summary>
Gets or sets the internal annotation object.
</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="T:OxyPlot.Wpf.ArrowAnnotation">
<summary>
This is a WPF wrapper of OxyPlot.ArrowAnnotation
</summary>
</member>
<member name="F:OxyPlot.Wpf.ArrowAnnotation.ArrowDirectionProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.ArrowAnnotation.ArrowDirection"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.ArrowAnnotation.ColorProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.ArrowAnnotation.Color"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.ArrowAnnotation.EndPointProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.ArrowAnnotation.EndPoint"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.ArrowAnnotation.HeadLengthProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.ArrowAnnotation.HeadLength"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.ArrowAnnotation.HeadWidthProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.ArrowAnnotation.HeadWidth"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.ArrowAnnotation.LineJoinProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.ArrowAnnotation.LineJoin"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.ArrowAnnotation.LineStyleProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.ArrowAnnotation.LineStyle"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.ArrowAnnotation.StartPointProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.ArrowAnnotation.StartPoint"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.ArrowAnnotation.StrokeThicknessProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.ArrowAnnotation.StrokeThickness"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.ArrowAnnotation.VeenessProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.ArrowAnnotation.Veeness"/> dependency property.
</summary>
</member>
<member name="M:OxyPlot.Wpf.ArrowAnnotation.#cctor">
<summary>
Initializes static members of the <see cref="T:OxyPlot.Wpf.ArrowAnnotation"/> class.
</summary>
</member>
<member name="M:OxyPlot.Wpf.ArrowAnnotation.#ctor">
<summary>
Initializes a new instance of the <see cref = "T:OxyPlot.Wpf.ArrowAnnotation" /> class.
</summary>
</member>
<member name="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="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="T:OxyPlot.Wpf.PointAnnotation">
<summary>
This is a WPF wrapper of <see cref="T:OxyPlot.Annotations.PointAnnotation" />.
</summary>
</member>
<member name="F:OxyPlot.Wpf.PointAnnotation.XProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.PointAnnotation.X"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.PointAnnotation.YProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.PointAnnotation.Y"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.PointAnnotation.SizeProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.PointAnnotation.Size"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.PointAnnotation.TextMarginProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.PointAnnotation.TextMargin"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.PointAnnotation.ShapeProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.PointAnnotation.Shape"/> dependency property.
</summary>
</member>
<member name="M:OxyPlot.Wpf.PointAnnotation.#cctor">
<summary>
Initializes static members of the <see cref="T:OxyPlot.Wpf.PointAnnotation"/> class.
</summary>
</member>
<member name="M:OxyPlot.Wpf.PointAnnotation.#ctor">
<summary>
Initializes a new instance of the <see cref="T:OxyPlot.Wpf.PointAnnotation" /> class.
</summary>
</member>
<member name="P:OxyPlot.Wpf.PointAnnotation.Size">
<summary>
Gets or sets the size.
</summary>
</member>
<member name="P:OxyPlot.Wpf.PointAnnotation.TextMargin">
<summary>
Gets or sets the text margin.
</summary>
</member>
<member name="P:OxyPlot.Wpf.PointAnnotation.Shape">
<summary>
Gets or sets the shape.
</summary>
</member>
<member name="P:OxyPlot.Wpf.PointAnnotation.X">
<summary>
Gets or sets the X coordinate.
</summary>
</member>
<member name="P:OxyPlot.Wpf.PointAnnotation.Y">
<summary>
Gets or sets the Y coordinate.
</summary>
</member>
<member name="M:OxyPlot.Wpf.PointAnnotation.CreateModel">
<summary>
Creates the internal annotation object.
</summary>
<returns>The annotation.</returns>
</member>
<member name="M:OxyPlot.Wpf.PointAnnotation.SynchronizeProperties">
<summary>
Synchronizes the properties.
</summary>
</member>
<member name="T:OxyPlot.Wpf.EllipseAnnotation">
<summary>
This is a WPF wrapper of OxyPlot.EllipseAnnotation
</summary>
</member>
<member name="F:OxyPlot.Wpf.EllipseAnnotation.XProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.EllipseAnnotation.X"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.EllipseAnnotation.YProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.EllipseAnnotation.Y"/> dependency property.
</summary>
</member>
<member name="M:OxyPlot.Wpf.EllipseAnnotation.#cctor">
<summary>
Initializes static members of the <see cref="T:OxyPlot.Wpf.EllipseAnnotation"/> class.
</summary>
</member>
<member name="M:OxyPlot.Wpf.EllipseAnnotation.#ctor">
<summary>
Initializes a new instance of the <see cref="T:OxyPlot.Wpf.EllipseAnnotation" /> class.
</summary>
</member>
<member name="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="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="T:OxyPlot.Wpf.FunctionAnnotation">
<summary>
This is a WPF wrapper of OxyPlot.PathAnnotation
</summary>
</member>
<member name="F:OxyPlot.Wpf.FunctionAnnotation.TypeProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.FunctionAnnotation.Type"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.FunctionAnnotation.EquationProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.FunctionAnnotation.Equation"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.FunctionAnnotation.ResolutionProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.FunctionAnnotation.Resolution"/> dependency property.
</summary>
</member>
<member name="M:OxyPlot.Wpf.FunctionAnnotation.#cctor">
<summary>
Initializes static members of the <see cref="T:OxyPlot.Wpf.FunctionAnnotation"/> class.
</summary>
</member>
<member name="M:OxyPlot.Wpf.FunctionAnnotation.#ctor">
<summary>
Initializes a new instance of the <see cref="T:OxyPlot.Wpf.FunctionAnnotation" /> class.
</summary>
</member>
<member name="P:OxyPlot.Wpf.FunctionAnnotation.Equation">
<summary>
Gets or sets the equation.
</summary>
<value>The equation.</value>
</member>
<member name="P:OxyPlot.Wpf.FunctionAnnotation.Resolution">
<summary>
Gets or sets the resolution.
</summary>
<value>The resolution.</value>
</member>
<member name="P:OxyPlot.Wpf.FunctionAnnotation.Type">
<summary>
Gets or sets Type.
</summary>
</member>
<member name="M:OxyPlot.Wpf.FunctionAnnotation.CreateModel">
<summary>
Creates the internal annotation object.
</summary>
<returns>The annotation.</returns>
</member>
<member name="M:OxyPlot.Wpf.FunctionAnnotation.SynchronizeProperties">
<summary>
Synchronizes the properties.
</summary>
</member>
<member name="T:OxyPlot.Wpf.PathAnnotation">
<summary>
This is a WPF wrapper of OxyPlot.PathAnnotation
</summary>
</member>
<member name="F:OxyPlot.Wpf.PathAnnotation.ColorProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.PathAnnotation.Color"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.PathAnnotation.ClipByXAxisProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.PathAnnotation.ClipByXAxis"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.PathAnnotation.ClipByYAxisProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.PathAnnotation.ClipByYAxis"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.PathAnnotation.ClipTextProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.PathAnnotation.ClipText"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.PathAnnotation.LineJoinProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.PathAnnotation.LineJoin"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.PathAnnotation.LineStyleProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.PathAnnotation.LineStyle"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.PathAnnotation.StrokeThicknessProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.PathAnnotation.StrokeThickness"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.PathAnnotation.TextMarginProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.PathAnnotation.TextMargin"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.PathAnnotation.TextOrientationProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.PathAnnotation.TextOrientation"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.PathAnnotation.TextLinePositionProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.PathAnnotation.TextLinePosition"/> dependency property.
</summary>
</member>
<member name="P:OxyPlot.Wpf.PathAnnotation.ClipByXAxis">
<summary>
Gets or sets a value indicating whether to clip the annotation line by the X axis range.
</summary>
<value><c>true</c> if clipping by the X axis is enabled; otherwise, <c>false</c>.</value>
</member>
<member name="P:OxyPlot.Wpf.PathAnnotation.ClipByYAxis">
<summary>
Gets or sets a value indicating whether to clip the annotation line by the Y axis range.
</summary>
<value><c>true</c> if clipping by the Y axis is enabled; otherwise, <c>false</c>.</value>
</member>
<member name="P:OxyPlot.Wpf.PathAnnotation.ClipText">
<summary>
Gets or sets a value indicating whether the text should be clipped within the plot area.
</summary>
<value><c>true</c> if text should be clipped; otherwise, <c>false</c>.</value>
</member>
<member name="P:OxyPlot.Wpf.PathAnnotation.Color">
<summary>
Gets or sets the annotation color.
</summary>
<value>The color.</value>
</member>
<member name="P:OxyPlot.Wpf.PathAnnotation.LineJoin">
<summary>
Gets or sets the line join.
</summary>
<value>The line join.</value>
</member>
<member name="P:OxyPlot.Wpf.PathAnnotation.LineStyle">
<summary>
Gets or sets LineStyle.
</summary>
</member>
<member name="P:OxyPlot.Wpf.PathAnnotation.StrokeThickness">
<summary>
Gets or sets StrokeThickness.
</summary>
</member>
<member name="P:OxyPlot.Wpf.PathAnnotation.TextMargin">
<summary>
Gets or sets the text margin (along the line).
</summary>
<value>The text margin.</value>
</member>
<member name="P:OxyPlot.Wpf.PathAnnotation.TextOrientation">
<summary>
Gets or sets the text orientation.
</summary>
<value>The text orientation.</value>
</member>
<member name="P:OxyPlot.Wpf.PathAnnotation.TextLinePosition">
<summary>
Gets or sets the text position relative to the line.
</summary>
<value>The text position in the interval [0,1].</value>
<remarks>Positions smaller than 0.25 are left aligned at the start of the line
Positions larger than 0.75 are right aligned at the end of the line
Other positions are center aligned at the specified position</remarks>
</member>
<member name="M:OxyPlot.Wpf.PathAnnotation.CreateModel">
<summary>
Creates the internal annotation object.
</summary>
<returns>The annotation.</returns>
</member>
<member name="M:OxyPlot.Wpf.PathAnnotation.SynchronizeProperties">
<summary>
Synchronizes the properties.
</summary>
</member>
<member name="T:OxyPlot.Wpf.PolygonAnnotation">
<summary>
This is a WPF wrapper of OxyPlot.PolygonAnnotation
</summary>
</member>
<member name="F:OxyPlot.Wpf.PolygonAnnotation.LineJoinProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.PolygonAnnotation.LineJoin"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.PolygonAnnotation.LineStyleProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.PolygonAnnotation.LineStyle"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.PolygonAnnotation.PointsProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.PolygonAnnotation.Points"/> dependency property.
</summary>
</member>
<member name="M:OxyPlot.Wpf.PolygonAnnotation.#cctor">
<summary>
Initializes static members of the <see cref="T:OxyPlot.Wpf.PolygonAnnotation"/> class.
</summary>
</member>
<member name="M:OxyPlot.Wpf.PolygonAnnotation.#ctor">
<summary>
Initializes a new instance of the <see cref = "T:OxyPlot.Wpf.PolygonAnnotation" /> class.
</summary>
</member>
<member name="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="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="T:OxyPlot.Wpf.PolylineAnnotation">
<summary>
This is a WPF wrapper of OxyPlot.PolylineAnnotation
</summary>
</member>
<member name="F:OxyPlot.Wpf.PolylineAnnotation.SmoothProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.PolylineAnnotation.Smooth"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.PolylineAnnotation.MinimumSegmentLengthProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.PolylineAnnotation.MinimumSegmentLength"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.PolylineAnnotation.PointsProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.PolylineAnnotation.Points"/> dependency property.
</summary>
</member>
<member name="M:OxyPlot.Wpf.PolylineAnnotation.#cctor">
<summary>
Initializes static members of the <see cref="T:OxyPlot.Wpf.PolylineAnnotation"/> class.
</summary>
</member>
<member name="M:OxyPlot.Wpf.PolylineAnnotation.#ctor">
<summary>
Initializes a new instance of the <see cref="T:OxyPlot.Wpf.PolylineAnnotation" /> class.
</summary>
</member>
<member name="P:OxyPlot.Wpf.PolylineAnnotation.Points">
<summary>
Gets or sets the points.
</summary>
<value>The points.</value>
</member>
<member name="P:OxyPlot.Wpf.PolylineAnnotation.MinimumSegmentLength">
<summary>
Gets or sets the minimum length of the segment.
Increasing this number will increase performance,
but make the curve less accurate.
</summary>
<value>The minimum length of the segment.</value>
</member>
<member name="P:OxyPlot.Wpf.PolylineAnnotation.Smooth">
<summary>
Gets or sets a value indicating whether the polyline should be smoothed.
</summary>
<value><c>true</c> if smooth; otherwise, <c>false</c>.</value>
</member>
<member name="M:OxyPlot.Wpf.PolylineAnnotation.CreateModel">
<summary>
Creates the internal annotation object.
</summary>
<returns>The annotation.</returns>
</member>
<member name="M:OxyPlot.Wpf.PolylineAnnotation.SynchronizeProperties">
<summary>
Synchronizes the properties.
</summary>
</member>
<member name="T:OxyPlot.Wpf.RectangleAnnotation">
<summary>
This is a WPF wrapper of OxyPlot.RectangleAnnotation
</summary>
</member>
<member name="F:OxyPlot.Wpf.RectangleAnnotation.MaximumXProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.RectangleAnnotation.MaximumX"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.RectangleAnnotation.MaximumYProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.RectangleAnnotation.MaximumY"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.RectangleAnnotation.MinimumXProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.RectangleAnnotation.MinimumX"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.RectangleAnnotation.MinimumYProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.RectangleAnnotation.MinimumY"/> dependency property.
</summary>
</member>
<member name="M:OxyPlot.Wpf.RectangleAnnotation.#cctor">
<summary>
Initializes static members of the <see cref="T:OxyPlot.Wpf.RectangleAnnotation"/> class.
</summary>
</member>
<member name="M:OxyPlot.Wpf.RectangleAnnotation.#ctor">
<summary>
Initializes a new instance of the <see cref="T:OxyPlot.Wpf.RectangleAnnotation" /> class.
</summary>
</member>
<member name="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="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="T:OxyPlot.Wpf.ShapeAnnotation">
<summary>
Provides an abstract base class for shape annotations.
</summary>
</member>
<member name="F:OxyPlot.Wpf.ShapeAnnotation.FillProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.ShapeAnnotation.Fill"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.ShapeAnnotation.StrokeProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.ShapeAnnotation.Stroke"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.ShapeAnnotation.StrokeThicknessProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.ShapeAnnotation.StrokeThickness"/> dependency property.
</summary>
</member>
<member name="P:OxyPlot.Wpf.ShapeAnnotation.Fill">
<summary>
Gets or sets the fill color.
</summary>
</member>
<member name="P:OxyPlot.Wpf.ShapeAnnotation.Stroke">
<summary>
Gets or sets the stroke color.
</summary>
</member>
<member name="P:OxyPlot.Wpf.ShapeAnnotation.StrokeThickness">
<summary>
Gets or sets the stroke thickness.
</summary>
</member>
<member name="M:OxyPlot.Wpf.ShapeAnnotation.SynchronizeProperties">
<summary>
Synchronizes the properties.
</summary>
</member>
<member name="T:OxyPlot.Wpf.TextAnnotation">
<summary>
This is a WPF wrapper of OxyPlot.TextAnnotation
</summary>
</member>
<member name="F:OxyPlot.Wpf.TextAnnotation.BackgroundProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.TextAnnotation.Background"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.TextAnnotation.OffsetProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.TextAnnotation.Offset"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.TextAnnotation.PaddingProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.TextAnnotation.Padding"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.TextAnnotation.StrokeProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.TextAnnotation.Stroke"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.TextAnnotation.StrokeThicknessProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.TextAnnotation.StrokeThickness"/> dependency property.
</summary>
</member>
<member name="M:OxyPlot.Wpf.TextAnnotation.#cctor">
<summary>
Initializes static members of the <see cref = "T:OxyPlot.Wpf.TextAnnotation" /> class.
</summary>
</member>
<member name="M:OxyPlot.Wpf.TextAnnotation.#ctor">
<summary>
Initializes a new instance of the <see cref = "T:OxyPlot.Wpf.TextAnnotation" /> class.
</summary>
</member>
<member name="P:OxyPlot.Wpf.TextAnnotation.Background">
<summary>
Gets or sets the fill color of the background rectangle.
</summary>
</member>
<member name="P:OxyPlot.Wpf.TextAnnotation.Offset">
<summary>
Gets or sets the position offset (screen coordinates).
</summary>
</member>
<member name="P:OxyPlot.Wpf.TextAnnotation.Padding">
<summary>
Gets or sets the padding of the background rectangle.
</summary>
</member>
<member name="P:OxyPlot.Wpf.TextAnnotation.Stroke">
<summary>
Gets or sets the stroke color of the background rectangle.
</summary>
</member>
<member name="P:OxyPlot.Wpf.TextAnnotation.StrokeThickness">
<summary>
Gets or sets the stroke thickness of the background rectangle.
</summary>
</member>
<member name="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="T:OxyPlot.Wpf.LineAnnotation">
<summary>
This is a WPF wrapper of OxyPlot.LineAnnotation
</summary>
</member>
<member name="F:OxyPlot.Wpf.LineAnnotation.TypeProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.LineAnnotation.Type"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.LineAnnotation.InterceptProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.LineAnnotation.Intercept"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.LineAnnotation.MaximumXProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.LineAnnotation.MaximumX"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.LineAnnotation.MaximumYProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.LineAnnotation.MaximumY"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.LineAnnotation.MinimumXProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.LineAnnotation.MinimumX"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.LineAnnotation.MinimumYProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.LineAnnotation.MinimumY"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.LineAnnotation.SlopeProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.LineAnnotation.Slope"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.LineAnnotation.XProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.LineAnnotation.X"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.LineAnnotation.YProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.LineAnnotation.Y"/> dependency property.
</summary>
</member>
<member name="M:OxyPlot.Wpf.LineAnnotation.#cctor">
<summary>
Initializes static members of the <see cref="T:OxyPlot.Wpf.LineAnnotation"/> class.
</summary>
</member>
<member name="M:OxyPlot.Wpf.LineAnnotation.#ctor">
<summary>
Initializes a new instance of the <see cref = "T:OxyPlot.Wpf.LineAnnotation" /> class.
</summary>
</member>
<member name="P:OxyPlot.Wpf.LineAnnotation.Intercept">
<summary>
Gets or sets Intercept.
</summary>
</member>
<member name="P:OxyPlot.Wpf.LineAnnotation.MaximumX">
<summary>
Gets or sets MaximumX.
</summary>
</member>
<member name="P:OxyPlot.Wpf.LineAnnotation.MaximumY">
<summary>
Gets or sets MaximumY.
</summary>
</member>
<member name="P:OxyPlot.Wpf.LineAnnotation.MinimumX">
<summary>
Gets or sets MinimumX.
</summary>
</member>
<member name="P:OxyPlot.Wpf.LineAnnotation.MinimumY">
<summary>
Gets or sets MinimumY.
</summary>
</member>
<member name="P:OxyPlot.Wpf.LineAnnotation.Slope">
<summary>
Gets or sets Slope.
</summary>
</member>
<member name="P:OxyPlot.Wpf.LineAnnotation.Type">
<summary>
Gets or sets Type.
</summary>
</member>
<member name="P:OxyPlot.Wpf.LineAnnotation.X">
<summary>
Gets or sets X.
</summary>
</member>
<member name="P:OxyPlot.Wpf.LineAnnotation.Y">
<summary>
Gets or sets Y.
</summary>
</member>
<member name="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="T:OxyPlot.Wpf.TextualAnnotation">
<summary>
Provides an abstract base class for annotations that contains text.
</summary>
</member>
<member name="F:OxyPlot.Wpf.TextualAnnotation.TextProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.TextualAnnotation.Text"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.TextualAnnotation.TextPositionProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.TextualAnnotation.TextPosition"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.TextualAnnotation.TextRotationProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.TextualAnnotation.TextRotation"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.TextualAnnotation.TextColorProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.TextualAnnotation.TextColor"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.TextualAnnotation.TextHorizontalAlignmentProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.TextualAnnotation.TextHorizontalAlignment"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.TextualAnnotation.TextVerticalAlignmentProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.TextualAnnotation.TextVerticalAlignment"/> dependency property.
</summary>
</member>
<member name="P:OxyPlot.Wpf.TextualAnnotation.Text">
<summary>
Gets or sets the text.
</summary>
</member>
<member name="P:OxyPlot.Wpf.TextualAnnotation.TextColor">
<summary>
Gets or sets the color of the text.
</summary>
</member>
<member name="P:OxyPlot.Wpf.TextualAnnotation.TextPosition">
<summary>
Gets or sets the text position.
</summary>
<remarks>If the value is <c>DataPoint.Undefined</c>, the centroid of the polygon will be used.</remarks>
</member>
<member name="P:OxyPlot.Wpf.TextualAnnotation.TextHorizontalAlignment">
<summary>
Gets or sets the text horizontal alignment.
</summary>
<value>The text horizontal alignment.</value>
</member>
<member name="P:OxyPlot.Wpf.TextualAnnotation.TextVerticalAlignment">
<summary>
Gets or sets the vertical alignment of text (above or below the line).
</summary>
</member>
<member name="P:OxyPlot.Wpf.TextualAnnotation.TextRotation">
<summary>
Gets or sets the rotation angle (degrees).
</summary>
</member>
<member name="M:OxyPlot.Wpf.TextualAnnotation.SynchronizeProperties">
<summary>
Synchronizes the properties.
</summary>
</member>
<member name="T:OxyPlot.Wpf.AngleAxis">
<summary>
This is a WPF wrapper of OxyPlot.AngleAxis.
</summary>
</member>
<member name="F:OxyPlot.Wpf.AngleAxis.StartAngleProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.AngleAxis.StartAngle"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.AngleAxis.EndAngleProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.AngleAxis.EndAngle"/> dependency property.
</summary>
</member>
<member name="M:OxyPlot.Wpf.AngleAxis.#cctor">
<summary>
Initializes static members of the <see cref = "T:OxyPlot.Wpf.AngleAxis" /> class.
</summary>
</member>
<member name="M:OxyPlot.Wpf.AngleAxis.#ctor">
<summary>
Initializes a new instance of the <see cref = "T:OxyPlot.Wpf.AngleAxis" /> class.
</summary>
</member>
<member name="P:OxyPlot.Wpf.AngleAxis.StartAngle">
<summary>
Gets or sets the start angle (degrees).
</summary>
</member>
<member name="P:OxyPlot.Wpf.AngleAxis.EndAngle">
<summary>
Gets or sets the end angle (degrees).
</summary>
</member>
<member name="M:OxyPlot.Wpf.AngleAxis.SynchronizeProperties">
<summary>
Synchronizes the properties.
</summary>
</member>
<member name="T:OxyPlot.Wpf.Axis">
<summary>
The axis base.
</summary>
</member>
<member name="F:OxyPlot.Wpf.Axis.AbsoluteMaximumProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.Axis.AbsoluteMaximum"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.Axis.AbsoluteMinimumProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.Axis.AbsoluteMinimum"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.Axis.AngleProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.Axis.Angle"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.Axis.AxisTickToLabelDistanceProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.Axis.AxisTickToLabelDistance"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.Axis.AxisTitleDistanceProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.Axis.AxisTitleDistance"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.Axis.AxisDistanceProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.Axis.AxisDistance"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.Axis.AxislineColorProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.Axis.AxislineColor"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.Axis.AxislineStyleProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.Axis.AxislineStyle"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.Axis.AxislineThicknessProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.Axis.AxislineThickness"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.Axis.ClipTitleProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.Axis.ClipTitle"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.Axis.EndPositionProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.Axis.EndPosition"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.Axis.ExtraGridlineColorProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.Axis.ExtraGridlineColor"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.Axis.ExtraGridlineStyleProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.Axis.ExtraGridlineStyle"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.Axis.ExtraGridlineThicknessProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.Axis.ExtraGridlineThickness"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.Axis.ExtraGridlinesProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.Axis.ExtraGridlines"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.Axis.FilterFunctionProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.Axis.FilterFunction"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.Axis.FilterMaxValueProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.Axis.FilterMaxValue"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.Axis.FilterMinValueProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.Axis.FilterMinValue"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.Axis.FontProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.Axis.Font"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.Axis.FontSizeProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.Axis.FontSize"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.Axis.FontWeightProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.Axis.FontWeight"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.Axis.IntervalLengthProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.Axis.IntervalLength"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.Axis.IsAxisVisibleProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.Axis.IsAxisVisible"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.Axis.IsPanEnabledProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.Axis.IsPanEnabled"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.Axis.IsZoomEnabledProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.Axis.IsZoomEnabled"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.Axis.KeyProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.Axis.Key"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.Axis.LabelFormatterProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.Axis.LabelFormatter"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.Axis.LayerProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.Axis.Layer"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.Axis.MajorGridlineColorProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.Axis.MajorGridlineColor"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.Axis.MajorGridlineStyleProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.Axis.MajorGridlineStyle"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.Axis.MajorGridlineThicknessProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.Axis.MajorGridlineThickness"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.Axis.MajorStepProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.Axis.MajorStep"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.Axis.MajorTickSizeProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.Axis.MajorTickSize"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.Axis.MaximumPaddingProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.Axis.MaximumPadding"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.Axis.MaximumProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.Axis.Maximum"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.Axis.MaximumRangeProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.Axis.MaximumRange"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.Axis.MinimumPaddingProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.Axis.MinimumPadding"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.Axis.MinimumProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.Axis.Minimum"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.Axis.MinimumRangeProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.Axis.MinimumRange"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.Axis.MinorGridlineColorProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.Axis.MinorGridlineColor"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.Axis.MinorGridlineStyleProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.Axis.MinorGridlineStyle"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.Axis.MinorGridlineThicknessProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.Axis.MinorGridlineThickness"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.Axis.MinorStepProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.Axis.MinorStep"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.Axis.MinorTickSizeProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.Axis.MinorTickSize"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.Axis.PositionAtZeroCrossingProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.Axis.PositionAtZeroCrossing"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.Axis.PositionProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.Axis.Position"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.Axis.PositionTierProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.Axis.PositionTier"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.Axis.StartPositionProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.Axis.StartPosition"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.Axis.StringFormatProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.Axis.StringFormat"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.Axis.TextColorProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.Axis.TextColor"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.Axis.TickStyleProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.Axis.TickStyle"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.Axis.TicklineColorProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.Axis.TicklineColor"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.Axis.TitleClippingLengthProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.Axis.TitleClippingLength"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.Axis.TitleColorProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.Axis.TitleColor"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.Axis.TitleFontProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.Axis.TitleFont"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.Axis.TitleFontSizeProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.Axis.TitleFontSize"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.Axis.TitleFontWeightProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.Axis.TitleFontWeight"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.Axis.TitleFormatStringProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.Axis.TitleFormatString"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.Axis.TitlePositionProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.Axis.TitlePosition"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.Axis.TitleProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.Axis.Title"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.Axis.UnitProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.Axis.Unit"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.Axis.UseSuperExponentialFormatProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.Axis.UseSuperExponentialFormat"/> dependency property.
</summary>
</member>
<member name="P:OxyPlot.Wpf.Axis.InternalAxis">
<summary>
Gets or sets the internal axis.
</summary>
</member>
<member name="P:OxyPlot.Wpf.Axis.AbsoluteMaximum">
<summary>
Gets or sets the absolute maximum. This is only used for the UI control. It will not be possible to zoom/pan beyond this limit.
</summary>
</member>
<member name="P:OxyPlot.Wpf.Axis.AbsoluteMinimum">
<summary>
Gets or sets the absolute minimum. This is only used for the UI control. It will not be possible to zoom/pan beyond this limit.
</summary>
</member>
<member name="P:OxyPlot.Wpf.Axis.Angle">
<summary>
Gets or sets Angle.
</summary>
</member>
<member name="P:OxyPlot.Wpf.Axis.AxisDistance">
<summary>
Gets or sets AxisDistance.
</summary>
</member>
<member name="P:OxyPlot.Wpf.Axis.AxisTickToLabelDistance">
<summary>
Gets or sets AxisTickToLabelDistance.
</summary>
</member>
<member name="P:OxyPlot.Wpf.Axis.AxisTitleDistance">
<summary>
Gets or sets AxisTitleDistance.
</summary>
</member>
<member name="P:OxyPlot.Wpf.Axis.AxislineColor">
<summary>
Gets or sets the color of the axis line.
</summary>
<value>The color of the axis line.</value>
</member>
<member name="P:OxyPlot.Wpf.Axis.AxislineStyle">
<summary>
Gets or sets the axis line style.
</summary>
<value>The axis line style.</value>
</member>
<member name="P:OxyPlot.Wpf.Axis.AxislineThickness">
<summary>
Gets or sets the axis line thickness.
</summary>
<value>The axis line thickness.</value>
</member>
<member name="P:OxyPlot.Wpf.Axis.ClipTitle">
<summary>
Gets or sets a value indicating whether [clip title].
</summary>
<value><c>true</c> if [clip title]; otherwise, <c>false</c> .</value>
</member>
<member name="P:OxyPlot.Wpf.Axis.EndPosition">
<summary>
Gets or sets EndPosition.
</summary>
</member>
<member name="P:OxyPlot.Wpf.Axis.ExtraGridlineColor">
<summary>
Gets or sets ExtraGridlineColor.
</summary>
</member>
<member name="P:OxyPlot.Wpf.Axis.ExtraGridlineStyle">
<summary>
Gets or sets ExtraGridlineStyle.
</summary>
</member>
<member name="P:OxyPlot.Wpf.Axis.ExtraGridlineThickness">
<summary>
Gets or sets ExtraGridlineThickness.
</summary>
</member>
<member name="P:OxyPlot.Wpf.Axis.ExtraGridlines">
<summary>
Gets or sets ExtraGridLines.
</summary>
</member>
<member name="P:OxyPlot.Wpf.Axis.FilterFunction">
<summary>
Gets or sets the filter function.
</summary>
<value>The filter function.</value>
</member>
<member name="P:OxyPlot.Wpf.Axis.FilterMaxValue">
<summary>
Gets or sets FilterMaxValue.
</summary>
</member>
<member name="P:OxyPlot.Wpf.Axis.FilterMinValue">
<summary>
Gets or sets FilterMinValue.
</summary>
</member>
<member name="P:OxyPlot.Wpf.Axis.Font">
<summary>
Gets or sets Font.
</summary>
</member>
<member name="P:OxyPlot.Wpf.Axis.FontSize">
<summary>
Gets or sets FontSize.
</summary>
</member>
<member name="P:OxyPlot.Wpf.Axis.FontWeight">
<summary>
Gets or sets the font weight.
</summary>
</member>
<member name="P:OxyPlot.Wpf.Axis.IntervalLength">
<summary>
Gets or sets the interval length.
</summary>
</member>
<member name="P:OxyPlot.Wpf.Axis.IsAxisVisible">
<summary>
Gets or sets a value indicating whether the axis is visible.
</summary>
</member>
<member name="P:OxyPlot.Wpf.Axis.IsPanEnabled">
<summary>
Gets or sets a value indicating whether pan is enabled.
</summary>
</member>
<member name="P:OxyPlot.Wpf.Axis.IsZoomEnabled">
<summary>
Gets or sets a value indicating whether zoom is enabled.
</summary>
</member>
<member name="P:OxyPlot.Wpf.Axis.Key">
<summary>
Gets or sets the axis key.
</summary>
</member>
<member name="P:OxyPlot.Wpf.Axis.LabelFormatter">
<summary>
Gets or sets the label formatter.
</summary>
</member>
<member name="P:OxyPlot.Wpf.Axis.Layer">
<summary>
Gets or sets the layer.
</summary>
</member>
<member name="P:OxyPlot.Wpf.Axis.MajorGridlineColor">
<summary>
Gets or sets the color of the major gridlines.
</summary>
</member>
<member name="P:OxyPlot.Wpf.Axis.MajorGridlineStyle">
<summary>
Gets or sets the line style of the major gridlines.
</summary>
</member>
<member name="P:OxyPlot.Wpf.Axis.MajorGridlineThickness">
<summary>
Gets or sets MajorGridlineThickness.
</summary>
</member>
<member name="P:OxyPlot.Wpf.Axis.MajorStep">
<summary>
Gets or sets MajorStep.
</summary>
</member>
<member name="P:OxyPlot.Wpf.Axis.MajorTickSize">
<summary>
Gets or sets MajorTickSize.
</summary>
</member>
<member name="P:OxyPlot.Wpf.Axis.Maximum">
<summary>
Gets or sets Maximum.
</summary>
</member>
<member name="P:OxyPlot.Wpf.Axis.MaximumPadding">
<summary>
Gets or sets MaximumPadding.
</summary>
</member>
<member name="P:OxyPlot.Wpf.Axis.MaximumRange">
<summary>
Gets or sets MaximumRange.
</summary>
</member>
<member name="P:OxyPlot.Wpf.Axis.Minimum">
<summary>
Gets or sets Minimum.
</summary>
</member>
<member name="P:OxyPlot.Wpf.Axis.MinimumPadding">
<summary>
Gets or sets MinimumPadding.
</summary>
</member>
<member name="P:OxyPlot.Wpf.Axis.MinimumRange">
<summary>
Gets or sets MinimumRange.
</summary>
</member>
<member name="P:OxyPlot.Wpf.Axis.MinorGridlineColor">
<summary>
Gets or sets MinorGridlineColor.
</summary>
</member>
<member name="P:OxyPlot.Wpf.Axis.MinorGridlineStyle">
<summary>
Gets or sets MinorGridlineStyle.
</summary>
</member>
<member name="P:OxyPlot.Wpf.Axis.MinorGridlineThickness">
<summary>
Gets or sets MinorGridlineThickness.
</summary>
</member>
<member name="P:OxyPlot.Wpf.Axis.MinorStep">
<summary>
Gets or sets MinorStep.
</summary>
</member>
<member name="P:OxyPlot.Wpf.Axis.MinorTickSize">
<summary>
Gets or sets MinorTickSize.
</summary>
</member>
<member name="P:OxyPlot.Wpf.Axis.Position">
<summary>
Gets or sets Position.
</summary>
</member>
<member name="P:OxyPlot.Wpf.Axis.PositionAtZeroCrossing">
<summary>
Gets or sets a value indicating whether PositionAtZeroCrossing.
</summary>
</member>
<member name="P:OxyPlot.Wpf.Axis.PositionTier">
<summary>
Gets or sets the position tier which defines in which tier the axis is displayed.
</summary>
<remarks>The bigger the value the further afar is the axis from the graph.</remarks>
</member>
<member name="P:OxyPlot.Wpf.Axis.StartPosition">
<summary>
Gets or sets the start position.
</summary>
</member>
<member name="P:OxyPlot.Wpf.Axis.StringFormat">
<summary>
Gets or sets the string format.
</summary>
</member>
<member name="P:OxyPlot.Wpf.Axis.TextColor">
<summary>
Gets or sets the text color
</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="M:OxyPlot.Wpf.Axis.CreateModel">
<summary>
Creates the model.
</summary>
<returns>An axis object.</returns>
</member>
<member name="M:OxyPlot.Wpf.Axis.AppearanceChanged(System.Windows.DependencyObject,System.Windows.DependencyPropertyChangedEventArgs)">
<summary>
The visual appearance changed.
</summary>
<param name="d">The sender.</param>
<param name="e">The event args.</param>
</member>
<member name="M:OxyPlot.Wpf.Axis.DataChanged(System.Windows.DependencyObject,System.Windows.DependencyPropertyChangedEventArgs)">
<summary>
The data changed.
</summary>
<param name="d">The sender.</param>
<param name="e">The event args.</param>
</member>
<member name="M:OxyPlot.Wpf.Axis.OnDataChanged">
<summary>
The on data changed handler.
</summary>
</member>
<member name="M:OxyPlot.Wpf.Axis.OnPropertyChanged(System.Windows.DependencyPropertyChangedEventArgs)">
<summary>
The on property changed handler.
</summary>
<param name="e">The event args.</param>
</member>
<member name="M:OxyPlot.Wpf.Axis.OnVisualChanged">
<summary>
Handles changed visuals.
</summary>
</member>
<member name="M:OxyPlot.Wpf.Axis.SynchronizeProperties">
<summary>
Synchronizes the properties.
</summary>
</member>
<member name="T:OxyPlot.Wpf.CategoryAxis">
<summary>
This is a WPF wrapper of OxyPlot.CategoryAxis.
</summary>
</member>
<member name="F:OxyPlot.Wpf.CategoryAxis.GapWidthProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.CategoryAxis.GapWidth"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.CategoryAxis.IsTickCenteredProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.CategoryAxis.IsTickCentered"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.CategoryAxis.ItemsSourceProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.CategoryAxis.ItemsSource"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.CategoryAxis.LabelFieldProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.CategoryAxis.LabelField"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.CategoryAxis.LabelsProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.CategoryAxis.Labels"/> dependency property.
</summary>
</member>
<member name="M:OxyPlot.Wpf.CategoryAxis.#cctor">
<summary>
Initializes static members of the <see cref="T:OxyPlot.Wpf.CategoryAxis" /> class.
</summary>
</member>
<member name="M:OxyPlot.Wpf.CategoryAxis.#ctor">
<summary>
Initializes a new instance of the <see cref="T:OxyPlot.Wpf.CategoryAxis" /> class.
</summary>
</member>
<member name="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="M:OxyPlot.Wpf.CategoryAxis.CreateModel">
<summary>
Creates the internal axis.
</summary>
<returns>The internal axis.</returns>
</member>
<member name="M:OxyPlot.Wpf.CategoryAxis.SynchronizeProperties">
<summary>
Synchronizes the properties.
</summary>
</member>
<member name="T:OxyPlot.Wpf.DateTimeAxis">
<summary>
This is a WPF wrapper of OxyPlot.DateTimeAxis.
</summary>
</member>
<member name="F:OxyPlot.Wpf.DateTimeAxis.CalendarWeekRuleProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.DateTimeAxis.CalendarWeekRule"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.DateTimeAxis.FirstDateTimeProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.DateTimeAxis.FirstDateTime"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.DateTimeAxis.FirstDayOfWeekProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.DateTimeAxis.FirstDayOfWeek"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.DateTimeAxis.IntervalTypeProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.DateTimeAxis.IntervalType"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.DateTimeAxis.LastDateTimeProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.DateTimeAxis.LastDateTime"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.DateTimeAxis.MinorIntervalTypeProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.DateTimeAxis.MinorIntervalType"/> dependency property.
</summary>
</member>
<member name="M:OxyPlot.Wpf.DateTimeAxis.#cctor">
<summary>
Initializes static members of the <see cref="T:OxyPlot.Wpf.DateTimeAxis" /> class.
</summary>
</member>
<member name="M:OxyPlot.Wpf.DateTimeAxis.#ctor">
<summary>
Initializes a new instance of the <see cref = "T:OxyPlot.Wpf.DateTimeAxis" /> class.
</summary>
</member>
<member name="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="M:OxyPlot.Wpf.DateTimeAxis.CreateModel">
<summary>
Creates the internal model.
</summary>
<returns>The internal axis.</returns>
</member>
<member name="M:OxyPlot.Wpf.DateTimeAxis.SynchronizeProperties">
<summary>
Synchronizes the properties.
</summary>
</member>
<member name="T:OxyPlot.Wpf.LinearColorAxis">
<summary>
Provides a WPF wrapper for the <see cref="T:OxyPlot.Axes.LinearColorAxis" />.
</summary>
</member>
<member name="F:OxyPlot.Wpf.LinearColorAxis.GradientStopsProperty">
<summary>
Identifies the <see cref="F:OxyPlot.Wpf.LinearColorAxis.GradientStopsProperty"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.LinearColorAxis.HighColorProperty">
<summary>
Identifies the <see cref="F:OxyPlot.Wpf.LinearColorAxis.HighColorProperty"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.LinearColorAxis.LowColorProperty">
<summary>
Identifies the <see cref="F:OxyPlot.Wpf.LinearColorAxis.LowColorProperty"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.LinearColorAxis.PaletteSizeProperty">
<summary>
Identifies the <see cref="F:OxyPlot.Wpf.LinearColorAxis.PaletteSizeProperty"/> dependency property.
</summary>
</member>
<member name="M:OxyPlot.Wpf.LinearColorAxis.#ctor">
<summary>
Initializes a new instance of the <see cref="T:OxyPlot.Wpf.LinearColorAxis"/> class.
</summary>
</member>
<member name="P:OxyPlot.Wpf.LinearColorAxis.PaletteSize">
<summary>
Gets or sets the palette size.
</summary>
</member>
<member name="P:OxyPlot.Wpf.LinearColorAxis.HighColor">
<summary>
Gets or sets the high color.
</summary>
</member>
<member name="P:OxyPlot.Wpf.LinearColorAxis.LowColor">
<summary>
Gets or sets the low color.
</summary>
</member>
<member name="P:OxyPlot.Wpf.LinearColorAxis.GradientStops">
<summary>
Gets or sets the gradient stops.
</summary>
</member>
<member name="M:OxyPlot.Wpf.LinearColorAxis.CreateModel">
<summary>
Creates the model.
</summary>
<returns>
An axis object.
</returns>
</member>
<member name="M:OxyPlot.Wpf.LinearColorAxis.SynchronizeProperties">
<summary>
Synchronizes the properties.
</summary>
</member>
<member name="M:OxyPlot.Wpf.LinearColorAxis.Interpolate(System.Collections.Generic.List{System.Windows.Media.GradientStop},System.Int32)">
<summary>
Translates a collection of <see cref="T:System.Windows.Media.GradientStop" /> to an <see cref="T:OxyPlot.OxyPalette" />.
</summary>
<param name="stops">
The gradient stops collection to convert.
</param>
<param name="paletteSize">
The palette size.
</param>
<returns>
The interpolated <see cref="T:OxyPlot.OxyPalette"/>.
</returns>
</member>
<member name="M:OxyPlot.Wpf.LinearColorAxis.ValidatePaletteSize(System.Object)">
<summary>
Validates the palette size.
</summary>
<param name="value">
The property value.
</param>
<returns>
The validation result.
</returns>
</member>
<member name="T:OxyPlot.Wpf.MagnitudeAxis">
<summary>
This is a WPF wrapper of OxyPlot.MagnitudeAxis.
</summary>
</member>
<member name="M:OxyPlot.Wpf.MagnitudeAxis.#cctor">
<summary>
Initializes static members of the <see cref = "T:OxyPlot.Wpf.MagnitudeAxis" /> class.
</summary>
</member>
<member name="M:OxyPlot.Wpf.MagnitudeAxis.#ctor">
<summary>
Initializes a new instance of the <see cref = "T:OxyPlot.Wpf.MagnitudeAxis" /> class.
</summary>
</member>
<member name="T:OxyPlot.Wpf.TimeSpanAxis">
<summary>
This is a WPF wrapper of OxyPlot.TimeSpanAxis.
</summary>
</member>
<member name="M:OxyPlot.Wpf.TimeSpanAxis.#ctor">
<summary>
Initializes a new instance of the <see cref = "T:OxyPlot.Wpf.TimeSpanAxis" /> class.
</summary>
</member>
<member name="M:OxyPlot.Wpf.TimeSpanAxis.CreateModel">
<summary>
Creates the internal axis.
</summary>
<returns>The internal axis.</returns>
</member>
<member name="M:OxyPlot.Wpf.TimeSpanAxis.SynchronizeProperties">
<summary>
The synchronize properties.
</summary>
</member>
<member name="T:OxyPlot.Wpf.LinearAxis">
<summary>
This is a WPF wrapper of OxyPlot.LinearAxis.
</summary>
</member>
<member name="F:OxyPlot.Wpf.LinearAxis.FormatAsFractionsProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.LinearAxis.FormatAsFractions"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.LinearAxis.FractionUnitProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.LinearAxis.FractionUnit"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.LinearAxis.FractionUnitSymbolProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.LinearAxis.FractionUnitSymbol"/> dependency property.
</summary>
</member>
<member name="M:OxyPlot.Wpf.LinearAxis.#ctor">
<summary>
Initializes a new instance of the <see cref = "T:OxyPlot.Wpf.LinearAxis" /> class.
</summary>
</member>
<member name="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.LinearAxis.CreateModel">
<summary>
Creates the internal axis.
</summary>
<returns>The internal axis.</returns>
</member>
<member name="M:OxyPlot.Wpf.LinearAxis.SynchronizeProperties">
<summary>
Synchronizes the properties.
</summary>
</member>
<member name="T:OxyPlot.Wpf.LogarithmicAxis">
<summary>
This is a WPF wrapper of OxyPlot.LogarithmicAxis.
</summary>
</member>
<member name="F:OxyPlot.Wpf.LogarithmicAxis.BaseProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.LogarithmicAxis.Base"/> dependency property.
</summary>
<value>The logarithmic base.</value>
</member>
<member name="F:OxyPlot.Wpf.LogarithmicAxis.PowerPaddingProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.LogarithmicAxis.PowerPadding"/> dependency property.
</summary>
</member>
<member name="M:OxyPlot.Wpf.LogarithmicAxis.#ctor">
<summary>
Initializes a new instance of the <see cref = "T:OxyPlot.Wpf.LogarithmicAxis" /> class.
</summary>
</member>
<member name="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="M:OxyPlot.Wpf.LogarithmicAxis.CreateModel">
<summary>
Creates the internal axis.
</summary>
<returns>The internal axis.</returns>
</member>
<member name="M:OxyPlot.Wpf.LogarithmicAxis.SynchronizeProperties">
<summary>
Synchronizes the properties.
</summary>
</member>
<member name="T:OxyPlot.Wpf.ExporterExtensions">
<summary>
Provides extension methods for exporters.
</summary>
</member>
<member name="M:OxyPlot.Wpf.ExporterExtensions.ExportToFile(OxyPlot.IExporter,OxyPlot.IPlotModel,System.String)">
<summary>
Exports the specified <see cref="T:OxyPlot.PlotModel" /> to a file.
</summary>
<param name="exporter">The exporter.</param>
<param name="model">The model to export.</param>
<param name="path">The path to the file.</param>
</member>
<member name="T:OxyPlot.Wpf.DataPointExtension">
<summary>
Provides a markup extension for <see cref="T:OxyPlot.DataPoint" />s.
</summary>
</member>
<member name="F:OxyPlot.Wpf.DataPointExtension.point">
<summary>
The point
</summary>
</member>
<member name="M:OxyPlot.Wpf.DataPointExtension.#ctor(System.Double,System.Double)">
<summary>
Initializes a new instance of the <see cref="T:OxyPlot.Wpf.DataPointExtension"/> class.
</summary>
<param name="x">The x-coordinate.</param>
<param name="y">The y-coordinate.</param>
</member>
<member name="M:OxyPlot.Wpf.DataPointExtension.ProvideValue(System.IServiceProvider)">
<summary>
Provides the value.
</summary>
<param name="serviceProvider">The service provider.</param>
<returns>The point.</returns>
</member>
<member name="T:OxyPlot.Wpf.ThicknessConverter">
<summary>
Converts from <see cref="T:System.Windows.Thickness" /> to the maximum thicknesses.
</summary>
<remarks>This is used in the <see cref="T:OxyPlot.Wpf.TrackerControl" /> to convert BorderThickness properties to Path.StrokeThickness (double).
The maximum thickness value is used.</remarks>
</member>
<member name="M:OxyPlot.Wpf.ThicknessConverter.Convert(System.Object,System.Type,System.Object,System.Globalization.CultureInfo)">
<summary>
Converts a value.
</summary>
<param name="value">The value produced by the binding source.</param>
<param name="targetType">The type of the binding target property.</param>
<param name="parameter">The converter parameter to use.</param>
<param name="culture">The culture to use in the converter.</param>
<returns>A converted value. If the method returns <c>null</c>, the valid <c>null</c> value is used.</returns>
</member>
<member name="M:OxyPlot.Wpf.ThicknessConverter.ConvertBack(System.Object,System.Type,System.Object,System.Globalization.CultureInfo)">
<summary>
Converts a value.
</summary>
<param name="value">The value that is produced by the binding target.</param>
<param name="targetType">The type to convert to.</param>
<param name="parameter">The converter parameter to use.</param>
<param name="culture">The culture to use in the converter.</param>
<returns>A converted value. If the method returns <c>null</c>, the valid <c>null</c> value is used.</returns>
</member>
<member name="T:OxyPlot.Wpf.OxyColorConverter">
<summary>
Converts between <see cref="T:OxyPlot.OxyColor" /> and <see cref="T:System.Windows.Media.Color" />.
</summary>
</member>
<member name="M:OxyPlot.Wpf.OxyColorConverter.Convert(System.Object,System.Type,System.Object,System.Globalization.CultureInfo)">
<summary>
Converts a value.
</summary>
<param name="value">The value produced by the binding source.</param>
<param name="targetType">The type of the binding target property.</param>
<param name="parameter">The converter parameter to use.</param>
<param name="culture">The culture to use in the converter.</param>
<returns>A converted value. If the method returns <c>null</c>, the valid <c>null</c> value is used.</returns>
</member>
<member name="M:OxyPlot.Wpf.OxyColorConverter.ConvertBack(System.Object,System.Type,System.Object,System.Globalization.CultureInfo)">
<summary>
Converts a value.
</summary>
<param name="value">The value that is produced by the binding target.</param>
<param name="targetType">The type to convert to.</param>
<param name="parameter">The converter parameter to use.</param>
<param name="culture">The culture to use in the converter.</param>
<returns>A converted value. If the method returns <c>null</c>, the valid <c>null</c> value is used.</returns>
</member>
<member name="T:OxyPlot.Wpf.PlotBase">
<summary>
Represents a control that displays a <see cref="T:OxyPlot.PlotModel" />.
</summary>
<summary>
Represents a control that displays a <see cref="T:OxyPlot.PlotModel" />.
</summary>
<summary>
Represents a control that displays a <see cref="T:OxyPlot.PlotModel" />.
</summary>
<summary>
Represents a control that displays a <see cref="T:OxyPlot.PlotModel" />.
</summary>
</member>
<member name="F:OxyPlot.Wpf.PlotBase.PartGrid">
<summary>
The Grid PART constant.
</summary>
</member>
<member name="F:OxyPlot.Wpf.PlotBase.trackerDefinitions">
<summary>
The tracker definitions.
</summary>
</member>
<member name="F:OxyPlot.Wpf.PlotBase.renderContext">
<summary>
The render context
</summary>
</member>
<member name="F:OxyPlot.Wpf.PlotBase.canvas">
<summary>
The canvas.
</summary>
</member>
<member name="F:OxyPlot.Wpf.PlotBase.currentTracker">
<summary>
The current tracker.
</summary>
</member>
<member name="F:OxyPlot.Wpf.PlotBase.grid">
<summary>
The grid.
</summary>
</member>
<member name="F:OxyPlot.Wpf.PlotBase.isPlotInvalidated">
<summary>
Invalidation flag (0: no update, 1: update visual elements).
</summary>
</member>
<member name="F:OxyPlot.Wpf.PlotBase.mouseDownPoint">
<summary>
The mouse down point.
</summary>
</member>
<member name="F:OxyPlot.Wpf.PlotBase.overlays">
<summary>
The overlays.
</summary>
</member>
<member name="F:OxyPlot.Wpf.PlotBase.zoomControl">
<summary>
The zoom control.
</summary>
</member>
<member name="F:OxyPlot.Wpf.PlotBase.isVisibleToUserCache">
<summary>
The is visible to user cache.
</summary>
</member>
<member name="F:OxyPlot.Wpf.PlotBase.containerCache">
<summary>
The cached parent.
</summary>
</member>
<member name="M:OxyPlot.Wpf.PlotBase.#ctor">
<summary>
Initializes a new instance of the <see cref="T:OxyPlot.Wpf.PlotBase" /> class.
</summary>
</member>
<member name="P:OxyPlot.Wpf.PlotBase.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.PlotBase.OxyPlot#IView#ActualModel">
<summary>
Gets the actual model in the view.
</summary>
<value>
The actual model.
</value>
</member>
<member name="P:OxyPlot.Wpf.PlotBase.ActualModel">
<summary>
Gets the actual model.
</summary>
<value>The actual model.</value>
</member>
<member name="P:OxyPlot.Wpf.PlotBase.OxyPlot#IView#ActualController">
<summary>
Gets the actual controller.
</summary>
<value>
The actual <see cref="T:OxyPlot.IController" />.
</value>
</member>
<member name="P:OxyPlot.Wpf.PlotBase.ActualController">
<summary>
Gets the actual PlotView controller.
</summary>
<value>The actual PlotView controller.</value>
</member>
<member name="P:OxyPlot.Wpf.PlotBase.ClientArea">
<summary>
Gets the coordinates of the client area of the view.
</summary>
</member>
<member name="P:OxyPlot.Wpf.PlotBase.TrackerDefinitions">
<summary>
Gets the tracker definitions.
</summary>
<value>The tracker definitions.</value>
</member>
<member name="M:OxyPlot.Wpf.PlotBase.HideTracker">
<summary>
Hides the tracker.
</summary>
</member>
<member name="M:OxyPlot.Wpf.PlotBase.HideZoomRectangle">
<summary>
Hides the zoom rectangle.
</summary>
</member>
<member name="M:OxyPlot.Wpf.PlotBase.PanAllAxes(System.Windows.Vector)">
<summary>
Pans all axes.
</summary>
<param name="delta">The delta.</param>
</member>
<member name="M:OxyPlot.Wpf.PlotBase.ZoomAllAxes(System.Double)">
<summary>
Zooms all axes.
</summary>
<param name="factor">The zoom factor.</param>
</member>
<member name="M:OxyPlot.Wpf.PlotBase.ResetAllAxes">
<summary>
Resets all axes.
</summary>
</member>
<member name="M:OxyPlot.Wpf.PlotBase.InvalidatePlot(System.Boolean)">
<summary>
Invalidate the PlotView (not blocking the UI thread)
</summary>
<param name="updateData">The update Data.</param>
</member>
<member name="M:OxyPlot.Wpf.PlotBase.OnApplyTemplate">
<summary>
When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass)
call <see cref="M:System.Windows.Controls.Control.ApplyTemplate" /> . In simplest terms, this means the method is called
just before a UI element displays in an application. For more information, see Remarks.
</summary>
</member>
<member name="M:OxyPlot.Wpf.PlotBase.SetCursorType(OxyPlot.CursorType)">
<summary>
Sets the cursor type.
</summary>
<param name="cursorType">The cursor type.</param>
</member>
<member name="M:OxyPlot.Wpf.PlotBase.ShowTracker(OxyPlot.TrackerHitResult)">
<summary>
Shows the tracker.
</summary>
<param name="trackerHitResult">The tracker data.</param>
</member>
<member name="M:OxyPlot.Wpf.PlotBase.ShowZoomRectangle(OxyPlot.OxyRect)">
<summary>
Shows the zoom rectangle.
</summary>
<param name="r">The rectangle.</param>
</member>
<member name="M:OxyPlot.Wpf.PlotBase.SetClipboardText(System.String)">
<summary>
Stores text on the clipboard.
</summary>
<param name="text">The text.</param>
</member>
<member name="M:OxyPlot.Wpf.PlotBase.ArrangeOverride(System.Windows.Size)">
<summary>
Provides the behavior for the Arrange pass of Silverlight layout. Classes can override this method to define their own Arrange pass behavior.
</summary>
<param name="finalSize">The final area within the parent that this object should use to arrange itself and its children.</param>
<returns>The actual size that is used after the element is arranged in layout.</returns>
</member>
<member name="M:OxyPlot.Wpf.PlotBase.UpdateModel(System.Boolean)">
<summary>
Updates the model.
</summary>
<param name="updateData">The update Data.</param>
</member>
<member name="M:OxyPlot.Wpf.PlotBase.IsVisibleToUser">
<summary>
Determines whether the plot is currently visible to the user.
</summary>
<returns><c>true</c> if the plot is currently visible to the user; otherwise, <c>false</c>.</returns>
</member>
<member name="M:OxyPlot.Wpf.PlotBase.IsUserVisible(System.Windows.FrameworkElement,System.Windows.FrameworkElement)">
<summary>
Determines whether the specified element is currently visible to the user.
</summary>
<param name="element">The element.</param>
<param name="container">The container.</param>
<returns><c>true</c> if if the specified element is currently visible to the user; otherwise, <c>false</c>.</returns>
</member>
<member name="M:OxyPlot.Wpf.PlotBase.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.PlotBase.OnLoaded(System.Object,System.Windows.RoutedEventArgs)">
<summary>
Called when the control is loaded.
</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.PlotBase.OnLayoutUpdated(System.Object,System.EventArgs)">
<summary>
Called when the layout is updated.
</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.PlotBase.OnSizeChanged(System.Object,System.Windows.SizeChangedEventArgs)">
<summary>
Called when the 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.PlotBase.GetRelevantParent``1(System.Windows.DependencyObject)">
<summary>
Gets the relevant parent.
</summary>
<typeparam name="T">Type of the relevant parent</typeparam>
<param name="obj">The object.</param>
<returns>The relevant parent.</returns>
</member>
<member name="M:OxyPlot.Wpf.PlotBase.UpdateVisuals">
<summary>
Updates the visuals.
</summary>
</member>
<member name="M:OxyPlot.Wpf.PlotBase.BeginInvoke(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.PlotBase.OnKeyDown(System.Windows.Input.KeyEventArgs)">
<summary>
Called before the <see cref="E:System.Windows.UIElement.KeyDown" /> event occurs.
</summary>
<param name="e">The data for the event.</param>
</member>
<member name="M:OxyPlot.Wpf.PlotBase.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.PlotBase.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.PlotBase.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.PlotBase.OnMouseWheel(System.Windows.Input.MouseWheelEventArgs)">
<summary>
Called before the <see cref="E:System.Windows.UIElement.MouseWheel" /> event occurs to provide handling for the event in a derived class without attaching a delegate.
</summary>
<param name="e">A <see cref="T:System.Windows.Input.MouseWheelEventArgs" /> that contains the event data.</param>
</member>
<member name="M:OxyPlot.Wpf.PlotBase.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.PlotBase.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.PlotBase.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.PlotBase.OnMouseEnter(System.Windows.Input.MouseEventArgs)">
<summary>
Invoked when an unhandled <see cref="E:System.Windows.Input.Mouse.MouseEnter" /> attached event is raised on this element. Implement this method to add class handling for this event.
</summary>
<param name="e">The <see cref="T:System.Windows.Input.MouseEventArgs" /> that contains the event data.</param>
</member>
<member name="M:OxyPlot.Wpf.PlotBase.OnMouseLeave(System.Windows.Input.MouseEventArgs)">
<summary>
Invoked when an unhandled <see cref="E:System.Windows.Input.Mouse.MouseLeave" /> attached event is raised on this element. Implement this method to add class handling for this event.
</summary>
<param name="e">The <see cref="T:System.Windows.Input.MouseEventArgs" /> that contains the event data.</param>
</member>
<member name="M:OxyPlot.Wpf.PlotBase.SaveBitmap(System.String)">
<summary>
Saves the PlotView as a bitmap.
</summary>
<param name="fileName">Name of the file.</param>
</member>
<member name="M:OxyPlot.Wpf.PlotBase.SaveBitmap(System.String,System.Int32,System.Int32,OxyPlot.OxyColor)">
<summary>
Saves the PlotView as a bitmap.
</summary>
<param name="fileName">Name of the file.</param>
<param name="width">The width.</param>
<param name="height">The height.</param>
<param name="background">The background.</param>
</member>
<member name="M:OxyPlot.Wpf.PlotBase.SaveXaml(System.String)">
<summary>
Saves the PlotView as xaml.
</summary>
<param name="fileName">Name of the file.</param>
</member>
<member name="M:OxyPlot.Wpf.PlotBase.ToXaml">
<summary>
Renders the PlotView to xaml.
</summary>
<returns>The xaml.</returns>
</member>
<member name="M:OxyPlot.Wpf.PlotBase.ToBitmap">
<summary>
Renders the PlotView to a bitmap.
</summary>
<returns>A bitmap.</returns>
</member>
<member name="F:OxyPlot.Wpf.PlotBase.DefaultTrackerTemplateProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.PlotBase.DefaultTrackerTemplate"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.PlotBase.IsMouseWheelEnabledProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.PlotBase.IsMouseWheelEnabled"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.PlotBase.PanCursorProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.PlotBase.PanCursor"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.PlotBase.ZoomHorizontalCursorProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.PlotBase.ZoomHorizontalCursor"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.PlotBase.ZoomRectangleCursorProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.PlotBase.ZoomRectangleCursor"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.PlotBase.ZoomRectangleTemplateProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.PlotBase.ZoomRectangleTemplate"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.PlotBase.ZoomVerticalCursorProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.PlotBase.ZoomVerticalCursor"/> dependency property.
</summary>
</member>
<member name="P:OxyPlot.Wpf.PlotBase.DefaultTrackerTemplate">
<summary>
Gets or sets the default tracker template.
</summary>
</member>
<member name="P:OxyPlot.Wpf.PlotBase.IsMouseWheelEnabled">
<summary>
Gets or sets a value indicating whether IsMouseWheelEnabled.
</summary>
</member>
<member name="P:OxyPlot.Wpf.PlotBase.PanCursor">
<summary>
Gets or sets the pan cursor.
</summary>
<value>The pan cursor.</value>
</member>
<member name="P:OxyPlot.Wpf.PlotBase.ZoomHorizontalCursor">
<summary>
Gets or sets the horizontal zoom cursor.
</summary>
<value>The zoom horizontal cursor.</value>
</member>
<member name="P:OxyPlot.Wpf.PlotBase.ZoomRectangleCursor">
<summary>
Gets or sets the rectangle zoom cursor.
</summary>
<value>The zoom rectangle cursor.</value>
</member>
<member name="P:OxyPlot.Wpf.PlotBase.ZoomRectangleTemplate">
<summary>
Gets or sets the zoom rectangle template.
</summary>
<value>The zoom rectangle template.</value>
</member>
<member name="P:OxyPlot.Wpf.PlotBase.ZoomVerticalCursor">
<summary>
Gets or sets the vertical zoom cursor.
</summary>
<value>The zoom vertical cursor.</value>
</member>
<member name="T:OxyPlot.Wpf.PlotCommands">
<summary>
Provides a standard set of commands for the <see cref="T:OxyPlot.Wpf.PlotBase" /> control.
</summary>
</member>
<member name="F:OxyPlot.Wpf.PlotCommands.ResetAxes">
<summary>
Gets the value that represents the "Reset all axes" command.
</summary>
</member>
<member name="T:OxyPlot.Wpf.PlotView">
<summary>
Represents a control that displays a <see cref="T:OxyPlot.PlotModel" />.
</summary>
</member>
<member name="F:OxyPlot.Wpf.PlotView.ControllerProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.PlotView.Controller"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.PlotView.ModelProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.PlotView.Model"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.PlotView.modelLock">
<summary>
The model lock.
</summary>
</member>
<member name="F:OxyPlot.Wpf.PlotView.currentModel">
<summary>
The current model (synchronized with the <see cref="P:OxyPlot.Wpf.PlotView.Model" /> property, but can be accessed from all threads.
</summary>
</member>
<member name="F:OxyPlot.Wpf.PlotView.defaultController">
<summary>
The default plot controller.
</summary>
</member>
<member name="M:OxyPlot.Wpf.PlotView.#cctor">
<summary>
Initializes static members of the <see cref="T:OxyPlot.Wpf.PlotView" /> class.
</summary>
</member>
<member name="P:OxyPlot.Wpf.PlotView.Model">
<summary>
Gets or sets the model.
</summary>
<value>The model.</value>
</member>
<member name="P:OxyPlot.Wpf.PlotView.Controller">
<summary>
Gets or sets the Plot controller.
</summary>
<value>The Plot controller.</value>
</member>
<member name="P:OxyPlot.Wpf.PlotView.ActualModel">
<summary>
Gets the actual model.
</summary>
<value>The actual model.</value>
</member>
<member name="P:OxyPlot.Wpf.PlotView.ActualController">
<summary>
Gets the actual PlotView controller.
</summary>
<value>The actual PlotView controller.</value>
</member>
<member name="M:OxyPlot.Wpf.PlotView.OnAppearanceChanged">
<summary>
Called when the visual appearance is changed.
</summary>
</member>
<member name="M:OxyPlot.Wpf.PlotView.AppearanceChanged(System.Windows.DependencyObject,System.Windows.DependencyPropertyChangedEventArgs)">
<summary>
Called when the visual appearance is changed.
</summary>
<param name="d">The d.</param>
<param name="e">The <see cref="T:System.Windows.DependencyPropertyChangedEventArgs" /> instance containing the event data.</param>
</member>
<member name="M:OxyPlot.Wpf.PlotView.ModelChanged(System.Windows.DependencyObject,System.Windows.DependencyPropertyChangedEventArgs)">
<summary>
Called when the model is changed.
</summary>
<param name="d">The sender.</param>
<param name="e">The <see cref="T:System.Windows.DependencyPropertyChangedEventArgs" /> instance containing the event data.</param>
</member>
<member name="M:OxyPlot.Wpf.PlotView.OnModelChanged">
<summary>
Called when the model is changed.
</summary>
</member>
<member name="T:OxyPlot.Wpf.Plot">
<summary>
Represents a control that displays a <see cref="T:OxyPlot.PlotModel" />.
</summary>
<remarks>This file contains dependency properties used for defining the Plot in XAML. These properties are only used when Model is <c>null</c>. In this case an internal PlotModel is created and the dependency properties are copied from the control to the internal PlotModel.</remarks>
<summary>
Represents a control that displays a <see cref="T:OxyPlot.PlotModel" />.
</summary>
</member>
<member name="F:OxyPlot.Wpf.Plot.CultureProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.Plot.Culture"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.Plot.IsLegendVisibleProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.Plot.IsLegendVisible"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.Plot.LegendBackgroundProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.Plot.LegendBackground"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.Plot.LegendBorderProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.Plot.LegendBorder"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.Plot.LegendBorderThicknessProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.Plot.LegendBorderThickness"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.Plot.LegendFontProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.Plot.LegendFont"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.Plot.LegendFontSizeProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.Plot.LegendFontSize"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.Plot.LegendFontWeightProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.Plot.LegendFontWeight"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.Plot.LegendItemAlignmentProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.Plot.LegendItemAlignment"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.Plot.LegendItemOrderProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.Plot.LegendItemOrder"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.Plot.LegendItemSpacingProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.Plot.LegendItemSpacing"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.Plot.LegendLineSpacingProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.Plot.LegendLineSpacing"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.Plot.LegendMarginProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.Plot.LegendMargin"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.Plot.LegendMaxHeightProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.Plot.LegendMaxHeight"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.Plot.LegendMaxWidthProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.Plot.LegendMaxWidth"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.Plot.LegendOrientationProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.Plot.LegendOrientation"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.Plot.LegendColumnSpacingProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.Plot.LegendColumnSpacing"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.Plot.LegendPaddingProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.Plot.LegendPadding"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.Plot.LegendPlacementProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.Plot.LegendPlacement"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.Plot.LegendPositionProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.Plot.LegendPosition"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.Plot.LegendSymbolLengthProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.Plot.LegendSymbolLength"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.Plot.LegendSymbolMarginProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.Plot.LegendSymbolMargin"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.Plot.LegendSymbolPlacementProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.Plot.LegendSymbolPlacement"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.Plot.SelectionColorProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.Plot.SelectionColor"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.Plot.RenderingDecoratorProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.Plot.RenderingDecorator"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.Plot.SubtitleFontProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.Plot.SubtitleFont"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.Plot.TitleColorProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.Plot.TitleColor"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.Plot.SubtitleColorProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.Plot.SubtitleColor"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.Plot.DefaultFontProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.Plot.DefaultFont"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.Plot.DefaultFontSizeProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.Plot.DefaultFontSize"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.Plot.DefaultColorsProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.Plot.DefaultColors"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.Plot.AxisTierDistanceProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.Plot.AxisTierDistance"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.Plot.LegendTextColorProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.Plot.LegendTextColor"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.Plot.LegendTitleProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.Plot.LegendTitle"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.Plot.LegendTitleColorProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.Plot.LegendTextColor"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.Plot.LegendTitleFontProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.Plot.LegendTitleFont"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.Plot.LegendTitleFontSizeProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.Plot.LegendTitleFontSize"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.Plot.LegendTitleFontWeightProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.Plot.LegendTitleFontWeight"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.Plot.PlotAreaBackgroundProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.Plot.PlotAreaBackground"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.Plot.PlotAreaBorderColorProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.Plot.PlotAreaBorderColor"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.Plot.PlotAreaBorderThicknessProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.Plot.PlotAreaBorderThickness"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.Plot.PlotMarginsProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.Plot.PlotMargins"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.Plot.PlotTypeProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.Plot.PlotType"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.Plot.SubtitleFontSizeProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.Plot.SubtitleFontSize"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.Plot.SubtitleFontWeightProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.Plot.SubtitleFontWeight"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.Plot.SubtitleProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.Plot.Subtitle"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.Plot.TextColorProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.Plot.TextColor"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.Plot.TitleAlignmentProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.Plot.TitleHorizontalAlignment"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.Plot.TitleFontProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.Plot.TitleFont"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.Plot.TitleFontSizeProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.Plot.TitleFontSize"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.Plot.TitleFontWeightProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.Plot.TitleFontWeight"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.Plot.TitlePaddingProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.Plot.TitlePadding"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.Plot.TitleProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.Plot.Title"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.Plot.TitleToolTipProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.Plot.TitleToolTip"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.Plot.InvalidateFlagProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.Plot.InvalidateFlag"/> dependency 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="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.IsLegendVisible">
<summary>
Gets or sets a value indicating whether IsLegendVisible.
</summary>
</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.LegendColumnSpacing">
<summary>
Gets or sets the spacing between columns of legend items (only for vertical orientation).
</summary>
<value>The spacing in device independent units.</value>
</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 the horizontal spacing between legend items when the orientation is horizontal.
</summary>
<value>The horizontal distance between items in device independent units.</value>
</member>
<member name="P:OxyPlot.Wpf.Plot.LegendLineSpacing">
<summary>
Gets or sets the vertical spacing between legend items.
</summary>
<value>The spacing in device independent units.</value>
</member>
<member name="P:OxyPlot.Wpf.Plot.LegendMaxHeight">
<summary>
Gets or sets the max height of the legend.
</summary>
<value>The max width of the legends.</value>
</member>
<member name="P:OxyPlot.Wpf.Plot.LegendMaxWidth">
<summary>
Gets or sets the max width of the legend.
</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.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.DefaultFont">
<summary>
Gets or sets the default font.
</summary>
</member>
<member name="P:OxyPlot.Wpf.Plot.DefaultFontSize">
<summary>
Gets or sets the default font size.
</summary>
</member>
<member name="P:OxyPlot.Wpf.Plot.DefaultColors">
<summary>
Gets or sets the default colors.
</summary>
</member>
<member name="P:OxyPlot.Wpf.Plot.LegendTextColor">
<summary>
Gets or sets the text color of the legends.
</summary>
</member>
<member name="P:OxyPlot.Wpf.Plot.LegendTitle">
<summary>
Gets or sets the legend title.
</summary>
</member>
<member name="P:OxyPlot.Wpf.Plot.LegendTitleColor">
<summary>
Gets or sets color of the legend title.
</summary>
</member>
<member name="P:OxyPlot.Wpf.Plot.AxisTierDistance">
<summary>
Gets or sets the axis tier distance.
</summary>
</member>
<member name="P:OxyPlot.Wpf.Plot.SelectionColor">
<summary>
Gets or sets the color of selected elements.
</summary>
</member>
<member name="P:OxyPlot.Wpf.Plot.RenderingDecorator">
<summary>
Gets or sets a rendering decorator.
</summary>
</member>
<member name="P:OxyPlot.Wpf.Plot.SubtitleFont">
<summary>
Gets or sets the font of the subtitles.
</summary>
</member>
<member name="P:OxyPlot.Wpf.Plot.TitleColor">
<summary>
Gets or sets the color of the titles.
</summary>
</member>
<member name="P:OxyPlot.Wpf.Plot.LegendTitleFontSize">
<summary>
Gets or sets the font size of the legend titles.
</summary>
</member>
<member name="P:OxyPlot.Wpf.Plot.SubtitleColor">
<summary>
Gets or sets the color of the subtitles.
</summary>
</member>
<member name="P:OxyPlot.Wpf.Plot.LegendTitleFontWeight">
<summary>
Gets or sets the font weight of the legend titles.
</summary>
</member>
<member name="P:OxyPlot.Wpf.Plot.PlotAreaBackground">
<summary>
Gets or sets the background brush of the Plot area.
</summary>
<value>The brush.</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.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 the font size of the subtitle.
</summary>
</member>
<member name="P:OxyPlot.Wpf.Plot.SubtitleFontWeight">
<summary>
Gets or sets the font weight of the subtitle.
</summary>
</member>
<member name="P:OxyPlot.Wpf.Plot.TextColor">
<summary>
Gets or sets text color.
</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.TitleToolTip">
<summary>
Gets or sets the title tool tip.
</summary>
<value>The title tool tip.</value>
</member>
<member name="P:OxyPlot.Wpf.Plot.TitleHorizontalAlignment">
<summary>
Gets or sets the horizontal alignment of the title and subtitle.
</summary>
<value>
The alignment.
</value>
</member>
<member name="P:OxyPlot.Wpf.Plot.TitleFont">
<summary>
Gets or sets font of the title.
</summary>
</member>
<member name="P:OxyPlot.Wpf.Plot.TitleFontSize">
<summary>
Gets or sets font size of the title.
</summary>
</member>
<member name="P:OxyPlot.Wpf.Plot.TitleFontWeight">
<summary>
Gets or sets font weight of the title.
</summary>
</member>
<member name="P:OxyPlot.Wpf.Plot.TitlePadding">
<summary>
Gets or sets padding around the title.
</summary>
</member>
<member name="P:OxyPlot.Wpf.Plot.InvalidateFlag">
<summary>
Gets or sets the refresh flag (an integer value). When the flag is changed, the Plot will be refreshed.
</summary>
<value>The refresh value.</value>
</member>
<member name="M:OxyPlot.Wpf.Plot.InvalidateFlagChanged">
<summary>
Invalidates the Plot control/view when the <see cref="P:OxyPlot.Wpf.Plot.InvalidateFlag" /> property is changed.
</summary>
</member>
<member name="F:OxyPlot.Wpf.Plot.internalModel">
<summary>
The internal model.
</summary>
</member>
<member name="F:OxyPlot.Wpf.Plot.defaultController">
<summary>
The default controller.
</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="P:OxyPlot.Wpf.Plot.Annotations">
<summary>
Gets the annotations.
</summary>
<value>The annotations.</value>
</member>
<member name="P:OxyPlot.Wpf.Plot.ActualModel">
<summary>
Gets the actual model.
</summary>
<value>The actual model.</value>
</member>
<member name="P:OxyPlot.Wpf.Plot.ActualController">
<summary>
Gets the actual Plot controller.
</summary>
<value>The actual Plot controller.</value>
</member>
<member name="P:OxyPlot.Wpf.Plot.LogicalChildren">
<summary>
Gets an enumerator for logical child elements of this element.
</summary>
</member>
<member name="M:OxyPlot.Wpf.Plot.UpdateModel(System.Boolean)">
<summary>
Updates the model. If Model==<c>null</c>, an internal model will be created. The ActualModel.Update will be called (updates all series data).
</summary>
<param name="updateData">if set to <c>true</c> , all data collections will be updated.</param>
</member>
<member name="M:OxyPlot.Wpf.Plot.OnAppearanceChanged">
<summary>
Called when the visual appearance is changed.
</summary>
</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.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.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.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.SynchronizeProperties">
<summary>
Synchronize properties in the internal Plot model
</summary>
</member>
<member name="M:OxyPlot.Wpf.Plot.SynchronizeAnnotations">
<summary>
Synchronizes the annotations in the internal model.
</summary>
</member>
<member name="M:OxyPlot.Wpf.Plot.SynchronizeAxes">
<summary>
Synchronizes the axes in the internal model.
</summary>
</member>
<member name="M:OxyPlot.Wpf.Plot.SynchronizeSeries">
<summary>
Synchronizes the series in the internal model.
</summary>
</member>
<member name="T:OxyPlot.Wpf.FlowDocumentReportWriter">
<summary>
Provides an XPS report writer.
</summary>
</member>
<member name="F:OxyPlot.Wpf.FlowDocumentReportWriter.doc">
<summary>
The document.
</summary>
</member>
<member name="F:OxyPlot.Wpf.FlowDocumentReportWriter.disposed">
<summary>
The disposed flag.
</summary>
</member>
<member name="M:OxyPlot.Wpf.FlowDocumentReportWriter.#ctor">
<summary>
Initializes a new instance of the <see cref="T:OxyPlot.Wpf.FlowDocumentReportWriter" /> class.
</summary>
</member>
<member name="P:OxyPlot.Wpf.FlowDocumentReportWriter.FlowDocument">
<summary>
Gets the FlowDocument.
</summary>
</member>
<member name="P:OxyPlot.Wpf.FlowDocumentReportWriter.Style">
<summary>
Gets or sets the report style.
</summary>
</member>
<member name="M:OxyPlot.Wpf.FlowDocumentReportWriter.Dispose">
<summary>
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
</summary>
</member>
<member name="M:OxyPlot.Wpf.FlowDocumentReportWriter.Print">
<summary>
Prints the document.
</summary>
</member>
<member name="M:OxyPlot.Wpf.FlowDocumentReportWriter.Save(System.String,System.Double,System.Double)">
<summary>
Saves the document.
</summary>
<param name="filename">The filename.</param>
<param name="width">The width.</param>
<param name="height">The height.</param>
</member>
<member name="M:OxyPlot.Wpf.FlowDocumentReportWriter.WriteDrawing(OxyPlot.Reporting.DrawingFigure)">
<summary>
Writes a drawing.
</summary>
<param name="d">The drawing.</param>
</member>
<member name="M:OxyPlot.Wpf.FlowDocumentReportWriter.WriteEquation(OxyPlot.Reporting.Equation)">
<summary>
Writes an equation.
</summary>
<param name="equation">The equation.</param>
</member>
<member name="M:OxyPlot.Wpf.FlowDocumentReportWriter.WriteHeader(OxyPlot.Reporting.Header)">
<summary>
Writes a header.
</summary>
<param name="h">The header.</param>
</member>
<member name="M:OxyPlot.Wpf.FlowDocumentReportWriter.WriteImage(OxyPlot.Reporting.Image)">
<summary>
Writes an image.
</summary>
<param name="i">The image.</param>
</member>
<member name="M:OxyPlot.Wpf.FlowDocumentReportWriter.WriteParagraph(OxyPlot.Reporting.Paragraph)">
<summary>
Writes a paragraph.
</summary>
<param name="pa">The paragraph.</param>
</member>
<member name="M:OxyPlot.Wpf.FlowDocumentReportWriter.WritePlot(OxyPlot.Reporting.PlotFigure)">
<summary>
Writes a plot.
</summary>
<param name="plot">The plot.</param>
</member>
<member name="M:OxyPlot.Wpf.FlowDocumentReportWriter.WriteReport(OxyPlot.Reporting.Report,OxyPlot.Reporting.ReportStyle)">
<summary>
Writes a report.
</summary>
<param name="report">The report.</param>
<param name="reportStyle">The style.</param>
</member>
<member name="M:OxyPlot.Wpf.FlowDocumentReportWriter.WriteTable(OxyPlot.Reporting.Table)">
<summary>
Writes a table.
</summary>
<param name="t">The t.</param>
</member>
<member name="M:OxyPlot.Wpf.FlowDocumentReportWriter.SetStyle(System.Windows.Documents.TextElement,OxyPlot.Reporting.ParagraphStyle)">
<summary>
The set style.
</summary>
<param name="run">The run.</param>
<param name="s">The s.</param>
</member>
<member name="M:OxyPlot.Wpf.FlowDocumentReportWriter.AddPageBody(System.Windows.Documents.DocumentPaginator,System.Int32,System.Windows.Controls.Canvas,System.Windows.Thickness)">
<summary>
Adds a page body.
</summary>
<param name="sourceFlowDocPaginator">The source flow document paginator.</param>
<param name="pageNumber">The page number.</param>
<param name="pageCanvas">The page canvas.</param>
<param name="margins">The margins.</param>
</member>
<member name="M:OxyPlot.Wpf.FlowDocumentReportWriter.AddPageToDocument(System.Windows.Documents.FixedDocument,System.Windows.Controls.Canvas,System.Windows.Size)">
<summary>
Adds a page to the document.
</summary>
<param name="fixedDocument">The fixed document.</param>
<param name="pageCanvas">The page canvas.</param>
<param name="pageSize">The page size.</param>
</member>
<member name="M:OxyPlot.Wpf.FlowDocumentReportWriter.BuildFixedDocument(System.Windows.Documents.DocumentPaginator,System.Windows.Size,System.Windows.Thickness)">
<summary>
Builds the fixed document.
</summary>
<param name="sourceFlowDocPaginator">The source flow doc paginator.</param>
<param name="size">The size.</param>
<param name="margins">The margins.</param>
<returns>The document.</returns>
</member>
<member name="M:OxyPlot.Wpf.FlowDocumentReportWriter.CreateFixedDocument(System.Windows.Size)">
<summary>
Creates the fixed document.
</summary>
<param name="size">The size.</param>
<returns>The document.</returns>
</member>
<member name="M:OxyPlot.Wpf.FlowDocumentReportWriter.CreateParagraph(System.String,OxyPlot.Reporting.ParagraphStyle)">
<summary>
Creates a paragraph.
</summary>
<param name="text">The text.</param>
<param name="style">The style.</param>
<returns>A paragraph.</returns>
</member>
<member name="M:OxyPlot.Wpf.FlowDocumentReportWriter.Dispose(System.Boolean)">
<summary>
Releases unmanaged and - optionally - managed resources
</summary>
<param name="disposing"><c>true</c> to release both managed and unmanaged resources; <c>false</c> to release only unmanaged resources.</param>
</member>
<member name="T:OxyPlot.Wpf.LinearBarSeries">
<summary>
This is a WPF wrapper of OxyPlot.Series.LinearBarSeries
</summary>
</member>
<member name="F:OxyPlot.Wpf.LinearBarSeries.BarWidthProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.LinearBarSeries.BarWidth" /> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.LinearBarSeries.FillColorProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.LinearBarSeries.FillColor"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.LinearBarSeries.StrokeColorProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.LinearBarSeries.StrokeColor" /> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.LinearBarSeries.StrokeThicknessProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.LinearBarSeries.StrokeThickness"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.LinearBarSeries.NegativeFillColorProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.LinearBarSeries.NegativeFillColor"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.LinearBarSeries.NegativeStrokeColorProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.LinearBarSeries.NegativeStrokeColor"/> dependency property.
</summary>
</member>
<member name="M:OxyPlot.Wpf.LinearBarSeries.#ctor">
<summary>
Initializes a new instance of the <see cref="T:OxyPlot.Wpf.LinearBarSeries" /> class.
</summary>
</member>
<member name="P:OxyPlot.Wpf.LinearBarSeries.BarWidth">
<summary>
Gets or sets the bar width.
</summary>
</member>
<member name="P:OxyPlot.Wpf.LinearBarSeries.FillColor">
<summary>
Gets or sets the fill color.
</summary>
</member>
<member name="P:OxyPlot.Wpf.LinearBarSeries.StrokeColor">
<summary>
Gets or sets the stroke color.
</summary>
</member>
<member name="P:OxyPlot.Wpf.LinearBarSeries.StrokeThickness">
<summary>
Gets or sets the stroke thickness.
</summary>
</member>
<member name="P:OxyPlot.Wpf.LinearBarSeries.NegativeFillColor">
<summary>
Gets or sets the negative fill color.
</summary>
</member>
<member name="P:OxyPlot.Wpf.LinearBarSeries.NegativeStrokeColor">
<summary>
Gets or sets the negative stroke color.
</summary>
</member>
<member name="M:OxyPlot.Wpf.LinearBarSeries.CreateModel">
<summary>
Creates the internal series.
</summary>
<returns>The internal series.</returns>
</member>
<member name="M:OxyPlot.Wpf.LinearBarSeries.SynchronizeProperties(OxyPlot.Series.Series)">
<summary>
Synchronizes the properties.
</summary>
<param name="series">The series.</param>
</member>
<member name="T:OxyPlot.Wpf.BoxPlotSeries">
<summary>
This is a WPF wrapper of OxyPlot.BoxPlotSeries
</summary>
</member>
<member name="F:OxyPlot.Wpf.BoxPlotSeries.BoxWidthProperty">
<summary>
Identifies this <see cref="F:OxyPlot.Wpf.BoxPlotSeries.BoxWidthProperty"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.BoxPlotSeries.FillProperty">
<summary>
Identifies this <see cref="F:OxyPlot.Wpf.BoxPlotSeries.FillProperty"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.BoxPlotSeries.LineStyleProperty">
<summary>
Identifies this <see cref="F:OxyPlot.Wpf.BoxPlotSeries.LineStyleProperty"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.BoxPlotSeries.MedianPointSizeProperty">
<summary>
Identifies this <see cref="F:OxyPlot.Wpf.BoxPlotSeries.MedianPointSizeProperty"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.BoxPlotSeries.MedianThicknessProperty">
<summary>
Identifies this <see cref="F:OxyPlot.Wpf.BoxPlotSeries.MedianThicknessProperty"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.BoxPlotSeries.OutlierSizeProperty">
<summary>
Identifies this <see cref="F:OxyPlot.Wpf.BoxPlotSeries.OutlierSizeProperty"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.BoxPlotSeries.OutlierTypeProperty">
<summary>
Identifies this <see cref="F:OxyPlot.Wpf.BoxPlotSeries.OutlierTypeProperty"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.BoxPlotSeries.OutlierOutlineProperty">
<summary>
Identifies this <see cref="F:OxyPlot.Wpf.BoxPlotSeries.OutlierOutlineProperty"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.BoxPlotSeries.ShowBoxProperty">
<summary>
Identifies this <see cref="F:OxyPlot.Wpf.BoxPlotSeries.ShowBoxProperty"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.BoxPlotSeries.ShowMedianAsDotProperty">
<summary>
Identifies this <see cref="F:OxyPlot.Wpf.BoxPlotSeries.ShowMedianAsDotProperty"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.BoxPlotSeries.StrokeProperty">
<summary>
Identifies this <see cref="F:OxyPlot.Wpf.BoxPlotSeries.StrokeProperty"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.BoxPlotSeries.StrokeThicknessProperty">
<summary>
Identifies this <see cref="F:OxyPlot.Wpf.BoxPlotSeries.StrokeThicknessProperty"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.BoxPlotSeries.WhiskerWidthProperty">
<summary>
Identifies this <see cref="F:OxyPlot.Wpf.BoxPlotSeries.WhiskerWidthProperty"/> dependency property.
</summary>
</member>
<member name="M:OxyPlot.Wpf.BoxPlotSeries.#cctor">
<summary>
Initializes static members of the <see cref="T:OxyPlot.Wpf.BoxPlotSeries"/> class.
</summary>
</member>
<member name="M:OxyPlot.Wpf.BoxPlotSeries.#ctor">
<summary>
Initializes a new instance of the <see cref="T:OxyPlot.Wpf.BoxPlotSeries" /> class.
</summary>
</member>
<member name="P:OxyPlot.Wpf.BoxPlotSeries.BoxWidth">
<summary>
Gets or sets the width of the boxes (specified in x-axis units).
</summary>
<value>The width of the boxes.</value>
</member>
<member name="P:OxyPlot.Wpf.BoxPlotSeries.Fill">
<summary>
Gets or sets the fill color. If <c>null</c>, this color will be automatically set.
</summary>
<value>The fill color.</value>
</member>
<member name="P:OxyPlot.Wpf.BoxPlotSeries.LineStyle">
<summary>
Gets or sets the line style.
</summary>
<value>The line style.</value>
</member>
<member name="P:OxyPlot.Wpf.BoxPlotSeries.MedianPointSize">
<summary>
Gets or sets the size of the median point.
</summary>
<remarks>This property is only used when MedianStyle = Dot.</remarks>
</member>
<member name="P:OxyPlot.Wpf.BoxPlotSeries.MedianThickness">
<summary>
Gets or sets the median thickness, relative to the StrokeThickness.
</summary>
<value>The median thickness.</value>
</member>
<member name="P:OxyPlot.Wpf.BoxPlotSeries.OutlierSize">
<summary>
Gets or sets the diameter of the outlier circles (specified in points).
</summary>
<value>The size of the outlier.</value>
</member>
<member name="P:OxyPlot.Wpf.BoxPlotSeries.OutlierType">
<summary>
Gets or sets the type of the outliers.
</summary>
<value>The type of the outliers.</value>
<remarks>MarkerType.Custom is currently not supported.</remarks>
</member>
<member name="P:OxyPlot.Wpf.BoxPlotSeries.OutlierOutline">
<summary>
Gets or sets the a custom polygon outline for the outlier markers. Set <see cref="P:OxyPlot.Wpf.BoxPlotSeries.OutlierType" /> to <see cref="F:OxyPlot.MarkerType.Custom" /> to use this property.
</summary>
<value>A polyline. The default is <c>null</c>.</value>
</member>
<member name="P:OxyPlot.Wpf.BoxPlotSeries.ShowBox">
<summary>
Gets or sets a value indicating whether to show the boxes.
</summary>
</member>
<member name="P:OxyPlot.Wpf.BoxPlotSeries.ShowMedianAsDot">
<summary>
Gets or sets a value indicating whether to show the median as a dot.
</summary>
</member>
<member name="P:OxyPlot.Wpf.BoxPlotSeries.Stroke">
<summary>
Gets or sets the stroke color.
</summary>
<value>The stroke color.</value>
</member>
<member name="P:OxyPlot.Wpf.BoxPlotSeries.StrokeThickness">
<summary>
Gets or sets the stroke thickness.
</summary>
<value>The stroke thickness.</value>
</member>
<member name="P:OxyPlot.Wpf.BoxPlotSeries.WhiskerWidth">
<summary>
Gets or sets the width of the whiskers (relative to the BoxWidth).
</summary>
<value>The width of the whiskers.</value>
</member>
<member name="M:OxyPlot.Wpf.BoxPlotSeries.CreateModel">
<summary>
Creates the internal series.
</summary>
<returns>The internal series.</returns>
</member>
<member name="M:OxyPlot.Wpf.BoxPlotSeries.SynchronizeProperties(OxyPlot.Series.Series)">
<summary>
Synchronizes the properties.
</summary>
<param name="series">The series.</param>
</member>
<member name="T:OxyPlot.Wpf.HeatMapSeries">
<summary>
HeatMapSeries WPF wrapper
</summary>
</member>
<member name="F:OxyPlot.Wpf.HeatMapSeries.DataProperty">
<summary>
Identifies this <see cref="F:OxyPlot.Wpf.HeatMapSeries.DataProperty"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.HeatMapSeries.X0Property">
<summary>
Identifies this <see cref="F:OxyPlot.Wpf.HeatMapSeries.X0Property"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.HeatMapSeries.X1Property">
<summary>
Identifies this <see cref="F:OxyPlot.Wpf.HeatMapSeries.X1Property"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.HeatMapSeries.Y0Property">
<summary>
Identifies this <see cref="F:OxyPlot.Wpf.HeatMapSeries.Y0Property"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.HeatMapSeries.Y1Property">
<summary>
Identifies this <see cref="F:OxyPlot.Wpf.HeatMapSeries.Y1Property"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.HeatMapSeries.ColorAxisKeyProperty">
<summary>
Identifies this <see cref="F:OxyPlot.Wpf.HeatMapSeries.ColorAxisKeyProperty"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.HeatMapSeries.LowColorProperty">
<summary>
Identifies this <see cref="F:OxyPlot.Wpf.HeatMapSeries.LowColorProperty"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.HeatMapSeries.HighColorProperty">
<summary>
Identifies this <see cref="F:OxyPlot.Wpf.HeatMapSeries.HighColorProperty"/> dependency property.
</summary>
</member>
<member name="M:OxyPlot.Wpf.HeatMapSeries.#cctor">
<summary>
Initializes static members of the <see cref="T:OxyPlot.Wpf.HeatMapSeries"/> class.
</summary>
</member>
<member name="M:OxyPlot.Wpf.HeatMapSeries.#ctor">
<summary>
Initializes a new instance of the <see cref = "T:OxyPlot.Wpf.HeatMapSeries" /> class.
</summary>
</member>
<member name="P:OxyPlot.Wpf.HeatMapSeries.LowColor">
<summary>
Gets or sets LowColor
</summary>
</member>
<member name="P:OxyPlot.Wpf.HeatMapSeries.HighColor">
<summary>
Gets or sets HighColor
</summary>
</member>
<member name="P:OxyPlot.Wpf.HeatMapSeries.ColorAxisKey">
<summary>
Gets or sets ColorAxisKey property.
</summary>
</member>
<member name="P:OxyPlot.Wpf.HeatMapSeries.X0">
<summary>
Gets or sets X0.
</summary>
</member>
<member name="P:OxyPlot.Wpf.HeatMapSeries.X1">
<summary>
Gets or sets X1
</summary>
</member>
<member name="P:OxyPlot.Wpf.HeatMapSeries.Y0">
<summary>
Gets or sets Y0
</summary>
</member>
<member name="P:OxyPlot.Wpf.HeatMapSeries.Y1">
<summary>
Gets or sets Y1
</summary>
</member>
<member name="P:OxyPlot.Wpf.HeatMapSeries.Data">
<summary>
Gets or sets Data
</summary>
</member>
<member name="M:OxyPlot.Wpf.HeatMapSeries.CreateModel">
<summary>
The create model.
</summary>
<returns>
The <see cref="T:OxyPlot.Wpf.Series"/>.
</returns>
</member>
<member name="M:OxyPlot.Wpf.HeatMapSeries.SynchronizeProperties(OxyPlot.Series.Series)">
<summary>
The synchronize properties.
</summary>
<param name="series">
The series.
</param>
</member>
<member name="T:OxyPlot.Wpf.PieSeries">
<summary>
This is a wrapper of OxyPlot.PieSeries.
</summary>
</member>
<member name="F:OxyPlot.Wpf.PieSeries.StrokeProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.PieSeries.Stroke"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.PieSeries.StrokeThicknessProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.PieSeries.StrokeThickness"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.PieSeries.DiameterProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.PieSeries.Diameter"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.PieSeries.InnerDiameterProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.PieSeries.InnerDiameter"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.PieSeries.StartAngleProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.PieSeries.StartAngle"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.PieSeries.AngleSpanProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.PieSeries.AngleSpan"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.PieSeries.AngleIncrementProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.PieSeries.AngleIncrement"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.PieSeries.LegendFormatProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.PieSeries.LegendFormat"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.PieSeries.OutsideLabelFormatProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.PieSeries.OutsideLabelFormat"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.PieSeries.InsideLabelColorProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.PieSeries.InsideLabelColor"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.PieSeries.InsideLabelFormatProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.PieSeries.InsideLabelFormat"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.PieSeries.InsideLabelPositionProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.PieSeries.InsideLabelPosition"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.PieSeries.AreInsideLabelsAngledProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.PieSeries.AreInsideLabelsAngled"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.PieSeries.TickDistanceProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.PieSeries.TickDistance"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.PieSeries.TickRadialLengthProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.PieSeries.TickRadialLength"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.PieSeries.TickHorizontalLengthProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.PieSeries.TickHorizontalLength"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.PieSeries.TickLabelDistanceProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.PieSeries.TickLabelDistance"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.PieSeries.ExplodedDistanceProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.PieSeries.ExplodedDistance"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.PieSeries.LabelFieldProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.PieSeries.LabelField"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.PieSeries.ValueFieldProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.PieSeries.ValueField"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.PieSeries.ColorFieldProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.PieSeries.ColorField"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.PieSeries.IsExplodedFieldProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.PieSeries.IsExplodedField"/> dependency property.
</summary>
</member>
<member name="M:OxyPlot.Wpf.PieSeries.#cctor">
<summary>
Initializes static members of the <see cref="T:OxyPlot.Wpf.PieSeries"/> class.
</summary>
</member>
<member name="M:OxyPlot.Wpf.PieSeries.#ctor">
<summary>
Initializes a new instance of the <see cref="T:OxyPlot.Wpf.PieSeries"/> class.
</summary>
</member>
<member name="M:OxyPlot.Wpf.PieSeries.CreateModel">
<summary>
Creates the underlying model.
</summary>
<returns>A series.</returns>
</member>
<member name="P:OxyPlot.Wpf.PieSeries.Stroke">
<summary>
Gets or sets the stroke color.
</summary>
</member>
<member name="P:OxyPlot.Wpf.PieSeries.StrokeThickness">
<summary>
Gets or sets the stroke thickness.
</summary>
</member>
<member name="P:OxyPlot.Wpf.PieSeries.Diameter">
<summary>
Gets or sets the diameter.
</summary>
</member>
<member name="P:OxyPlot.Wpf.PieSeries.InnerDiameter">
<summary>
Gets or sets the inner diameter.
</summary>
</member>
<member name="P:OxyPlot.Wpf.PieSeries.StartAngle">
<summary>
Gets or sets the start angle.
</summary>
</member>
<member name="P:OxyPlot.Wpf.PieSeries.AngleSpan">
<summary>
Gets or sets the angle span.
</summary>
</member>
<member name="P:OxyPlot.Wpf.PieSeries.AngleIncrement">
<summary>
Gets or sets the angle increment.
</summary>
</member>
<member name="P:OxyPlot.Wpf.PieSeries.LegendFormat">
<summary>
Gets or sets the legend format.
</summary>
</member>
<member name="P:OxyPlot.Wpf.PieSeries.OutsideLabelFormat">
<summary>
Gets or sets the outside label format.
</summary>
</member>
<member name="P:OxyPlot.Wpf.PieSeries.InsideLabelColor">
<summary>
Gets or sets the color of the inside labels.
</summary>
</member>
<member name="P:OxyPlot.Wpf.PieSeries.InsideLabelFormat">
<summary>
Gets or sets the inside label format.
</summary>
</member>
<member name="P:OxyPlot.Wpf.PieSeries.InsideLabelPosition">
<summary>
Gets or sets the inside label position.
</summary>
</member>
<member name="P:OxyPlot.Wpf.PieSeries.AreInsideLabelsAngled">
<summary>
Gets or sets a value indicating whether inside labels are angled.
</summary>
</member>
<member name="P:OxyPlot.Wpf.PieSeries.TickDistance">
<summary>
Gets or sets the distance from the edge of the pie slice to the tick line.
</summary>
</member>
<member name="P:OxyPlot.Wpf.PieSeries.TickRadialLength">
<summary>
Gets or sets the length of the radial part of the tick line.
</summary>
</member>
<member name="P:OxyPlot.Wpf.PieSeries.TickHorizontalLength">
<summary>
Gets or sets the length of the horizontal part of the tick.
</summary>
</member>
<member name="P:OxyPlot.Wpf.PieSeries.TickLabelDistance">
<summary>
Gets or sets the distance from the tick line to the outside label.
</summary>
</member>
<member name="P:OxyPlot.Wpf.PieSeries.ExplodedDistance">
<summary>
Gets or sets the exploded distance.
</summary>
</member>
<member name="P:OxyPlot.Wpf.PieSeries.LabelField">
<summary>
Gets or sets the name of the property containing the label.
</summary>
</member>
<member name="P:OxyPlot.Wpf.PieSeries.ValueField">
<summary>
Gets or sets the name of the property containing the value.
</summary>
</member>
<member name="P:OxyPlot.Wpf.PieSeries.ColorField">
<summary>
Gets or sets the name of the property containing the color.
</summary>
</member>
<member name="P:OxyPlot.Wpf.PieSeries.IsExplodedField">
<summary>
Gets or sets the name of the property indicating whether the item
is exploded.
</summary>
</member>
<member name="M:OxyPlot.Wpf.PieSeries.SynchronizeProperties(OxyPlot.Series.Series)">
<summary>
Synchronizes the properties of this object with the underlying series object.
</summary>
<param name="series">The series.</param>
</member>
<member name="T:OxyPlot.Wpf.ScatterSeries`1">
<summary>
Provides a base class for scatter series.
</summary>
<typeparam name="T">The type of the points.</typeparam>
</member>
<member name="F:OxyPlot.Wpf.ScatterSeries`1.BinSizeProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.ScatterSeries`1.BinSize"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.ScatterSeries`1.DataFieldSizeProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.ScatterSeries`1.DataFieldSize"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.ScatterSeries`1.DataFieldTagProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.ScatterSeries`1.DataFieldTag"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.ScatterSeries`1.DataFieldValueProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.ScatterSeries`1.DataFieldValue"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.ScatterSeries`1.DataFieldXProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.ScatterSeries`1.DataFieldX"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.ScatterSeries`1.DataFieldYProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.ScatterSeries`1.DataFieldY"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.ScatterSeries`1.MappingProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.ScatterSeries`1.Mapping"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.ScatterSeries`1.MarkerFillProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.ScatterSeries`1.MarkerFill"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.ScatterSeries`1.MarkerOutlineProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.ScatterSeries`1.MarkerOutline"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.ScatterSeries`1.MarkerSizeProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.ScatterSeries`1.MarkerSize"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.ScatterSeries`1.MarkerStrokeProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.ScatterSeries`1.MarkerStroke"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.ScatterSeries`1.MarkerStrokeThicknessProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.ScatterSeries`1.MarkerStrokeThickness"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.ScatterSeries`1.MarkerTypeProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.ScatterSeries`1.MarkerType"/> dependency property.
</summary>
</member>
<member name="M:OxyPlot.Wpf.ScatterSeries`1.#ctor">
<summary>
Initializes a new instance of the <see cref = "T:OxyPlot.Wpf.ScatterSeries`1" /> class.
</summary>
</member>
<member name="P:OxyPlot.Wpf.ScatterSeries`1.BinSize">
<summary>
Gets or sets bin size.
</summary>
</member>
<member name="P:OxyPlot.Wpf.ScatterSeries`1.DataFieldSize">
<summary>
Gets or sets size data field.
</summary>
</member>
<member name="P:OxyPlot.Wpf.ScatterSeries`1.DataFieldTag">
<summary>
Gets or sets tag data field.
</summary>
</member>
<member name="P:OxyPlot.Wpf.ScatterSeries`1.DataFieldValue">
<summary>
Gets or sets value (color) data field.
</summary>
</member>
<member name="P:OxyPlot.Wpf.ScatterSeries`1.DataFieldX">
<summary>
Gets or sets X data field.
</summary>
</member>
<member name="P:OxyPlot.Wpf.ScatterSeries`1.DataFieldY">
<summary>
Gets or sets Y data field.
</summary>
</member>
<member name="P:OxyPlot.Wpf.ScatterSeries`1.Mapping">
<summary>
Gets or sets mapping function.
</summary>
</member>
<member name="P:OxyPlot.Wpf.ScatterSeries`1.MarkerFill">
<summary>
Gets or sets fill color of the markers.
</summary>
</member>
<member name="P:OxyPlot.Wpf.ScatterSeries`1.MarkerOutline">
<summary>
Gets or sets custom outline of the markers.
</summary>
</member>
<member name="P:OxyPlot.Wpf.ScatterSeries`1.MarkerSize">
<summary>
Gets or sets the size of the markers.
</summary>
</member>
<member name="P:OxyPlot.Wpf.ScatterSeries`1.MarkerStroke">
<summary>
Gets or sets color of the marker strokes.
</summary>
</member>
<member name="P:OxyPlot.Wpf.ScatterSeries`1.MarkerStrokeThickness">
<summary>
Gets or sets thickness of the marker strokes.
</summary>
</member>
<member name="P:OxyPlot.Wpf.ScatterSeries`1.MarkerType">
<summary>
Gets or sets type of the markers.
</summary>
</member>
<member name="P:OxyPlot.Wpf.ScatterSeries`1.ColorAxisKey">
<summary>
Gets or sets the color axis key.
</summary>
<value>The color axis key.</value>
</member>
<member name="M:OxyPlot.Wpf.ScatterSeries`1.CreateModel">
<summary>
Creates the internal series.
</summary>
<returns>The series.</returns>
</member>
<member name="M:OxyPlot.Wpf.ScatterSeries`1.SynchronizeProperties(OxyPlot.Series.Series)">
<summary>
Synchronizes the properties.
</summary>
<param name="series">The series.</param>
</member>
<member name="T:OxyPlot.Wpf.StairStepSeries">
<summary>
This is a WPF wrapper of OxyPlot.StairStepSeries
</summary>
</member>
<member name="F:OxyPlot.Wpf.StairStepSeries.VerticalStrokeThicknessProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.StairStepSeries.VerticalStrokeThickness"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.StairStepSeries.VerticalLineStyleProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.StairStepSeries.VerticalStrokeThickness"/> dependency property.
</summary>
</member>
<member name="M:OxyPlot.Wpf.StairStepSeries.#ctor">
<summary>
Initializes a new instance of the <see cref="T:OxyPlot.Wpf.StairStepSeries"/> class.
</summary>
</member>
<member name="P:OxyPlot.Wpf.StairStepSeries.VerticalStrokeThickness">
<summary>
Gets or sets the stroke thickness of the vertical line segments.
</summary>
<value>The vertical stroke thickness.</value>
<remarks>Set the value to NaN to use the StrokeThickness property for both horizontal and vertical segments.
Using the VerticalStrokeThickness property will have a small performance hit.</remarks>
</member>
<member name="P:OxyPlot.Wpf.StairStepSeries.VerticalLineStyle">
<summary>
Gets or sets the line style of the vertical line segments.
</summary>
<value>The vertical line style.</value>
</member>
<member name="M:OxyPlot.Wpf.StairStepSeries.CreateModel">
<summary>
Creates the internal series.
</summary>
<returns>
The internal series.
</returns>
</member>
<member name="M:OxyPlot.Wpf.StairStepSeries.SynchronizeProperties(OxyPlot.Series.Series)">
<summary>
Synchronizes the properties.
</summary>
<param name="series">The series.</param>
</member>
<member name="T:OxyPlot.Wpf.ScatterErrorSeries">
<summary>
This is a WPF wrapper of OxyPlot.ScatterErrorSeries
</summary>
</member>
<member name="F:OxyPlot.Wpf.ScatterErrorSeries.DataFieldErrorXProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.ScatterErrorSeries.DataFieldErrorX"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.ScatterErrorSeries.DataFieldErrorYProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.ScatterErrorSeries.DataFieldErrorY"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.ScatterErrorSeries.ErrorBarColorProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.ScatterErrorSeries.ErrorBarColor"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.ScatterErrorSeries.ErrorBarStopWidthProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.ScatterErrorSeries.ErrorBarStopWidth"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.ScatterErrorSeries.ErrorBarStrokeThicknessProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.ScatterErrorSeries.ErrorBarStrokeThickness"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.ScatterErrorSeries.MinimumErrorSizeProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.ScatterErrorSeries.MinimumErrorSize"/> dependency property.
</summary>
</member>
<member name="M:OxyPlot.Wpf.ScatterErrorSeries.#ctor">
<summary>
Initializes a new instance of the <see cref="T:OxyPlot.Wpf.ScatterErrorSeries"/> class.
</summary>
</member>
<member name="P:OxyPlot.Wpf.ScatterErrorSeries.DataFieldErrorX">
<summary>
Gets or sets the data field X error.
</summary>
<value>
The data field error.
</value>
</member>
<member name="P:OxyPlot.Wpf.ScatterErrorSeries.DataFieldErrorY">
<summary>
Gets or sets the data field Y error.
</summary>
<value>
The data field error.
</value>
</member>
<member name="P:OxyPlot.Wpf.ScatterErrorSeries.ErrorBarColor">
<summary>
Gets or sets the color of the error bar.
</summary>
<value>
The color of the error bar.
</value>
</member>
<member name="P:OxyPlot.Wpf.ScatterErrorSeries.ErrorBarStopWidth">
<summary>
Gets or sets the width of the error bar stop.
</summary>
<value>
The width of the error bar stop.
</value>
</member>
<member name="P:OxyPlot.Wpf.ScatterErrorSeries.ErrorBarStrokeThickness">
<summary>
Gets or sets the error bar stroke thickness.
</summary>
<value>
The error bar stroke thickness.
</value>
</member>
<member name="P:OxyPlot.Wpf.ScatterErrorSeries.MinimumErrorSize">
<summary>
Gets or sets the minimum size (relative to <see cref="P:OxyPlot.Wpf.ScatterSeries`1.MarkerSize" />) of the error bars to be shown.
</summary>
</member>
<member name="M:OxyPlot.Wpf.ScatterErrorSeries.SynchronizeProperties(OxyPlot.Series.Series)">
<summary>
Synchronizes the properties.
</summary>
<param name="series">The series.</param>
</member>
<member name="T:OxyPlot.Wpf.MoreColors">
<summary>
Defines additional <see cref="T:System.Windows.Media.Colors" />.
</summary>
</member>
<member name="F:OxyPlot.Wpf.MoreColors.Undefined">
<summary>
The undefined color.
</summary>
</member>
<member name="F:OxyPlot.Wpf.MoreColors.Automatic">
<summary>
The automatic color.
</summary>
</member>
<member name="T:OxyPlot.Wpf.NamespaceDoc">
<summary>
The OxyPlot.Wpf namespace contains WPF controls and PNG export functionality based on WPF.
</summary>
</member>
<member name="T:OxyPlot.Wpf.ColumnSeries">
<summary>
This is a WPF wrapper of OxyPlot.BarSeries
</summary>
</member>
<member name="F:OxyPlot.Wpf.ColumnSeries.ColumnWidthProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.ColumnSeries.ColumnWidth"/> dependency property.
</summary>
</member>
<member name="M:OxyPlot.Wpf.ColumnSeries.#ctor">
<summary>
Initializes a new instance of the <see cref="T:OxyPlot.Wpf.ColumnSeries" /> class.
</summary>
</member>
<member name="P:OxyPlot.Wpf.ColumnSeries.ColumnWidth">
<summary>
Gets or sets ColumnWidth.
</summary>
</member>
<member name="M:OxyPlot.Wpf.ColumnSeries.SynchronizeProperties(OxyPlot.Series.Series)">
<summary>
Synchronizes the properties.
</summary>
<param name="series">The series.</param>
</member>
<member name="T:OxyPlot.Wpf.CategorizedSeries">
<summary>
This is a WPF wrapper of OxyPlot.BarSeries
</summary>
</member>
<member name="T:OxyPlot.Wpf.BarSeriesBase">
<summary>
This is a WPF wrapper of OxyPlot.BarSeriesBase
</summary>
</member>
<member name="F:OxyPlot.Wpf.BarSeriesBase.BaseValueProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.BarSeriesBase.BaseValue"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.BarSeriesBase.ColorFieldProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.BarSeriesBase.ColorField"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.BarSeriesBase.FillColorProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.BarSeriesBase.FillColor"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.BarSeriesBase.IsStackedProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.BarSeriesBase.IsStacked"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.BarSeriesBase.LabelFormatStringProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.BarSeriesBase.LabelFormatString"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.BarSeriesBase.LabelMarginProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.BarSeriesBase.LabelMargin"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.BarSeriesBase.LabelPlacementProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.BarSeriesBase.LabelPlacement"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.BarSeriesBase.NegativeFillColorProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.BarSeriesBase.NegativeFillColor"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.BarSeriesBase.StackGroupProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.BarSeriesBase.StackGroup"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.BarSeriesBase.StrokeColorProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.BarSeriesBase.StrokeColor"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.BarSeriesBase.StrokeThicknessProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.BarSeriesBase.StrokeThickness"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.BarSeriesBase.ValueFieldProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.BarSeriesBase.ValueField"/> dependency property.
</summary>
</member>
<member name="M:OxyPlot.Wpf.BarSeriesBase.#cctor">
<summary>
Initializes static members of the <see cref="T:OxyPlot.Wpf.BarSeriesBase" /> class.
</summary>
</member>
<member name="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 color.
</summary>
<value>The color of the fill color.</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.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="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="M:OxyPlot.Wpf.BarSeriesBase`1.SynchronizeProperties(OxyPlot.Series.Series)">
<summary>
Synchronizes the properties.
</summary>
<param name="series">The series.</param>
</member>
<member name="T:OxyPlot.Wpf.ThreeColorLineSeries">
<summary>
The WPF wrapper for OxyPlot.ThreeColorLineSeries.
</summary>
</member>
<member name="F:OxyPlot.Wpf.ThreeColorLineSeries.ColorLoProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.ThreeColorLineSeries.ColorLo"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.ThreeColorLineSeries.ColorHiProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.ThreeColorLineSeries.ColorHi"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.ThreeColorLineSeries.LimitLoProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.ThreeColorLineSeries.LimitLo"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.ThreeColorLineSeries.LimitHiProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.ThreeColorLineSeries.LimitHi"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.ThreeColorLineSeries.LineStyleLoProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.ThreeColorLineSeries.LineStyleLo"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.ThreeColorLineSeries.LineStyleHiProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.ThreeColorLineSeries.LineStyleHi"/> dependency property.
</summary>
</member>
<member name="M:OxyPlot.Wpf.ThreeColorLineSeries.#ctor">
<summary>
Initializes a new instance of the <see cref = "T:OxyPlot.Wpf.ThreeColorLineSeries" /> class.
</summary>
</member>
<member name="P:OxyPlot.Wpf.ThreeColorLineSeries.ColorLo">
<summary>
Gets or sets ColorLo.
</summary>
</member>
<member name="P:OxyPlot.Wpf.ThreeColorLineSeries.ColorHi">
<summary>
Gets or sets ColorHi.
</summary>
</member>
<member name="P:OxyPlot.Wpf.ThreeColorLineSeries.LimitLo">
<summary>
Gets or sets LimitLo.
</summary>
</member>
<member name="P:OxyPlot.Wpf.ThreeColorLineSeries.LimitHi">
<summary>
Gets or sets LimitHi.
</summary>
</member>
<member name="P:OxyPlot.Wpf.ThreeColorLineSeries.LineStyleLo">
<summary>
Gets or sets LineStyleLo.
</summary>
</member>
<member name="P:OxyPlot.Wpf.ThreeColorLineSeries.LineStyleHi">
<summary>
Gets or sets LineStyleHi.
</summary>
</member>
<member name="M:OxyPlot.Wpf.ThreeColorLineSeries.SynchronizeProperties(OxyPlot.Series.Series)">
<summary>
Synchronizes the properties.
</summary>
<param name="series">The series.</param>
</member>
<member name="T:OxyPlot.Wpf.TwoColorAreaSeries">
<summary>
The WPF wrapper for OxyPlot.TwoColorAreaSeries.
</summary>
</member>
<member name="F:OxyPlot.Wpf.TwoColorAreaSeries.Dashes2Property">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.TwoColorAreaSeries.Dashes2"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.TwoColorAreaSeries.Fill2Property">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.TwoColorAreaSeries.Fill2"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.TwoColorAreaSeries.LineStyle2Property">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.TwoColorAreaSeries.LineStyle2"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.TwoColorAreaSeries.LimitProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.TwoColorAreaSeries.Limit"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.TwoColorAreaSeries.MarkerFill2Property">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.TwoColorAreaSeries.MarkerFill2"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.TwoColorAreaSeries.MarkerStroke2Property">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.TwoColorAreaSeries.MarkerStroke2"/> dependency property.
</summary>
</member>
<member name="M:OxyPlot.Wpf.TwoColorAreaSeries.#ctor">
<summary>
Initializes a new instance of the <see cref = "T:OxyPlot.Wpf.TwoColorAreaSeries" /> class.
</summary>
</member>
<member name="P:OxyPlot.Wpf.TwoColorAreaSeries.Dashes2">
<summary>
Gets or sets the dash array for the rendered line that is below the limit (overrides <see cref="T:OxyPlot.LineStyle" />).
</summary>
</member>
<member name="P:OxyPlot.Wpf.TwoColorAreaSeries.Fill2">
<summary>
Gets or sets Fill below the limit line.
</summary>
</member>
<member name="P:OxyPlot.Wpf.TwoColorAreaSeries.MarkerFill2">
<summary>
Gets or sets Marker Fill which is below the limit line.
</summary>
</member>
<member name="P:OxyPlot.Wpf.TwoColorAreaSeries.MarkerStroke2">
<summary>
Gets or sets Marker Stroke which is below the limit line.
</summary>
</member>
<member name="P:OxyPlot.Wpf.TwoColorAreaSeries.LineStyle2">
<summary>
Gets or sets the line style for the part of the line that is below the limit.
</summary>
</member>
<member name="P:OxyPlot.Wpf.TwoColorAreaSeries.Limit">
<summary>
Gets or sets a baseline for the series.
</summary>
</member>
<member name="M:OxyPlot.Wpf.TwoColorAreaSeries.SynchronizeProperties(OxyPlot.Series.Series)">
<summary>
Synchronizes the properties.
</summary>
<param name="series">The series.</param>
</member>
<member name="T:OxyPlot.Wpf.SvgExporter">
<summary>
Provides functionality to export plots to scalable vector graphics using text measuring in WPF.
</summary>
</member>
<member name="M:OxyPlot.Wpf.SvgExporter.#ctor">
<summary>
Initializes a new instance of the <see cref="T:OxyPlot.Wpf.SvgExporter" /> class.
</summary>
</member>
<member name="T:OxyPlot.Wpf.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.Keyboard">
<summary>
Provides utility methods related to the keyboard.
</summary>
</member>
<member name="M:OxyPlot.Wpf.Keyboard.GetModifierKeys">
<summary>
Gets the current modifier keys.
</summary>
<returns>A <see cref="T:OxyPlot.OxyModifierKeys" /> value.</returns>
</member>
<member name="T:OxyPlot.Wpf.XamlExporter">
<summary>
Provides functionality to export plots to XAML.
</summary>
</member>
<member name="M:OxyPlot.Wpf.XamlExporter.ExportToString(OxyPlot.IPlotModel,System.Double,System.Double,OxyPlot.OxyColor)">
<summary>
Export the specified plot model to an xaml string.
</summary>
<param name="model">The model.</param>
<param name="width">The width.</param>
<param name="height">The height.</param>
<param name="background">The background.</param>
<returns>A xaml string.</returns>
</member>
<member name="M:OxyPlot.Wpf.XamlExporter.Export(OxyPlot.PlotModel,System.String,System.Double,System.Double,OxyPlot.OxyColor)">
<summary>
Exports the specified plot model to a xaml file.
</summary>
<param name="model">The model.</param>
<param name="fileName">Name of the file.</param>
<param name="width">The width.</param>
<param name="height">The height.</param>
<param name="background">The background.</param>
</member>
<member name="M:OxyPlot.Wpf.XamlExporter.Export(OxyPlot.IPlotModel,System.Xml.XmlWriter,System.Double,System.Double,OxyPlot.OxyColor)">
<summary>
Exports the specified plot model to a xml writer.
</summary>
<param name="model">The model.</param>
<param name="writer">The xml writer.</param>
<param name="width">The width.</param>
<param name="height">The height.</param>
<param name="background">The background.</param>
</member>
<member name="T:OxyPlot.Wpf.PngExporter">
<summary>
Provides functionality to export plots to png.
</summary>
</member>
<member name="M:OxyPlot.Wpf.PngExporter.#ctor">
<summary>
Initializes a new instance of the <see cref="T:OxyPlot.Wpf.PngExporter" /> class.
</summary>
</member>
<member name="P:OxyPlot.Wpf.PngExporter.Width">
<summary>
Gets or sets the width of the output image.
</summary>
</member>
<member name="P:OxyPlot.Wpf.PngExporter.Height">
<summary>
Gets or sets the height of the output image.
</summary>
</member>
<member name="P:OxyPlot.Wpf.PngExporter.Resolution">
<summary>
Gets or sets the resolution of the output image.
</summary>
<value>The resolution in dots per inch (dpi).</value>
</member>
<member name="P:OxyPlot.Wpf.PngExporter.Background">
<summary>
Gets or sets the background color.
</summary>
</member>
<member name="M:OxyPlot.Wpf.PngExporter.Export(OxyPlot.IPlotModel,System.String,System.Int32,System.Int32,OxyPlot.OxyColor,System.Int32)">
<summary>
Exports the specified plot model to a file.
</summary>
<param name="model">The model to export.</param>
<param name="fileName">The file name.</param>
<param name="width">The width of the output bitmap.</param>
<param name="height">The height of the output bitmap.</param>
<param name="background">The background color. The default value is <c>null</c>.</param>
<param name="resolution">The resolution (resolution). The default value is 96.</param>
</member>
<member name="M:OxyPlot.Wpf.PngExporter.Export(OxyPlot.IPlotModel,System.IO.Stream,System.Int32,System.Int32,OxyPlot.OxyColor,System.Int32)">
<summary>
Exports the specified plot model to a stream.
</summary>
<param name="model">The model to export.</param>
<param name="stream">The stream.</param>
<param name="width">The width of the output bitmap.</param>
<param name="height">The height of the output bitmap.</param>
<param name="background">The background color. The default value is <c>null</c>.</param>
<param name="resolution">The resolution (resolution). The default value is 96.</param>
</member>
<member name="M:OxyPlot.Wpf.PngExporter.ExportToBitmap(OxyPlot.IPlotModel,System.Int32,System.Int32,OxyPlot.OxyColor,System.Int32)">
<summary>
Exports the specified plot model to a bitmap.
</summary>
<param name="model">The plot model.</param>
<param name="width">The width.</param>
<param name="height">The height.</param>
<param name="background">The background.</param>
<param name="resolution">The resolution (dpi).</param>
<returns>A bitmap.</returns>
</member>
<member name="M:OxyPlot.Wpf.PngExporter.Export(OxyPlot.IPlotModel,System.IO.Stream)">
<summary>
Exports the specified <see cref="T:OxyPlot.PlotModel" /> to the specified <see cref="T:System.IO.Stream" />.
</summary>
<param name="model">The model.</param>
<param name="stream">The output stream.</param>
</member>
<member name="M:OxyPlot.Wpf.PngExporter.ExportToBitmap(OxyPlot.IPlotModel)">
<summary>
Exports the specified plot model to a bitmap.
</summary>
<param name="model">The model to export.</param>
<returns>A bitmap.</returns>
</member>
<member name="T:OxyPlot.Wpf.BarSeries">
<summary>
This is a WPF wrapper of OxyPlot.BarSeries
</summary>
</member>
<member name="F:OxyPlot.Wpf.BarSeries.BarWidthProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.BarSeries.BarWidth"/> dependency property.
</summary>
</member>
<member name="M:OxyPlot.Wpf.BarSeries.#ctor">
<summary>
Initializes a new instance of the <see cref="T:OxyPlot.Wpf.BarSeries" /> class.
</summary>
</member>
<member name="P:OxyPlot.Wpf.BarSeries.BarWidth">
<summary>
Gets or sets the bar width.
</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="T:OxyPlot.Wpf.TwoColorLineSeries">
<summary>
The WPF wrapper for OxyPlot.TwoColorLineSeries.
</summary>
</member>
<member name="F:OxyPlot.Wpf.TwoColorLineSeries.Color2Property">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.TwoColorLineSeries.Color2"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.TwoColorLineSeries.LimitProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.TwoColorLineSeries.Limit"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.TwoColorLineSeries.LineStyle2Property">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.TwoColorLineSeries.LineStyle2"/> dependency property.
</summary>
</member>
<member name="M:OxyPlot.Wpf.TwoColorLineSeries.#ctor">
<summary>
Initializes a new instance of the <see cref = "T:OxyPlot.Wpf.TwoColorLineSeries" /> class.
</summary>
</member>
<member name="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="M:OxyPlot.Wpf.TwoColorLineSeries.SynchronizeProperties(OxyPlot.Series.Series)">
<summary>
Synchronizes the properties.
</summary>
<param name="series">The series.</param>
</member>
<member name="T:OxyPlot.Wpf.XYAxisSeries">
<summary>
Abstract base class for series that use X and Y axes.
</summary>
</member>
<member name="F:OxyPlot.Wpf.XYAxisSeries.XAxisKeyProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.XYAxisSeries.XAxisKey"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.XYAxisSeries.YAxisKeyProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.XYAxisSeries.YAxisKey"/> dependency property.
</summary>
</member>
<member name="M:OxyPlot.Wpf.XYAxisSeries.#cctor">
<summary>
Initializes static members of the <see cref="T:OxyPlot.Wpf.XYAxisSeries"/> class.
</summary>
</member>
<member name="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="M:OxyPlot.Wpf.XYAxisSeries.SynchronizeProperties(OxyPlot.Series.Series)">
<summary>
Synchronizes the properties.
</summary>
<param name="series">The series.</param>
</member>
<member name="T:OxyPlot.Wpf.ItemsSeries">
<summary>
Abstract base class for series that use X and Y axes.
</summary>
</member>
<member name="M:OxyPlot.Wpf.ItemsSeries.SynchronizeProperties(OxyPlot.Series.Series)">
<summary>
Synchronizes the properties.
</summary>
<param name="series">The series.</param>
</member>
<member name="T:OxyPlot.Wpf.ScatterSeries">
<summary>
This is a WPF wrapper of OxyPlot.ScatterSeries
</summary>
</member>
<member name="T:OxyPlot.Wpf.Series">
<summary>
Abstract base class for series.
</summary>
</member>
<member name="F:OxyPlot.Wpf.Series.ColorProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.Series.Color"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.Series.TitleProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.Series.Title"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.Series.RenderInLegendProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.Series.RenderInLegend"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.Series.TrackerFormatStringProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.Series.TrackerFormatString"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.Series.TrackerKeyProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.Series.TrackerKey"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.Series.eventListener">
<summary>
The event listener used to subscribe to ItemSource.CollectionChanged events
</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.#ctor">
<summary>
Initializes a new instance of the <see cref="T:OxyPlot.Wpf.Series" /> class.
</summary>
</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.RenderInLegend">
<summary>
Gets or sets a value indicating whether the series should be rendered in the legend.
</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.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="M:OxyPlot.Wpf.Series.SubscribeToCollectionChanged(System.Collections.IEnumerable,System.Collections.IEnumerable)">
<summary>
If the ItemsSource implements INotifyCollectionChanged update the visual when the collection changes.
</summary>
<param name="oldValue">The old ItemsSource</param>
<param name="newValue">The new ItemsSource</param>
</member>
<member name="M:OxyPlot.Wpf.Series.OnCollectionChanged(System.Object,System.Collections.Specialized.NotifyCollectionChangedEventArgs)">
<summary>
Invalidate the view when the collection changes
</summary>
<param name="sender">The sender</param>
<param name="notifyCollectionChangedEventArgs">The collection changed args</param>
</member>
<member name="T:OxyPlot.Wpf.Series.EventListener">
<summary>
Listens to and forwards any collection changed events
</summary>
</member>
<member name="F:OxyPlot.Wpf.Series.EventListener.onCollectionChanged">
<summary>
The delegate to forward to
</summary>
</member>
<member name="M:OxyPlot.Wpf.Series.EventListener.#ctor(System.EventHandler{System.Collections.Specialized.NotifyCollectionChangedEventArgs})">
<summary>
Initializes a new instance of the <see cref="T:OxyPlot.Wpf.Series.EventListener" /> class
</summary>
<param name="onCollectionChanged">The handler</param>
</member>
<member name="M:OxyPlot.Wpf.Series.EventListener.ReceiveWeakEvent(System.Type,System.Object,System.EventArgs)">
<summary>
Receive a weak event
</summary>
<param name="managerType">The manager type</param>
<param name="sender">The sender</param>
<param name="e">The arguments</param>
<returns>Whether the event was handled or not</returns>
</member>
<member name="T:OxyPlot.Wpf.TrackerControl">
<summary>
The tracker control.
</summary>
</member>
<member name="F:OxyPlot.Wpf.TrackerControl.HorizontalLineVisibilityProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.TrackerControl.HorizontalLineVisibility"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.TrackerControl.VerticalLineVisibilityProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.TrackerControl.VerticalLineVisibility"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.TrackerControl.LineStrokeProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.TrackerControl.LineStroke"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.TrackerControl.LineExtentsProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.TrackerControl.LineExtents"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.TrackerControl.LineDashArrayProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.TrackerControl.LineDashArray"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.TrackerControl.BorderEdgeModeProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.TrackerControl.BorderEdgeMode"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.TrackerControl.ShowPointerProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.TrackerControl.ShowPointer"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.TrackerControl.CornerRadiusProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.TrackerControl.CornerRadius"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.TrackerControl.DistanceProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.TrackerControl.Distance"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.TrackerControl.CanCenterHorizontallyProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.TrackerControl.CanCenterHorizontally"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.TrackerControl.CanCenterVerticallyProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.TrackerControl.CanCenterVertically"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.TrackerControl.PositionProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.TrackerControl.Position"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.TrackerControl.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.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="P:OxyPlot.Wpf.TrackerControl.BorderEdgeMode">
<summary>
Gets or sets BorderEdgeMode.
</summary>
</member>
<member name="P:OxyPlot.Wpf.TrackerControl.HorizontalLineVisibility">
<summary>
Gets or sets HorizontalLineVisibility.
</summary>
</member>
<member name="P:OxyPlot.Wpf.TrackerControl.VerticalLineVisibility">
<summary>
Gets or sets VerticalLineVisibility.
</summary>
</member>
<member name="P:OxyPlot.Wpf.TrackerControl.LineStroke">
<summary>
Gets or sets LineStroke.
</summary>
</member>
<member name="P:OxyPlot.Wpf.TrackerControl.LineExtents">
<summary>
Gets or sets LineExtents.
</summary>
</member>
<member name="P:OxyPlot.Wpf.TrackerControl.LineDashArray">
<summary>
Gets or sets LineDashArray.
</summary>
</member>
<member name="P:OxyPlot.Wpf.TrackerControl.ShowPointer">
<summary>
Gets or sets a value indicating whether to show a 'pointer' on the border.
</summary>
</member>
<member name="P:OxyPlot.Wpf.TrackerControl.CornerRadius">
<summary>
Gets or sets the corner radius (only used when ShowPoint=<c>false</c>).
</summary>
</member>
<member name="P:OxyPlot.Wpf.TrackerControl.Distance">
<summary>
Gets or sets the distance of the content container from the trackers Position.
</summary>
</member>
<member name="P:OxyPlot.Wpf.TrackerControl.CanCenterHorizontally">
<summary>
Gets or sets a value indicating whether the tracker can center its content box horizontally.
</summary>
</member>
<member name="P:OxyPlot.Wpf.TrackerControl.CanCenterVertically">
<summary>
Gets or sets a value indicating whether the tracker can center its content box vertically.
</summary>
</member>
<member name="P:OxyPlot.Wpf.TrackerControl.Position">
<summary>
Gets or sets Position of the tracker.
</summary>
</member>
<member name="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="T:OxyPlot.Wpf.TrackerDefinition">
<summary>
Represents a tracker definition.
</summary>
<remarks>The tracker definitions make it possible to show different trackers for different series.
The <see cref="P:OxyPlot.Series.Series.TrackerKey" /> property is matched with the <see cref="P:OxyPlot.Wpf.TrackerDefinition.TrackerKey" />
in the TrackerDefinitions collection in the <see cref="T:OxyPlot.Wpf.PlotView" /> control.</remarks>
</member>
<member name="F:OxyPlot.Wpf.TrackerDefinition.TrackerKeyProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.TrackerDefinition.TrackerKey"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.TrackerDefinition.TrackerTemplateProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.TrackerDefinition.TrackerTemplate"/> dependency property.
</summary>
</member>
<member name="P:OxyPlot.Wpf.TrackerDefinition.TrackerKey">
<summary>
Gets or sets the tracker key.
</summary>
<remarks>The Plot will use this property to find the TrackerDefinition that matches the TrackerKey of the current series.</remarks>
</member>
<member name="P:OxyPlot.Wpf.TrackerDefinition.TrackerTemplate">
<summary>
Gets or sets the tracker template.
</summary>
<remarks>The tracker control will be added/removed from the Tracker overlay as necessary.
The DataContext of the tracker will be set to a TrackerHitResult with the current tracker data.</remarks>
</member>
<member name="T:OxyPlot.Wpf.XpsExporter">
<summary>
Provides functionality to export plots to xps.
</summary>
</member>
<member name="M:OxyPlot.Wpf.XpsExporter.#ctor">
<summary>
Initializes a new instance of the <see cref="T:OxyPlot.Wpf.XpsExporter" /> class.
</summary>
</member>
<member name="P:OxyPlot.Wpf.XpsExporter.Width">
<summary>
Gets or sets the width of the output document.
</summary>
</member>
<member name="P:OxyPlot.Wpf.XpsExporter.Height">
<summary>
Gets or sets the height of the output document.
</summary>
</member>
<member name="P:OxyPlot.Wpf.XpsExporter.Background">
<summary>
Gets or sets the background color.
</summary>
</member>
<member name="P:OxyPlot.Wpf.XpsExporter.TextFormattingMode">
<summary>
Gets or sets the text formatting mode.
</summary>
<value>The text formatting mode.</value>
</member>
<member name="M:OxyPlot.Wpf.XpsExporter.Export(OxyPlot.IPlotModel,System.String,System.Double,System.Double,OxyPlot.OxyColor)">
<summary>
Exports the specified plot model to an xps 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 color.</param>
</member>
<member name="M:OxyPlot.Wpf.XpsExporter.Export(OxyPlot.IPlotModel,System.IO.Stream,System.Double,System.Double)">
<summary>
Exports the specified <see cref="T:OxyPlot.PlotModel" /> to the specified <see cref="T:System.IO.Stream" />.
</summary>
<param name="model">The model.</param>
<param name="stream">The stream.</param>
<param name="width">The width.</param>
<param name="height">The height.</param>
</member>
<member name="M:OxyPlot.Wpf.XpsExporter.Print(OxyPlot.IPlotModel,System.Double,System.Double)">
<summary>
Prints the specified plot model.
</summary>
<param name="model">The model.</param>
<param name="width">The width (using the actual media width if set to NaN).</param>
<param name="height">The height (using the actual media height if set to NaN).</param>
</member>
<member name="M:OxyPlot.Wpf.XpsExporter.Export(OxyPlot.IPlotModel,System.IO.Stream)">
<summary>
Exports the specified <see cref="T:OxyPlot.PlotModel" /> to the specified <see cref="T:System.IO.Stream" />.
</summary>
<param name="model">The model.</param>
<param name="stream">The stream.</param>
</member>
<member name="M:OxyPlot.Wpf.XpsExporter.Print(OxyPlot.IPlotModel)">
<summary>
Prints the specified plot model.
</summary>
<param name="model">The model.</param>
</member>
<member name="M:OxyPlot.Wpf.XpsExporter.Write(OxyPlot.IPlotModel,System.Windows.Xps.XpsDocumentWriter)">
<summary>
Write the specified <see cref="T:OxyPlot.IPlotModel" /> to the specified <see cref="T:System.Windows.Xps.XpsDocumentWriter" />.
</summary>
<param name="model">The model.</param>
<param name="writer">The document writer.</param>
</member>
<member name="T:OxyPlot.Wpf.AreaSeries">
<summary>
This is a WPF wrapper of OxyPlot.AreaSeries
</summary>
</member>
<member name="F:OxyPlot.Wpf.AreaSeries.Color2Property">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.AreaSeries.Color2"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.AreaSeries.ConstantY2Property">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.AreaSeries.ConstantY2"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.AreaSeries.DataFieldX2Property">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.AreaSeries.DataFieldX2"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.AreaSeries.DataFieldY2Property">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.AreaSeries.DataFieldY2"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.AreaSeries.FillProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.AreaSeries.Fill"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.AreaSeries.Reverse2Property">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.AreaSeries.Reverse2"/> dependency property.
</summary>
</member>
<member name="M:OxyPlot.Wpf.AreaSeries.#ctor">
<summary>
Initializes a new instance of the <see cref = "T:OxyPlot.Wpf.AreaSeries" /> class.
</summary>
</member>
<member name="P:OxyPlot.Wpf.AreaSeries.Color2">
<summary>
Gets or sets the color of the second line.
</summary>
</member>
<member name="P:OxyPlot.Wpf.AreaSeries.ConstantY2">
<summary>
Gets or sets ConstantY2.
</summary>
</member>
<member name="P:OxyPlot.Wpf.AreaSeries.DataFieldX2">
<summary>
Gets or sets DataFieldX2.
</summary>
</member>
<member name="P:OxyPlot.Wpf.AreaSeries.DataFieldY2">
<summary>
Gets or sets DataFieldY2.
</summary>
</member>
<member name="P:OxyPlot.Wpf.AreaSeries.Fill">
<summary>
Gets or sets Fill.
</summary>
</member>
<member name="P:OxyPlot.Wpf.AreaSeries.Reverse2">
<summary>
Gets or sets a value indicating whether Reverse2.
</summary>
</member>
<member name="M:OxyPlot.Wpf.AreaSeries.CreateModel">
<summary>
Creates the internal series.
</summary>
<returns>The internal series.</returns>
</member>
<member name="M:OxyPlot.Wpf.AreaSeries.SynchronizeProperties(OxyPlot.Series.Series)">
<summary>
Synchronizes the properties.
</summary>
<param name="series">The series.</param>
</member>
<member name="T:OxyPlot.Wpf.LineSeries">
<summary>
This is a WPF wrapper of OxyPlot.LineSeries
</summary>
</member>
<member name="F:OxyPlot.Wpf.LineSeries.BrokenLineColorProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.LineSeries.BrokenLineColor"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.LineSeries.BrokenLineStyleProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.LineSeries.BrokenLineStyle"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.LineSeries.BrokenLineThicknessProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.LineSeries.BrokenLineThickness"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.LineSeries.DashesProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.LineSeries.Dashes"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.LineSeries.DecimatorProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.LineSeries.Decimator"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.LineSeries.LabelFormatStringProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.LineSeries.LabelFormatString"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.LineSeries.LabelMarginProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.LineSeries.LabelMargin"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.LineSeries.LineJoinProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.LineSeries.LineJoin"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.LineSeries.LineLegendPositionProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.LineSeries.LineLegendPosition"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.LineSeries.LineStyleProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.LineSeries.LineStyle"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.LineSeries.MarkerFillProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.LineSeries.MarkerFill"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.LineSeries.MarkerOutlineProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.LineSeries.MarkerOutline"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.LineSeries.MarkerResolutionProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.LineSeries.MarkerResolution"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.LineSeries.MarkerSizeProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.LineSeries.MarkerSize"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.LineSeries.MarkerStrokeProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.LineSeries.MarkerStroke"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.LineSeries.MarkerStrokeThicknessProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.LineSeries.MarkerStrokeThickness"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.LineSeries.MarkerTypeProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.LineSeries.MarkerType"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.LineSeries.MinimumSegmentLengthProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.LineSeries.MinimumSegmentLength"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.LineSeries.SmoothProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.LineSeries.Smooth"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.LineSeries.StrokeThicknessProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.LineSeries.StrokeThickness"/> dependency property.
</summary>
</member>
<member name="M:OxyPlot.Wpf.LineSeries.#cctor">
<summary>
Initializes static members of the <see cref="T:OxyPlot.Wpf.LineSeries" /> class.
</summary>
</member>
<member name="M:OxyPlot.Wpf.LineSeries.#ctor">
<summary>
Initializes a new instance of the <see cref="T:OxyPlot.Wpf.LineSeries" /> class.
</summary>
</member>
<member name="P:OxyPlot.Wpf.LineSeries.BrokenLineColor">
<summary>
Gets or sets the broken line color.
</summary>
</member>
<member name="P:OxyPlot.Wpf.LineSeries.BrokenLineStyle">
<summary>
Gets or sets the broken line style.
</summary>
</member>
<member name="P:OxyPlot.Wpf.LineSeries.BrokenLineThickness">
<summary>
Gets or sets the broken line thickness.
</summary>
</member>
<member name="P:OxyPlot.Wpf.LineSeries.Dashes">
<summary>
Gets or sets Dashes.
</summary>
</member>
<member name="P:OxyPlot.Wpf.LineSeries.Decimator">
<summary>
Gets or sets the decimator.
</summary>
<value>
The decimator.
</value>
</member>
<member name="P:OxyPlot.Wpf.LineSeries.LabelFormatString">
<summary>
Gets or sets the label format string.
</summary>
<value>The label format string.</value>
</member>
<member name="P:OxyPlot.Wpf.LineSeries.LabelMargin">
<summary>
Gets or sets the label margin.
</summary>
<value>The label margin.</value>
</member>
<member name="P:OxyPlot.Wpf.LineSeries.LineJoin">
<summary>
Gets or sets LineJoin.
</summary>
</member>
<member name="P:OxyPlot.Wpf.LineSeries.LineLegendPosition">
<summary>
Gets or sets LineLegendPosition.
</summary>
</member>
<member name="P:OxyPlot.Wpf.LineSeries.LineStyle">
<summary>
Gets or sets LineStyle.
</summary>
</member>
<member name="P:OxyPlot.Wpf.LineSeries.MarkerFill">
<summary>
Gets or sets MarkerFill.
</summary>
</member>
<member name="P:OxyPlot.Wpf.LineSeries.MarkerOutline">
<summary>
Gets or sets MarkerOutline.
</summary>
</member>
<member name="P:OxyPlot.Wpf.LineSeries.MarkerResolution">
<summary>
Gets or sets the marker resolution.
</summary>
<value>The marker resolution.</value>
</member>
<member name="P:OxyPlot.Wpf.LineSeries.MarkerSize">
<summary>
Gets or sets the marker size.
</summary>
</member>
<member name="P:OxyPlot.Wpf.LineSeries.MarkerStroke">
<summary>
Gets or sets MarkerStroke.
</summary>
</member>
<member name="P:OxyPlot.Wpf.LineSeries.MarkerStrokeThickness">
<summary>
Gets or sets MarkerStrokeThickness.
</summary>
</member>
<member name="P:OxyPlot.Wpf.LineSeries.MarkerType">
<summary>
Gets or sets MarkerType.
</summary>
</member>
<member name="P:OxyPlot.Wpf.LineSeries.MinimumSegmentLength">
<summary>
Gets or sets MinimumSegmentLength.
</summary>
</member>
<member name="P:OxyPlot.Wpf.LineSeries.Smooth">
<summary>
Gets or sets a value indicating whether this <see cref="T:OxyPlot.Wpf.DataPointSeries" /> is smooth.
</summary>
<value><c>true</c> if smooth; otherwise, <c>false</c> .</value>
</member>
<member name="P:OxyPlot.Wpf.LineSeries.StrokeThickness">
<summary>
Gets or sets StrokeThickness.
</summary>
</member>
<member name="M:OxyPlot.Wpf.LineSeries.CreateModel">
<summary>
Creates the internal series.
</summary>
<returns>The internal series.</returns>
</member>
<member name="M:OxyPlot.Wpf.LineSeries.SynchronizeProperties(OxyPlot.Series.Series)">
<summary>
Synchronizes the properties.
</summary>
<param name="series">The series.</param>
</member>
<member name="T:OxyPlot.Wpf.DataPointSeries">
<summary>
Base class for data series
</summary>
</member>
<member name="F:OxyPlot.Wpf.DataPointSeries.CanTrackerInterpolatePointsProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.DataPointSeries.CanTrackerInterpolatePoints"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.DataPointSeries.DataFieldXProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.DataPointSeries.DataFieldX"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.DataPointSeries.DataFieldYProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.DataPointSeries.DataFieldY"/> dependency property.
</summary>
</member>
<member name="F:OxyPlot.Wpf.DataPointSeries.MappingProperty">
<summary>
Identifies the <see cref="P:OxyPlot.Wpf.DataPointSeries.Mapping"/> dependency property.
</summary>
</member>
<member name="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="M:OxyPlot.Wpf.DataPointSeries.SynchronizeProperties(OxyPlot.Series.Series)">
<summary>
Synchronizes the properties.
</summary>
<param name="series">The series.</param>
</member>
<member name="T:OxyPlot.Wpf.ConverterExtensions">
<summary>
Extension method used to convert to/from Windows/Windows.Media classes.
</summary>
</member>
<member name="M:OxyPlot.Wpf.ConverterExtensions.DistanceTo(System.Windows.Point,System.Windows.Point)">
<summary>
Calculate the distance between two points.
</summary>
<param name="p1">The first point.</param>
<param name="p2">The second point.</param>
<returns>The distance.</returns>
</member>
<member name="M:OxyPlot.Wpf.ConverterExtensions.ToBrush(OxyPlot.OxyColor)">
<summary>
Converts an <see cref="T:OxyPlot.OxyColor" /> to a <see cref="T:System.Windows.Media.Brush" />.
</summary>
<param name="c">The color.</param>
<returns>A <see cref="T:System.Windows.Media.SolidColorBrush" />.</returns>
</member>
<member name="M:OxyPlot.Wpf.ConverterExtensions.ToColor(OxyPlot.OxyColor)">
<summary>
Converts an <see cref="T:OxyPlot.OxyColor" /> to a <see cref="T:System.Windows.Media.Color" />.
</summary>
<param name="c">The color.</param>
<returns>A Color.</returns>
</member>
<member name="M:OxyPlot.Wpf.ConverterExtensions.ToThickness(OxyPlot.OxyThickness)">
<summary>
Converts an OxyThickness to a Thickness.
</summary>
<param name="c">The thickness.</param>
<returns>A <see cref="T:System.Windows.Thickness" /> instance.</returns>
</member>
<member name="M:OxyPlot.Wpf.ConverterExtensions.ToVector(OxyPlot.ScreenVector)">
<summary>
Converts a ScreenVector to a Vector.
</summary>
<param name="c">The c.</param>
<returns>A <see cref="T:System.Windows.Vector" /> instance.</returns>
</member>
<member name="M:OxyPlot.Wpf.ConverterExtensions.ToHorizontalAlignment(System.Windows.HorizontalAlignment)">
<summary>
Converts a HorizontalAlignment to a HorizontalAlignment.
</summary>
<param name="alignment">The alignment.</param>
<returns>A HorizontalAlignment.</returns>
</member>
<member name="M:OxyPlot.Wpf.ConverterExtensions.ToVerticalAlignment(System.Windows.VerticalAlignment)">
<summary>
Converts a HorizontalAlignment to a VerticalAlignment.
</summary>
<param name="alignment">The alignment.</param>
<returns>A VerticalAlignment.</returns>
</member>
<member name="M:OxyPlot.Wpf.ConverterExtensions.ToOxyColor(System.Windows.Media.Color)">
<summary>
Converts a Color to an OxyColor.
</summary>
<param name="color">The color.</param>
<returns>An OxyColor.</returns>
</member>
<member name="M:OxyPlot.Wpf.ConverterExtensions.ToOxyColor(System.Windows.Media.Brush)">
<summary>
Converts a <see cref="T:System.Windows.Media.Brush" /> to an <see cref="T:OxyPlot.OxyColor" />.
</summary>
<param name="brush">The brush.</param>
<returns>An <see cref="T:OxyPlot.OxyColor" />.</returns>
</member>
<member name="M:OxyPlot.Wpf.ConverterExtensions.ToOxyThickness(System.Windows.Thickness)">
<summary>
Converts a Thickness to an <see cref="T:OxyPlot.OxyThickness" />.
</summary>
<param name="t">The thickness.</param>
<returns>An <see cref="T:OxyPlot.OxyThickness" />.</returns>
</member>
<member name="M:OxyPlot.Wpf.ConverterExtensions.ToScreenPoint(System.Windows.Point)">
<summary>
Converts a <see cref="T:System.Windows.Point" /> to a <see cref="T:OxyPlot.ScreenPoint" />.
</summary>
<param name="pt">The point.</param>
<returns>A <see cref="T:OxyPlot.ScreenPoint" />.</returns>
</member>
<member name="M:OxyPlot.Wpf.ConverterExtensions.ToScreenPointArray(System.Windows.Point[])">
<summary>
Converts a Point array to a ScreenPoint array.
</summary>
<param name="points">The points.</param>
<returns>A ScreenPoint array.</returns>
</member>
<member name="M:OxyPlot.Wpf.ConverterExtensions.ToScreenVector(System.Windows.Vector)">
<summary>
Converts the specified vector to a ScreenVector.
</summary>
<param name="vector">The vector.</param>
<returns>A <see cref="T:OxyPlot.ScreenVector" />.</returns>
</member>
<member name="M:OxyPlot.Wpf.ConverterExtensions.Convert(System.Windows.Input.Key)">
<summary>
Converts the specified key.
</summary>
<param name="k">The key to convert.</param>
<returns>The converted key.</returns>
</member>
<member name="M:OxyPlot.Wpf.ConverterExtensions.Convert(System.Windows.Input.MouseButton)">
<summary>
Converts the specified button.
</summary>
<param name="button">The button to convert.</param>
<returns>The converted mouse button.</returns>
</member>
<member name="M:OxyPlot.Wpf.ConverterExtensions.ToMouseWheelEventArgs(System.Windows.Input.MouseWheelEventArgs,System.Windows.IInputElement)">
<summary>
Converts <see cref="T:System.Windows.Input.MouseWheelEventArgs" /> to <see cref="T:OxyPlot.OxyMouseWheelEventArgs" /> for a mouse wheel event.
</summary>
<param name="e">The <see cref="T:System.Windows.Input.MouseWheelEventArgs" /> instance containing the event data.</param>
<param name="relativeTo">The <see cref="T:System.Windows.IInputElement" /> that the event is relative to.</param>
<returns>A <see cref="T:OxyPlot.OxyMouseWheelEventArgs" /> containing the converted event arguments.</returns>
</member>
<member name="M:OxyPlot.Wpf.ConverterExtensions.ToMouseDownEventArgs(System.Windows.Input.MouseButtonEventArgs,System.Windows.IInputElement)">
<summary>
Converts <see cref="T:System.Windows.Input.MouseButtonEventArgs" /> to <see cref="T:OxyPlot.OxyMouseEventArgs" /> for a mouse down event.
</summary>
<param name="e">The <see cref="T:System.Windows.Input.MouseButtonEventArgs" /> instance containing the event data.</param>
<param name="relativeTo">The <see cref="T:System.Windows.IInputElement" /> that the event is relative to.</param>
<returns>A <see cref="T:OxyPlot.OxyMouseEventArgs" /> containing the converted event arguments.</returns>
</member>
<member name="M:OxyPlot.Wpf.ConverterExtensions.ToMouseReleasedEventArgs(System.Windows.Input.MouseButtonEventArgs,System.Windows.IInputElement)">
<summary>
Converts <see cref="T:System.Windows.Input.MouseButtonEventArgs" /> to <see cref="T:OxyPlot.OxyMouseEventArgs" /> for a mouse up event.
</summary>
<param name="e">The <see cref="T:System.Windows.Input.MouseButtonEventArgs" /> instance containing the event data.</param>
<param name="relativeTo">The <see cref="T:System.Windows.IInputElement" /> that the event is relative to.</param>
<returns>A <see cref="T:OxyPlot.OxyMouseEventArgs" /> containing the converted event arguments.</returns>
</member>
<member name="M:OxyPlot.Wpf.ConverterExtensions.ToMouseEventArgs(System.Windows.Input.MouseEventArgs,System.Windows.IInputElement)">
<summary>
Converts <see cref="T:System.Windows.Input.MouseEventArgs" /> to <see cref="T:OxyPlot.OxyMouseEventArgs" /> for a mouse event.
</summary>
<param name="e">The <see cref="T:System.Windows.Input.MouseEventArgs" /> instance containing the event data.</param>
<param name="relativeTo">The <see cref="T:System.Windows.IInputElement" /> that the event is relative to.</param>
<returns>A <see cref="T:OxyPlot.OxyMouseEventArgs" /> containing the converted event arguments.</returns>
</member>
<member name="M:OxyPlot.Wpf.ConverterExtensions.ToTouchEventArgs(System.Windows.Input.ManipulationStartedEventArgs,System.Windows.UIElement)">
<summary>
Converts <see cref="T:System.Windows.Input.ManipulationStartedEventArgs" /> to <see cref="T:OxyPlot.OxyMouseEventArgs" /> for a touch started event.
</summary>
<param name="e">The <see cref="T:System.Windows.Input.ManipulationStartedEventArgs" /> instance containing the event data.</param>
<param name="relativeTo">The <see cref="T:System.Windows.UIElement" /> that the event is relative to.</param>
<returns>A <see cref="T:OxyPlot.OxyMouseEventArgs" /> containing the converted event arguments.</returns>
</member>
<member name="M:OxyPlot.Wpf.ConverterExtensions.ToTouchEventArgs(System.Windows.Input.ManipulationDeltaEventArgs,System.Windows.UIElement)">
<summary>
Converts <see cref="T:System.Windows.Input.ManipulationDeltaEventArgs" /> to <see cref="T:OxyPlot.OxyMouseEventArgs" /> for a touch delta event.
</summary>
<param name="e">The <see cref="T:System.Windows.Input.ManipulationDeltaEventArgs" /> instance containing the event data.</param>
<param name="relativeTo">The <see cref="T:System.Windows.UIElement" /> that the event is relative to.</param>
<returns>A <see cref="T:OxyPlot.OxyMouseEventArgs" /> containing the converted event arguments.</returns>
</member>
<member name="M:OxyPlot.Wpf.ConverterExtensions.ToTouchEventArgs(System.Windows.Input.ManipulationCompletedEventArgs,System.Windows.UIElement)">
<summary>
Converts <see cref="T:System.Windows.Input.ManipulationCompletedEventArgs" /> to <see cref="T:OxyPlot.OxyMouseEventArgs" /> for a touch completed event.
</summary>
<param name="e">The <see cref="T:System.Windows.Input.ManipulationCompletedEventArgs" /> instance containing the event data.</param>
<param name="relativeTo">The <see cref="T:System.Windows.UIElement" /> that the event is relative to.</param>
<returns>A <see cref="T:OxyPlot.OxyMouseEventArgs" /> containing the converted event arguments.</returns>
</member>
<member name="T:OxyPlot.Wpf.CanvasRenderContext">
<summary>
Implements <see cref="T:OxyPlot.IRenderContext" /> for <see cref="T:System.Windows.Controls.Canvas" />.
</summary>
</member>
<member name="F:OxyPlot.Wpf.CanvasRenderContext.MaxFiguresPerGeometry">
<summary>
The maximum number of figures per geometry.
</summary>
</member>
<member name="F:OxyPlot.Wpf.CanvasRenderContext.MaxPolylinesPerLine">
<summary>
The maximum number of polylines per line.
</summary>
</member>
<member name="F:OxyPlot.Wpf.CanvasRenderContext.MinPointsPerPolyline">
<summary>
The minimum number of points per polyline.
</summary>
</member>
<member name="F:OxyPlot.Wpf.CanvasRenderContext.imagesInUse">
<summary>
The images in use
</summary>
</member>
<member name="F:OxyPlot.Wpf.CanvasRenderContext.imageCache">
<summary>
The image cache
</summary>
</member>
<member name="F:OxyPlot.Wpf.CanvasRenderContext.brushCache">
<summary>
The brush cache.
</summary>
</member>
<member name="F:OxyPlot.Wpf.CanvasRenderContext.fontFamilyCache">
<summary>
The font family cache
</summary>
</member>
<member name="F:OxyPlot.Wpf.CanvasRenderContext.canvas">
<summary>
The canvas.
</summary>
</member>
<member name="F:OxyPlot.Wpf.CanvasRenderContext.clip">
<summary>
The clip rectangle.
</summary>
</member>
<member name="F:OxyPlot.Wpf.CanvasRenderContext.currentToolTip">
<summary>
The current tool tip
</summary>
</member>
<member name="F:OxyPlot.Wpf.CanvasRenderContext.pixelScale">
<summary>
The pixel scale
</summary>
</member>
<member name="M:OxyPlot.Wpf.CanvasRenderContext.#ctor(System.Windows.Controls.Canvas)">
<summary>
Initializes a new instance of the <see cref="T:OxyPlot.Wpf.CanvasRenderContext" /> class.
</summary>
<param name="canvas">The canvas.</param>
</member>
<member name="P:OxyPlot.Wpf.CanvasRenderContext.TextMeasurementMethod">
<summary>
Gets or sets the text measurement method.
</summary>
<value>The text measurement method.</value>
</member>
<member name="P:OxyPlot.Wpf.CanvasRenderContext.TextFormattingMode">
<summary>
Gets or sets the text formatting mode.
</summary>
<value>The text formatting mode. The default value is <see cref="F:System.Windows.Media.TextFormattingMode.Display"/>.</value>
</member>
<member name="P:OxyPlot.Wpf.CanvasRenderContext.BalancedLineDrawingThicknessLimit">
<summary>
Gets or sets the thickness limit for "balanced" line drawing.
</summary>
</member>
<member name="P:OxyPlot.Wpf.CanvasRenderContext.UseStreamGeometry">
<summary>
Gets or sets a value indicating whether to use stream geometry for lines and polygons rendering.
</summary>
<value><c>true</c> if stream geometry should be used; otherwise, <c>false</c> .</value>
<remarks>The XamlWriter does not serialize StreamGeometry, so set this to <c>false</c> if you want to export to XAML. Using stream geometry seems to be slightly faster than using path geometry.</remarks>
</member>
<member name="P:OxyPlot.Wpf.CanvasRenderContext.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="M:OxyPlot.Wpf.CanvasRenderContext.DrawEllipse(OxyPlot.OxyRect,OxyPlot.OxyColor,OxyPlot.OxyColor,System.Double)">
<summary>
Draws an ellipse.
</summary>
<param name="rect">The rectangle.</param>
<param name="fill">The fill color. If set to <c>OxyColors.Undefined</c>, the ellipse will not be filled.</param>
<param name="stroke">The stroke color. If set to <c>OxyColors.Undefined</c>, the ellipse will not be stroked.</param>
<param name="thickness">The thickness (in device independent units, 1/96 inch).</param>
</member>
<member name="M:OxyPlot.Wpf.CanvasRenderContext.DrawEllipses(System.Collections.Generic.IList{OxyPlot.OxyRect},OxyPlot.OxyColor,OxyPlot.OxyColor,System.Double)">
<summary>
Draws a collection of ellipses, where all have the same stroke and fill.
This performs better than calling DrawEllipse multiple times.
</summary>
<param name="rectangles">The rectangles.</param>
<param name="fill">The fill color. If set to <c>OxyColors.Undefined</c>, the ellipses will not be filled.</param>
<param name="stroke">The stroke color. If set to <c>OxyColors.Undefined</c>, the ellipses will not be stroked.</param>
<param name="thickness">The stroke thickness (in device independent units, 1/96 inch).</param>
</member>
<member name="M:OxyPlot.Wpf.CanvasRenderContext.DrawLine(System.Collections.Generic.IList{OxyPlot.ScreenPoint},OxyPlot.OxyColor,System.Double,System.Double[],OxyPlot.LineJoin,System.Boolean)">
<summary>
Draws a polyline.
</summary>
<param name="points">The points.</param>
<param name="stroke">The stroke color.</param>
<param name="thickness">The stroke thickness (in device independent units, 1/96 inch).</param>
<param name="dashArray">The dash array (in device independent units, 1/96 inch). Use <c>null</c> to get a solid line.</param>
<param name="lineJoin">The line join type.</param>
<param name="aliased">if set to <c>true</c> the shape will be aliased.</param>
</member>
<member name="M:OxyPlot.Wpf.CanvasRenderContext.DrawLineSegments(System.Collections.Generic.IList{OxyPlot.ScreenPoint},OxyPlot.OxyColor,System.Double,System.Double[],OxyPlot.LineJoin,System.Boolean)">
<summary>
Draws line segments defined by points (0,1) (2,3) (4,5) etc.
This should have better performance than calling DrawLine for each segment.
</summary>
<param name="points">The points.</param>
<param name="stroke">The stroke color.</param>
<param name="thickness">The stroke thickness (in device independent units, 1/96 inch).</param>
<param name="dashArray">The dash array (in device independent units, 1/96 inch).</param>
<param name="lineJoin">The line join type.</param>
<param name="aliased">if set to <c>true</c> the shape will be aliased.</param>
</member>
<member name="M:OxyPlot.Wpf.CanvasRenderContext.DrawPolygon(System.Collections.Generic.IList{OxyPlot.ScreenPoint},OxyPlot.OxyColor,OxyPlot.OxyColor,System.Double,System.Double[],OxyPlot.LineJoin,System.Boolean)">
<summary>
Draws a polygon.
</summary>
<param name="points">The points.</param>
<param name="fill">The fill color. If set to <c>OxyColors.Undefined</c>, the polygon will not be filled.</param>
<param name="stroke">The stroke color. If set to <c>OxyColors.Undefined</c>, the polygon will not be stroked.</param>
<param name="thickness">The stroke thickness (in device independent units, 1/96 inch).</param>
<param name="dashArray">The dash array (in device independent units, 1/96 inch).</param>
<param name="lineJoin">The line join type.</param>
<param name="aliased">If set to <c>true</c> the polygon will be aliased.</param>
</member>
<member name="M:OxyPlot.Wpf.CanvasRenderContext.DrawPolygons(System.Collections.Generic.IList{System.Collections.Generic.IList{OxyPlot.ScreenPoint}},OxyPlot.OxyColor,OxyPlot.OxyColor,System.Double,System.Double[],OxyPlot.LineJoin,System.Boolean)">
<summary>
Draws a collection of polygons, where all polygons have the same stroke and fill.
This performs better than calling DrawPolygon multiple times.
</summary>
<param name="polygons">The polygons.</param>
<param name="fill">The fill color. If set to <c>OxyColors.Undefined</c>, the polygons will not be filled.</param>
<param name="stroke">The stroke color. If set to <c>OxyColors.Undefined</c>, the polygons will not be stroked.</param>
<param name="thickness">The stroke thickness (in device independent units, 1/96 inch).</param>
<param name="dashArray">The dash array (in device independent units, 1/96 inch).</param>
<param name="lineJoin">The line join type.</param>
<param name="aliased">if set to <c>true</c> the shape will be aliased.</param>
</member>
<member name="M:OxyPlot.Wpf.CanvasRenderContext.DrawRectangle(OxyPlot.OxyRect,OxyPlot.OxyColor,OxyPlot.OxyColor,System.Double)">
<summary>
Draws a rectangle.
</summary>
<param name="rect">The rectangle.</param>
<param name="fill">The fill color. If set to <c>OxyColors.Undefined</c>, the rectangle will not be filled.</param>
<param name="stroke">The stroke color. If set to <c>OxyColors.Undefined</c>, the rectangle will not be stroked.</param>
<param name="thickness">The stroke thickness (in device independent units, 1/96 inch).</param>
</member>
<member name="M:OxyPlot.Wpf.CanvasRenderContext.DrawRectangles(System.Collections.Generic.IList{OxyPlot.OxyRect},OxyPlot.OxyColor,OxyPlot.OxyColor,System.Double)">
<summary>
Draws a collection of rectangles, where all have the same stroke and fill.
This performs better than calling DrawRectangle multiple times.
</summary>
<param name="rectangles">The rectangles.</param>
<param name="fill">The fill color. If set to <c>OxyColors.Undefined</c>, the rectangles will not be filled.</param>
<param name="stroke">The stroke color. If set to <c>OxyColors.Undefined</c>, the rectangles will not be stroked.</param>
<param name="thickness">The stroke thickness (in device independent units, 1/96 inch).</param>
</member>
<member name="M:OxyPlot.Wpf.CanvasRenderContext.DrawText(OxyPlot.ScreenPoint,System.String,OxyPlot.OxyColor,System.String,System.Double,System.Double,System.Double,OxyPlot.HorizontalAlignment,OxyPlot.VerticalAlignment,System.Nullable{OxyPlot.OxySize})">
<summary>
Draws text.
</summary>
<param name="p">The position.</param>
<param name="text">The text.</param>
<param name="fill">The text color.</param>
<param name="fontFamily">The font family.</param>
<param name="fontSize">Size of the font (in device independent units, 1/96 inch).</param>
<param name="fontWeight">The font weight.</param>
<param name="rotate">The rotation angle.</param>
<param name="halign">The horizontal alignment.</param>
<param name="valign">The vertical alignment.</param>
<param name="maxSize">The maximum size of the text (in device independent units, 1/96 inch).</param>
</member>
<member name="M:OxyPlot.Wpf.CanvasRenderContext.MeasureText(System.String,System.String,System.Double,System.Double)">
<summary>
Measures the size of the specified text.
</summary>
<param name="text">The text.</param>
<param name="fontFamily">The font family.</param>
<param name="fontSize">Size of the font (in device independent units, 1/96 inch).</param>
<param name="fontWeight">The font weight.</param>
<returns>
The size of the text (in device independent units, 1/96 inch).
</returns>
</member>
<member name="M:OxyPlot.Wpf.CanvasRenderContext.SetToolTip(System.String)">
<summary>
Sets the tool tip for the following items.
</summary>
<param name="text">The text in the tool tip.</param>
</member>
<member name="M:OxyPlot.Wpf.CanvasRenderContext.DrawImage(OxyPlot.OxyImage,System.Double,System.Double,System.Double,System.Double,System.Double,System.Double,System.Double,System.Double,System.Double,System.Boolean)">
<summary>
Draws a portion of the specified <see cref="T:OxyPlot.OxyImage" />.
</summary>
<param name="source">The source.</param>
<param name="srcX">The x-coordinate of the upper-left corner of the portion of the source image to draw.</param>
<param name="srcY">The y-coordinate of the upper-left corner of the portion of the source image to draw.</param>
<param name="srcWidth">Width of the portion of the source image to draw.</param>
<param name="srcHeight">Height of the portion of the source image to draw.</param>
<param name="destX">The x-coordinate of the upper-left corner of drawn image.</param>
<param name="destY">The y-coordinate of the upper-left corner of drawn image.</param>
<param name="destWidth">The width of the drawn image.</param>
<param name="destHeight">The height of the drawn image.</param>
<param name="opacity">The opacity.</param>
<param name="interpolate">interpolate if set to <c>true</c>.</param>
</member>
<member name="M:OxyPlot.Wpf.CanvasRenderContext.SetClip(OxyPlot.OxyRect)">
<summary>
Sets the clipping rectangle.
</summary>
<param name="clippingRect">The clipping rectangle.</param>
<returns><c>true</c> if the clip rectangle was set.</returns>
</member>
<member name="M:OxyPlot.Wpf.CanvasRenderContext.ResetClip">
<summary>
Resets the clip rectangle.
</summary>
</member>
<member name="M:OxyPlot.Wpf.CanvasRenderContext.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.CanvasRenderContext.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.CanvasRenderContext.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.CanvasRenderContext.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.CanvasRenderContext.CreateAndAdd``1(System.Double,System.Double)">
<summary>
Creates an element of the specified type and adds it to the canvas.
</summary>
<typeparam name="T">Type of element to create.</typeparam>
<param name="clipOffsetX">The clip offset executable.</param>
<param name="clipOffsetY">The clip offset asynchronous.</param>
<returns>The element.</returns>
</member>
<member name="M:OxyPlot.Wpf.CanvasRenderContext.ApplyToolTip(System.Windows.FrameworkElement)">
<summary>
Applies the current tool tip to the specified element.
</summary>
<param name="element">The element.</param>
</member>
<member name="M:OxyPlot.Wpf.CanvasRenderContext.DrawLineSegmentsByStreamGeometry(System.Collections.Generic.IList{OxyPlot.ScreenPoint},OxyPlot.OxyColor,System.Double,System.Double[],OxyPlot.LineJoin,System.Boolean)">
<summary>
Draws the line segments by stream geometry.
</summary>
<param name="points">The points.</param>
<param name="stroke">The stroke color.</param>
<param name="thickness">The thickness.</param>
<param name="dashArray">The dash array. Use <c>null</c> to get a solid line.</param>
<param name="lineJoin">The line join.</param>
<param name="aliased">Draw aliased line if set to <c>true</c> .</param>
</member>
<member name="M:OxyPlot.Wpf.CanvasRenderContext.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.CanvasRenderContext.GetCachedFontFamily(System.String)">
<summary>
Gets the cached font family.
</summary>
<param name="familyName">Name of the family.</param>
<returns>The FontFamily.</returns>
</member>
<member name="M:OxyPlot.Wpf.CanvasRenderContext.SetStroke(System.Windows.Shapes.Shape,OxyPlot.OxyColor,System.Double,OxyPlot.LineJoin,System.Collections.Generic.IEnumerable{System.Double},System.Double,System.Boolean)">
<summary>
Sets the stroke properties of the specified shape object.
</summary>
<param name="shape">The shape.</param>
<param name="stroke">The stroke color.</param>
<param name="thickness">The thickness.</param>
<param name="lineJoin">The line join.</param>
<param name="dashArray">The dash array. Use <c>null</c> to get a solid line.</param>
<param name="dashOffset">The dash offset.</param>
<param name="aliased">The aliased.</param>
</member>
<member name="M:OxyPlot.Wpf.CanvasRenderContext.GetImageSource(OxyPlot.OxyImage)">
<summary>
Gets the bitmap source.
</summary>
<param name="image">The image.</param>
<returns>The bitmap source.</returns>
</member>
<member name="M:OxyPlot.Wpf.CanvasRenderContext.DrawLineBalanced(System.Collections.Generic.IList{OxyPlot.ScreenPoint},OxyPlot.OxyColor,System.Double,System.Double[],OxyPlot.LineJoin,System.Boolean)">
<summary>
Draws the line using the MaxPolylinesPerLine and MinPointsPerPolyline properties.
</summary>
<param name="points">The points.</param>
<param name="stroke">The stroke color.</param>
<param name="thickness">The thickness.</param>
<param name="dashArray">The dash array. Use <c>null</c> to get a solid line.</param>
<param name="lineJoin">The line join.</param>
<param name="aliased">Render aliased if set to <c>true</c>.</param>
<remarks>See <a href="https://oxyplot.codeplex.com/discussions/456679">discussion</a>.</remarks>
</member>
<member name="M:OxyPlot.Wpf.CanvasRenderContext.ToPoint(OxyPlot.ScreenPoint)">
<summary>
Converts a <see cref="T:OxyPlot.ScreenPoint" /> to a <see cref="T:System.Windows.Point" />.
</summary>
<param name="pt">The screen point.</param>
<returns>A <see cref="T:System.Windows.Point" />.</returns>
</member>
<member name="M:OxyPlot.Wpf.CanvasRenderContext.ToPixelAlignedPoint(OxyPlot.ScreenPoint)">
<summary>
Converts a <see cref="T:OxyPlot.ScreenPoint" /> to a pixel aligned<see cref="T:System.Windows.Point" />.
</summary>
<param name="pt">The screen point.</param>
<returns>A pixel aligned <see cref="T:System.Windows.Point" />.</returns>
</member>
<member name="M:OxyPlot.Wpf.CanvasRenderContext.ToRect(OxyPlot.OxyRect)">
<summary>
Converts an <see cref="T:OxyPlot.OxyRect" /> to a <see cref="T:System.Windows.Rect" />.
</summary>
<param name="r">The rectangle.</param>
<returns>A <see cref="T:System.Windows.Rect" />.</returns>
</member>
<member name="M:OxyPlot.Wpf.CanvasRenderContext.ToPixelAlignedRect(OxyPlot.OxyRect)">
<summary>
Converts an <see cref="T:OxyPlot.OxyRect" /> to a pixel aligned <see cref="T:System.Windows.Rect" />.
</summary>
<param name="r">The rectangle.</param>
<returns>A pixel aligned<see cref="T:System.Windows.Rect" />.</returns>
</member>
<member name="M:OxyPlot.Wpf.CanvasRenderContext.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.CanvasRenderContext.ToPointCollection(System.Collections.Generic.IEnumerable{OxyPlot.ScreenPoint},System.Boolean)">
<summary>
Creates a point collection from the specified points.
</summary>
<param name="points">The points to convert.</param>
<param name="aliased">convert to pixel aligned points if set to <c>true</c>.</param>
<returns>The point collection.</returns>
</member>
<member name="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>