OxyPlot.Wpf Implements for . The images in use The image cache The brush cache. The font family cache The canvas. The clip rectangle. The current tool tip The dpi scale. The visual offset relative to visual root. Initializes a new instance of the class. The canvas. Gets or sets the text measurement method. The text measurement method. Gets or sets the text formatting mode. The text formatting mode. The default value is . Measures the size of the specified text by a faster method (using GlyphTypefaces). The text. The font family. The font size. The font weight. The size of the text. Gets the font weight. The font weight value. The font weight. Fast text size calculation The glyph typeface. The size. The text. The text size. Creates an element of the specified type and adds it to the canvas. Type of element to create. The clip offset executable. The clip offset asynchronous. The element. Applies the current tool tip to the specified element. The element. Gets the cached brush. The color. The brush. Gets the cached font family. Name of the family. The FontFamily. Sets the stroke properties of the specified shape object. The shape. The stroke color. The thickness. The edge rendering mode. The line join. The dash array. Use null to get a solid line. The dash offset. Gets the bitmap source. The image. The bitmap source. Converts an to a . The rectangle. A . Snaps points to pixels if required by the edge rendering mode. The points. The stroke thickness. The edge rendering mode. The processed points. Snaps a rectangle to device pixels if required by the edge rendering mode. The rectangle. The stroke thickness. The edge rendering mode. The processed rectangle. Snaps a stroke thickness to device pixels if required by the edge rendering mode. The stroke thickness. The edge rendering mode. The processed stroke thickness. Represents a control that displays a . This is based on . Represents a control that displays a . Identifies the dependency property. Initializes a new instance of the class. Gets or sets a value indicating whether to disconnect the canvas while updating. true if canvas should be disconnected while updating; otherwise, false. Gets or sets the vertical zoom cursor. The zoom vertical cursor. Gets the Canvas. Gets the CanvasRenderContext. Performs the copy operation. The sender. The instance containing the event data. Returns a reference to the visual object that hosts the dependency object in the visual tree. The host window from the visual tree. Saves the PlotView as a bitmap. Name of the file. Saves the PlotView as a bitmap. Name of the file. The width. The height. Saves the PlotView as xaml. Name of the file. Renders the PlotView to xaml. The xaml. Renders the PlotView to a bitmap. A bitmap. Provides functionality to export plots to png. Initializes a new instance of the class. Gets or sets the width of the output image. Gets or sets the height of the output image. Gets or sets the resolution of the output image. The resolution in dots per inch (dpi). Exports the specified plot model to a file. The model to export. The file name. The width of the output bitmap. The height of the output bitmap. The resolution (resolution). The default value is 96. Exports the specified to the specified . The model. The output stream. Exports the specified plot model to a bitmap. The model to export. A bitmap. Provides functionality to export plots to scalable vector graphics using text measuring in WPF. Initializes a new instance of the class. The text measurement methods. Measurement by TextBlock. This gives a more accurate result than as it takes into account text shaping. Measurement by glyph typeface. This is faster than , but does not take into account text shaping. Provides functionality to support non-default dpi scaling Snaps a screen point to a pixel grid. Depending on the stroke thickness, the point is snapped either to the middle or the border of a pixel. The x coordinate of the point. The y coordinate of the point. The stroke thickness. A point structure which represents X and Y visual offsets relative to visual root The DPI scale. Snapped point Snaps a rectangle structure to a pixel grid. Depending on the stroke thickness, the rectangle bounds are snapped either to the middle or the border of pixels. Rectangle structure The stroke thickness. A point structure which represents X and Y visual offsets relative to visual root The DPI scale. Snapped rectangle structure Snaps a stroke thickness to an integer multiple of device pixels. The stroke thickness. The DPI scale. The snapped stroke thickness. Snaps a screen coordinate to a pixel grid Screen coordinate Pixel grid offset Pixel grid scale Snapped coordinate Gets the pixel offset for the given scale and stroke thickness. This takes into account that lines with even width should be rendered on the border between two pixels, while lines with odd width should be rendered in the middle of a pixel. The stroke thickness. Pixel grid scale The pixel offset. Provides functionality to export plots to XAML. Export the specified plot model to an xaml string. The model. The width. The height. A xaml string. Exports the specified plot model to a xaml file. The model. Name of the file. The width. The height. Exports the specified plot model to a xml writer. The model. The xml writer. The width. The height. Implements for . This does not use and therefore the output can be serialized to XAML. The maximum number of figures per geometry. The maximum number of polylines per line. The minimum number of points per polyline. Initializes a new instance of the class. The canvas. Gets or sets the thickness limit for "balanced" line drawing. Draws the line using the MaxPolylinesPerLine and MinPointsPerPolyline properties. The points. The stroke color. The thickness. The edge rendering mode. The dash array. Use null to get a solid line. The line join. Creates a point collection from the specified points. The points are snapped to pixels if required by the edge rendering mode, The points to convert. The stroke thickness. The edge rendering mode. The point collection. Provides functionality to export plots to xps. Initializes a new instance of the class. Gets or sets the width of the output document. Gets or sets the height of the output document. Gets or sets the text formatting mode. The text formatting mode. Exports the specified plot model to an xps file. The model. The file name. The width. The height. Exports the specified to the specified . The model. The stream. The width. The height. Prints the specified plot model. The model. The width (using the actual media width if set to NaN). The height (using the actual media height if set to NaN). Exports the specified to the specified . The model. The stream. Prints the specified plot model. The model. Write the specified to the specified . The model. The document writer.