<
OLAP for WPF and Silverlight | ComponentOne
C1.Silverlight.Olap Namespace / C1OlapChart Class / ChartTitle Property

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