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


In This Topic
    DataPointProperty Field (Axis)
    In This Topic
    Attached property that represents axis annotation.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly DataPointProperty As DependencyProperty
    'Usage
     
    
    Dim value As DependencyProperty
     
    value = Axis.DataPointProperty
    public static readonly DependencyProperty DataPointProperty
    See Also