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


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