ComponentOne FinancialChart for WPF
C1.WPF.Chart Namespace / Axis Class / LabelMin Property



In This Topic
    LabelMin Property
    In This Topic
    Gets or sets whether the minimum axis value is always labeled.
    Syntax
    'Declaration
     
    
    Public Property LabelMin As Boolean
    'Usage
     
    
    Dim instance As Axis
    Dim value As Boolean
     
    instance.LabelMin = value
     
    value = instance.LabelMin
    public bool LabelMin {get; set;}
    public:
    property bool LabelMin {
       bool get();
       void set (    bool value);
    }
    See Also