ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / ChartAxisTagHelper Class / LogBase Property

In This Topic
    LogBase Property (ChartAxisTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.ChartAxis<T>.LogBase. Sets the logarithmic base of the axis.
    Syntax
    'Declaration
     
    Public Property LogBase As Nullable(Of Double)
    public Nullable<double> LogBase {get; set;}
    Remarks
    If the base is not specified the axis uses the normal scale.
    See Also