ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / Pie Class
Members


In This Topic
    Pie Class
    In This Topic
    Represents the element of pie chart.
    Object Model
    Pie Class
    Syntax
    'Declaration
     
    
    <ObsoleteAttribute("Please use PieSlice class instead.")>
    <LocalizabilityAttribute(LocalizationCategory.None, Readability=Readability.Unreadable)>
    <StyleTypedPropertyAttribute(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)>
    <XmlLangPropertyAttribute("Language")>
    <UsableDuringInitializationAttribute(True)>
    <RuntimeNamePropertyAttribute("Name")>
    <UidPropertyAttribute("Uid")>
    <TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
    <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
    Public Class Pie 
       Inherits PlotElement
    'Usage
     
    
    Dim instance As Pie
    [Obsolete("Please use PieSlice class instead.")]
    [Localizability(LocalizationCategory.None, Readability=Readability.Unreadable)]
    [StyleTypedProperty(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)]
    [XmlLangProperty("Language")]
    [UsableDuringInitialization(true)]
    [RuntimeNameProperty("Name")]
    [UidProperty("Uid")]
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public class Pie : PlotElement 
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             System.Windows.Media.Visual
                System.Windows.UIElement
                   System.Windows.FrameworkElement
                      System.Windows.Shapes.Shape
                         C1.WPF.C1Chart.PlotElement
                            C1.WPF.C1Chart.Pie
                               C1.WPF.C1Chart.PieSlice

    See Also