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

In This Topic
    Rotated Property (FlexChartTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.FlexChart<T>.Rotated. Sets a value indicating whether to flip the axes so X is vertical and Y horizontal.
    Syntax
    'Declaration
     
    Public Property Rotated As Boolean
    public bool Rotated {get; set;}
    See Also