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

In This Topic
    ShowHierarchicalAxes Property
    In This Topic
    Gets or sets a value that determines whether the chart should group axis annotations for grouped data.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(True)>
    Public Property ShowHierarchicalAxes As Boolean
    [DefaultValue(true)]
    public bool ShowHierarchicalAxes {get; set;}
    See Also