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
public Boolean Bold {get; set;}
tChart1.Header.Font.Bold =true;
ChartFont Class | ChartFont Members | Steema.TeeChart.Drawing Namespace