Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.Toolkit Assembly / Xceed.Wpf.Toolkit.Chart Namespace / PiePrimitiveInfo Class
Properties Methods Events


In This Topic
    PiePrimitiveInfo Class Members
    In This Topic

    The following tables list the members exposed by PiePrimitiveInfo.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the PiePrimitiveInfo class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the x-coordinate for the center point of pie charts.  
    Public PropertyGets or sets the y-coordinate for the center point of pie charts.  
    Public PropertyGets or sets the object that participates in databinding for the corresponding ChartPrimitive. (Inherited from Xceed.Wpf.Toolkit.Chart.PrimitiveInfoBase)
    Public PropertyGets or sets the datapoint of the chart primitive. (Inherited from Xceed.Wpf.Toolkit.Chart.PrimitiveInfoBase)
    Public Property (Inherited from System.Windows.DependencyObject)
    Public Property (Inherited from System.Windows.Threading.DispatcherObject)
    Public PropertyGets or sets the end angle for pie chart segment primitives.  
    Public PropertyGets or sets the Geometry for pie charts and other more complex 2d charts that require Geometry and complex Shapes.  
    Public PropertyGets or sets the height of the chart primitive. (Inherited from Xceed.Wpf.Toolkit.Chart.PrimitiveInfoBase)
    Public PropertyGets or sets the interior brush of the chart primitive. (Inherited from Xceed.Wpf.Toolkit.Chart.PrimitiveInfoBase)
    Public PropertyGets or sets whether the primitive is "covered." (Inherited from Xceed.Wpf.Toolkit.Chart.PrimitiveInfoBase)
    Public PropertyGets or sets whether this chart primitive is highlighted. (Inherited from Xceed.Wpf.Toolkit.Chart.PrimitiveInfoBase)
    Public Property (Inherited from System.Windows.DependencyObject)
    Public PropertyGets or sets the pie segment radius.  
    Public PropertyGets or sets the start angle for pie chart segment primitives.  
    Public Property (Inherited from Xceed.Wpf.Toolkit.Chart.PrimitiveInfoBase)
    Public PropertyGets or sets the width of the chart primitive. (Inherited from Xceed.Wpf.Toolkit.Chart.PrimitiveInfoBase)
    Public PropertyGets or sets the range the primitive occupies on the x-axis. (Inherited from Xceed.Wpf.Toolkit.Chart.PrimitiveInfoBase)
    Public PropertyGets or sets the range the primitive occupies on the y-axis. (Inherited from Xceed.Wpf.Toolkit.Chart.PrimitiveInfoBase)
    Top
    Public Methods
    Protected Methods
     NameDescription
    Protected MethodOverloaded. Raises the PropertyChanged event. (Inherited from Xceed.Wpf.Toolkit.Chart.PrimitiveInfoBase)
    Protected Internal Method (Inherited from System.Windows.DependencyObject)
    Top
    Public Events
     NameDescription
    Public EventRaised when any property changes. (Inherited from Xceed.Wpf.Toolkit.Chart.PrimitiveInfoBase)
    Top
    See Also