Intersoft ClientUI Documentation
PieSeries Class
Members 



Represents a control that contains a data series to be rendered in pie format.
Object Model
PieSeries ClassStyleSelector ClassISFramework ClassISeriesHost Interface
Syntax
<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.IControlIntersoft.Client.Framework.IFramework, Intersoft.Client.Framework.ILicensing, IRequireGlobalSeriesIndexIRequireSeriesHostIResourceDictionaryDispenserISelectableSeriesISeriesIZoomPanelHost 
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.IControlIntersoft.Client.Framework.IFramework, Intersoft.Client.Framework.ILicensing, IRequireGlobalSeriesIndexIRequireSeriesHostIResourceDictionaryDispenserISelectableSeriesISeriesIZoomPanelHost  
[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.IControlIntersoft.Client.Framework.IFramework, Intersoft.Client.Framework.ILicensing, IRequireGlobalSeriesIndexIRequireSeriesHostIResourceDictionaryDispenserISelectableSeriesISeriesIZoomPanelHost  
Remarks

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

Inheritance Hierarchy

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

Requirements

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

See Also

Reference

PieSeries Members
Intersoft.Client.UI.DataVisualization Namespace

Send Feedback