FlexPivot for WPF | ComponentOne
C1.WPF.Pivot Assembly / C1.WPF.Pivot Namespace / FlexPivotChart Class / ChartTitle Property

In This Topic
    ChartTitle Property
    In This Topic
    Gets or sets the title of the FlexPivotChart.
    Syntax
    'Declaration
     
    Public Property ChartTitle As String
    public string ChartTitle {get; set;}
    Remarks
    If ChartTitle is not set (or set to null), FlexPivotChart will use the title of the current view.
    See Also