ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.Olap Assembly / C1.Web.Mvc.Olap.TagHelpers Namespace / PivotFlexPieTagHelper Class / StartAngle Property

In This Topic
    StartAngle Property (PivotFlexPieTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.FlexPieBase<T>.StartAngle. Sets the starting angle for the pie slices, in degrees.
    Syntax
    'Declaration
     
    Public Property StartAngle As Single
    public float StartAngle {get; set;}
    Remarks
    Angles are measured clockwise, starting at the 9 o'clock position.
    See Also