ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / ChartPanelObject Class / DataPointProperty Field


In This Topic
    DataPointProperty Field (ChartPanelObject)
    In This Topic
    Identifies the DataPoint dependency property.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly DataPointProperty As DependencyProperty
    'Usage
     
    
    Dim value As DependencyProperty
     
    value = ChartPanelObject.DataPointProperty
    public static readonly DependencyProperty DataPointProperty
    See Also