ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.4.5.2 Assembly / C1.Win.FlexPivot Namespace / FlexPivotChart Class / ChartTitle Property

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