Series description to show in Legend and editors.
public String Title {get; set;}

Remarks


By default, Title is empty.

Every Series has a Title property of type String. The Title property is used in TChart.Legend to draw the series descriptions. If Title is empty, then the Series class Name will be used to draw the legend. Setting Title both at design time and runtime will force the Chart to repaint.

Example


[C#]

tChart1[0].Title = "Total Population"; 

See Also

Series Class | Series Members | Steema.TeeChart.Styles Namespace