ComponentOne Olap for WinForms
C1.Win.Olap.4 Assembly / C1.Win.Olap Namespace / C1OlapChart Class / ChartTitle Property

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