Blazor | ComponentOne
C1.Blazor.Chart Assembly / C1.Blazor.Chart Namespace / FlexRadar Class / AxesOnTop Property

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