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



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