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


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