| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228 |
- <?xml version="1.0"?>
- <doc>
- <assembly>
- <name>OxyPlot.WP8</name>
- </assembly>
- <members>
- <member name="T:OxyPlot.WP8.OxyColorConverter">
- <summary>
- Converts between <see cref="T:OxyPlot.OxyColor"/> and <see cref="T:System.Windows.Media.Color"/>.
- </summary>
- </member>
- <member name="M:OxyPlot.WP8.OxyColorConverter.Convert(System.Object,System.Type,System.Object,System.Globalization.CultureInfo)">
- <summary>
- Modifies the source data before passing it to the target for display in the UI.
- </summary>
- <param name="value">The source data being passed to the target.</param>
- <param name="targetType">The <see cref="T:System.Type" /> of data expected by the target dependency property.</param>
- <param name="parameter">An optional parameter to be used in the converter logic.</param>
- <param name="culture">The culture of the conversion.</param>
- <returns>The value to be passed to the target dependency property.</returns>
- </member>
- <member name="M:OxyPlot.WP8.OxyColorConverter.ConvertBack(System.Object,System.Type,System.Object,System.Globalization.CultureInfo)">
- <summary>
- Modifies the target data before passing it to the source object. This method is called only in <see cref="F:System.Windows.Data.BindingMode.TwoWay" /> bindings.
- </summary>
- <param name="value">The target data being passed to the source.</param>
- <param name="targetType">The <see cref="T:System.Type" /> of data expected by the source object.</param>
- <param name="parameter">An optional parameter to be used in the converter logic.</param>
- <param name="culture">The culture of the conversion.</param>
- <returns>The value to be passed to the source object.</returns>
- </member>
- <member name="T:OxyPlot.WP8.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.WP8.TrackerControl"/> to convert BorderThickness properties to Path.StrokeThickness (double).
- The maximum thickness value is used.</remarks>
- </member>
- <member name="M:OxyPlot.WP8.ThicknessConverter.Convert(System.Object,System.Type,System.Object,System.Globalization.CultureInfo)">
- <summary>
- Modifies the source data before passing it to the target for display in the UI.
- </summary>
- <param name="value">The source data being passed to the target.</param>
- <param name="targetType">The <see cref="T:System.Type" /> of data expected by the target dependency property.</param>
- <param name="parameter">An optional parameter to be used in the converter logic.</param>
- <param name="culture">The culture of the conversion.</param>
- <returns>The value to be passed to the target dependency property.</returns>
- </member>
- <member name="M:OxyPlot.WP8.ThicknessConverter.ConvertBack(System.Object,System.Type,System.Object,System.Globalization.CultureInfo)">
- <summary>
- Modifies the target data before passing it to the source object. This method is called only in <see cref="F:System.Windows.Data.BindingMode.TwoWay" /> bindings.
- </summary>
- <param name="value">The target data being passed to the source.</param>
- <param name="targetType">The <see cref="T:System.Type" /> of data expected by the source object.</param>
- <param name="parameter">An optional parameter to be used in the converter logic.</param>
- <param name="culture">The culture of the conversion.</param>
- <returns>The value to be passed to the source object.</returns>
- </member>
- <member name="T:OxyPlot.WP8.CanvasRenderContext">
- <summary>
- Implements <see cref="T:OxyPlot.IRenderContext"/> for <see cref="T:System.Windows.Controls.Canvas"/>.
- </summary>
- </member>
- <member name="F:OxyPlot.WP8.CanvasRenderContext.brushCache">
- <summary>
- The brush cache.
- </summary>
- </member>
- <member name="F:OxyPlot.WP8.CanvasRenderContext.canvas">
- <summary>
- The canvas.
- </summary>
- </member>
- <member name="F:OxyPlot.WP8.CanvasRenderContext.imagesInUse">
- <summary>
- The images in use
- </summary>
- </member>
- <member name="F:OxyPlot.WP8.CanvasRenderContext.imageCache">
- <summary>
- The image cache
- </summary>
- </member>
- <member name="F:OxyPlot.WP8.CanvasRenderContext.currentToolTip">
- <summary>
- The current tool tip
- </summary>
- </member>
- <member name="F:OxyPlot.WP8.CanvasRenderContext.clipRect">
- <summary>
- The clip rectangle.
- </summary>
- </member>
- <member name="F:OxyPlot.WP8.CanvasRenderContext.clip">
- <summary>
- The clip flag.
- </summary>
- </member>
- <member name="M:OxyPlot.WP8.CanvasRenderContext.#ctor(System.Windows.Controls.Canvas)">
- <summary>
- Initializes a new instance of the <see cref="T:OxyPlot.WP8.CanvasRenderContext"/> class.
- </summary>
- <param name="canvas">The canvas.</param>
- </member>
- <member name="M:OxyPlot.WP8.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.</param>
- <param name="stroke">The stroke color.</param>
- <param name="thickness">The thickness.</param>
- </member>
- <member name="M:OxyPlot.WP8.CanvasRenderContext.DrawEllipses(System.Collections.Generic.IList{OxyPlot.OxyRect},OxyPlot.OxyColor,OxyPlot.OxyColor,System.Double)">
- <summary>
- Draws the 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.</param>
- <param name="stroke">The stroke color.</param>
- <param name="thickness">The stroke thickness.</param>
- </member>
- <member name="M:OxyPlot.WP8.CanvasRenderContext.DrawLine(System.Collections.Generic.IList{OxyPlot.ScreenPoint},OxyPlot.OxyColor,System.Double,System.Double[],OxyPlot.LineJoin,System.Boolean)">
- <summary>
- Draws the polyline from the specified points.
- </summary>
- <param name="points">The points.</param>
- <param name="stroke">The stroke color.</param>
- <param name="thickness">The stroke thickness.</param>
- <param name="dashArray">The dash array.</param>
- <param name="lineJoin">The line join type.</param>
- <param name="aliased">if set to <c>true</c> the shape will be aliased.</param>
- </member>
- <member name="M:OxyPlot.WP8.CanvasRenderContext.DrawLineSegments(System.Collections.Generic.IList{OxyPlot.ScreenPoint},OxyPlot.OxyColor,System.Double,System.Double[],OxyPlot.LineJoin,System.Boolean)">
- <summary>
- Draws the multiple 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.</param>
- <param name="dashArray">The dash array.</param>
- <param name="lineJoin">The line join type.</param>
- <param name="aliased">if set to <c>true</c> the shape will be aliased.</param>
- </member>
- <member name="M:OxyPlot.WP8.CanvasRenderContext.DrawPolygon(System.Collections.Generic.IList{OxyPlot.ScreenPoint},OxyPlot.OxyColor,OxyPlot.OxyColor,System.Double,System.Double[],OxyPlot.LineJoin,System.Boolean)">
- <summary>
- Draws the polygon from the specified points. The polygon can have stroke and/or fill.
- </summary>
- <param name="points">The points.</param>
- <param name="fill">The fill color.</param>
- <param name="stroke">The stroke color.</param>
- <param name="thickness">The stroke thickness.</param>
- <param name="dashArray">The dash array.</param>
- <param name="lineJoin">The line join type.</param>
- <param name="aliased">if set to <c>true</c> the shape will be aliased.</param>
- </member>
- <member name="M:OxyPlot.WP8.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.</param>
- <param name="stroke">The stroke color.</param>
- <param name="thickness">The stroke thickness.</param>
- <param name="dashArray">The dash array.</param>
- <param name="lineJoin">The line join type.</param>
- <param name="aliased">if set to <c>true</c> the shape will be aliased.</param>
- </member>
- <member name="M:OxyPlot.WP8.CanvasRenderContext.DrawRectangle(OxyPlot.OxyRect,OxyPlot.OxyColor,OxyPlot.OxyColor,System.Double)">
- <summary>
- Draws the rectangle.
- </summary>
- <param name="rect">The rectangle.</param>
- <param name="fill">The fill color.</param>
- <param name="stroke">The stroke color.</param>
- <param name="thickness">The stroke thickness.</param>
- </member>
- <member name="M:OxyPlot.WP8.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.</param>
- <param name="stroke">The stroke color.</param>
- <param name="thickness">The stroke thickness.</param>
- </member>
- <member name="M:OxyPlot.WP8.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 the text.
- </summary>
- <param name="p">The position.</param>
- <param name="text">The text.</param>
- <param name="fill">The fill color.</param>
- <param name="fontFamily">The font family.</param>
- <param name="fontSize">Size of the font.</param>
- <param name="fontWeight">The font weight.</param>
- <param name="rotate">The rotation angle.</param>
- <param name="halign">The horizontal alignment.</param>
- <param name="valign">The vertical alignment.</param>
- <param name="maxSize">The maximum size of the text.</param>
- </member>
- <member name="M:OxyPlot.WP8.CanvasRenderContext.MeasureText(System.String,System.String,System.Double,System.Double)">
- <summary>
- Measures the text.
- </summary>
- <param name="text">The text.</param>
- <param name="fontFamily">The font family.</param>
- <param name="fontSize">Size of the font.</param>
- <param name="fontWeight">The font weight.</param>
- <returns>The text size.</returns>
- </member>
- <member name="M:OxyPlot.WP8.CanvasRenderContext.SetToolTip(System.String)">
- <summary>
- Sets the tool tip for the following items.
- </summary>
- <param name="text">The text in the tooltip.</param>
- </member>
- <member name="M:OxyPlot.WP8.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 the specified portion of the specified <see cref="T:OxyPlot.OxyImage"/> at the specified location and with the specified size.
- </summary>
- <param name="source">The source.</param>
- <param name="srcX">The x-coordinate of the upper-left corner of the portion of the source image to draw.</param>
- <param name="srcY">The y-coordinate of the upper-left corner of the portion of the source image to draw.</param>
- <param name="srcWidth">Width of the portion of the source image to draw.</param>
- <param name="srcHeight">Height of the portion of the source image to draw.</param>
- <param name="destX">The x-coordinate of the upper-left corner of drawn image.</param>
- <param name="destY">The y-coordinate of the upper-left corner of drawn image.</param>
- <param name="destWidth">The width of the drawn image.</param>
- <param name="destHeight">The height of the drawn image.</param>
- <param name="opacity">The opacity.</param>
- <param name="interpolate">interpolate if set to <c>true</c>.</param>
- </member>
- <member name="M:OxyPlot.WP8.CanvasRenderContext.SetClip(OxyPlot.OxyRect)">
- <summary>
- Sets the clipping rectangle.
- </summary>
- <param name="clippingRect">The clipping rectangle.</param>
- <returns>True if the clipping rectangle was set.</returns>
- </member>
- <member name="M:OxyPlot.WP8.CanvasRenderContext.ResetClip">
- <summary>
- Resets the clipping rectangle.
- </summary>
- </member>
- <member name="M:OxyPlot.WP8.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.WP8.CanvasRenderContext.CreateDashArrayCollection(System.Collections.Generic.IEnumerable{System.Double})">
- <summary>
- Creates the dash array collection.
- </summary>
- <param name="dashArray">The dash array.</param>
- <returns>A DoubleCollection.</returns>
- </member>
- <member name="M:OxyPlot.WP8.CanvasRenderContext.GetFontWeight(System.Double)">
- <summary>
- Gets the font weight.
- </summary>
- <param name="fontWeight">The font weight.</param>
- <returns>A <see cref="T:System.Windows.FontWeight"/></returns>
- </member>
- <member name="M:OxyPlot.WP8.CanvasRenderContext.Add(System.Windows.UIElement,System.Double,System.Double)">
- <summary>
- Adds the specified element to the canvas.
- </summary>
- <param name="element">The element.</param>
- <param name="clipOffsetX">The clip offset X.</param>
- <param name="clipOffsetY">The clip offset Y.</param>
- </member>
- <member name="M:OxyPlot.WP8.CanvasRenderContext.ApplyTooltip(System.Windows.DependencyObject)">
- <summary>
- Applies the tooltip to the specified element.
- </summary>
- <param name="element">The element.</param>
- </member>
- <member name="M:OxyPlot.WP8.CanvasRenderContext.GetCachedBrush(OxyPlot.OxyColor)">
- <summary>
- Gets the cached brush.
- </summary>
- <param name="stroke">The stroke.</param>
- <returns>The brush.</returns>
- </member>
- <member name="M:OxyPlot.WP8.CanvasRenderContext.SetStroke(System.Windows.Shapes.Shape,OxyPlot.OxyColor,System.Double,OxyPlot.LineJoin,System.Collections.Generic.IEnumerable{System.Double},System.Boolean)">
- <summary>
- Sets the stroke of the specified shape.
- </summary>
- <param name="shape">The shape.</param>
- <param name="stroke">The stroke.</param>
- <param name="thickness">The thickness.</param>
- <param name="lineJoin">The line join.</param>
- <param name="dashArray">The dash array.</param>
- <param name="aliased">aliased if set to <c>true</c>.</param>
- </member>
- <member name="M:OxyPlot.WP8.CanvasRenderContext.ApplyClip(System.Windows.UIElement,System.Double,System.Double)">
- <summary>
- Applies the clip rectangle.
- </summary>
- <param name="image">The image.</param>
- <param name="x">The x offset of the element.</param>
- <param name="y">The y offset of the element.</param>
- </member>
- <member name="M:OxyPlot.WP8.CanvasRenderContext.GetImageSource(OxyPlot.OxyImage)">
- <summary>
- Gets the bitmap source.
- </summary>
- <param name="image">The image.</param>
- <returns>The bitmap source.</returns>
- </member>
- <member name="P:OxyPlot.WP8.CanvasRenderContext.Height">
- <summary>
- Gets the height.
- </summary>
- <value>The height.</value>
- </member>
- <member name="P:OxyPlot.WP8.CanvasRenderContext.PaintBackground">
- <summary>
- Gets a value indicating whether to paint the background.
- </summary>
- <value><c>true</c> if the background should be painted; otherwise, <c>false</c>.</value>
- </member>
- <member name="P:OxyPlot.WP8.CanvasRenderContext.Width">
- <summary>
- Gets the width.
- </summary>
- <value>The width.</value>
- </member>
- <member name="P:OxyPlot.WP8.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="T:OxyPlot.WP8.NamespaceDoc">
- <summary>
- The OxyPlot.WP8 namespace contains controls for WP8.
- </summary>
- </member>
- <member name="T:OxyPlot.WP8.Plot">
- <summary>
- Represents a control that displays a <see cref="T:OxyPlot.PlotModel"/>.
- </summary>
- </member>
- <member name="T:OxyPlot.WP8.PlotView">
- <summary>
- Represents a control that displays a <see cref="T:OxyPlot.PlotModel"/>.
- </summary>
- </member>
- <member name="F:OxyPlot.WP8.PlotView.PartGrid">
- <summary>
- The Grid PART constant.
- </summary>
- </member>
- <member name="F:OxyPlot.WP8.PlotView.ControllerProperty">
- <summary>
- Identifies the <see cref="P:OxyPlot.WP8.PlotView.Controller"/> dependency property.
- </summary>
- </member>
- <member name="F:OxyPlot.WP8.PlotView.DefaultTrackerTemplateProperty">
- <summary>
- Identifies the <see cref="P:OxyPlot.WP8.PlotView.DefaultTrackerTemplate"/> dependency property.
- </summary>
- </member>
- <member name="F:OxyPlot.WP8.PlotView.HandleRightClicksProperty">
- <summary>
- Identifies the <see cref="P:OxyPlot.WP8.PlotView.HandleRightClicks"/> dependency property.
- </summary>
- </member>
- <member name="F:OxyPlot.WP8.PlotView.IsMouseWheelEnabledProperty">
- <summary>
- Identifies the <see cref="P:OxyPlot.WP8.PlotView.IsMouseWheelEnabled"/> dependency property.
- </summary>
- </member>
- <member name="F:OxyPlot.WP8.PlotView.ModelProperty">
- <summary>
- Identifies the <see cref="P:OxyPlot.WP8.PlotView.Model"/> dependency property.
- </summary>
- </member>
- <member name="F:OxyPlot.WP8.PlotView.PanCursorProperty">
- <summary>
- Identifies the <see cref="P:OxyPlot.WP8.PlotView.PanCursor"/> dependency property.
- </summary>
- </member>
- <member name="F:OxyPlot.WP8.PlotView.ZoomHorizontalCursorProperty">
- <summary>
- Identifies the <see cref="P:OxyPlot.WP8.PlotView.ZoomHorizontalCursor"/> dependency property.
- </summary>
- </member>
- <member name="F:OxyPlot.WP8.PlotView.ZoomRectangleCursorProperty">
- <summary>
- Identifies the <see cref="P:OxyPlot.WP8.PlotView.ZoomRectangleCursor"/> dependency property.
- </summary>
- </member>
- <member name="F:OxyPlot.WP8.PlotView.ZoomRectangleTemplateProperty">
- <summary>
- Identifies the <see cref="P:OxyPlot.WP8.PlotView.ZoomRectangleTemplate"/> dependency property.
- </summary>
- </member>
- <member name="F:OxyPlot.WP8.PlotView.ZoomVerticalCursorProperty">
- <summary>
- Identifies the <see cref="P:OxyPlot.WP8.PlotView.ZoomVerticalCursor"/> dependency property.
- </summary>
- </member>
- <member name="F:OxyPlot.WP8.PlotView.modelLock">
- <summary>
- The model lock.
- </summary>
- </member>
- <member name="F:OxyPlot.WP8.PlotView.trackerDefinitions">
- <summary>
- The tracker definitions.
- </summary>
- </member>
- <member name="F:OxyPlot.WP8.PlotView.renderContext">
- <summary>
- The render context
- </summary>
- </member>
- <member name="F:OxyPlot.WP8.PlotView.canvas">
- <summary>
- The canvas.
- </summary>
- </member>
- <member name="F:OxyPlot.WP8.PlotView.currentModel">
- <summary>
- The current model.
- </summary>
- </member>
- <member name="F:OxyPlot.WP8.PlotView.currentTracker">
- <summary>
- The current tracker.
- </summary>
- </member>
- <member name="F:OxyPlot.WP8.PlotView.grid">
- <summary>
- The grid.
- </summary>
- </member>
- <member name="F:OxyPlot.WP8.PlotView.defaultController">
- <summary>
- The default controller.
- </summary>
- </member>
- <member name="F:OxyPlot.WP8.PlotView.isPlotInvalidated">
- <summary>
- Invalidation flag (0: no update, 1: update visual elements only, 2:update data).
- </summary>
- </member>
- <member name="F:OxyPlot.WP8.PlotView.overlays">
- <summary>
- The overlays.
- </summary>
- </member>
- <member name="F:OxyPlot.WP8.PlotView.zoomControl">
- <summary>
- The zoom control.
- </summary>
- </member>
- <member name="M:OxyPlot.WP8.PlotView.#ctor">
- <summary>
- Initializes a new instance of the <see cref="T:OxyPlot.WP8.PlotView"/> class.
- </summary>
- </member>
- <member name="M:OxyPlot.WP8.PlotView.HideTracker">
- <summary>
- Hides the tracker.
- </summary>
- </member>
- <member name="M:OxyPlot.WP8.PlotView.HideZoomRectangle">
- <summary>
- Hides the zoom rectangle.
- </summary>
- </member>
- <member name="M:OxyPlot.WP8.PlotView.InvalidatePlot(System.Boolean)">
- <summary>
- Invalidate the PlotView (not blocking the UI thread)
- </summary>
- <param name="updateData">The update Data.</param>
- </member>
- <member name="M:OxyPlot.WP8.PlotView.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.WP8.PlotView.SaveBitmap(System.String)">
- <summary>
- Saves the PlotView as a bitmap.
- </summary>
- <param name="fileName">Name of the file.</param>
- </member>
- <member name="M:OxyPlot.WP8.PlotView.SetCursorType(OxyPlot.CursorType)">
- <summary>
- Sets the cursor type.
- </summary>
- <param name="cursorType">The cursor type.</param>
- </member>
- <member name="M:OxyPlot.WP8.PlotView.ShowTracker(OxyPlot.TrackerHitResult)">
- <summary>
- Shows the tracker.
- </summary>
- <param name="trackerHitResult">The tracker data.</param>
- </member>
- <member name="M:OxyPlot.WP8.PlotView.ShowZoomRectangle(OxyPlot.OxyRect)">
- <summary>
- Shows the zoom rectangle.
- </summary>
- <param name="r">The rectangle.</param>
- </member>
- <member name="M:OxyPlot.WP8.PlotView.ToBitmap">
- <summary>
- Renders the PlotView to a bitmap.
- </summary>
- <returns>A bitmap.</returns>
- </member>
- <member name="M:OxyPlot.WP8.PlotView.SetClipboardText(System.String)">
- <summary>
- Stores text on the clipboard.
- </summary>
- <param name="text">The text.</param>
- </member>
- <member name="M:OxyPlot.WP8.PlotView.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.WP8.PlotView.OnManipulationStarted(System.Windows.Input.ManipulationStartedEventArgs)">
- <summary>
- Called when the <see cref="E:System.Windows.UIElement.ManipulationStarted" /> event occurs.
- </summary>
- <param name="e">The data for the event.</param>
- </member>
- <member name="M:OxyPlot.WP8.PlotView.OnManipulationDelta(System.Windows.Input.ManipulationDeltaEventArgs)">
- <summary>
- Called when the <see cref="E:System.Windows.UIElement.ManipulationDelta" /> event occurs.
- </summary>
- <param name="e">The data for the event.</param>
- </member>
- <member name="M:OxyPlot.WP8.PlotView.OnManipulationCompleted(System.Windows.Input.ManipulationCompletedEventArgs)">
- <summary>
- Called when the <see cref="E:System.Windows.UIElement.ManipulationCompleted" /> event occurs.
- </summary>
- <param name="e">The data for the event.</param>
- </member>
- <member name="M:OxyPlot.WP8.PlotView.OnMouseLeftButtonDown(System.Windows.Input.MouseButtonEventArgs)">
- <summary>
- Called before the <see cref="E:System.Windows.UIElement.MouseLeftButtonDown" /> event occurs.
- </summary>
- <param name="e">The data for the event.</param>
- </member>
- <member name="M:OxyPlot.WP8.PlotView.OnMouseLeftButtonUp(System.Windows.Input.MouseButtonEventArgs)">
- <summary>
- Called before the <see cref="E:System.Windows.UIElement.MouseLeftButtonUp" /> event occurs.
- </summary>
- <param name="e">The data for the event.</param>
- </member>
- <member name="M:OxyPlot.WP8.PlotView.OnMouseRightButtonDown(System.Windows.Input.MouseButtonEventArgs)">
- <summary>
- Raises the <see cref="E:System.Windows.UIElement.MouseRightButtonDown" /> event.
- </summary>
- <param name="e">A <see cref="T:System.Windows.Input.MouseButtonEventArgs" /> that contains the event data.</param>
- </member>
- <member name="M:OxyPlot.WP8.PlotView.OnMouseRightButtonUp(System.Windows.Input.MouseButtonEventArgs)">
- <summary>
- Raises the <see cref="E:System.Windows.UIElement.MouseRightButtonUp" /> event.
- </summary>
- <param name="e">A <see cref="T:System.Windows.Input.MouseButtonEventArgs" /> that contains the event data.</param>
- </member>
- <member name="M:OxyPlot.WP8.PlotView.OnMouseButtonDown(OxyPlot.OxyMouseButton,System.Windows.Input.MouseButtonEventArgs)">
- <summary>
- Called when a mouse button is pressed down.
- </summary>
- <param name="button">The button.</param>
- <param name="e">The <see cref="T:System.Windows.Input.MouseButtonEventArgs"/> instance containing the event data.</param>
- </member>
- <member name="M:OxyPlot.WP8.PlotView.OnMouseMove(System.Windows.Input.MouseEventArgs)">
- <summary>
- Called before the <see cref="E:System.Windows.UIElement.MouseMove" /> event occurs.
- </summary>
- <param name="e">The data for the event.</param>
- </member>
- <member name="M:OxyPlot.WP8.PlotView.OnMouseButtonUp(OxyPlot.OxyMouseButton,System.Windows.Input.MouseButtonEventArgs)">
- <summary>
- Raises the MouseButtonUp event.
- </summary>
- <param name="button">The button.</param>
- <param name="e">The <see cref="T:System.Windows.Input.MouseButtonEventArgs"/> instance containing the event data.</param>
- </member>
- <member name="M:OxyPlot.WP8.PlotView.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.WP8.PlotView.OnMouseEnter(System.Windows.Input.MouseEventArgs)">
- <summary>
- Called before the <see cref="E:System.Windows.UIElement.MouseEnter" /> event occurs.
- </summary>
- <param name="e">The data for the event.</param>
- </member>
- <member name="M:OxyPlot.WP8.PlotView.OnMouseLeave(System.Windows.Input.MouseEventArgs)">
- <summary>
- Called before the <see cref="E:System.Windows.UIElement.MouseLeave" /> event occurs.
- </summary>
- <param name="e">The data for the event.</param>
- </member>
- <member name="M:OxyPlot.WP8.PlotView.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.WP8.PlotView.ModelChanged(System.Windows.DependencyObject,System.Windows.DependencyPropertyChangedEventArgs)">
- <summary>
- Called when the Model 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.WP8.PlotView.TrySetClipboardText(System.String)">
- <summary>
- Sets the clipboard text.
- </summary>
- <param name="text">The text.</param>
- </member>
- <member name="M:OxyPlot.WP8.PlotView.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.WP8.PlotView.OnModelChanged">
- <summary>
- Called when the model is changed.
- </summary>
- </member>
- <member name="M:OxyPlot.WP8.PlotView.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.WP8.PlotView.UpdateModel(System.Boolean)">
- <summary>
- Updates the model.
- </summary>
- <param name="updateData">The update Data.</param>
- </member>
- <member name="M:OxyPlot.WP8.PlotView.UpdateVisuals">
- <summary>
- Updates the visuals.
- </summary>
- </member>
- <member name="M:OxyPlot.WP8.PlotView.BeginInvoke(System.Action)">
- <summary>
- Invokes the specified action on the dispatcher, if necessary.
- </summary>
- <param name="action">The action.</param>
- </member>
- <member name="P:OxyPlot.WP8.PlotView.Controller">
- <summary>
- Gets or sets the PlotView controller.
- </summary>
- <value>The PlotView controller.</value>
- </member>
- <member name="P:OxyPlot.WP8.PlotView.DefaultTrackerTemplate">
- <summary>
- Gets or sets the default tracker template.
- </summary>
- </member>
- <member name="P:OxyPlot.WP8.PlotView.HandleRightClicks">
- <summary>
- Gets or sets a value indicating whether to handle right clicks.
- </summary>
- </member>
- <member name="P:OxyPlot.WP8.PlotView.IsMouseWheelEnabled">
- <summary>
- Gets or sets a value indicating whether IsMouseWheelEnabled.
- </summary>
- </member>
- <member name="P:OxyPlot.WP8.PlotView.Model">
- <summary>
- Gets or sets the model.
- </summary>
- <value>The model.</value>
- </member>
- <member name="P:OxyPlot.WP8.PlotView.PanCursor">
- <summary>
- Gets or sets the pan cursor.
- </summary>
- <value>The pan cursor.</value>
- </member>
- <member name="P:OxyPlot.WP8.PlotView.ZoomHorizontalCursor">
- <summary>
- Gets or sets the horizontal zoom cursor.
- </summary>
- <value>The zoom horizontal cursor.</value>
- </member>
- <member name="P:OxyPlot.WP8.PlotView.ZoomRectangleCursor">
- <summary>
- Gets or sets the rectangle zoom cursor.
- </summary>
- <value>The zoom rectangle cursor.</value>
- </member>
- <member name="P:OxyPlot.WP8.PlotView.ZoomRectangleTemplate">
- <summary>
- Gets or sets the zoom rectangle template.
- </summary>
- <value>The zoom rectangle template.</value>
- </member>
- <member name="P:OxyPlot.WP8.PlotView.ZoomVerticalCursor">
- <summary>
- Gets or sets the vertical zoom cursor.
- </summary>
- <value>The zoom vertical cursor.</value>
- </member>
- <member name="P:OxyPlot.WP8.PlotView.OxyPlot#IView#ActualModel">
- <summary>
- Gets the actual model in the view.
- </summary>
- <value>
- The actual model.
- </value>
- </member>
- <member name="P:OxyPlot.WP8.PlotView.ActualModel">
- <summary>
- Gets the actual model.
- </summary>
- <value>The actual model.</value>
- </member>
- <member name="P:OxyPlot.WP8.PlotView.OxyPlot#IView#ActualController">
- <summary>
- Gets the actual controller.
- </summary>
- <value>
- The actual <see cref="T:OxyPlot.IController"/>.
- </value>
- </member>
- <member name="P:OxyPlot.WP8.PlotView.ClientArea">
- <summary>
- Gets the coordinates of the client area of the view.
- </summary>
- </member>
- <member name="P:OxyPlot.WP8.PlotView.ActualController">
- <summary>
- Gets the actual PlotView controller.
- </summary>
- <value>The actual PlotView controller.</value>
- </member>
- <member name="P:OxyPlot.WP8.PlotView.TrackerDefinitions">
- <summary>
- Gets the tracker definitions.
- </summary>
- <value>The tracker definitions.</value>
- </member>
- <member name="T:OxyPlot.WP8.TrackerControl">
- <summary>
- The tracker control.
- </summary>
- </member>
- <member name="F:OxyPlot.WP8.TrackerControl.PartPath">
- <summary>
- The path part string.
- </summary>
- </member>
- <member name="F:OxyPlot.WP8.TrackerControl.PartContent">
- <summary>
- The content part string.
- </summary>
- </member>
- <member name="F:OxyPlot.WP8.TrackerControl.PartContentcontainer">
- <summary>
- The content container part string.
- </summary>
- </member>
- <member name="F:OxyPlot.WP8.TrackerControl.PartHorizontalline">
- <summary>
- The horizontal line part string.
- </summary>
- </member>
- <member name="F:OxyPlot.WP8.TrackerControl.PartVerticalline">
- <summary>
- The vertical line part string.
- </summary>
- </member>
- <member name="F:OxyPlot.WP8.TrackerControl.HorizontalLineVisibilityProperty">
- <summary>
- Identifies the <see cref="P:OxyPlot.WP8.TrackerControl.HorizontalLineVisibility"/> dependency property.
- </summary>
- </member>
- <member name="F:OxyPlot.WP8.TrackerControl.VerticalLineVisibilityProperty">
- <summary>
- Identifies the <see cref="P:OxyPlot.WP8.TrackerControl.VerticalLineVisibility"/> dependency property.
- </summary>
- </member>
- <member name="F:OxyPlot.WP8.TrackerControl.LineStrokeProperty">
- <summary>
- Identifies the <see cref="P:OxyPlot.WP8.TrackerControl.LineStroke"/> dependency property.
- </summary>
- </member>
- <member name="F:OxyPlot.WP8.TrackerControl.LineExtentsProperty">
- <summary>
- Identifies the <see cref="P:OxyPlot.WP8.TrackerControl.LineExtents"/> dependency property.
- </summary>
- </member>
- <member name="F:OxyPlot.WP8.TrackerControl.LineDashArrayProperty">
- <summary>
- Identifies the <see cref="P:OxyPlot.WP8.TrackerControl.LineDashArray"/> dependency property.
- </summary>
- </member>
- <member name="F:OxyPlot.WP8.TrackerControl.ShowPointerProperty">
- <summary>
- Identifies the <see cref="P:OxyPlot.WP8.TrackerControl.ShowPointer"/> dependency property.
- </summary>
- </member>
- <member name="F:OxyPlot.WP8.TrackerControl.CornerRadiusProperty">
- <summary>
- Identifies the <see cref="P:OxyPlot.WP8.TrackerControl.CornerRadius"/> dependency property.
- </summary>
- </member>
- <member name="F:OxyPlot.WP8.TrackerControl.DistanceProperty">
- <summary>
- Identifies the <see cref="P:OxyPlot.WP8.TrackerControl.Distance"/> dependency property.
- </summary>
- </member>
- <member name="F:OxyPlot.WP8.TrackerControl.CanCenterHorizontallyProperty">
- <summary>
- Identifies the <see cref="P:OxyPlot.WP8.TrackerControl.CanCenterHorizontally"/> dependency property.
- </summary>
- </member>
- <member name="F:OxyPlot.WP8.TrackerControl.CanCenterVerticallyProperty">
- <summary>
- Identifies the <see cref="P:OxyPlot.WP8.TrackerControl.CanCenterVertically"/> dependency property.
- </summary>
- </member>
- <member name="F:OxyPlot.WP8.TrackerControl.PositionProperty">
- <summary>
- Identifies the <see cref="P:OxyPlot.WP8.TrackerControl.Position"/> dependency property.
- </summary>
- </member>
- <member name="F:OxyPlot.WP8.TrackerControl.content">
- <summary>
- The content.
- </summary>
- </member>
- <member name="F:OxyPlot.WP8.TrackerControl.horizontalLine">
- <summary>
- The horizontal line.
- </summary>
- </member>
- <member name="F:OxyPlot.WP8.TrackerControl.path">
- <summary>
- The path.
- </summary>
- </member>
- <member name="F:OxyPlot.WP8.TrackerControl.contentContainer">
- <summary>
- The content container.
- </summary>
- </member>
- <member name="F:OxyPlot.WP8.TrackerControl.verticalLine">
- <summary>
- The vertical line.
- </summary>
- </member>
- <member name="M:OxyPlot.WP8.TrackerControl.#ctor">
- <summary>
- Initializes a new instance of the <see cref="T:OxyPlot.WP8.TrackerControl"/> class.
- </summary>
- </member>
- <member name="M:OxyPlot.WP8.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.WP8.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.WP8.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.WP8.TrackerControl.UpdatePositionAndBorder">
- <summary>
- Update the position and border of the tracker.
- </summary>
- </member>
- <member name="M:OxyPlot.WP8.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.WP8.TrackerControl.CreatePointerBorderGeometry(System.Windows.HorizontalAlignment,System.Windows.VerticalAlignment,System.Double,System.Double,System.Windows.Thickness@)">
- <summary>
- Create a border geometry with a 'pointer'.
- </summary>
- <param name="ha">The horizontal alignment.</param>
- <param name="va">The vertical alignment.</param>
- <param name="width">The width.</param>
- <param name="height">The height.</param>
- <param name="margin">The margin.</param>
- <returns>The border geometry.</returns>
- </member>
- <member name="P:OxyPlot.WP8.TrackerControl.HorizontalLineVisibility">
- <summary>
- Gets or sets HorizontalLineVisibility.
- </summary>
- </member>
- <member name="P:OxyPlot.WP8.TrackerControl.VerticalLineVisibility">
- <summary>
- Gets or sets VerticalLineVisibility.
- </summary>
- </member>
- <member name="P:OxyPlot.WP8.TrackerControl.LineStroke">
- <summary>
- Gets or sets LineStroke.
- </summary>
- </member>
- <member name="P:OxyPlot.WP8.TrackerControl.LineExtents">
- <summary>
- Gets or sets LineExtents.
- </summary>
- </member>
- <member name="P:OxyPlot.WP8.TrackerControl.LineDashArray">
- <summary>
- Gets or sets LineDashArray.
- </summary>
- </member>
- <member name="P:OxyPlot.WP8.TrackerControl.ShowPointer">
- <summary>
- Gets or sets a value indicating whether to show a 'pointer' on the border.
- </summary>
- </member>
- <member name="P:OxyPlot.WP8.TrackerControl.CornerRadius">
- <summary>
- Gets or sets the corner radius (only used when ShowPoint=<c>false</c>).
- </summary>
- </member>
- <member name="P:OxyPlot.WP8.TrackerControl.Distance">
- <summary>
- Gets or sets the distance of the content container from the trackers Position.
- </summary>
- </member>
- <member name="P:OxyPlot.WP8.TrackerControl.CanCenterHorizontally">
- <summary>
- Gets or sets a value indicating whether the tracker can center its content box horizontally.
- </summary>
- </member>
- <member name="P:OxyPlot.WP8.TrackerControl.CanCenterVertically">
- <summary>
- Gets or sets a value indicating whether the tracker can center its content box vertically.
- </summary>
- </member>
- <member name="P:OxyPlot.WP8.TrackerControl.Position">
- <summary>
- Gets or sets Position of the tracker.
- </summary>
- </member>
- <member name="T:OxyPlot.WP8.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.WP8.TrackerDefinition.TrackerKey"/>
- in the TrackerDefinitions collection in the <see cref="T:OxyPlot.WP8.PlotView"/> control.</remarks>
- </member>
- <member name="F:OxyPlot.WP8.TrackerDefinition.TrackerKeyProperty">
- <summary>
- Identifies the <see cref="P:OxyPlot.WP8.TrackerDefinition.TrackerKey"/> dependency property.
- </summary>
- </member>
- <member name="F:OxyPlot.WP8.TrackerDefinition.TrackerTemplateProperty">
- <summary>
- Identifies the <see cref="P:OxyPlot.WP8.TrackerDefinition.TrackerTemplate"/> dependency property.
- </summary>
- </member>
- <member name="P:OxyPlot.WP8.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.WP8.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.WP8.ConverterExtensions">
- <summary>
- Extension method used to convert to/from Windows/Windows.Media classes.
- </summary>
- </member>
- <member name="M:OxyPlot.WP8.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.WP8.ConverterExtensions.ToBrush(OxyPlot.OxyColor)">
- <summary>
- Converts a color to a Brush.
- </summary>
- <param name="c">The color.</param>
- <returns>A SolidColorBrush.</returns>
- </member>
- <member name="M:OxyPlot.WP8.ConverterExtensions.ToColor(OxyPlot.OxyColor)">
- <summary>
- Converts an OxyColor to a Color.
- </summary>
- <param name="c">The color.</param>
- <returns>A Color.</returns>
- </member>
- <member name="M:OxyPlot.WP8.ConverterExtensions.ToHorizontalTextAlign(System.Windows.HorizontalAlignment)">
- <summary>
- Converts a HorizontalAlignment to a HorizontalTextAlign.
- </summary>
- <param name="alignment">The alignment.</param>
- <returns>A HorizontalTextAlign.</returns>
- </member>
- <member name="M:OxyPlot.WP8.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.WP8.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 to convert.</param>
- <returns>An <see cref="T:OxyPlot.OxyColor"/>.</returns>
- </member>
- <member name="M:OxyPlot.WP8.ConverterExtensions.ToOxyThickness(System.Windows.Thickness)">
- <summary>
- Converts a Thickness to an OxyThickness.
- </summary>
- <param name="t">The thickness.</param>
- <returns>An OxyPlot thickness.</returns>
- </member>
- <member name="M:OxyPlot.WP8.ConverterExtensions.ToPoint(OxyPlot.ScreenPoint,System.Boolean)">
- <summary>
- Converts a ScreenPoint to a 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 point.</returns>
- </member>
- <member name="M:OxyPlot.WP8.ConverterExtensions.ToRect(OxyPlot.OxyRect,System.Boolean)">
- <summary>
- Converts an <see cref="T:OxyPlot.OxyRect"/> to a <see cref="T:System.Windows.Rect"/>.
- </summary>
- <param name="r">The rectangle to convert.</param>
- <param name="aliased">use pixel alignment if set to <c>true</c>.</param>
- <returns>A <see cref="T:System.Windows.Rect"/>.</returns>
- </member>
- <member name="M:OxyPlot.WP8.ConverterExtensions.ToScreenPoint(System.Windows.Point)">
- <summary>
- Converts a point to a ScreenPoint.
- </summary>
- <param name="pt">The point.</param>
- <returns>A screen point.</returns>
- </member>
- <member name="M:OxyPlot.WP8.ConverterExtensions.ToScreenVector(System.Windows.Point)">
- <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.WP8.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.WP8.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.WP8.ConverterExtensions.ToMouseWheelEventArgs(System.Windows.Input.MouseWheelEventArgs,System.Windows.UIElement)">
- <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.UIElement"/> 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.WP8.ConverterExtensions.ToMouseDownEventArgs(System.Windows.Input.MouseButtonEventArgs,OxyPlot.OxyMouseButton,System.Windows.UIElement)">
- <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="button">The button.</param>
- <param name="relativeTo">The <see cref="T:System.Windows.UIElement"/> that the event is relative to.</param>
- <returns>A <see cref="T:OxyPlot.OxyMouseDownEventArgs"/> containing the converted event arguments.</returns>
- </member>
- <member name="M:OxyPlot.WP8.ConverterExtensions.ToMouseUpEventArgs(System.Windows.Input.MouseButtonEventArgs,OxyPlot.OxyMouseButton,System.Windows.UIElement)">
- <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="button">The button.</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.WP8.ConverterExtensions.ToMouseEventArgs(System.Windows.Input.MouseEventArgs,System.Windows.UIElement)">
- <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.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.WP8.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.WP8.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.WP8.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.WP8.Keyboard">
- <summary>
- Provides utility methods related to the keyboard.
- </summary>
- </member>
- <member name="M:OxyPlot.WP8.Keyboard.GetModifierKeys">
- <summary>
- Gets the current modifier keys.
- </summary>
- <returns>A <see cref="T:OxyPlot.OxyModifierKeys"/> value.</returns>
- </member>
- <member name="T:OxyPlot.WP8.MouseButtonHelper">
- <summary>
- Mouse button helper
- </summary>
- <remarks>See <a href="http://yinyangme.com/blog/post/The-simplest-way-to-detect-DoubleClick-in-Silverlight.aspx">The simplest way to detect DoubleClick in Silverlight</a>.</remarks>
- </member>
- <member name="F:OxyPlot.WP8.MouseButtonHelper.DoubleClickSpeed">
- <summary>
- The double click speed.
- </summary>
- </member>
- <member name="F:OxyPlot.WP8.MouseButtonHelper.MaxMoveDistance">
- <summary>
- The max move distance.
- </summary>
- </member>
- <member name="F:OxyPlot.WP8.MouseButtonHelper.lastClickTicks">
- <summary>
- The last click ticks.
- </summary>
- </member>
- <member name="F:OxyPlot.WP8.MouseButtonHelper.lastPosition">
- <summary>
- The last position.
- </summary>
- </member>
- <member name="F:OxyPlot.WP8.MouseButtonHelper.lastSender">
- <summary>
- The last sender.
- </summary>
- </member>
- <member name="M:OxyPlot.WP8.MouseButtonHelper.IsDoubleClick(System.Object,System.Windows.Input.MouseButtonEventArgs)">
- <summary>
- Determines if the click in the specified <see cref="T:System.Windows.Input.MouseButtonEventArgs"/> is a double click.
- </summary>
- <param name="sender">The sender.</param>
- <param name="e">The event arguments.</param>
- <returns><c>true</c> if the click is a double click.</returns>
- </member>
- <member name="M:OxyPlot.WP8.MouseButtonHelper.Distance(System.Windows.Point,System.Windows.Point)">
- <summary>
- Calculates the distance between two points.
- </summary>
- <param name="pointA">The point a.</param>
- <param name="pointB">The point b.</param>
- <returns>The distance.</returns>
- </member>
- </members>
- </doc>
|