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


The following tables list the members exposed by ChartPicture.

Public Constructors

  Name Description
Public Constructor ChartPicture Constructor Constructor.  
Top

Public Properties

  Name Description
Public Property Annotations Chart annotation collection.  
Public Property AntiAliasing Specifies whether smoothing (antialiasing) is applied while drawing chart.  
Public Property BackColor Background color for the Chart  
Public Property BackGradientEndColor The second color which is used for a gradient  
Public Property BackGradientType A type for the background gradient  
Public Property BackHatchStyle Back Hatch style  
Public Property BackImage Chart area background image  
Public Property BackImageAlign Background image alignment used by ClampUnscale drawing mode.  
Public Property BackImageMode Chart area background image drawing mode.  
Public Property BackImageTranspColor Background image transparent color.  
Public Property BorderColor Border color for the Chart  
Public Property BorderSkinAttributes Chart border skin style.  
Public Property BorderStyle The style of the border line  
Public Property BorderWidth The width of the border line  
Public Property ChartAreas Reference to chart area collection  
Public Property DataManipulator Series Data Manipulator  
Public Property Height Chart height  
Public Property Legend Reference to the default legend object  
Public Property Legends Chart legend collection.  
Public Property MapAreas Chart map areas collection.  
Public Property MapEnabled Indicates that chart image map is enabled.  
Public Property SoftShadows Indicates that smoothing is applied while drawing shadows.  
Public Property TextAntiAliasingQuality Specifies the quality of text antialiasing.  
Public Property Title Chart title  
Public Property TitleFont Title font  
Public Property TitleFontColor Font color of the title  
Public Property Titles Chart title collection.  
Public Property UI Chart command user interface.  
Public Property Width Chart width  
Top

Public Methods

  Name Description
Public Method LoadTemplate Overloaded.  Loads chart appearance template from file.  
Public Method Paint Overloaded.  This function paints a chart.  
Public Method PaintAreaOnly This function paints a chart.  
Public Method ReCalc Recalculate the chart picture.  
Public Method Resize Overloaded.  Resize the chart picture.  
Public Method Select Overloaded.  Function, that returns a selected data point and selected series from x, and y coordinate position.  
Top

Protected Methods

  Name Description
Protected Method Dispose  
Protected Method OnAfterPaint Invoke after paint delegates.  
Protected Method OnBeforePaint Invoke before paint delegates.  
Top

See Also