ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.4.8 Assembly / C1.Win.FlexPivot Namespace / FlexPivotChart Class / ShowHeaders Property

In This Topic
    ShowHeaders Property (FlexPivotChart)
    In This Topic
    Gets or sets a value that determines whether the chart should display group headers.
    Syntax
    'Declaration
     
    Public Property ShowHeaders As Boolean
    public bool ShowHeaders {get; set;}
    Remarks
    It applies only when ShowHierarchicalAxes = true.
    See Also