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


In This Topic
    DataPoint Property (ChartPanelObject)
    In This Topic
    Gets or sets the data point corresponding to the object.
    Syntax
    'Declaration
     
    
    Public Property DataPoint As Point
    'Usage
     
    
    Dim instance As ChartPanelObject
    Dim value As Point
     
    instance.DataPoint = value
     
    value = instance.DataPoint
    public Point DataPoint {get; set;}
    See Also