Dundas.SharePoint.Charting.WebParts Send comments on this topic.
ChartRenderingEngine Class Members
See Also  Properties  Methods 
Dundas.Charting.WebControl Namespace : ChartRenderingEngine Class


The following tables list the members exposed by ChartRenderingEngine.

Public Constructors

  Name Description
Public Constructor ChartRenderingEngine Constructor Default Constructor  
Top

Public Properties

  Name Description
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 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

Protected Properties

  Name Description
Protected Property Manager Reference to the Animation Manager  
Top

Public Methods

  Name Description
Public Method BeginSelection This method starts Selection mode  
Public Method Close Close Svg File  
Public Method DrawArc Draws an arc representing a portion of an ellipse specified by a pair of coordinates, a width, and a height.  
Public Method DrawCurve 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 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 Animates and draws a line connecting the two points specified by coordinate pairs.  
Public Method DrawLineAnimation Draws a line connecting two PointF structures.  
Public Method DrawLines Draws a series of line segments that connect an array of PointF structures.  
Public Method DrawPath Draws a GraphicsPath object.  
Public Method DrawPie 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 Draws a polygon defined by an array of PointF structures.  
Public Method DrawPolygonA 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 Animates and draws a rectangle specified by a coordinate pair, a width, and a height.  
Public Method DrawRectangleAnimation 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 DrawStringAnimation 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 EndHotRegion This method stops SVG Selection mode  
Public Method EndSelection This method stops Selection mode  
Public Method FillEllipse Fills the interior of an ellipse defined by a bounding rectangle specified by a RectangleF structure.  
Public Method FillEllipseA Animates and fills the interior of a ellipse specified by a RectangleA structure.  
Public Method FillEllipseAnimation Fills the interior of an ellipse defined by a bounding rectangle specified by a RectangleF structure.  
Public Method FillPath Fills the interior of a GraphicsPath object.  
Public Method FillPie 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 Fills the interior of a polygon defined by an array of points specified by PointF structures .  
Public Method FillPolygonA 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 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 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 Flash File for writing.  
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 This method sets gradient type for SVG rendering  
Public Method SetTitle Set Title for SCG Document  
Public Method StartHotRegion Overloaded.  This method starts SVG Selection mode  
Public Method TranslateTransform Prepends the specified translation to the transformation matrix of this Graphics object.  
Top

See Also