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


The following tables list the members exposed by SvgChartGraphics.

Public Constructors

  Name Description
Public Constructor SvgChartGraphics Constructor Default 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 Clip Gets or sets a Region object that limits the drawing region of this Graphics object.  
Public Property Graphics Reference to the Graphics object  
Public Property IsClipEmpty Gets a value indicating whether the clipping region of this Graphics object is empty.  
Public Property Pen Sets the color, width and style for drawing (Inherited from ChartParameters)
Public Property PictureSize Gets Picture size (Inherited from ChartParameters)
Public Property SmoothingMode Gets or sets the rendering quality for this Graphics object.  
Public Property TextRenderingHint Gets or sets the rendering mode for text associated with this Graphics object.  
Public Property Transform Gets or sets the world transformation for this Graphics object.  
Top

Public Methods

  Name Description
Public Method BeginSelection This method starts Selection mode  
Public Method BeginSvgSelection This method starts SVG Selection mode (Inherited from SvgRendering)
Public Method Close Used to Close and put finish tag on SVG document (Inherited from SvgRendering)
Public Method DrawArc Overloaded.  Draws an arc representing a portion of an ellipse specified by a pair of coordinates, a width, and a height.  
Public Method DrawBezier Draws a Bézier spline defined by four Point structures. (Inherited from SvgRendering)
Public Method DrawBeziers Draws a series of Bézier splines from an array of PointF structures. (Inherited from SvgRendering)
Public Method DrawClosedCurve Draws a closed cardinal spline defined by an array of Point structures. (Inherited from SvgRendering)
Public Method DrawCurve Overloaded.  Draws a cardinal spline through a specified array of PointF structures using a specified tension. The drawing begins offset from the beginning of the array.  
Public Method DrawEllipse Overloaded.  Draws an ellipse defined by a bounding rectangle specified by a pair of coordinates, a height, and a width.  
Public Method DrawEllipseA Overloaded.  Animates and draws the interior of a ellipse specified by a RectangleA structure.  
Public Method DrawImage Overloaded.  Draws the specified portion of the specified Image object at the specified location and with the specified size.  
Public Method DrawImageA Animates and draws the specified portion of the specified Image object at the specified location and with the specified size.  
Public Method DrawLine Overloaded.  Draws a line connecting two PointF structures.  
Public Method DrawLineA Overloaded.  Animates and draws a line connecting the two points specified by coordinate pairs.  
Public Method DrawLines Overloaded.  Draws a series of line segments that connect an array of PointF structures.  
Public Method DrawPath Overloaded.  Draws a GraphicsPath object.  
Public Method DrawPie Overloaded.  Draws a pie shape defined by an ellipse specified by a coordinate pair, a width, and a height and two radial lines.  
Public Method DrawPolygon Overloaded.  Draws a polygon defined by an array of PointF structures.  
Public Method DrawPolygonA Overloaded.  Animates and draws a polygon defined by an array of Point structures.  
Public Method DrawRectangle Overloaded.  Draws a rectangle specified by a coordinate pair, a width, and a height.  
Public Method DrawRectangleA Overloaded.  Animates and draws a rectangle specified by a coordinate pair, a width, and a height.  
Public Method DrawString Overloaded.  Draws the specified text string in the specified rectangle with the specified Brush and Font objects using the formatting attributes of the specified StringFormat object.  
Public Method DrawStringA Overloaded.  Animates and draws specified text string in the specified rectangle with the specified Brush and Font objects using the formatting attributes of the specified StringFormat object.  
Public Method EndSelection This method stops Selection mode  
Public Method EndSvgSelection This method stops SVG Selection mode (Inherited from SvgRendering)
Public Method FillArc Fill an arc representing a portion of an ellipse specified by a Rectangle structure. (Inherited from SvgRendering)
Public Method FillBezier Fill a Bézier spline defined by four Point structures. If curve is open a line will connect the curve. (Inherited from SvgRendering)
Public Method FillClosedCurve Fill a closed cardinal spline defined by an array of Point structures. (Inherited from SvgRendering)
Public Method FillCurve Fill a cardinal spline through a specified array of Point structures. (Inherited from SvgRendering)
Public Method FillEllipse Overloaded.  Fills the interior of an ellipse defined by a bounding rectangle specified by a RectangleF structure.  
Public Method FillEllipseA Overloaded.  Animates and fills the interior of a ellipse specified by a RectangleA structure.  
Public Method FillPath Overloaded.  Fills the interior of a GraphicsPath object.  
Public Method FillPie Overloaded.  Fills the interior of a pie section defined by an ellipse specified by a pair of coordinates, a width, and a height and two radial lines.  
Public Method FillPolygon Overloaded.  Fills the interior of a polygon defined by an array of points specified by PointF structures .  
Public Method FillPolygonA Overloaded.  Animates and fills a polygon defined by an array of Point structures.  
Public Method FillRectangle Overloaded.  Fills the interior of a rectangle specified by a RectangleF structure.  
Public Method FillRectangleA Overloaded.  Animates and fills the interior of a rectangle specified by a RectangleA structure.  
Public Method FillRegion Fills the interior of a Region object.  
Public Method FillTexturedRectangle Fills the specified Rectangle at the specified location with specified Texture Brush. (Inherited from SvgRendering)
Public Method MeasureString Overloaded.  Measures the specified string when drawn with the specified Font object and formatted with the specified StringFormat object.  
Public Method Open Overloaded.  Open SVG Document for writing (Inherited from SvgRendering)
Public Method ResetClip Resets the clip region of this Graphics object to an infinite region.  
Public Method Restore Restores the state of this Graphics object to the state represented by a GraphicsState object.  
Public Method Save Saves the current state of this Graphics object and identifies the saved state with a GraphicsState object.  
Public Method SetClip Overloaded.  Sets the clipping region of this Graphics object to the rectangle specified by a RectangleF structure.  
Public Method SetGradient Set Gradient colors and type  
Public Method SetSmoothingMode Sets the rendering quality for this Graphics object. (Inherited from SvgRendering)
Public Method SetTitle Set Title for SVG document. (Inherited from SvgRendering)
Public Method TranslateTransform Prepends the specified translation to the transformation matrix of this Graphics object.  
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. (Inherited from SvgRendering)
Top

See Also

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