The ChartName property is the name of the chart to be displayed at the center top of the charting area.

Namespace:  jChart
Assembly:  jChart (in jChart)
Version: 1.1.0.6 (1.1.0.6)

Syntax

C#
public string ChartName { get; set; }
Visual Basic (Declaration)
Public Property ChartName As String
Visual C++
public:
property String^ ChartName {
	String^ get ();
	void set (String^ value);
}

Field Value

Return Value

Remarks