ComponentOne FinancialChart for WPF
C1.WPF.Chart Namespace / C1FlexChart Class / AxesOnTop Property



In This Topic
    AxesOnTop Property
    In This Topic
    Gets or sets a value indicating whether the chart axes are drawing on the top of data.
    Syntax
    'Declaration
     
    
    Public Property AxesOnTop As Boolean
    'Usage
     
    
    Dim instance As C1FlexChart
    Dim value As Boolean
     
    instance.AxesOnTop = value
     
    value = instance.AxesOnTop
    public bool AxesOnTop {get; set;}
    public:
    property bool AxesOnTop {
       bool get();
       void set (    bool value);
    }
    See Also