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


In This Topic
    DataPoint Class Members
    In This Topic

    The following tables list the members exposed by DataPoint.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the DataPoint class.  
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Identifies the Content dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the Label dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the X dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the Y dependency property.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the content for this DataPoint as a participant in data binding with the corresponding chart visuals (primitives) as a data source object.  
    Public Property (Inherited from System.Windows.DependencyObject)
    Public Property (Inherited from System.Windows.Threading.DispatcherObject)
    Public Property (Inherited from System.Windows.DependencyObject)
    Public PropertyGets or sets the datapoint's label.  
    Public PropertyGets or sets the x-value.  
    Public PropertyGets or sets y-value.  
    Top
    Public Methods
    Protected Methods
     NameDescription
    Protected MethodOverloaded. Raises the PropertyChanged event with the specified PropertyChangedEventArgs objects.  
    Protected Internal Method (Inherited from System.Windows.DependencyObject)
    Top
    Public Events
     NameDescription
    Public EventOccurs when properties or sub-properties of the PropertyValue object have changed.  
    Top
    See Also