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


In This Topic
    PrimitiveInfoBase Class
    In This Topic

    Base class of the classes that represent information used to perform the layout of chart primitives (columns/bars, pie slices, lines, etc.) and used in the databinding of these primitives.

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

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             Xceed.Wpf.Toolkit.Chart.PrimitiveInfoBase
                Xceed.Wpf.Toolkit.Chart.ColumnPrimitiveInfo
                Xceed.Wpf.Toolkit.Chart.DoughnutPrimitiveInfo
                Xceed.Wpf.Toolkit.Chart.LabelPrimitiveInfo
                Xceed.Wpf.Toolkit.Chart.LineElementInfo
                Xceed.Wpf.Toolkit.Chart.PiePrimitiveInfo

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the PrimitiveInfoBase class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the object that participates in databinding for the corresponding ChartPrimitive.  
    Public PropertyGets or sets the datapoint of the chart primitive.  
    Public Property (Inherited from System.Windows.DependencyObject)
    Public Property (Inherited from System.Windows.Threading.DispatcherObject)
    Public PropertyGets or sets the height of the chart primitive.  
    Public PropertyGets or sets the interior brush of the chart primitive.  
    Public PropertyGets or sets whether the primitive is "covered."  
    Public PropertyGets or sets whether this chart primitive is highlighted.  
    Public Property (Inherited from System.Windows.DependencyObject)
    Public Property  
    Public PropertyGets or sets the width of the chart primitive.  
    Public PropertyGets or sets the range the primitive occupies on the x-axis.  
    Public PropertyGets or sets the range the primitive occupies on the y-axis.  
    Top
    Public Methods
    Protected Methods
     NameDescription
    Protected MethodOverloaded. Raises the PropertyChanged event.  
    Protected Internal Method (Inherited from System.Windows.DependencyObject)
    Top
    Public Events
     NameDescription
    Public EventRaised when any property changes.  
    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