Xceed Toolkit Plus for WPF v5.1 Documentation
Xceed.Wpf.Toolkit Assembly / Xceed.Wpf.Toolkit.Chart Namespace / DoughnutPrimitiveInfo Class
Members


In This Topic
    DoughnutPrimitiveInfo Class
    In This Topic

    Represents information used to perform the layout of doughnut charts & the databinding of their primitives. 

    Syntax
    'Declaration
     
    <TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
    <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
    Public Class DoughnutPrimitiveInfo 
       Inherits PrimitiveInfoBase
    'Usage
     
    Dim instance As DoughnutPrimitiveInfo
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public class DoughnutPrimitiveInfo : PrimitiveInfoBase 
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             Xceed.Wpf.Toolkit.Chart.PrimitiveInfoBase
                Xceed.Wpf.Toolkit.Chart.DoughnutPrimitiveInfo

    Public Constructors
    Public Properties
     NameDescription
    Public Property  
    Public Property  
    Public Property  
    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 Property  
    Public Property  
    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 Property  
    Public Property  
    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
    Requirements

    Target Platforms: Windows 11, Windows 10, 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