Method | Description | |
---|---|---|
Close ( ) : void |
Closes the svg writer.
|
|
Complete ( ) : void |
Completes the svg element.
|
|
Dispose ( ) : void |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
|
DrawEllipse ( OxyPlot.OxyRect rect, OxyPlot.OxyColor fill, OxyPlot.OxyColor stroke, double thickness ) : void |
Draws an ellipse.
|
|
DrawLine ( IList |
Draws the polyline from the specified points.
|
|
DrawPolygon ( IList |
Draws the polygon from the specified points. The polygon can have stroke and/or fill.
|
|
DrawRectangle ( OxyPlot.OxyRect rect, OxyPlot.OxyColor fill, OxyPlot.OxyColor stroke, double thickness ) : void |
Draws the rectangle.
|
|
DrawText ( OxyPlot.ScreenPoint p, string text, OxyPlot.OxyColor c, string fontFamily, double fontSize, double fontWeight, double rotate, HorizontalAlignment halign, VerticalAlignment valign, OxyPlot.OxySize maxSize ) : void |
Draws the text.
|
|
Flush ( ) : void |
Flushes this instance.
|
|
MeasureText ( string text, string fontFamily, double fontSize, double fontWeight ) : OxyPlot.OxySize |
Measures the text.
|
|
SvgRenderContext ( Stream s, double width, double height, bool isDocument, ITextMeasurer textMeasurer, OxyPlot.OxyColor background ) : System |
Initializes a new instance of the SvgRenderContext class.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Releases unmanaged and - optionally - managed resources
|
public DrawEllipse ( OxyPlot.OxyRect rect, OxyPlot.OxyColor fill, OxyPlot.OxyColor stroke, double thickness ) : void | ||
rect | OxyPlot.OxyRect | The rectangle. |
fill | OxyPlot.OxyColor | The fill color. |
stroke | OxyPlot.OxyColor | The stroke color. |
thickness | double | The thickness. |
return | void |
public DrawLine ( IList |
||
points | IList |
The points. |
stroke | OxyPlot.OxyColor | The stroke color. |
thickness | double | The stroke thickness. |
dashArray | double | The dash array. |
lineJoin | OxyPenLineJoin | The line join type. |
aliased | bool | if set to |
return | void |
public DrawPolygon ( IList |
||
points | IList |
The points. |
fill | OxyPlot.OxyColor | The fill color. |
stroke | OxyPlot.OxyColor | The stroke color. |
thickness | double | The stroke thickness. |
dashArray | double | The dash array. |
lineJoin | OxyPenLineJoin | The line join type. |
aliased | bool | if set to |
return | void |
public DrawRectangle ( OxyPlot.OxyRect rect, OxyPlot.OxyColor fill, OxyPlot.OxyColor stroke, double thickness ) : void | ||
rect | OxyPlot.OxyRect | The rectangle. |
fill | OxyPlot.OxyColor | The fill color. |
stroke | OxyPlot.OxyColor | The stroke color. |
thickness | double | The stroke thickness. |
return | void |
public DrawText ( OxyPlot.ScreenPoint p, string text, OxyPlot.OxyColor c, string fontFamily, double fontSize, double fontWeight, double rotate, HorizontalAlignment halign, VerticalAlignment valign, OxyPlot.OxySize maxSize ) : void | ||
p | OxyPlot.ScreenPoint | The p. |
text | string | The text. |
c | OxyPlot.OxyColor | The c. |
fontFamily | string | The font family. |
fontSize | double | Size of the font. |
fontWeight | double | The font weight. |
rotate | double | The rotate. |
halign | HorizontalAlignment | The horizontal alignment. |
valign | VerticalAlignment | The vertical alignment. |
maxSize | OxyPlot.OxySize | Size of the max. |
return | void |
public MeasureText ( string text, string fontFamily, double fontSize, double fontWeight ) : OxyPlot.OxySize | ||
text | string | The text. |
fontFamily | string | The font family. |
fontSize | double | Size of the font. |
fontWeight | double | The font weight. |
return | OxyPlot.OxySize |
public SvgRenderContext ( Stream s, double width, double height, bool isDocument, ITextMeasurer textMeasurer, OxyPlot.OxyColor background ) : System | ||
s | Stream | The s. |
width | double | The width. |
height | double | The height. |
isDocument | bool | Create an SVG document if set to |
textMeasurer | ITextMeasurer | The text measurer. |
background | OxyPlot.OxyColor | The background. |
return | System |