The ChartName property is the name of the chart to be displayed at the center top of the charting area.
Namespace:
jChartAssembly: 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); } |