ComponentOne CandlestickChart for ASP.NET Web Forms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1Chart Namespace / C1ChartNavigator Class / XAxis Property

In This Topic
    XAxis Property
    In This Topic
    Gets or sets an object value that indicates the X-Axis of the inner chart layout.
    Syntax
    'Declaration
     
    Public Property XAxis As ChartAxis
    public ChartAxis XAxis {get; set;}
    See Also