Intersoft.Client.UI.DataVisualization Namespace : PieSeries Class |
<StyleTypedPropertyAttribute(Property="LegendItemStyle", StyleTargetType=Intersoft.Client.UI.DataVisualization.LegendItem)> <TemplatePartAttribute(Name="PlotArea", Type=System.Windows.Controls.Canvas)> <StyleTypedPropertyAttribute(Property="DataPointStyle", StyleTargetType=Intersoft.Client.UI.DataVisualization.PieDataPoint)> Public Class PieSeries Inherits Intersoft.Client.UI.DataVisualization.CircularSeries(Of PieDataPoint) Implements Intersoft.Client.Framework.IControl, Intersoft.Client.Framework.IFramework, Intersoft.Client.Framework.ILicensing, IRequireGlobalSeriesIndex, IRequireSeriesHost, IResourceDictionaryDispenser, ISelectableSeries, ISeries, IZoomPanelHost
Dim instance As PieSeries
[StyleTypedPropertyAttribute(Property="LegendItemStyle", StyleTargetType=Intersoft.Client.UI.DataVisualization.LegendItem)] [TemplatePartAttribute(Name="PlotArea", Type=System.Windows.Controls.Canvas)] [StyleTypedPropertyAttribute(Property="DataPointStyle", StyleTargetType=Intersoft.Client.UI.DataVisualization.PieDataPoint)] public class PieSeries : Intersoft.Client.UI.DataVisualization.CircularSeries<PieDataPoint>, Intersoft.Client.Framework.IControl, Intersoft.Client.Framework.IFramework, Intersoft.Client.Framework.ILicensing, IRequireGlobalSeriesIndex, IRequireSeriesHost, IResourceDictionaryDispenser, ISelectableSeries, ISeries, IZoomPanelHost
[StyleTypedPropertyAttribute(Property="LegendItemStyle", StyleTargetType=Intersoft.Client.UI.DataVisualization.LegendItem)] [TemplatePartAttribute(Name="PlotArea", Type=System.Windows.Controls.Canvas)] [StyleTypedPropertyAttribute(Property="DataPointStyle", StyleTargetType=Intersoft.Client.UI.DataVisualization.PieDataPoint)] public ref class PieSeries : public Intersoft.Client.UI.DataVisualization.CircularSeries<PieDataPoint>, Intersoft.Client.Framework.IControl, Intersoft.Client.Framework.IFramework, Intersoft.Client.Framework.ILicensing, IRequireGlobalSeriesIndex, IRequireSeriesHost, IResourceDictionaryDispenser, ISelectableSeries, ISeries, IZoomPanelHost
A PieSeries is a circular chart divided into sectors, illustrating proportion. In a PieSeries chart, the arc length of each sector is proportional to the quantity it represents. When angles are measured with 1 turn as unit then a number of percent is identified with the same number of centiturns.
Together, the sectors create a full disk. It is named for its resemblance to a pie which has been sliced. The size of the sectors are calculated by converting between percentage and degrees or by the use of a percentage protractor. Pie chart only support single series
System.Object
System.Windows.DependencyObject
System.Windows.UIElement
System.Windows.FrameworkElement
System.Windows.Controls.Control
Intersoft.Client.Framework.ISControl
Intersoft.Client.UI.DataVisualization.Series
Intersoft.Client.UI.DataVisualization.DataPointSeries
Intersoft.Client.UI.DataVisualization.CircularSeries
Intersoft.Client.UI.DataVisualization.CircularSeries<T>
Intersoft.Client.UI.DataVisualization.PieSeries
Target Platforms: 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