ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.Finance Assembly / C1.Web.Mvc.Finance.TagHelpers Namespace / MacdTagHelper Class / AxisX Property

In This Topic
    AxisX Property (MacdTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.ChartSeriesBase<T>.AxisX. Sets the x-axis for the series.
    Syntax
    'Declaration
     
    Public Property AxisX As ChartAxis(Of T)
    public ChartAxis<T> AxisX {get; set;}
    See Also