ASP.NET Core MVC Controls | ComponentOne
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
     
    
    <System.ComponentModel.DefaultValueAttribute(True)>
    Public Property ShowHierarchicalAxes As System.Boolean
    'Usage
     
    
    Dim instance As PivotChart
    Dim value As System.Boolean
     
    instance.ShowHierarchicalAxes = value
     
    value = instance.ShowHierarchicalAxes
    [System.ComponentModel.DefaultValue(true)]
    public System.bool ShowHierarchicalAxes {get; set;}
    public read-write property ShowHierarchicalAxes: System.Boolean; 
    System.ComponentModel.DefaultValueAttribute()
    public function get,set ShowHierarchicalAxes : System.boolean
    [System.ComponentModel.DefaultValue(true)]
    public: __property System.bool get_ShowHierarchicalAxes();
    public: __property void set_ShowHierarchicalAxes( 
       System.bool value
    );
    [System.ComponentModel.DefaultValue(true)]
    public:
    property System.bool ShowHierarchicalAxes {
       System.bool get();
       void set (    System.bool value);
    }
    See Also