Chart Class
SharePoint 2010
Provides the implementation of the Chart Web Server Control.
Namespace:
Microsoft.Office.Server.WebControls
Assembly: Microsoft.Office.Server.Chart (in Microsoft.Office.Server.Chart.dll)
Some notes on use
This class inherits from System.Web.UI.DataVisualization.Charting.Chart and appears mostly to change the image delivery from ChartImg.axd (which requires adding an httphandler) to ChartPreviewImage.aspx in the _layouts directory. We have noticed that if one uses this class, rendering the control gives a null error unless the web part is placed on a page with a search refinement manager (see http://blogs.msdn.com/b/arnts/archive/2010/03/03/visualize-your-enterprise-search-results-and-add-visual-navigation.aspx?wa=wsignin1.0)
$0$0
$0
- 12/22/2010
- Rich Frenkel