ComponentOne FinancialChart for WinForms
C1.Win.Chart Namespace / FlexChart Class / AxesOnTop Property

In This Topic
    AxesOnTop Property (FlexChart)
    In This Topic
    Gets or sets a value indicating whether the chart axes are drawing on the top of data.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(False)>
    <C1DescriptionAttribute("FlexChart.AxesOnTop", "Gets or sets a value indicating whether the chart axes are drawing on the top of data.")>
    Public Property AxesOnTop As Boolean
    [DefaultValue(false)]
    [C1Description("FlexChart.AxesOnTop", "Gets or sets a value indicating whether the chart axes are drawing on the top of data.")]
    public bool AxesOnTop {get; set;}
    See Also