Sets or returns the font for text in the chart region. If the ChartRegion object represents the chart area, the font returned will be the default font for all text items outside of the plot area. If this ChartRegion represents the plot area, the font returned will be the default font for all text items within the plot area.

 public Font Font{ get; set; }
Public Property Font() As Font