Sets Font bold for text.
public Boolean Bold {get; set;}

Remarks


The  ChartFont.Bold property sets Font bold for text.

Example


[C#]

tChart1.Header.Font.Bold =true; 

See Also

ChartFont Class | ChartFont Members | Steema.TeeChart.Drawing Namespace