Version

PieChart Method

Constructs a pie chart with the provided data source.
Overload List
OverloadDescription
PieChart<T>(IQueryable<T>)Constructs a pie chart with the provided data source.  
PieChart<T>(IDictionary<String,Object>)Creates a pie chart using a fluent interface.  
PieChart<T>(Object)Creates a pie chart using a fluent interface.  
PieChart<T>(IQueryable<T>,IDictionary<String,Object>)Creates a pie chart using a fluent interface.  
PieChart<T>(IQueryable<T>,Object)Creates a pie chart using a fluent interface.  
PieChart(String,PieChartModel)Accepts a model class and returns a string that will be rendered in the view.  
PieChart(PieChartModel,IDictionary<String,Object>)Accepts a model class and HTML attributes and returns a string that will be rendered in the view.  
PieChart(PieChartModel,Object)Accepts a model class and HTML attributes and returns a string that will be rendered in the view.  
PieChart(String,PieChartModel,IDictionary<String,Object>)Accepts a model class, id and HTML attributes and returns a string that will be rendered in the view.  
PieChart(String,PieChartModel,Object)Accepts a model class, id and HTML attributes and returns a string that will be rendered in the view.  
PieChart<T>()Constructs a pie chart with the provided data source.  
PieChart()Creates a chart using a fluent interface.  
Requirements

Target Platforms: Windows 8.1, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

View on GitHub