2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.8 Assembly / C1.Win.C1Chart Namespace / Axis Class / OnTop Property

In This Topic
    OnTop Property
    In This Topic
    Gets or sets whether axis and gridlines appear on top of the chart image.
    Syntax
    'Declaration
     
    Public Property OnTop As System.Boolean
    public System.bool OnTop {get; set;}
    See Also