FlexChart | ComponentOne
C1.WPF.Chart.Finance Assembly / C1.WPF.Chart.Finance Namespace / C1FinancialChart Class / AxesOnTop Property

In This Topic
    AxesOnTop Property (C1FinancialChart)
    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