Sets the title of the C1OlapChart.

Namespace:  C1.Silverlight.Olap
Assembly:  C1.Silverlight.Olap.5 (in C1.Silverlight.Olap.5.dll)

Syntax

C#
public string ChartTitle { set; }
Visual Basic
Public WriteOnly Property ChartTitle As String
	Set

Remarks

If ChartTitle is not set (or set to null), C1OlapChart will use the title of the current view.

See Also