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


In This Topic
    DataPoint Class
    In This Topic
    Represent the single data point that may have several data values.
    Object Model
    DataPoint Class
    Syntax
    'Declaration
     
    
    <DefaultMemberAttribute("Item")>
    <TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
    <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
    Public Class DataPoint 
       Inherits System.Windows.DependencyObject
    'Usage
     
    
    Dim instance As DataPoint
    [DefaultMember("Item")]
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public class DataPoint : System.Windows.DependencyObject 
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             C1.WPF.C1Chart.DataPoint

    See Also