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


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