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

In This Topic
    TotalAngle Property (FlexRadarTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.FlexRadar<T>.TotalAngle. Sets the total angle for the radar, in degrees. Its default value is 360. The value must be greater than 0, or less than or equal to 360.
    Syntax
    'Declaration
     
    Public Property TotalAngle As Integer
    public int TotalAngle {get; set;}
    See Also