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

In This Topic
    ShowHierarchicalAxes Property (PivotChartTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.Olap.PivotChart.ShowHierarchicalAxes. Sets a value that determines whether the chart should group axis annotations for grouped data.
    Syntax
    'Declaration
     
    Public Property ShowHierarchicalAxes As Boolean
    public bool ShowHierarchicalAxes {get; set;}
    See Also