OxyPlot.WP8
Converts between and .
Modifies the source data before passing it to the target for display in the UI.
The source data being passed to the target.
The of data expected by the target dependency property.
An optional parameter to be used in the converter logic.
The culture of the conversion.
The value to be passed to the target dependency property.
Modifies the target data before passing it to the source object. This method is called only in bindings.
The target data being passed to the source.
The of data expected by the source object.
An optional parameter to be used in the converter logic.
The culture of the conversion.
The value to be passed to the source object.
Converts from to the maximum thicknesses.
This is used in the to convert BorderThickness properties to Path.StrokeThickness (double).
The maximum thickness value is used.
Modifies the source data before passing it to the target for display in the UI.
The source data being passed to the target.
The of data expected by the target dependency property.
An optional parameter to be used in the converter logic.
The culture of the conversion.
The value to be passed to the target dependency property.
Modifies the target data before passing it to the source object. This method is called only in bindings.
The target data being passed to the source.
The of data expected by the source object.
An optional parameter to be used in the converter logic.
The culture of the conversion.
The value to be passed to the source object.
Implements for .
The brush cache.
The canvas.
The images in use
The image cache
The current tool tip
The clip rectangle.
The clip flag.
Initializes a new instance of the class.
The canvas.
Draws an ellipse.
The rectangle.
The fill color.
The stroke color.
The thickness.
Draws the collection of ellipses, where all have the same stroke and fill.
This performs better than calling DrawEllipse multiple times.
The rectangles.
The fill color.
The stroke color.
The stroke thickness.
Draws the polyline from the specified points.
The points.
The stroke color.
The stroke thickness.
The dash array.
The line join type.
if set to true the shape will be aliased.
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.
The points.
The stroke color.
The stroke thickness.
The dash array.
The line join type.
if set to true the shape will be aliased.
Draws the polygon from the specified points. The polygon can have stroke and/or fill.
The points.
The fill color.
The stroke color.
The stroke thickness.
The dash array.
The line join type.
if set to true the shape will be aliased.
Draws a collection of polygons, where all polygons have the same stroke and fill.
This performs better than calling DrawPolygon multiple times.
The polygons.
The fill color.
The stroke color.
The stroke thickness.
The dash array.
The line join type.
if set to true the shape will be aliased.
Draws the rectangle.
The rectangle.
The fill color.
The stroke color.
The stroke thickness.
Draws a collection of rectangles, where all have the same stroke and fill.
This performs better than calling DrawRectangle multiple times.
The rectangles.
The fill color.
The stroke color.
The stroke thickness.
Draws the text.
The position.
The text.
The fill color.
The font family.
Size of the font.
The font weight.
The rotation angle.
The horizontal alignment.
The vertical alignment.
The maximum size of the text.
Measures the text.
The text.
The font family.
Size of the font.
The font weight.
The text size.
Sets the tool tip for the following items.
The text in the tooltip.
Draws the specified portion of the specified at the specified location and with the specified size.
The source.
The x-coordinate of the upper-left corner of the portion of the source image to draw.
The y-coordinate of the upper-left corner of the portion of the source image to draw.
Width of the portion of the source image to draw.
Height of the portion of the source image to draw.
The x-coordinate of the upper-left corner of drawn image.
The y-coordinate of the upper-left corner of drawn image.
The width of the drawn image.
The height of the drawn image.
The opacity.
interpolate if set to true.
Sets the clipping rectangle.
The clipping rectangle.
True if the clipping rectangle was set.
Resets the clipping rectangle.
Cleans up resources not in use.
This method is called at the end of each rendering.
Creates the dash array collection.
The dash array.
A DoubleCollection.
Gets the font weight.
The font weight.
A
Adds the specified element to the canvas.
The element.
The clip offset X.
The clip offset Y.
Applies the tooltip to the specified element.
The element.
Gets the cached brush.
The stroke.
The brush.
Sets the stroke of the specified shape.
The shape.
The stroke.
The thickness.
The line join.
The dash array.
aliased if set to true.
Applies the clip rectangle.
The image.
The x offset of the element.
The y offset of the element.
Gets the bitmap source.
The image.
The bitmap source.
Gets the height.
The height.
Gets a value indicating whether to paint the background.
true if the background should be painted; otherwise, false.
Gets the width.
The width.
Gets or sets a value indicating whether the context renders to screen.
true if the context renders to screen; otherwise, false.
The OxyPlot.WP8 namespace contains controls for WP8.
Represents a control that displays a .
Represents a control that displays a .
The Grid PART constant.
Identifies the dependency property.
Identifies the dependency property.
Identifies the dependency property.
Identifies the dependency property.
Identifies the dependency property.
Identifies the dependency property.
Identifies the dependency property.
Identifies the dependency property.
Identifies the dependency property.
Identifies the dependency property.
The model lock.
The tracker definitions.
The render context
The canvas.
The current model.
The current tracker.
The grid.
The default controller.
Invalidation flag (0: no update, 1: update visual elements only, 2:update data).
The overlays.
The zoom control.
Initializes a new instance of the class.
Hides the tracker.
Hides the zoom rectangle.
Invalidate the PlotView (not blocking the UI thread)
The update Data.
When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call . In simplest terms, this means the method is called just before a UI element displays in an application. For more information, see Remarks.
Saves the PlotView as a bitmap.
Name of the file.
Sets the cursor type.
The cursor type.
Shows the tracker.
The tracker data.
Shows the zoom rectangle.
The rectangle.
Renders the PlotView to a bitmap.
A bitmap.
Stores text on the clipboard.
The text.
Called before the event occurs.
The data for the event.
Called when the event occurs.
The data for the event.
Called when the event occurs.
The data for the event.
Called when the event occurs.
The data for the event.
Called before the event occurs.
The data for the event.
Called before the event occurs.
The data for the event.
Raises the event.
A that contains the event data.
Raises the event.
A that contains the event data.
Called when a mouse button is pressed down.
The button.
The instance containing the event data.
Called before the event occurs.
The data for the event.
Raises the MouseButtonUp event.
The button.
The instance containing the event data.
Called before the event occurs to provide handling for the event in a derived class without attaching a delegate.
A that contains the event data.
Called before the event occurs.
The data for the event.
Called before the event occurs.
The data for the event.
Provides the behavior for the Arrange pass of Silverlight layout. Classes can override this method to define their own Arrange pass behavior.
The final area within the parent that this object should use to arrange itself and its children.
The actual size that is used after the element is arranged in layout.
Called when the Model is changed.
The d.
The instance containing the event data.
Sets the clipboard text.
The text.
Called when the control is loaded.
The sender.
The instance containing the event data.
Called when the model is changed.
Called when the size of the control is changed.
The sender.
The instance containing the event data.
Updates the model.
The update Data.
Updates the visuals.
Invokes the specified action on the dispatcher, if necessary.
The action.
Gets or sets the PlotView controller.
The PlotView controller.
Gets or sets the default tracker template.
Gets or sets a value indicating whether to handle right clicks.
Gets or sets a value indicating whether IsMouseWheelEnabled.
Gets or sets the model.
The model.
Gets or sets the pan cursor.
The pan cursor.
Gets or sets the horizontal zoom cursor.
The zoom horizontal cursor.
Gets or sets the rectangle zoom cursor.
The zoom rectangle cursor.
Gets or sets the zoom rectangle template.
The zoom rectangle template.
Gets or sets the vertical zoom cursor.
The zoom vertical cursor.
Gets the actual model in the view.
The actual model.
Gets the actual model.
The actual model.
Gets the actual controller.
The actual .
Gets the coordinates of the client area of the view.
Gets the actual PlotView controller.
The actual PlotView controller.
Gets the tracker definitions.
The tracker definitions.
The tracker control.
The path part string.
The content part string.
The content container part string.
The horizontal line part string.
The vertical line part string.
Identifies the dependency property.
Identifies the dependency property.
Identifies the dependency property.
Identifies the dependency property.
Identifies the dependency property.
Identifies the dependency property.
Identifies the dependency property.
Identifies the dependency property.
Identifies the dependency property.
Identifies the dependency property.
Identifies the dependency property.
The content.
The horizontal line.
The path.
The content container.
The vertical line.
Initializes a new instance of the class.
When overridden in a derived class, is invoked whenever application code or internal processes call .
Called when the position is changed.
The sender.
The instance containing the event data.
Called when the position is changed.
The dependency property changed event args.
Update the position and border of the tracker.
Create the border geometry.
The horizontal alignment.
The vertical alignment.
The width.
The height.
The margin.
The border geometry.
Create a border geometry with a 'pointer'.
The horizontal alignment.
The vertical alignment.
The width.
The height.
The margin.
The border geometry.
Gets or sets HorizontalLineVisibility.
Gets or sets VerticalLineVisibility.
Gets or sets LineStroke.
Gets or sets LineExtents.
Gets or sets LineDashArray.
Gets or sets a value indicating whether to show a 'pointer' on the border.
Gets or sets the corner radius (only used when ShowPoint=false).
Gets or sets the distance of the content container from the trackers Position.
Gets or sets a value indicating whether the tracker can center its content box horizontally.
Gets or sets a value indicating whether the tracker can center its content box vertically.
Gets or sets Position of the tracker.
Represents a tracker definition.
The tracker definitions make it possible to show different trackers for different series.
The property is matched with the
in the TrackerDefinitions collection in the control.
Identifies the dependency property.
Identifies the dependency property.
Gets or sets the tracker key.
The Plot will use this property to find the TrackerDefinition that matches the TrackerKey of the current series.
Gets or sets the tracker template.
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.
Extension method used to convert to/from Windows/Windows.Media classes.
Calculate the distance between two points.
The first point.
The second point.
The distance.
Converts a color to a Brush.
The color.
A SolidColorBrush.
Converts an OxyColor to a Color.
The color.
A Color.
Converts a HorizontalAlignment to a HorizontalTextAlign.
The alignment.
A HorizontalTextAlign.
Converts a Color to an OxyColor.
The color.
An OxyColor.
Converts a to an .
The brush to convert.
An .
Converts a Thickness to an OxyThickness.
The thickness.
An OxyPlot thickness.
Converts a ScreenPoint to a Point.
The screen point.
use pixel alignment conversion if set to true.
A point.
Converts an to a .
The rectangle to convert.
use pixel alignment if set to true.
A .
Converts a point to a ScreenPoint.
The point.
A screen point.
Converts the specified vector to a ScreenVector.
The vector.
A .
Converts a Point array to a ScreenPoint array.
The points.
A ScreenPoint array.
Converts the specified key.
The key to convert.
The converted key.
Converts to for a mouse wheel event.
The instance containing the event data.
The that the event is relative to.
A containing the converted event arguments.
Converts to for a mouse down event.
The instance containing the event data.
The button.
The that the event is relative to.
A containing the converted event arguments.
Converts to for a mouse up event.
The instance containing the event data.
The button.
The that the event is relative to.
A containing the converted event arguments.
Converts to for a mouse event.
The instance containing the event data.
The that the event is relative to.
A containing the converted event arguments.
Converts to for a touch started event.
The instance containing the event data.
The that the event is relative to.
A containing the converted event arguments.
Converts to for a touch delta event.
The instance containing the event data.
The that the event is relative to.
A containing the converted event arguments.
Converts to for a touch completed event.
The instance containing the event data.
The that the event is relative to.
A containing the converted event arguments.
Provides utility methods related to the keyboard.
Gets the current modifier keys.
A value.
Mouse button helper
See The simplest way to detect DoubleClick in Silverlight.
The double click speed.
The max move distance.
The last click ticks.
The last position.
The last sender.
Determines if the click in the specified is a double click.
The sender.
The event arguments.
true if the click is a double click.
Calculates the distance between two points.
The point a.
The point b.
The distance.