ComponentOne FinancialChart for UWP
C1.Xaml.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
    public bool AxesOnTop {get; set;}
    See Also