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

In This Topic
    ShowHierarchicalAxes Property (PivotChart)
    In This Topic
    Gets or 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