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

In This Topic
    Origin Property (ChartAxisTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.ChartAxis<T>.Origin. Sets the value at which the axis crosses perpendicular axis.
    Syntax
    'Declaration
     
    Public Property Origin As Nullable(Of Double)
    public Nullable<double> Origin {get; set;}
    See Also