Dundas Chart for ASP.NET
SvgRendering Class Members
See Also  Properties  Methods  Send comments on this topic.
Dundas.Charting.WebControl.Svg Namespace : SvgRendering Class


The following tables list the members exposed by SvgRendering.

Public Constructors

  Name Description
Public Constructor SvgRendering Constructor Public constructor  
Top

Public Properties

  Name Description
Public Property Brush Sets the color of the Solid brush or the first color of Gradient brush (Inherited from ChartParameters)
Public Property Pen Sets the color, width and style for drawing (Inherited from ChartParameters)
Public Property PictureSize Gets Picture size (Inherited from ChartParameters)
Top

Public Methods

  Name Description
Public Method BeginSvgSelection This method starts SVG Selection mode  
Public Method Close Used to Close and put finish tag on SVG document  
Public Method DrawArc Draws an arc representing a portion of an ellipse specified by a Rectangle structure.  
Public Method DrawBezier Draws a Bézier spline defined by four Point structures.  
Public Method DrawBeziers Draws a series of Bézier splines from an array of PointF structures.  
Public Method DrawClosedCurve Draws a closed cardinal spline defined by an array of Point structures.  
Public Method DrawCurve Overloaded.  Draws a cardinal spline through a specified array of Point structures.  
Public Method DrawEllipse Draws an ellipse defined by a bounding rectangle specified by a pair of coordinates, a height, and a width.  
Public Method DrawImage Overloaded.  Draws the specified portion of the specified Image object at the specified location and with the specified size.  
Public Method DrawLine Draws a line connecting the two points specified by coordinate pairs.  
Public Method DrawLines Draws a series of line segments that connect an array of Point structures.  
Public Method DrawPath Draws a GraphicsPath object.  
Public Method DrawPie Draws a pie shape defined by an ellipse specified by a Rectangle structure and two radial lines.  
Public Method DrawPolygon Draws a polygon defined by an array of Point structures.  
Public Method DrawRectangle Draws a rectangle specified by a coordinate pair, a width, and a height.  
Public Method DrawString Overloaded.  Draws the specified text string at the specified location with the specified Brush and Font objects using the formatting attributes of the specified StringFormat object.  
Public Method EndSvgSelection This method stops SVG Selection mode  
Public Method FillArc Fill an arc representing a portion of an ellipse specified by a Rectangle structure.  
Public Method FillBezier Fill a Bézier spline defined by four Point structures. If curve is open a line will connect the curve.  
Public Method FillClosedCurve Fill a closed cardinal spline defined by an array of Point structures.  
Public Method FillCurve Fill a cardinal spline through a specified array of Point structures.  
Public Method FillEllipse Fill an ellipse defined by a bounding rectangle specified by a pair of coordinates, a height, and a width.  
Public Method FillPath Fill a GraphicsPath object.  
Public Method FillPie Fill a pie shape defined by an ellipse specified by a Rectangle structure and two radial lines.  
Public Method FillPolygon Fill a polygon defined by an array of Point structures.  
Public Method FillRectangle Fills the interior of a rectangle specified by a RectangleF structure.  
Public Method FillTexturedRectangle Fills the specified Rectangle at the specified location with specified Texture Brush.  
Public Method Open Overloaded.  Open SVG Document for writing  
Public Method ResetClip Resets the clip region of this Graphics object to an infinite region.  
Public Method SetClip Sets the clipping region of this Graphics object to the rectangle specified by a RectangleF structure.  
Public Method SetSmoothingMode Sets the rendering quality for this Graphics object.  
Public Method SetTitle Set Title for SVG document.  
Public Method WrapString This method is used to wrap string which can not fir specified rectangle. SVG does not support multi line text and automatic text wrapping.  
Top

See Also

Copyright © 2001 - 2009 Dundas Data Visualization, Inc. and others.