public String Name {get; set;}
Remarks
The ChartFont.Name property should be used to define a Font type for text.
Example
[C#]
tChart1.Header.Font.Name = "Times New Roman";
See Also
ChartFont Class | ChartFont Members | Steema.TeeChart.Drawing Namespace